> I am using cxf 2.1.1 > Any ideas? Try 2.1.3. I fixed some stuff related to this in 2.1.3.
Dan On Monday 29 December 2008 3:30:02 pm Marcus Redeker wrote: > All, > > after copying my application from my apple to a windows xp machine I > get the following error: > > jvm 1 | Caused by: java.util.zip.ZipException: error in opening zip > file > jvm 1 | at java.util.zip.ZipFile.open(Native Method) > jvm 1 | at java.util.zip.ZipFile.<init>(ZipFile.java:114) > jvm 1 | at java.util.jar.JarFile.<init>(JarFile.java:133) > jvm 1 | at java.util.jar.JarFile.<init>(JarFile.java:97) > jvm 1 | at > org > .apache > .cxf > .endpoint > .dynamic > .DynamicClientFactory > .addClasspathFromManifest(DynamicClientFactory.java:400) > jvm 1 | at > org > .apache > .cxf > .endpoint > .dynamic.DynamicClientFactory.setupClasspath(DynamicClientFactory.java: > 457) > jvm 1 | at > org > .apache > .cxf > .endpoint > .dynamic.DynamicClientFactory.createClient(DynamicClientFactory.java: > 227) > > The line before shows that the java classes were created: > > jvm 1 | 20:44:50,602 INFO [DynamicClientFactory] Created classes: > org.example.services.GetLoginChallenge, > org.example.services.GetLoginChallengeResponse, > org.example.services.InsertFile, > org.example.services.InsertFileResponse, org.exam > ple.services.InsertStatus, org.example.services.InsertStatusResponse, > org.example.services.IntrexxLogin, > org.example.services.IntrexxLoginResponse, org.example.services.Login, > org.example.services.LoginResponse, org.example.services.Logout, > org.example.services.LogoutResponse, > org.example.services.ObjectFactory, > org.example.services.SendLoginResponse, > org.example.services.SendLoginResponseResponse, > org.example.services.SessionHeaderType > > I remember that an earlier version of CXF was throwing a NPE when the > manifest of some jars was missing. Here it looks like some of the > JAR's in my classpath cannot be read. > > I am using cxf 2.1.1 > Any ideas? > > Thanks, > --Marcus -- Daniel Kulp [email protected] http://dankulp.com/blog
