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 "Pétur Runólfsson (JIRA)" <ji...@apache.org> on 2009/06/16 17:01:08 UTC

[jira] Created: (AXIS2-4382) -xc option for java2wsdl doesn't work in 1.5

-xc option for java2wsdl doesn't work in 1.5
--------------------------------------------

                 Key: AXIS2-4382
                 URL: https://issues.apache.org/jira/browse/AXIS2-4382
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: kernel
    Affects Versions: 1.5
            Reporter: Pétur Runólfsson


The -xc option for java2wsdl doesn't work in 1.5.

The option is still documented, and the extraClasses member is still in DefaultSchemaGenerator, but the code that added the extra classes to the schema seems to have been removed.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (AXIS2-4382) -xc option for java2wsdl doesn't work in 1.5

Posted by "Andreas Veithen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-4382?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andreas Veithen resolved AXIS2-4382.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.6

Applied your patch (with some modifications for Java 5). Thanks for your contribution.

> -xc option for java2wsdl doesn't work in 1.5
> --------------------------------------------
>
>                 Key: AXIS2-4382
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4382
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: kernel
>    Affects Versions: 1.5
>            Reporter: Pétur Runólfsson
>            Assignee: Andreas Veithen
>             Fix For: 1.6
>
>         Attachments: Server-1.4.1.wsdl, Server-1.5.wsdl, Server.java, Value.java
>
>
> The -xc option for java2wsdl doesn't work in 1.5.
> The option is still documented, and the extraClasses member is still in DefaultSchemaGenerator, but the code that added the extra classes to the schema seems to have been removed.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (AXIS2-4382) -xc option for java2wsdl doesn't work in 1.5

Posted by "Pétur Runólfsson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-4382?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pétur Runólfsson updated AXIS2-4382:
------------------------------------

    Attachment: Value.java
                Server.java

Attaching web service and extra class used to trigger problem

> -xc option for java2wsdl doesn't work in 1.5
> --------------------------------------------
>
>                 Key: AXIS2-4382
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4382
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: kernel
>    Affects Versions: 1.5
>            Reporter: Pétur Runólfsson
>         Attachments: Server.java, Value.java
>
>
> The -xc option for java2wsdl doesn't work in 1.5.
> The option is still documented, and the extraClasses member is still in DefaultSchemaGenerator, but the code that added the extra classes to the schema seems to have been removed.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (AXIS2-4382) -xc option for java2wsdl doesn't work in 1.5

Posted by "Pétur Runólfsson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-4382?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pétur Runólfsson updated AXIS2-4382:
------------------------------------

    Attachment: Server-1.5.wsdl

Attached wsdl file generated with 1.5. Command line is:

~/opt/axis2-1.5/bin/java2wsdl.sh -of Server-1.5.wsdl -xc Value -cn Server

There is no schema for Value in the generated file.

> -xc option for java2wsdl doesn't work in 1.5
> --------------------------------------------
>
>                 Key: AXIS2-4382
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4382
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: kernel
>    Affects Versions: 1.5
>            Reporter: Pétur Runólfsson
>         Attachments: Server-1.4.1.wsdl, Server-1.5.wsdl, Server.java, Value.java
>
>
> The -xc option for java2wsdl doesn't work in 1.5.
> The option is still documented, and the extraClasses member is still in DefaultSchemaGenerator, but the code that added the extra classes to the schema seems to have been removed.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (AXIS2-4382) -xc option for java2wsdl doesn't work in 1.5

Posted by "Andreas Veithen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-4382?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andreas Veithen reassigned AXIS2-4382:
--------------------------------------

    Assignee: Andreas Veithen

> -xc option for java2wsdl doesn't work in 1.5
> --------------------------------------------
>
>                 Key: AXIS2-4382
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4382
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: kernel
>    Affects Versions: 1.5
>            Reporter: Pétur Runólfsson
>            Assignee: Andreas Veithen
>         Attachments: Server-1.4.1.wsdl, Server-1.5.wsdl, Server.java, Value.java
>
>
> The -xc option for java2wsdl doesn't work in 1.5.
> The option is still documented, and the extraClasses member is still in DefaultSchemaGenerator, but the code that added the extra classes to the schema seems to have been removed.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (AXIS2-4382) -xc option for java2wsdl doesn't work in 1.5

Posted by "Pétur Runólfsson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-4382?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pétur Runólfsson updated AXIS2-4382:
------------------------------------

    Attachment: Server-1.4.1.wsdl

Attached wsdl file generated with 1.4.1. Command line is:

~/opt/axis2-1.4.1/bin/java2wsdl.sh -of Server-1.4.1.wsdl -xc Value -cn Server


> -xc option for java2wsdl doesn't work in 1.5
> --------------------------------------------
>
>                 Key: AXIS2-4382
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4382
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: kernel
>    Affects Versions: 1.5
>            Reporter: Pétur Runólfsson
>         Attachments: Server-1.4.1.wsdl, Server-1.5.wsdl, Server.java, Value.java
>
>
> The -xc option for java2wsdl doesn't work in 1.5.
> The option is still documented, and the extraClasses member is still in DefaultSchemaGenerator, but the code that added the extra classes to the schema seems to have been removed.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.