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 ax...@ws.apache.org on 2004/09/30 19:04:32 UTC

[jira] Created: (AXIS-1580) Axis not JDK 1.5 compatible.

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/AXIS-1580

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: AXIS-1580
    Summary: Axis not JDK 1.5 compatible.
       Type: Bug

     Status: Unassigned
   Priority: Major

    Project: Axis
   Versions:
             1.2 Alpha

   Assignee: 
   Reporter: Matt Brown

    Created: Thu, 30 Sep 2004 10:03 AM
    Updated: Thu, 30 Sep 2004 10:03 AM
Environment: JDK 1.5.0, Windows XP SP2

Description:
Axis 1.1alpha includes a package named org.apache.axis.enum. In JDK 1.5, "enum" is a reserved keyword.

I tried to determine if this bug had already submitted. It didn't seem like it. Sorry if I missed it.


---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Closed: (AXIS-1580) Axis not JDK 1.5 compatible.

Posted by ax...@ws.apache.org.
Message:

   The following issue has been closed.

   Resolver: Davanum Srinivas
       Date: Mon, 4 Oct 2004 6:58 AM

Duplicate of bug AXIS-1563
---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/AXIS-1580

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: AXIS-1580
    Summary: Axis not JDK 1.5 compatible.
       Type: Bug

     Status: Closed
   Priority: Major
 Resolution: DUPLICATE

    Project: Axis
   Versions:
             1.2 Alpha

   Assignee: 
   Reporter: Matt Brown

    Created: Thu, 30 Sep 2004 10:03 AM
    Updated: Mon, 4 Oct 2004 6:58 AM
Environment: JDK 1.5.0, Windows XP SP2

Description:
Axis 1.1alpha includes a package named org.apache.axis.enum. In JDK 1.5, "enum" is a reserved keyword.

I tried to determine if this bug had already submitted. It didn't seem like it. Sorry if I missed it.


---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AXIS-1580) Axis not JDK 1.5 compatible.

Posted by ax...@ws.apache.org.
The following comment has been added to this issue:

     Author: Matt Brown
    Created: Fri, 1 Oct 2004 7:40 AM
       Body:
Sorry about that. I figured someone had already filed the issue but I was unable to find it. Guess I need to learn this bug tracking system better.
---------------------------------------------------------------------
View this comment:
  http://issues.apache.org/jira/browse/AXIS-1580?page=comments#action_53587

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/AXIS-1580

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: AXIS-1580
    Summary: Axis not JDK 1.5 compatible.
       Type: Bug

     Status: Unassigned
   Priority: Major

    Project: Axis
   Versions:
             1.2 Alpha

   Assignee: 
   Reporter: Matt Brown

    Created: Thu, 30 Sep 2004 10:03 AM
    Updated: Fri, 1 Oct 2004 7:40 AM
Environment: JDK 1.5.0, Windows XP SP2

Description:
Axis 1.1alpha includes a package named org.apache.axis.enum. In JDK 1.5, "enum" is a reserved keyword.

I tried to determine if this bug had already submitted. It didn't seem like it. Sorry if I missed it.


---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AXIS-1580) Axis not JDK 1.5 compatible.

Posted by ax...@ws.apache.org.
The following comment has been added to this issue:

     Author: Martin Stenderup
    Created: Fri, 1 Oct 2004 12:37 AM
       Body:
This is the same issue as: 
http://nagoya.apache.org/jira/browse/AXIS-1563
---------------------------------------------------------------------
View this comment:
  http://issues.apache.org/jira/browse/AXIS-1580?page=comments#action_53581

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/AXIS-1580

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: AXIS-1580
    Summary: Axis not JDK 1.5 compatible.
       Type: Bug

     Status: Unassigned
   Priority: Major

    Project: Axis
   Versions:
             1.2 Alpha

   Assignee: 
   Reporter: Matt Brown

    Created: Thu, 30 Sep 2004 10:03 AM
    Updated: Fri, 1 Oct 2004 12:37 AM
Environment: JDK 1.5.0, Windows XP SP2

Description:
Axis 1.1alpha includes a package named org.apache.axis.enum. In JDK 1.5, "enum" is a reserved keyword.

I tried to determine if this bug had already submitted. It didn't seem like it. Sorry if I missed it.


---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AXIS-1580) Axis not JDK 1.5 compatible.

Posted by ax...@ws.apache.org.
The following comment has been added to this issue:

     Author: Ias
    Created: Thu, 30 Sep 2004 10:42 AM
       Body:
There are two main reasons for the problem:

1. enum keyword

2. DOM Level 3

I made some prototype to resolve that.
See http://marc.theaimsgroup.com/?a=104860480600002&r=1&w=2 for more details.

The remaining issue is when we are going to restructure Axis for Tiger? Axis 1.2, Axis 1.3, or Axis 2?

Your opinions and comments are welcome.

P.S. I guess that Sun's SAAJ RI (source) is also incompilable with Tiger :-)
---------------------------------------------------------------------
View this comment:
  http://issues.apache.org/jira/browse/AXIS-1580?page=comments#action_53554

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/AXIS-1580

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: AXIS-1580
    Summary: Axis not JDK 1.5 compatible.
       Type: Bug

     Status: Unassigned
   Priority: Major

    Project: Axis
   Versions:
             1.2 Alpha

   Assignee: 
   Reporter: Matt Brown

    Created: Thu, 30 Sep 2004 10:03 AM
    Updated: Thu, 30 Sep 2004 10:42 AM
Environment: JDK 1.5.0, Windows XP SP2

Description:
Axis 1.1alpha includes a package named org.apache.axis.enum. In JDK 1.5, "enum" is a reserved keyword.

I tried to determine if this bug had already submitted. It didn't seem like it. Sorry if I missed it.


---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira