I got to objects CoreManager (session bean annotated with name "CoreManager") with @remote interfaces and MDB in separated modules (jars/ears) but runs in the same Geronimo 2.0.2 instance. At runtime MDB is notified what's CoreManager jndi name, and should get it from context.
I got some questions: 1. Is there common context for those modules / beans ? 2. What's the name of CoreManager that I should pass to my MDB to get proper core object? I got MessageDrivenContext in my MDB but I doubt it could be helpful. Thanks in advance for your help Beniamin -- View this message in context: http://www.nabble.com/Accessing-my-EJB-remote-interface-from-my-MDB-tf4864045s134.html#a13919590 Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.
