[
https://issues.apache.org/jira/browse/AXIS2-3629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Deepal Jayasinghe resolved AXIS2-3629.
--------------------------------------
Resolution: Fixed
closing it as no response from user.
> WSDL2Java with -xsdconfig option -- xb:extension or xb:suffix are ignored
> -------------------------------------------------------------------------
>
> Key: AXIS2-3629
> URL: https://issues.apache.org/jira/browse/AXIS2-3629
> Project: Axis2
> Issue Type: Bug
> Components: modules
> Affects Versions: 1.3
> Environment: kubuntu gutsy, eclipse 3.2
> Reporter: Peter Hargreaves
> Assignee: Amila Chinthaka Suriarachchi
> Priority: Critical
> Labels: XMLBeans,
>
> 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 was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]