You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Adrian Perez Jorge (JIRA)" <ax...@ws.apache.org> on 2004/11/30 10:09:34 UTC

[jira] Created: (AXIS-1688) JDK 1.3.x compatibility broken

JDK 1.3.x compatibility broken
------------------------------

         Key: AXIS-1688
         URL: http://nagoya.apache.org/jira/browse/AXIS-1688
     Project: Axis
        Type: Bug
  Components: Basic Architecture  
    Versions: current (nightly)    
 Environment: jdk1.3.1
    Reporter: Adrian Perez Jorge
 Attachments: duration.patch

File `ws-axis/java/src/org/apache/axis/types/Duration.java' breaks jdk1.3.x compatibility due to the use of regular expressions, which were introduced in jdk1.4.x.

Before jdk1.4.x jakarta regexp was commonly used to get regular expression support in Java; it could be used to retain jdk1.3.x compatibility.

A patch is included just as a workaround and a right way to handle RESyntaxException in a static environment is needed.  Also regular expression compatibility has not beed tested.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Closed: (AXIS-1688) JDK 1.3.x compatibility broken

Posted by "Tom Jordahl (JIRA)" <ax...@ws.apache.org>.
     [ http://nagoya.apache.org/jira/browse/AXIS-1688?page=history ]
     
Tom Jordahl closed AXIS-1688:
-----------------------------

     Resolution: Fixed
    Fix Version: current (nightly)

Dims has already submitted a patch provided by Dominik, the author of the initial patch that added the 1.4 dependancy.

> JDK 1.3.x compatibility broken
> ------------------------------
>
>          Key: AXIS-1688
>          URL: http://nagoya.apache.org/jira/browse/AXIS-1688
>      Project: Axis
>         Type: Bug
>   Components: Basic Architecture
>     Versions: current (nightly)
>  Environment: jdk1.3.1
>     Reporter: Adrian Perez Jorge
>      Fix For: current (nightly)
>  Attachments: duration.patch
>
> File `ws-axis/java/src/org/apache/axis/types/Duration.java' breaks jdk1.3.x compatibility due to the use of regular expressions, which were introduced in jdk1.4.x.
> Before jdk1.4.x jakarta regexp was commonly used to get regular expression support in Java; it could be used to retain jdk1.3.x compatibility.
> A patch is included just as a workaround and a right way to handle RESyntaxException in a static environment is needed.  Also regular expression compatibility has not beed tested.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Updated: (AXIS-1688) JDK 1.3.x compatibility broken

Posted by "Adrian Perez Jorge (JIRA)" <ax...@ws.apache.org>.
     [ http://nagoya.apache.org/jira/browse/AXIS-1688?page=history ]

Adrian Perez Jorge updated AXIS-1688:
-------------------------------------

    Attachment: duration.patch

Not tested patch.

> JDK 1.3.x compatibility broken
> ------------------------------
>
>          Key: AXIS-1688
>          URL: http://nagoya.apache.org/jira/browse/AXIS-1688
>      Project: Axis
>         Type: Bug
>   Components: Basic Architecture
>     Versions: current (nightly)
>  Environment: jdk1.3.1
>     Reporter: Adrian Perez Jorge
>  Attachments: duration.patch
>
> File `ws-axis/java/src/org/apache/axis/types/Duration.java' breaks jdk1.3.x compatibility due to the use of regular expressions, which were introduced in jdk1.4.x.
> Before jdk1.4.x jakarta regexp was commonly used to get regular expression support in Java; it could be used to retain jdk1.3.x compatibility.
> A patch is included just as a workaround and a right way to handle RESyntaxException in a static environment is needed.  Also regular expression compatibility has not beed tested.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira