Re: TomEE 1.5.1-SNAPSHOT: cxf class not found

2012-11-12 Thread diuis
Hi Romain, maybe it's my fault. I checked my java sources, and my rest client depends (maven provided dependency) on cxf-rt-frontend-jaxrs 2.6.1. I need to update CXF to release 2.7 and to replace the missing ServerWebApplicationException class with the standard javax.ws.rs.ServerErrorException JAX

Re: TomEE 1.5.1-SNAPSHOT: cxf class not found

2012-11-10 Thread Romain Manni-Bucau
Hi, the class has been removed in cxf 2.7.0 ( http://cxf.apache.org/docs/27-migration-guide.html) are you throwing it yourself or is it the framework? *Romain Manni-Bucau* *Twitter: @rmannibucau * *Blog: **http://rmannibucau.wordpress.com/*

TomEE 1.5.1-SNAPSHOT: cxf class not found

2012-11-09 Thread diuis
Hi to all, I make a rest call, with cxf rest client api, to an external service. In this moment the external service is not available, and in my web application client there is this error: java.lang.NoClassDefFoundError: org/apache/cxf/jaxrs/client/ServerWebApplicationException at com.brav