[jboss-user] [JBossWS] - Re: Cannot obtain java type mapping

bartatamas do-not-reply at jboss.com
Thu Nov 27 06:06:07 EST 2008


It is interesting that when I use java-xml-type-mapping:

 <java-xml-type-mapping>
    <java-type>foo.ReceiveImNotifIn</java-type>
    <root-type-qname xmlns:xs="http://mf.cellum.com/MerchantManagement">xs:receiveImNotifIn</root-type-qname>
    <qname-scope>element</qname-scope>
    <variable-mapping>
        <java-variable-name>receiveImNotifIn</java-variable-name>
        <xml-element-name>receiveImNotifIn</xml-element-name>
    </variable-mapping>
  </java-xml-type-mapping>

The TypesMetaData class logs:

Add type mapping: {http://mf.cellum.com/MerchantManagement}receiveImNotifIn 

The Exception logs:

{http://mf.cellum.com/MerchantManagement}>receiveImNotifIn 


The difference is the ">" character. 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4192732#4192732

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4192732



More information about the jboss-user mailing list