Christian, Do the rt/ws/security tests work for you and 1.6.0_14?
I just tried 1.6.0_13, 1.6.0_14, 1.6.0_15, and 1.6.0_16 on Linux and all the security tests stop working starting with _14 with: java.lang.NoClassDefFoundError: Could not initialize class com.sun.crypto.provider.SunJCE which really sucks. Not sure what is going on. They all pass with 1.5.0_20 and 1.5.0_16 as well as with 1.6.0_13. Thus, I kind of have to wonder if something in 1.6.0_14 is really screwing things up. :-( Any chance you can try with 1.6.0_13 or with a 1.5.0 version? Dan On Wed August 19 2009 9:03:29 am Christian Schneider wrote: > Hi Benson, > > I built on Windows Vista, JDK 1.6.0_14 and maven 2.2.0. > > Greetings > > Christian > > Benson Margulies schrieb: > > All is well on my Mac with Java 1.5. What's your environment. > > > > On Wed, Aug 19, 2009 at 3:55 AM, Christian > > > > Schneider<[email protected]> wrote: > >> 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 -- Daniel Kulp [email protected] http://www.dankulp.com/blog
