0 Replies Latest reply on Aug 24, 2015 6:42 AM by georgesg

    Jboss 4.3 jboss jaxws conflicting with application's cxf jar file

    georgesg

      Hi , I am using jboss 4.3 application server with JDK 1.6. We recently made a JDK upgrade to JDK 1.7 and started getting the following exception in the logs? . Do we need to do any additional step so that the application can point to the correct jar file ?



      Caused by: java.lang.ClassCastException: org.jboss.ws.core.jaxws.client.ClientProxy cannot be cast to org.apache.cxf.frontend.ClientProxy

      at org.apache.cxf.frontend.ClientProxy.getClient(ClientProxy.java:99)

      at com.cassis.ws.reqmgr.wsdl.RequestManagerService.getRequestManagerPort(RequestManagerService.java:83)

      at com.cassis.rm.handler.process.impl.ProcessBase.getRequestManager(ProcessBase.java:132)