Could you try with 2.6.3? I just ran your test with 2.6.3 and didn't see any issue.
feeding the input to the inTransformer <getAreas xmlns="http://api.company.com/"> <siteId xmlns="">1</siteId> </getAreas> and getting the result <getAreas xmlns="http://api.company.com/"> <test xmlns=""> <siteId>1</siteId> </test> </getAreas> regards, aki 2012/12/6 purecharger <[email protected]>: > Yes, the relevant parts of the input xml document that break. Here is how > I've configured the transform: > > <jaxws:features> > <bean class="org.apache.cxf.feature.StaxTransformFeature"> > <property name="inAppendElements"> > <map> > <entry key="siteId" value="test"/> > </map> > </property> > </bean> > </jaxws:features> > > I encountered this problem in using my own stax transform class modeled > after this feature, and found the problem existed with the stock feature. > > Using CXF 2.6.2. > > > > Aki Yoshida-3 wrote >> Are these the input xml documents to the transformer? >> In that case, could you tell us the setting of the transformer and >> which cxf version you are using? >> >> regards, aki > > > > > > -- > View this message in context: > http://cxf.547215.n5.nabble.com/Namespace-exception-when-Transform-feature-enabled-tp5719871p5719878.html > Sent from the cxf-user mailing list archive at Nabble.com.
