Hi all,

I am getting some unit test errors and failures in systest. Is this expected at the moment or am I doing something wrong? Seems like it has to do with code generation from wsdls.

Greetings

Christian

testDynamicClient

java.lang.IllegalStateException: Unable to create JAXBContext for generated packages: "org.apache.cxf.systest.aegis" doesnt contain ObjectFactory.class or jaxb.index

org.apache.cxf.systest.aegis.AegisClientServerTest:161
testBase64

java.lang.IllegalStateException: Unable to create JAXBContext for generated packages: "com.inforsense.webservicestudio.data.rpc" doesnt contain ObjectFactory.class or jaxb.index

org.apache.cxf.systest.jaxws.ClientServerTest:116
testJaxWsDynamicClient

java.lang.IllegalStateException: Unable to create JAXBContext for generated packages: "com.inforsense.webservicestudio.data.rpc" doesnt contain ObjectFactory.class or jaxb.index

org.apache.cxf.systest.jaxws.ClientServerTest:130
testInvocation

java.lang.IllegalStateException: Unable to create JAXBContext for generated packages: "org.apache.cxf.no_body_parts.wsdl" doesnt contain ObjectFactory.class or jaxb.index

org.apache.cxf.systest.jaxws.JaxWsDynamicClientTest:68

Reply via email to