Re: TomEE 1.7 -> 7.x migration - Arquillian and JAX-RS providers

2016-11-11 Thread Romain Manni-Bucau
Hi Jackson is buggy in its consumes/produces type. Wrap the provider forcing it to application/json lr other but not wildcard Le 11 nov. 2016 21:50, "jieryn" a écrit : > Hi, I'm hitting another migration issue. With 1.7, we see these providers: > > INFO: Using providers: >

TomEE 1.7 -> 7.x migration - Arquillian and JAX-RS providers

2016-11-11 Thread jieryn
Hi, I'm hitting another migration issue. With 1.7, we see these providers: INFO: Using providers: Nov 11, 2016 3:43:19 PM org.apache.openejb.server.cxf.rs.CxfRsHttpListener configureFactory INFO: com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider@3703a400 Nov 11, 2016 3:43:19 PM

Re: IllegalAccess exception when reloading TomEE+ 7.0.1 using Apache Camel 2.18.0

2016-11-11 Thread Romain Manni-Bucau
Hi Try excluding camel from scanned jars. It is enough in general. Le 11 nov. 2016 13:59, "jessepeng" a écrit : > Hi everyone, > > we're using TomEE+ 7.0.1 and Apache Camel 2.18.0 for sending and receiving > JMS messages for our webservices. Setting up the routes works fine,