I have Orion 1.0, patched with orion.jar 1.1.24, and Cloudscape 3 on a Windows NT system. I'm trying to use transactions with my Stateless Session Bean (yes, Bean managed transaction is specified in ejb deployment descriptor), but I can't obtain a reference to the UserTransaction object associated with my SessionContext because if I call sessioncontext.getUserTransaction(), sessionContext returns a null Object. So, if I try to invoke a method of UserTransaction on my [null] instance, a NullPointerException is thrown. What's wrong? Please help me! Thanks, Stefano.
