[
http://jira.jboss.com/jira/browse/JBWS-1322?page=all ]
Jason T. Greene updated JBWS-1322:
----------------------------------
Component/s: jaxws
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
Priority: Blocker
Fix For: jbossws-2.0.0
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