Re: org.apache.cxf.interceptor.Fault: javax/ws/rs/client/ClientBuilder

2016-12-07 Thread Romain Manni-Bucau
yes, idea fixed his adapter after the serialization fixes in tomee 1.7.4 and 7.x which implied some new config. Romain Manni-Bucau @rmannibucau | Blog | Old Blog | Github

Re: org.apache.cxf.interceptor.Fault: javax/ws/rs/client/ClientBuilder

2016-12-07 Thread José Luis Cetina
This problems occurs with TomEE 7 and intellij idea 14 (idea-IU-141.2735.5). I tested on intellij idea 2016.3 without moving nothing from TomEE and works great. Thanks 2016-12-07 10:26 GMT-06:00 Romain Manni-Bucau : > you can do it in setenv.sh or setenv.bat (windows) in

Re: org.apache.cxf.interceptor.Fault: javax/ws/rs/client/ClientBuilder

2016-12-07 Thread Romain Manni-Bucau
you can do it in setenv.sh or setenv.bat (windows) in bin folder or tomee. you have to create the file if not already there Romain Manni-Bucau @rmannibucau | Blog | Old Blog | Github

Re: org.apache.cxf.interceptor.Fault: javax/ws/rs/client/ClientBuilder

2016-12-07 Thread José Luis Cetina
Thanks!! Im trying to run my webapp with TomEE 7 + intellijidea 14 and when i run the server i always see this error: "Artifact XXX:war: Server is not connected. Deploy is not available" Then i cannot deploy to TomEE 7 from intellij. I read about remove the line "set JAVA_OPTS" from

Re: org.apache.cxf.interceptor.Fault: javax/ws/rs/client/ClientBuilder

2016-12-07 Thread Romain Manni-Bucau
hi tomee 1 is jaxrs 1.0, clientBuilder API is jaxrs 2. You can use tomee 7 Romain Manni-Bucau @rmannibucau | Blog | Old Blog | Github | LinkedIn

org.apache.cxf.interceptor.Fault: javax/ws/rs/client/ClientBuilder

2016-12-07 Thread José Luis Cetina
Hi. Currently im using TomEE 1.7.4 JAXRS. In my project we currently use our own services for receiving request to our server. We use @Path, @Post etc. This works great. No i want create an HTTP Request in my java class to an external API. I see an example like this: Client client =