Re: CXF 2.6.6 Tomcat Classloading Issue

2013-08-01 Thread Sergey Beryozkin
Hi Dan - looks like that must be it... thanks, Sergey On 31/07/13 23:46, Daniel Kulp wrote: Did you also add the jaxrs-api jar to the "my-libs" dir? It LOOKS to me like the annotation classes couldn't be loaded from the class loader of your API's. Dan On Jul 31, 2013, at 2:08 PM, Tom Hart

Re: CXF 2.6.6 Tomcat Classloading Issue

2013-07-31 Thread Daniel Kulp
Did you also add the jaxrs-api jar to the "my-libs" dir? It LOOKS to me like the annotation classes couldn't be loaded from the class loader of your API's. Dan On Jul 31, 2013, at 2:08 PM, Tom Hartwell wrote: > I'm using CXF 2.6.6 for JAX-RS services. Because I would like to expose the > s

Re: CXF 2.6.6 Tomcat Classloading Issue

2013-07-31 Thread Sergey Beryozkin
Hi On 31/07/13 19:08, Tom Hartwell wrote: I'm using CXF 2.6.6 for JAX-RS services. Because I would like to expose the service interface to be usable by other webapps, I've separated the serviceBean interface and implementation into 2 different jars: service-api.jar and service.jar In order for

CXF 2.6.6 Tomcat Classloading Issue

2013-07-31 Thread Tom Hartwell
I'm using CXF 2.6.6 for JAX-RS services. Because I would like to expose the service interface to be usable by other webapps, I've separated the serviceBean interface and implementation into 2 different jars: service-api.jar and service.jar In order for other webapps to utilize the api jar, I've de