XSDHelperImpl.java compilation with JDK 1.4.2 - fails
-----------------------------------------------------

                 Key: TUSCANY-577
                 URL: http://issues.apache.org/jira/browse/TUSCANY-577
             Project: Tuscany
          Issue Type: Bug
          Components: Java SDO Implementation
    Affects Versions: Java-M2
         Environment: all
            Reporter: Paul Golick


The XSDHelperImpl.java code was recently changed by adding:
  throw new IllegalArgumentException(e);
This statement fails when compiled with JDK 1.4.2 because 
IllegalArgumentException does not have a constructor that takes a 
java.lang.Exception argument.  Such a constructor was added in Java 1.5.
The patch includes a fix to change the constructor to one that takes a String 
and that  is present in previous Java versions.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

Reply via email to