I'm running Geronimo 1.2-beta and am getting a NullPointerException org.apache.geronimo.security.ContextManager.getCurrentContext() at line 167 when an MDB tries to access a finder method on a CMP bean.
I don't believe this problem existed in 1.1, as I don't recall seeing it before we upgraded 1.2-beta. Where the code crashes it appears to be skipping the previous assertion that said "No registered context". Why an MDB would not have a proper context? It's declared in the ejb-jar.xml and geronimo.xml with resources, references to local EJBs, etc. -- View this message in context: http://www.nabble.com/NullPointerException-by-MDB-in-getCurrentContext%28%29-tp16144723s134p16144723.html Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.
