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/21 20:24:45 UTC

[jira] Created: (AXIS-1563) enum problem with j2sdk 1.5

Message:

  A new issue has been created in JIRA.

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

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: AXIS-1563
    Summary: enum problem with j2sdk 1.5
       Type: Bug

     Status: Unassigned
   Priority: Minor

    Project: Axis
 Components: 
             Basic Architecture
   Versions:
             1.2 Alpha

   Assignee: 
   Reporter: paulo roberto medeiros

    Created: Tue, 21 Sep 2004 11:23 AM
    Updated: Tue, 21 Sep 2004 11:23 AM
Environment: Windows XP Professional, JBuilder 2005, J2sdk 1.5 RC.

Description:
The 'enum' is a keyword on j2sdk 1.5, I can't use axis in 1.5 because the package 'org.apache.axis.enum' use this keyword.


---------------------------------------------------------------------
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-1563) enum problem with j2sdk 1.5

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

     Author: paulo roberto medeiros
    Created: Fri, 15 Oct 2004 5:51 AM
       Body:
But using -source 1.4 I disable the new important features of the jdk 1.5

I think that for jdk 1.5 this bug is realy a Blocker.
---------------------------------------------------------------------
View this comment:
  http://issues.apache.org/jira/browse/AXIS-1563?page=comments#action_54181

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

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: AXIS-1563
    Summary: enum problem with j2sdk 1.5
       Type: Bug

     Status: Unassigned
   Priority: Minor

    Project: Axis
 Components: 
             Basic Architecture
   Versions:
             1.2 Alpha

   Assignee: 
   Reporter: paulo roberto medeiros

    Created: Tue, 21 Sep 2004 11:23 AM
    Updated: Fri, 15 Oct 2004 5:51 AM
Environment: Windows XP Professional, JBuilder 2005, J2sdk 1.5 RC.

Description:
The 'enum' is a keyword on j2sdk 1.5, I can't use axis in 1.5 because the package 'org.apache.axis.enum' use this keyword.


---------------------------------------------------------------------
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-1563) enum problem with j2sdk 1.5

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

     Author: Davanum Srinivas
    Created: Thu, 14 Oct 2004 4:55 PM
       Body:
just use "-source 1.4" when you are compiling code. It's NOT a blocker.

-- dims
---------------------------------------------------------------------
View this comment:
  http://issues.apache.org/jira/browse/AXIS-1563?page=comments#action_54120

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

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: AXIS-1563
    Summary: enum problem with j2sdk 1.5
       Type: Bug

     Status: Unassigned
   Priority: Minor

    Project: Axis
 Components: 
             Basic Architecture
   Versions:
             1.2 Alpha

   Assignee: 
   Reporter: paulo roberto medeiros

    Created: Tue, 21 Sep 2004 11:23 AM
    Updated: Thu, 14 Oct 2004 4:55 PM
Environment: Windows XP Professional, JBuilder 2005, J2sdk 1.5 RC.

Description:
The 'enum' is a keyword on j2sdk 1.5, I can't use axis in 1.5 because the package 'org.apache.axis.enum' use this keyword.


---------------------------------------------------------------------
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] Resolved: (AXIS-1563) enum problem with j2sdk 1.5

Posted by "Davanum Srinivas (JIRA)" <ax...@ws.apache.org>.
     [ http://nagoya.apache.org/jira/browse/AXIS-1563?page=history ]
     
Davanum Srinivas resolved AXIS-1563:
------------------------------------

    Resolution: Fixed

 Use org.apache.axis.constants package. Also note that all generated stubs (using WSDL2Java) now use the org.apache.axis.constants package.

-- dims


> enum problem with j2sdk 1.5
> ---------------------------
>
>          Key: AXIS-1563
>          URL: http://nagoya.apache.org/jira/browse/AXIS-1563
>      Project: Axis
>         Type: Bug
>   Components: Basic Architecture
>     Versions: 1.2 Alpha
>  Environment: Windows XP Professional, JBuilder 2005, J2sdk 1.5 RC.
>     Reporter: paulo roberto medeiros
>     Priority: Minor

>
> The 'enum' is a keyword on j2sdk 1.5, I can't use axis in 1.5 because the package 'org.apache.axis.enum' use this keyword.

-- 
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] Commented: (AXIS-1563) enum problem with j2sdk 1.5

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

     Author: Davanum Srinivas
    Created: Fri, 15 Oct 2004 6:05 AM
       Body:
Use "-source jdk1.4" ONLY for classes generated by axis, not for your whole application. I'd advise that you create a separate jar of axis generated classes (compiled using "-source jdk1.4") and then do whatever you want in the rest of your application.

-- dims
---------------------------------------------------------------------
View this comment:
  http://issues.apache.org/jira/browse/AXIS-1563?page=comments#action_54184

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

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: AXIS-1563
    Summary: enum problem with j2sdk 1.5
       Type: Bug

     Status: Unassigned
   Priority: Minor

    Project: Axis
 Components: 
             Basic Architecture
   Versions:
             1.2 Alpha

   Assignee: 
   Reporter: paulo roberto medeiros

    Created: Tue, 21 Sep 2004 11:23 AM
    Updated: Fri, 15 Oct 2004 6:05 AM
Environment: Windows XP Professional, JBuilder 2005, J2sdk 1.5 RC.

Description:
The 'enum' is a keyword on j2sdk 1.5, I can't use axis in 1.5 because the package 'org.apache.axis.enum' use this keyword.


---------------------------------------------------------------------
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-1563) enum problem with j2sdk 1.5

Posted by "Shawn Stott (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS-1563?page=comments#action_54739 ]
     
Shawn Stott commented on AXIS-1563:
-----------------------------------

I have this problem as well.  It is not generating the wsdl2java packages, your application built with 1.5 will still reject the usage of them as they use the Enum type.

> enum problem with j2sdk 1.5
> ---------------------------
>
>          Key: AXIS-1563
>          URL: http://issues.apache.org/jira/browse/AXIS-1563
>      Project: Axis
>         Type: Bug
>   Components: Basic Architecture
>     Versions: 1.2 Alpha
>  Environment: Windows XP Professional, JBuilder 2005, J2sdk 1.5 RC.
>     Reporter: paulo roberto medeiros
>     Priority: Minor

>
> The 'enum' is a keyword on j2sdk 1.5, I can't use axis in 1.5 because the package 'org.apache.axis.enum' use this keyword.

-- 
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