Re: Any #TomEE exclusive features?

2014-05-22 Thread Romain Manni-Bucau
Hi I'd say support if abstrat ejbs, interface ejb (no impl), dynamic persistence unit (reloading), its maven plugin, its arquillian integration, all the tests features, its community, it is apache based, the embeddable side of openejb, its server events, its skinny war support, its JCA features (J

Re: Any #TomEE exclusive features?

2014-05-22 Thread Chamil Jeewantha
Hi Hildererto, First thing is TomEE is a Java EE 6 Web Profile certified stack. The architecture of TomEE is loosely coupled with Tomcat. One can simply deploy TomEE war on a Tomcat and thats it for J2EE environment. TomEE's memory foot print is low. Its comparatively lightweight to most of the ot

Any #TomEE exclusive features?

2014-05-22 Thread Hildeberto Mendonça
Hello everyone! I'm new here and excited about discovering TomEE. I have used it some months ago for evaluation purposes and now I would like to resume my involvement. And I would like to start with a topic for discussion: what are the features that one can only find on TomEE? Thinking beyond the

Re: [jira] [Resolved] (TOMEE-1220) if jaxrs.txt is in /conf add libraries in container

2014-05-22 Thread Jean-Louis Monteiro
As usual, discuss quickly during the day, implement right after back home -- Jean-Louis Monteiro http://twitter.com/jlouismonteiro http://www.tomitribe.com On Thu, May 22, 2014 at 11:59 AM, Romain Manni-Bucau (JIRA) wrote: > > [ > https://issues.apache.org/jira/browse/TOMEE-1220?page=com.

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

2014-05-22 Thread Thiago Veronezi
Cool Andy. That's fine. Tkx a lot! On Thu, May 22, 2014 at 2:52 PM, Andy Gumbrecht wrote: > I'll do it tomorrow if that's OK, mobile at the moment > Andy. > -- > Andy Gumbrecht http://www.tomitribe.com > TomEE treibt Tomitribe! > Sent from my mobile device. Please excuse my brevity. > > On May 2

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

2014-05-22 Thread Andy Gumbrecht
I'll do it tomorrow if that's OK, mobile at the moment Andy. -- Andy Gumbrecht http://www.tomitribe.com TomEE treibt Tomitribe! Sent from my mobile device. Please excuse my brevity. On May 22, 2014 8:10:59 PM CEST, Thiago Veronezi wrote: >Hey guys, > >I had a quick chat with the build guys (#asf

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

2014-05-22 Thread Thiago Veronezi
Hey guys, I had a quick chat with the build guys (#asftest) and it turns out I just need a build-admin to change the build steps for me. Who is our build-admin? I would like to: * change the 'check-formatting' step command to... mvn3 -U checkstyle:check -Pstyle * add a new step called 'check-pmd'

Re: tomee embedded webapp with hibernate

2014-05-22 Thread Marius Kruger
On 22 May 2014 13:39, Romain Manni-Bucau wrote: > Hmm not sure > > you expect your app to be listed and get 3-4 lines but actually you'll get > an error like: > > > https://svn.apache.org/repos/asf/tomee/tomee/trunk/container/openejb-core/src/main/resources/default.exclusions > > We can rather ad

Re: tomee embedded webapp with hibernate

2014-05-22 Thread Romain Manni-Bucau
Hmm not sure you expect your app to be listed and get 3-4 lines but actually you'll get an error like: https://svn.apache.org/repos/asf/tomee/tomee/trunk/container/openejb-core/src/main/resources/default.exclusions We can rather add a comment saying "maybe check exclusions activating debug logs"

Re: tomee embedded webapp with hibernate

2014-05-22 Thread Marius Kruger
On 22 May 2014 13:16, Romain Manni-Bucau wrote: > Me too...excepted if you activate debug logs it is logged. We can't log it > as info, would be too verbose and useless by default > After thinking about it, I think it should be in the exception, e.g. add a point "3) BTW. the following paths are

Re: tomee embedded webapp with hibernate

2014-05-22 Thread Romain Manni-Bucau
Me too...excepted if you activate debug logs it is logged. We can't log it as info, would be too verbose and useless by default Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau

Re: tomee embedded webapp with hibernate

2014-05-22 Thread Marius Kruger
wow thanks guys, I should have given up sooner! I'm pigheaded that way.. I agree Andy that some log messages for would have been helpful, so I'll try to submit a patch for that (and also for my other mishap on this thread) as a thankyou. regards marius

Re: tomee embedded webapp with hibernate

2014-05-22 Thread Romain Manni-Bucau
tomee, openejb etc are filtered by default, it is configurable with exclusions.list (or a system property). That's mainly to avoid to scan our internal jars Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: h

Re: tomee embedded webapp with hibernate

2014-05-22 Thread Andy Gumbrecht
Why is that prefix filtered? Marius's project name seems quite valid. I think we surely need to improve that, or at least display a really loud log message. Andy. On 22/05/2014 07:14, Romain Manni-Bucau wrote: tomee- prefix is filtered, just rename your app/project Le 22 mai 2014 01:34, "Mari