Flex 1.5 support for ATG Dynamo 6.2, 6.3 and 7.0
Issue
Macromedia has added support for Flex 1.5 running on ATG Dynamo 6.2, 6.3, and 7.0 with the hot fix provided below.
Solution
The hot fix is delivered as a ZIP file containing all relevant files. The hot fix must be manually installed for each Flex server.
The installations instructions for the hot fix for Flex 1.5 are as follows:
- Stop the Flex server(s).
- Download flex15_hf105716.zip(441K).
- Unzip the hot fix ZIP file to a temporary directory.
- Create a /WEB-INF/flex/hotfixes directory.
- Copy flex15_hf105716.jar from the temp directory to the hot fixes directory.
- Copy flex-bootstrap.jar to /WEB-INF/lib, overwriting the previous version.
- Copy commons-codec.jar and commons-httpclient.jar to WEB-INF/flex/jars.
- Update the Flex.class.path in /WEB-INF/web.xml as follows:
<context-param><param-name>flex.class.path</param-name><param-value>/WEB-INF/flex/hotfixes,/WEB-INF/flex/jars</param-value></context-param>
- If using the command line tools, like
mxmlc, update the jvm.config file that's in the same directory asmxmlcso that the java.class.path property points to flex15_hf105716.jar. - (Optional) If you wish to remove jsse.jar, remove the jar from /WEB-INF/flex/jars. After removal, the lax-debug settings in flex-config.xml will no longer work but the rest of the proxysettings should work.
- (Optional and needed only for ATG) If you wish to update the Flex samples.war:
- Unzip samples.war.
- Replace the files:
WEB-INF/classes/samples/contacts/ContactManager.java,
WEB-INF/classes/samples/contacts/ContactManager.class,
WEB-INF/classes/samples/explorer/FormatSource.java,
WEB-INF/classes/samples/contacts/FormatSource.class,
explorer/formatsource.jsp - You may then re-archive and redeploy samples.war.
- Restart the Flex server(s).
- In the flex.log file, you can verify the hot fix was correctly added to the flex.class.path by confirming that the Flex version number is: 87315.134646.hf105716
This content requires Flash
To view this content, JavaScript must be enabled, and you need the latest version of the Adobe Flash Player.
Download the free Flash Player now!
