[jbossws-issues] [JBoss JIRA] Updated: (JBWS-1322) CTS: Anonymous document/literal bare types fail

Thomas Diesler (JIRA) jira-events at jboss.com
Sat Nov 4 19:14:43 EST 2006


     [ http://jira.jboss.com/jira/browse/JBWS-1322?page=all ]

Thomas Diesler updated JBWS-1322:
---------------------------------

    Fix Version/s: jbossws-2.0.0.CR1
                       (was: jbossws-2.0.0)

> CTS: Anonymous document/literal bare types fail
> -----------------------------------------------
>
>                 Key: JBWS-1322
>                 URL: http://jira.jboss.com/jira/browse/JBWS-1322
>             Project: JBoss Web Services
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: jaxws
>            Reporter: Jason T. Greene
>         Assigned To: Jason T. Greene
>            Priority: Blocker
>             Fix For: jbossws-2.0.0.CR1
>
>
> Several tests in the CTS use anonymous bare types:
>   <element name="GetTrackerDataAction">
>         <complexType>
>             <sequence>
>                 <element name="action" type="xsd:string"/>
>                 <element name="harnessloghost" type="xsd:string"/>
>                 <element name="harnesslogport" type="xsd:string"/>
>                 <element name="harnesslogtraceflag" type="xsd:string"/>
>             </sequence>
>         </complexType>
>       </element>
> This causes jaxbCtx.getTypeName() to return null, which is correct. However. the underlying problem is that our entire code-base is built around everything having an xml type. So we either need to refactor the system to allow for a null xml type, or alternatively  generate a fake xml type like the JSR109 system.
> The latter is probably the easiest to implement.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbossws-issues mailing list