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 "Davanum Srinivas (JIRA)" <ji...@apache.org> on 2008/03/20 03:40:25 UTC

[jira] Assigned: (AXIS2-3629) WSDL2Java with -xsdconfig option -- xb:extension or xb:suffix are ignored

     [ https://issues.apache.org/jira/browse/AXIS2-3629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Davanum Srinivas reassigned AXIS2-3629:
---------------------------------------

    Assignee: Amila Chinthaka Suriarachchi

> 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
>            Assignee: Amila Chinthaka Suriarachchi
>            Priority: Critical
>
> 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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org