TransactionManager injection

2008-09-15 Thread Andreas Karalus
Hello, Our production Code injects the TransactionManager like this: @Resource(mappedName=java:/TransactionManager) TransactionManager txManager; This is the default binding in JBoss. Testing with openejb fails, below is the relevant stacktrace ... My question is now, if there is any

Re: Bind Datasource to specific jndi name

2008-09-15 Thread David Blevins
On Sep 9, 2008, at 5:53 AM, Andreas Karalus wrote: hello, i've configured a datasource like this Resource id=operativDS type=DataSource JdbcDriver oracle.jdbc.driver.OracleDriver JdbcUrl jdbc:oracle:thin:@localhost:1521:orcl UserNamescott Passwordtiger /Resource

Re: Active MQ 5.1 support

2008-09-15 Thread David Blevins
On Sep 9, 2008, at 1:25 PM, rde8026 wrote: Is it possible to use active mq 5.1 with the openejb container rather than 4.1? It should be possible, though I'm not sure if anyone has tried. If so what does it take to make this change. Are you in maven or are you using the lib directory

Re: Active MQ 5.1 support

2008-09-15 Thread rde8026
I'm using the standard lib form a zip file... thx, RE David Blevins wrote: On Sep 9, 2008, at 1:25 PM, rde8026 wrote: Is it possible to use active mq 5.1 with the openejb container rather than 4.1? It should be possible, though I'm not sure if anyone has tried. If so what

Re: Active MQ 5.1 support

2008-09-15 Thread David Blevins
On Sep 15, 2008, at 3:45 PM, rde8026 wrote: I'm using the standard lib form a zip file... Ok. In terms of general library upgrading, we generate two files (dependencies.xml and dependencies.txt) that we put inside of every openejb-*.jar that says what dependencies the jar has. The

Re: Active MQ 5.1 support

2008-09-15 Thread rde8026
Thanks so much for the update. This is super helpful! I'll give it a try in the next couple of days and let you know how it goes! Thanks again for getting me all the necessary info! David Blevins wrote: On Sep 15, 2008, at 3:45 PM, rde8026 wrote: I'm using the standard lib form a zip