Re: [jetty-users] Embedded jetty-all 8.1.x JNDI + Atomikos + OpenJPA 2.x

2012-05-02 Thread Will Hoover
va.whoo...@gmail.com] Sent: Tuesday, May 01, 2012 2:26 PM To: JETTY user mailing list Subject: RE: [jetty-users] Embedded jetty-all 8.1.x JNDI + Atomikos + OpenJPA 2.x Thanks Jan, The lookup works for "UserTransaction", but the UserTransactionImp it returns does not have a valid transa

Re: [jetty-users] Embedded jetty-all 8.1.x JNDI + Atomikos + OpenJPA 2.x

2012-05-01 Thread Will Hoover
Jan Bartel Sent: Tuesday, May 01, 2012 8:44 AM To: JETTY user mailing list Subject: Re: [jetty-users] Embedded jetty-all 8.1.x JNDI + Atomikos + OpenJPA 2.x Will, Sorry, that wiki page is a little out of date. I've now updated it with the up-to-date setup f

Re: [jetty-users] Embedded jetty-all 8.1.x JNDI + Atomikos + OpenJPA 2.x

2012-05-01 Thread Jan Bartel
naged" /> >                         value="managed" /> >                         > value="jndi(TransactionManagerName=java:comp/UserTransactionManager)" /> >                 >         > > > transactions.properties (root of my class path) > &g

Re: [jetty-users] Embedded jetty-all 8.1.x JNDI + Atomikos + OpenJPA 2.x

2012-05-01 Thread Will Hoover
log_level=DEBUG -Original Message- From: jetty-users-boun...@eclipse.org [mailto:jetty-users-boun...@eclipse.org] On Behalf Of Jan Bartel Sent: Saturday, April 28, 2012 7:48 PM To: JETTY user mailing list Subject: Re: [jetty-users] Embedded jetty-all 8.1.x JNDI + Atomikos + OpenJPA 2.x Will,

Re: [jetty-users] Embedded jetty-all 8.1.x JNDI + Atomikos + OpenJPA 2.x

2012-04-28 Thread Jan Bartel
Will, java:comp/env is a namespace related to webapps. You don't have a webapp, just a handler. Therefore, put your jndi bindings into the global namespace (rather than the Server instance's namespace), and then look them up from that global namespace. So take out the from the binding of your j