Re: tomee embedded webapp with hibernate

2014-05-21 Thread Romain Manni-Bucau
tomee- prefix is filtered, just rename your app/project Le 22 mai 2014 01:34, "Marius Kruger" a écrit : > hi again > > ok, I give up :S > > I'm trying run this simple REST test with embedded OpenEjb but I can bang > my head against the table and it just doesn't want to pick up my > @LocalClient a

Re: TomEE 1.7.0 Branch

2014-05-21 Thread David Blevins
Side note, we should run the TCK on Java 8 to ensure all is well. We added a config for 1.7 a while back, we'll need to do the same for 8. I'll have to get it into our EC2 images, but meanwhile we can run a few tests on our own machines. -- David Blevins http://twitter.com/dblevins http://ww

Re: tomee embedded webapp with hibernate

2014-05-21 Thread Marius Kruger
hi again ok, I give up :S I'm trying run this simple REST test with embedded OpenEjb but I can bang my head against the table and it just doesn't want to pick up my @LocalClient and rest services. I have other projects with similar code where it works sort of but I can't spot the difference. As y

Re: TomEE 1.7.0 Branch

2014-05-21 Thread Romain Manni-Bucau
we removed geronimo one. BTW when tomcat API are not outdated we just use tomcat provided ones. Think David spoke about java.annotation and not servlet one we replaced. Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibuca

Re: Pluto on TomEE

2014-05-21 Thread Romain Manni-Bucau
Hi Seems it works: 1003 [ 21/05/2014 23:50:20 ] mv ../apache-tomee-webprofile-1.7.0-SNAPSHOT/lib/* pluto-bundle-2/lib/ 1004 [ 21/05/2014 23:50:31 ] vi pluto-bundle-2/conf/server.xml # add tomee listener 1005 [ 21/05/2014 23:50:56 ] mv ../apache-tomee-webprofile-1.7.0-SNAPSHOT/bin/tomcat-ju

Re: TomEE 1.7.0 Branch

2014-05-21 Thread Jean-Louis Monteiro
el-api has been removed already, but don't know if it has been in the good one. JLouis -- Jean-Louis Monteiro http://twitter.com/jlouismonteiro http://www.tomitribe.com On Wed, May 21, 2014 at 11:36 AM, David Blevins wrote: > We have a Tomcat flavor of the javaee-api jar, we could yank el from

Re: Pluto on TomEE

2014-05-21 Thread Jean-Louis Monteiro
Nope -- Jean-Louis Monteiro http://twitter.com/jlouismonteiro http://www.tomitribe.com On Wed, May 21, 2014 at 12:20 PM, Andy Gumbrecht wrote: > Does anyone have any experience of Apache Pluto on TomEE? > > Thanks in advance, > > Andy. > > -- > Andy Gumbrecht > > http://www.tomitribe.com >

Pluto on TomEE

2014-05-21 Thread Andy Gumbrecht
Does anyone have any experience of Apache Pluto on TomEE? Thanks in advance, Andy. -- Andy Gumbrecht http://www.tomitribe.com agumbre...@tomitribe.com https://twitter.com/AndyGeeDe TomEE treibt Tomitribe! | http://tomee.apache.org

Re: TomEE 1.7.0 Branch

2014-05-21 Thread David Blevins
We have a Tomcat flavor of the javaee-api jar, we could yank el from that one. (if we haven't already) I know the servlet api is not in the Tomcat flavor of the javaee-api.jar -David On May 21, 2014, at 3:10 AM, Mark Struberg wrote: > btw, we should think about removing the el-api from our ja

Re: Where is 'mvn3 -U checkstyle:checkstyle -Pstyle' defined?

2014-05-21 Thread Thiago Veronezi
Yup, no new module for style. I guess we have the same goal. :) []s, Thiago. On Wed, May 21, 2014 at 11:49 AM, Romain Manni-Bucau wrote: > the main point for me is don't add a module for style ;). > > > > Romain Manni-Bucau > Twitter: @rmannibucau > Blog: http://rmannibucau.wordpress.com/ > Li

Re: Where is 'mvn3 -U checkstyle:checkstyle -Pstyle' defined?

2014-05-21 Thread Romain Manni-Bucau
the main point for me is don't add a module for style ;). Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-05-21 17:44 GMT+02:00 Thiago Veronezi : > >>in container/opene

Re: Where is 'mvn3 -U checkstyle:checkstyle -Pstyle' defined?

2014-05-21 Thread Thiago Veronezi
>>in container/openejb-core/pom.xml? Yup, currently we have it hooked in 'openejb-core/pom.xml' and in 'pom.xml' ('style' profile). The existing 'style' profile is a dummy one. I will move what we have in 'openejb-core/pom.xml' to the profile definition in the main pom. I would like to use the sam

Re: Where is 'mvn3 -U checkstyle:checkstyle -Pstyle' defined?

2014-05-21 Thread Romain Manni-Bucau
Hi Thiago, in container/openejb-core/pom.xml? BTW would be great to remove src/main/config/checkstyle.xml and use new checktyle plugin inline feature (checkstyle.xml in ) Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmanni

Where is 'mvn3 -U checkstyle:checkstyle -Pstyle' defined?

2014-05-21 Thread Thiago Veronezi
Hi guys, Where is the checkstyle trigger defined in our build? I would like to move the existing openejb-core checkstyle and pmd checks to the root module. I know how to do it for checkstyle, but I didnt find where we call 'mvn3 -U checkstyle:checkstyle -Pstyle', so I can do the same thing for pmd

Re: Netbeans Users

2014-05-21 Thread Stephen Connolly
On 20 May 2014 16:45, Chuck Davis wrote: > Andy: > > I have used Netbeans for about 15 years now. I look at Eclipse > occasionally and just recently evaluated it again. It comes up > lacking every time. I am doing a little bit with Android at the > moment and, as you know, the android developm

Re: TomEE 1.7.0 Branch

2014-05-21 Thread Romain Manni-Bucau
yes that's done on trunk, https://issues.apache.org/jira/browse/TOMEE-1205 Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-05-21 12:53 GMT+02:00 Jean-Louis Monteiro : >

Re: Netbeans Users

2014-05-21 Thread Ivan St. Ivanov
Hey Andy, folks, I am actually Eclipse user. But in my spare time I teach Java EE in a few universities here in Sofia. Speaking about that kind of experience (first steps in Java EE), I find Java EE development with NetBeans far more intuitive than with Eclipse. Let's take the JPA part for example

Re: TomEE 1.7.0 Branch

2014-05-21 Thread Jean-Louis Monteiro
that's what Andy did with the latest javaee-api jar I think. JLouis -- Jean-Louis Monteiro http://twitter.com/jlouismonteiro http://www.tomitribe.com On Wed, May 21, 2014 at 3:10 AM, Mark Struberg wrote: > btw, we should think about removing the el-api from our javaee-api bundle. > > The el-a

Re: Netbeans Users

2014-05-21 Thread agumbrecht
Hi friends, This is all great info and thanks very much for your time! Really appreciated. Andy - -- Andy Gumbrecht http://www.tomitribe.com agumbre...@tomitribe.com https://twitter.com/AndyGeeDe TomEE treibt Tomitribe ! | http://tomee.apache.org -- View this mes

Re: TomEE 1.7.0 Branch

2014-05-21 Thread Mark Struberg
btw, we should think about removing the el-api from our javaee-api bundle. The el-api is often really bound to the el-impl. E.g. the el-impl from JUEL also doesn't work with javax.el nor geronimo-el nor jasper-el-api... Liegrue, strub On Wednesday, 21 May 2014, 11:35, Romain Manni-Bucau wrot

Re: TomEE 1.7.0 Branch

2014-05-21 Thread Jean-Louis Monteiro
No issue, just something to do ;-) Always great to write somewhere so that we don't forget -- Jean-Louis Monteiro http://twitter.com/jlouismonteiro http://www.tomitribe.com On Wed, May 21, 2014 at 2:32 AM, Romain Manni-Bucau wrote: > we handle these one so there are not issues ;) > > > > Romain

Re: TomEE 1.7.0 Branch

2014-05-21 Thread Romain Manni-Bucau
we handle these one so there are not issues ;) Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-05-21 11:20 GMT+02:00 agumbrecht : > We also have the following to get th

Re: TomEE 1.7.0 Branch

2014-05-21 Thread agumbrecht
We also have the following to get through. Tomcat 7.0.54 - Which will mean reviewing and releasing the javee-api 6.0-6-SNAPSHOT Release org.apache.openejb.shade:quartz-openejb-shade:2.2.1-SNAPSHOT - Trunk has bee using an old repo version in openejb-core that never got updated. Andy. -