On Sep 26, 2010, at 8:36 PM, David Blevins wrote: > > On Sep 26, 2010, at 12:18 AM, David Jencks wrote: > >> I have some slight evidence that setMessageDrivenContext isn't getting >> called on an mdb. I think I recall some refactoring around such methods so >> they get treated like regular injections. Is it possible that this method >> got left out of that refactoring? > > Looks like the code is there to add that injection point, but I'm not sure if > we cover it in our tests. Check out > container/openejb-core/src/main/java/org/apache/openejb/config/LegacyProcessor.java
Geronimo wasn't installing the LegacyProcessor in its ConfigurationFactory.chain. Not sure how we got any session beans to work :-\ I think Openejb is fine... thanks for the hint where to look :-) david jencks > > -David >
