Re: method interceptor is never called

2010-01-04 Thread Jacek Laskowski
On Mon, Jan 4, 2010 at 8:16 PM, Christian Bourque christian.bour...@gmail.com wrote: There you go! It's a maven project so simply run it with: mvn test You'll see that the second test will fail when it shouldn't... Failed tests: testWithGenerics(test.test.AppTest) Tests run: 2, Failures:

Re: resource adapter config with openEJB

2010-01-04 Thread David Blevins
On Dec 30, 2009, at 8:25 PM, Jason Russo wrote: Well, I feel a bit dumb, but I think I figured out the problem here. It seems that the ra.xml within the generic adapter rar package has a tag within the outbound-resourceadapter/ tag as such: transaction-support

Re: Problem Running quartz-app RAR JUnit Test

2010-01-04 Thread David Blevins
Definitely a bug and *thank you* for digging around and finding it! Very appreciated! It's open source and we're all volunteers, so maybe closer to the truth is my wife appreciates it ;) Anyway, if you can attach a patch here, I'll commit it and mark you down as the fixer

Re: resource adapter config with openEJB

2010-01-04 Thread Jason Russo
Thanks for responding David. I've tried to package the adapter in an ear, as well as install the rar and ejb separately. In either case, I can see messages in the logs indicating that the adapter and ejb installed, but for some reason, my MDB cannot seem to access the adapter. It appears that

Re: method interceptor is never called

2010-01-04 Thread Jacek Laskowski
On Mon, Jan 4, 2010 at 10:12 PM, Jacek Laskowski ja...@laskowski.net.pl wrote: On Mon, Jan 4, 2010 at 8:16 PM, Christian Bourque christian.bour...@gmail.com wrote: There you go! It's a maven project so simply run it with: mvn test You'll see that the second test will fail when it