Stupid question but by forcing you exactly mean? And also do you know when 1.6.1 will be released?
El diumenge, 13 abril de 2014, Romain Manni-Bucau <[email protected]> va escriure: > hmm weird, force cxf to log with something else > Romain Manni-Bucau > Twitter: @rmannibucau > Blog: http://rmannibucau.wordpress.com/ > LinkedIn: http://fr.linkedin.com/in/rmannibucau > Github: https://github.com/rmannibucau > > > > 2014-04-13 20:16 GMT+02:00 Alex Soto <[email protected] <javascript:;>>: > > Still happens :( > > > > <dependencies> > > > > <dependency> > > > > <groupId>org.apache.openejb</groupId> > > > > <artifactId>arquillian-tomee-embedded</artifactId> > > > > <version>${tomee.version}</version> > > > > <scope>test</scope> > > > > </dependency> > > > > > > <!-- To test jax-rs applications with embed TomEE you > need > > > > to both of these dependencies --> > > > > <dependency> > > > > <groupId>org.apache.openejb</groupId> > > > > <artifactId>openejb-cxf-rs</artifactId> > > > > <version>4.6.0</version> > > > > <scope>test</scope> > > > > </dependency> > > > > <dependency> > > > > <groupId>org.apache.openejb</groupId> > > > > <artifactId>tomee-jaxrs</artifactId> > > > > <version>${tomee.version}</version> > > > > <scope>test</scope> > > > > <exclusions> > > > > <exclusion> > > > > <groupId>commons-logging</groupId> > > > > <artifactId>commons-logging</artifactId> > > > > </exclusion> > > > > </exclusions> > > > > </dependency> > > > > Should I remove from any other dependency too? For example > > Arquillian.persistence-extension is using too, or Drone extension. > > > > > > > > > > 2014-04-13 20:06 GMT+02:00 Romain Manni-Bucau <[email protected]>: > > > >> well actually this was a regression due to a new feature. That's like > >> it when you implement an API with throw new UnusupportedException, > >> thanks cxf logging facade ;) > >> Romain Manni-Bucau > >> Twitter: @rmannibucau > >> Blog: http://rmannibucau.wordpress.com/ > >> LinkedIn: http://fr.linkedin.com/in/rmannibucau > >> Github: https://github.com/rmannibucau > >> > >> > >> > >> 2014-04-13 20:03 GMT+02:00 Alex Soto <[email protected]>: > >> > Oh cool I suppose you are talking about Apache TomEE 1.6.1, so I > exclude > >> > commons-logging from tomee-jaxrs dependency and that's all. > >> > > >> > Thank you so much when I arrive at home I will try it. > >> > > >> > Well nice to see how TomEE is improving from release to release :) > >> > > > -- Enviat amb Gmail Mobile
