then you surely have something broken in your setup, I use this everyday in tomee 1.7 and 7.x, try to rreproduce on github maybe
Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | LinkedIn <https://www.linkedin.com/in/rmannibucau> | Tomitriber <http://www.tomitribe.com> 2015-05-19 9:56 GMT+02:00 kirys.it <[email protected]>: > On 05/18/2015 09:53 PM, Romain Manni-Bucau wrote: > >> yes or the geronimo one but this one is ok >> >> Still this > May 19, 2015 9:55:26 AM > org.apache.openejb.observer.ObserverManager$MethodInvocation invoke > SEVERE: error invoking > org.apache.tomee.webservices.TomeeJaxRsService@6a396c1e > java.util.ServiceConfigurationError: javax.json.spi.JsonProvider: Provider > org.apache.johnzon.core.JsonProviderImpl not a subtype > > <dependency> > <groupId>javax.json</groupId> > <artifactId>javax.json-api</artifactId> > <version>1.0</version> > </dependency> > <dependency> > <groupId>org.apache.johnzon</groupId> > <artifactId>johnzon-core</artifactId> > <version>0.7-incubating</version> > </dependency> > <dependency> > <groupId>org.apache.johnzon</groupId> > <artifactId>johnzon-mapper</artifactId> > <version>0.7-incubating</version> > </dependency> > <dependency> > <groupId>org.apache.johnzon</groupId> > <artifactId>johnzon-jaxrs</artifactId> > <version>0.7-incubating</version> > </dependency> > >
