Hi, I'm having a trouble int StaxUtils static initializer with cxf 2.7.6 running in the IBM jkd 1.6. When it tries to create the XMLOutputFactory (XMLOutputFactory xof = XMLOutputFactory.newInstance()) a NoClassDefFoundError is thrown. The reason is that the factory property (javax.xml.stream.XMLOutputFactory) is set to com.ctc.wstx.stax.WstxOutputFactory and this class is not avaliable to javax.xml.stream.XMLOutputFactory classloader (the same applies to javax.xml.stream.XMLInputFactory). I'm thinking about changing the property to the IBM default value but I would like to know if it is safe.
Ats, Osvaldo Pina.
