I tried with 2.6.3 and still have the same issue. Note that this problem happens when I've got the StaxTransformFeature enabled and I have a SAAJInInterceptor added in PRE_PROTOCOL phase.
On Thu, Dec 6, 2012 at 2:25 PM, Aki Yoshida-3 [via CXF] < [email protected]> wrote: > 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 > > -- View this message in context: http://cxf.547215.n5.nabble.com/Namespace-exception-when-Transform-feature-enabled-tp5719871p5719882.html Sent from the cxf-user mailing list archive at Nabble.com.
