I removed the NamespacePrefixMapper because there is a standard way in JAXB to customize the namespace: http://docs.oracle.com/javase/6/docs/api/javax/xml/bind/annotation/XmlSchema.html
Best, Christian On Wed, May 16, 2012 at 7:28 AM, Richard Kettelerij < [email protected]> wrote: > Hi, > > Use the JAXB NamespacePrefixMapper to customize the prefux. See > http://camel.apache.org/jaxb.html and the following post on the mailing > list: > > http://camel.465427.n5.nabble.com/camel-jaxb-namespace-prefix-td5685354.html > . > > Btw, why are you referring to XMLBeans in the last part of your post when > you're using JAXB? > > Regards, > Richard > > -- > View this message in context: > http://camel.465427.n5.nabble.com/spring-ws-component-unmarshall-Jaxb-problem-when-Payload-namespace-prefix-in-attribute-value-tp5710538p5710553.html > Sent from the Camel - Users mailing list archive at Nabble.com. >
