You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Paul Golick (JIRA)" <tu...@ws.apache.org> on 2006/07/26 17:32:14 UTC

[jira] Updated: (TUSCANY-577) XSDHelperImpl.java compilation with JDK 1.4.2 - fails

     [ http://issues.apache.org/jira/browse/TUSCANY-577?page=all ]

Paul Golick updated TUSCANY-577:
--------------------------------

    Attachment: XSDHelperImpl_patch.txt

> 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
>         Attachments: XSDHelperImpl_patch.txt
>
>
> 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: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org