Re: accessing openejb resources from a servlet

2010-04-07 Thread Christian Bourque
Oops! I didn't even realize it while reading the article :) Sorry On Wed, Apr 7, 2010 at 7:01 PM, Stephen Connolly < stephen.alan.conno...@gmail.com> wrote: > FYI "the guy" is me! > > Sent from my [rhymes with tryPod] ;-) > > > On 7 Apr 2010, at 21:28, Christian Bourque > wrote: > > Thanks for

Re: accessing openejb resources from a servlet

2010-04-07 Thread Stephen Connolly
FYI "the guy" is me! Sent from my [rhymes with tryPod] ;-) On 7 Apr 2010, at 21:28, Christian Bourque wrote: Thanks for the link Stephen! Apparently the guy has the same problem: "And that is just for starters... there seems to be a whole host of other JNDI strangeness between jetty's

Re: accessing openejb resources from a servlet

2010-04-07 Thread Christian Bourque
Thanks for the link Stephen! Apparently the guy has the same problem: "And that is just for starters... there seems to be a whole host of other JNDI strangeness between jetty's side and openejb's side The side effect of all this is that if you want resource refs to work correctly, you need to fis

cascade delete into transactionBean.call

2010-04-07 Thread mid491 mid491
I got two classes : parent (oneToMany) (1) ---> (0-*) child (manyToOne) the "Parent" relationship is annoted cascadeType.REMOVE and LAZY mode and it's a collection.the "Child" is EAGER I use the openEJB tip to have my tests under a transaction (http://openejb.apache.org/3.0/unit-testing-transac

Re: accessing openejb resources from a servlet

2010-04-07 Thread Stephen Connolly
Did you have a look at: http://javaadventure.blogspot.com/2010/03/openejb-jetty-and-maven-transaction.html On 7 April 2010 06:45, Christian Bourque wrote: > Hi, > > Is it possible to access a resource provided by OpenEJB (a JMS queue in my > case) from a servlet using the standard java:comp/env n