Well on 25th April I have a workshop about Arquillian and I would like to use Apache TomEE. One of the example is using arquillian-rest-extension but I need to have working the example commented on the first mail (basically having an interface with REST annotation and class being an EJB).
Thank you for your support. Alex. 2014-04-13 21:01 GMT+02:00 Jean-Louis MONTEIRO <[email protected]>: > Hi Alex, > > The 1.6.0.1 (security maintenance) is under vote. Should be released > (crossing fingers) by the end of this week. > We talked about that on another thread, but basically, we wanted to release > 1.6.1 asap. BTW, it will probably be a 1.7.0 cause we plan to include Java > 8 support and the PLUME distro which is to much for a 1.6.1. > > Some parts are ready for Java 8, but we currently have some issues with > OpenJPA. > > I required (I mean users ask for it), we can also think about a 1.6.1 as > it's today, but without Java 8 and PLUME. > Not sure it makes a lot of sense that's why we want first the 1.7.0 with > Java 8 support. > > I'd like to start the release process before end of April, but not sure it > gonna be possible. > Do you have any due date or expectations? > > Jean-Louis > > > > 2014-04-13 20:52 GMT+02:00 Alex Soto <[email protected]>: > > > 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 > > > > > > -- > Jean-Louis > -- +----------------------------------------------------------+ Alex Soto Bueno - Computer Engineer www.lordofthejars.com +----------------------------------------------------------+
