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 "Rich Scheuerle (JIRA)" <ji...@apache.org> on 2010/10/11 20:19:37 UTC

[jira] Created: (AXIS2-4848) JAX-WS: Examine parameters of doc/lit/wrapped elements when making package list

JAX-WS: Examine parameters of doc/lit/wrapped elements when making package list
-------------------------------------------------------------------------------

                 Key: AXIS2-4848
                 URL: https://issues.apache.org/jira/browse/AXIS2-4848
             Project: Axis2
          Issue Type: Bug
          Components: jaxws
            Reporter: Rich Scheuerle
            Assignee: Rich Scheuerle


The JAX-WS runtime uses the JAXB framework to marshal and unmarshal the classes specified in @RequestWrapper and @ResponseWrapper.

In the latest version of Axis2, the JAX-WS 2.1 or 2.2 tooling is used.  A @RequestWrapper or @ResponseWrapper class will contain appropriate @XmlSeeAlso
annotations to locate the derived classes of the parameters (if any).

If the wrapper classes were constructed using a prior version of JAX-WS (i.e. 2.0), then the @XmlSeeAlso annotations are not available.  This may cause the xml to be marshaled with the base element name.

I am making a small change to the runtime to tolerate a subset 2.0 generated wrapper classes that don't have @XmlSeeAlso annotations. 

Thanks, 
Rich Scheuerle

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


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] Resolved: (AXIS2-4848) JAX-WS: Examine parameters of doc/lit/wrapped elements when making package list

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

Rich Scheuerle resolved AXIS2-4848.
-----------------------------------

    Resolution: Fixed

rev 1021462

> JAX-WS: Examine parameters of doc/lit/wrapped elements when making package list
> -------------------------------------------------------------------------------
>
>                 Key: AXIS2-4848
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4848
>             Project: Axis2
>          Issue Type: Bug
>          Components: jaxws
>            Reporter: Rich Scheuerle
>            Assignee: Rich Scheuerle
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> The JAX-WS runtime uses the JAXB framework to marshal and unmarshal the classes specified in @RequestWrapper and @ResponseWrapper.
> In the latest version of Axis2, the JAX-WS 2.1 or 2.2 tooling is used.  A @RequestWrapper or @ResponseWrapper class will contain appropriate @XmlSeeAlso
> annotations to locate the derived classes of the parameters (if any).
> If the wrapper classes were constructed using a prior version of JAX-WS (i.e. 2.0), then the @XmlSeeAlso annotations are not available.  This may cause the xml to be marshaled with the base element name.
> I am making a small change to the runtime to tolerate a subset 2.0 generated wrapper classes that don't have @XmlSeeAlso annotations. 
> Thanks, 
> Rich Scheuerle

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


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org