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 -David
