Hi Dan,

Sorry for the late reply but I'm not sure if the fix
(http://cxf.547215.n5.nabble.com/svn-commit-r1298956-cxf-trunk-rt-databinding-jaxb-src-main-java-org-apache-cxf-jaxb-JAXBEncoderDecoda-td5551363.html)
really solves the problem.

Shouldn't it be 

  nsMap.put(*""*, ns[x + 1]);

instead of 

  nsMap.put(*null*, ns[x + 1]);

if ns[x] == null ??

Just tried with the current 2.5.3-SNAPSHOT and the NPE is still in ....

Regards,
Andi

--
View this message in context: 
http://cxf.547215.n5.nabble.com/NPE-in-JAXBEncoderDecoder-findExtraNamespaces-tp5550405p5568673.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to