WSDL2Java with -xsdconfig option -- xb:extension or xb:suffix are ignored
-------------------------------------------------------------------------
Key: AXIS2-3629
URL: https://issues.apache.org/jira/browse/AXIS2-3629
Project: Axis 2.0 (Axis2)
Issue Type: Bug
Components: modules
Affects Versions: 1.3
Environment: kubuntu gutsy, eclipse 3.2
Reporter: Peter Hargreaves
Priority: Blocker
I'm using WSDL2Java with the -xsdconfig option to control my xmlbean
generation. The namespace -> package mapping works fine, proving that the
xsdconfig file is being picked up, but suffix and extension (interface with
handler) are both ignored (see below).
When I use the xmlbean's scomp, that comes with Axis2, to generate beans all
is OK - but not integrated with axis.
<xb:config xmlns:xb="http://xml.apache.org/xmlbeans/2004/02/xbean/config">
<xb:namespace uri="##any">
<xb:suffix>XmlBean</xb:suffix>
</xb:namespace>
<xb:namespace uri="http://www.bedsearcher.co.uk/Bs/2007/01">
<xb:package>org.bs.service.hello</xb:package>
</xb:namespace>
<xb:extension for="*">
<xb:interface name="org.bs.other.BsExtension">
<xb:staticHandler>org.bs.other.BsHandler</xb:staticHandler>
</xb:interface>
</xb:extension>
</xb:config>
--
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]