Re: TomEE UI - server side code help

2012-03-27 Thread Thiago Veronezi
Nice!!! Tkx, Romain! On Sun, Mar 25, 2012 at 1:18 PM, Romain Manni-Bucau rmannibu...@gmail.comwrote: Hi Thiago, maybe you can use this helpers: http://code.google.com/p/rmannibucau/source/browse/#hg%2Fopenejb%2Ftomee-webapp-ng%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Ftomee%2Fwebapp%2Fjsf was

Re: Fail testSweeps

2012-03-27 Thread AndyG
So before we 'sweep' this under the carpet what would you suggest is the best course of action? -- View this message in context: http://openejb.979440.n4.nabble.com/Fail-testSweeps-tp4495869p4509066.html Sent from the OpenEJB Dev mailing list archive at Nabble.com.

Re: embedded openejb for j2se application

2012-03-27 Thread Romain Manni-Bucau
Hi, if you want to use openejb as server you can use the openejb-standalone zip, it can be considered as a light tomee (without web features). if you want to start it from a jar simply write a main and start/stop openejb in this method. - Romain 2012/3/27 Cleber Moura cleber.t.mo...@gmail.com

Re: embedded openejb for j2se application

2012-03-27 Thread Neale Rudd
Hi Cleber, What error message are you receiving? Can you share your tomcat/tomee system log and the openejb.log? Best Regards, Neale Sent from MOTOROLA PHOTON™ -Original message- From: Cleber Moura cleber.t.mo...@gmail.com To: dev@openejb.apache.org Sent: Wed, Mar 28, 2012 03:49:17

Re: embedded openejb for j2se application

2012-03-27 Thread Thiago Veronezi
Hi Cleber, Here is an example of how to run the embedded version of it https://svn.apache.org/repos/asf/openejb/trunk/openejb/examples/jpa-hibernate/src/test/java/org/superbiz/injection/h3jpa/MoviesTest.java The EJBContainer.createEJBContainer(p).getContext() is the important part. []s, Thiago.