IBM WebSphere Studio Application Developer Interim Fix 002

for IBM WebSphere Studio Application Developer, Version 5.0.1



This refresh contains fixes for the following problems:

  1. APAR JR18604: Slow performance of JSP compile in debug mode. This fix requires a fix for WebSphere Application Server APAR PQ73036 to be installed. PQ73036 can be obtained from:
    http://www-3.ibm.com/software/webservers/appserv/was/support/.
    If PQ73036 is not installed, the Interim Fix 002 can still be applied, but will not solve the JSP performance problem.

  2. APAR JR18265: The XSD Beans generator does not recognize CDATA sections: left and right brackets are unexpectedly normalized. This fix allows the users to use CDATA sections in their Java code generated from the XSD Beans generator. The following code snippets are an example of using a CDATA section.

    void createpurchaseOrder() { ... // Update the comment
    iPurchaseOrder.setComment("Hurry, my lawn is going wild"); ... }

    In this example, iPurchaseOrder.setComment("Hurry, my lawn is going wild");
    can be replaced by iPurchaseOrder.setComment("<![CDATA[Hurry, my lawn is going wild]]>");
    With this fix, the serialized XML file maintains the CDATA section correctly.

  3. APAR JR18569: After applying the WebSphere Studio v5.0.1 update, existing WebSphere servers in some NL workspaces would no longer be recognized. The user would see their WebSphere servers disappear from the Servers and Server Configuration views. This fix resolves this problem, allowing all existing servers to be recognized and loaded correctly.