Re: java.lang.LinkageError: ClassCastException: attempting to castzip:

2015-09-04 Thread Sergey Beryozkin
Great effort, the wiki has been updated with both recipes: https://cwiki.apache.org/confluence/display/CXF20DOC/JAX-RS+Deployment#JAX-RSDeployment-WebLogic Thanks, Sergey On 04/09/15 13:39, vineetkala11 wrote: Hi All, After spending almost 3 weeks finally I got resolve with this error .Below a

Re: java.lang.LinkageError: ClassCastException: attempting to castzip:

2015-09-04 Thread vineetkala11
Hi All, After spending almost 3 weeks finally I got resolve with this error .Below are step I followed 1. Downgrade my servlet version from 3.0 to 2.4 in web.xml: Old : http://java.sun.com/xml/ns/j2ee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://ja

Re: java.lang.LinkageError: ClassCastException: attempting to castzip:

2015-08-21 Thread Sergey Beryozkin
Please keep experimenting - WebLogic is an Oracle supported container so it is natural that Jersey is closely integrated, the trace shows Jersey is still loaded - you need to make sure somehow that Jersey is not loaded... Thanks, Sergey On 21/08/15 09:25, vineetkala11 wrote: Hi there, I am ge

java.lang.LinkageError: ClassCastException: attempting to castzip:

2015-08-21 Thread vineetkala11
Hi there, I am getting below exception at the time of deployment of my project . I am referring to link http://cxf.apache.org/docs/jax-rs-deployment.html#JAX-RSDeployment-WebLogic Its almost a week dealing with exce