Re: JDK version certified with the latest release of tomee-1.0.0

2012-06-01 Thread David Blevins
On May 31, 2012, at 12:11 PM, Fernando Lozano wrote: > Hi, > > TomEE won't work with JDK7 means "wan't suficiently tested, use at your own > risk" That one. OpenJPA is known not to build with Java 7, but I'm not sure how it runs. There are some OpenJPA features we don't use such as its abil

Re: Feedback on TomEE 1.0.0

2012-06-01 Thread Romain Manni-Bucau
About hibernate o really dont have the choice :p Well at first i wanted to use jersey too then discovered cxf was really cool I just wanted to say try it Le 1 juin 2012 18:03, "David Blevins" a écrit : > On Jun 1, 2012, at 8:36 AM, Romain Manni-Bucau wrote: > > > However, i still wonder what's

Re: Feedback on TomEE 1.0.0

2012-06-01 Thread David Blevins
On Jun 1, 2012, at 8:36 AM, Romain Manni-Bucau wrote: > However, i still wonder what's the issue with openjpa and cxf? Typically if > you need another server use another server That reads a lot more aggressively than you intended :) I say that knowing you use Hibernate in TomEE instead of O

Re: Feedback on TomEE 1.0.0

2012-06-01 Thread Romain Manni-Bucau
http://svn.apache.org/repos/asf/openejb/trunk/openejb/examples/tomee-jersey-eclipselink/ i made it working on trunk the issue were: 1) eclipselink: the jta tx controller was needed and the one we provide is in common.lib so you can't use it if eclipselink is in the webapp. Workaround -> http://sv

Re: Guest user

2012-06-01 Thread José Luis Cetina
ok 2012/6/1 Romain Manni-Bucau > deployment in progress: > http://ci.apache.org/builders/openejb-trunk-deploy/builds/378 > > - Romain > > > 2012/6/1 José Luis Cetina > > > Ok, in what tomee build this will be available? > > > > 2012/5/31 Romain Manni-Bucau > > > > > yep > > > > > > just commit

Re: Guest user

2012-06-01 Thread Romain Manni-Bucau
deployment in progress: http://ci.apache.org/builders/openejb-trunk-deploy/builds/378 - Romain 2012/6/1 José Luis Cetina > Ok, in what tomee build this will be available? > > 2012/5/31 Romain Manni-Bucau > > > yep > > > > just commited, a new commit will come where this class will automatical

Re: Guest user

2012-06-01 Thread José Luis Cetina
Ok, in what tomee build this will be available? 2012/5/31 Romain Manni-Bucau > yep > > just commited, a new commit will come where this class will automatically > be added normally > > - Romain > > > 2012/6/1 José Luis Cetina > > > im getting a ClassNotFound > > > > Caused by: java.lang.ClassNo

Re: How do you shut down ActiveMQ transport?

2012-06-01 Thread Bjorn Danielsson
I use an empty BrokerXmlConfig in TomEE+ (which is only a JMS client with a couple of MDBs in this scenario) and then this url: ServerUrl tcp://remote.host.name:61616 The remote host uses a standalone ActiveMQ default configuration, fresh out of the box. I think useShutdownHook only applies on

Re: How do you shut down ActiveMQ transport?

2012-06-01 Thread Bjorn Danielsson
Thanks for the info on -force, that is certainly useful in many situations. I wish I had known that years ago! -- Björn Danielsson Cuspy Code AB "Filip Hanik (mailing lists)" wrote: > Tomcat has a force shutdown option. Make sure you set CATALINA_PID variable > to point to a file name, for exa

Re: When does TomEE commit a response and are exceptions caught before they reach a filter?

2012-06-01 Thread Romain Manni-Bucau
Hi, if you can share something that's clearly better. I think both are linked and if someone catches the exception before you it sets the http code. the question is who? maybe tomcat hope you can reproduce it easily to make a step forward - Romain 2012/6/1 tom > Hi, > > I stumbled upon two

When does TomEE commit a response and are exceptions caught before they reach a filter?

2012-06-01 Thread tom
Hi, I stumbled upon two behaviors and I wonder whether these are intended or not. So here is the first problem: In one of my projects I got a Filter that is supposed to take care of the error handling. So it sets appropiate HTTP Status Codes in the response. The thing is that the response is alr

Re: @PostConstruct method called before injection occurred

2012-06-01 Thread tom
Indeed, that way it works. Thanks :) -- View this message in context: http://openejb.979440.n4.nabble.com/PostConstruct-method-called-before-injection-occurred-tp4655229p4655296.html Sent from the OpenEJB User mailing list archive at Nabble.com.

Re: How do you shut down ActiveMQ transport?

2012-06-01 Thread AndyG
Can you provide your broker configuration/url. You probably just need to add 'useShutdownHook=true'. Andy. -- View this message in context: http://openejb.979440.n4.nabble.com/How-do-you-shut-down-ActiveMQ-transport-tp4655255p4655295.html Sent from the OpenEJB User mailing list archive at Nabbl