Sample Catalog JSP does not compile on WebSphere App Server
-----------------------------------------------------------

                 Key: TUSCANY-2183
                 URL: https://issues.apache.org/jira/browse/TUSCANY-2183
             Project: Tuscany
          Issue Type: Bug
          Components: Java SCA Samples
    Affects Versions: Java-SCA-1.2
            Reporter: Jean-Sebastien Delfino
            Assignee: Jean-Sebastien Delfino
             Fix For: Java-SCA-1.2


tutorial/catalog-webapp/webapp/catalog.jsp uses a (for x: collection) construct 
which is not supported by the WebSphere JSP compiler in its default 
configuration. Changing to for (i = 0; i < n; i++) fixes the JSP compile error.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to