[JBoss-user] [EJB/JBoss] - UserTransaction and JNDI in JBoss 4

2005-03-15 Thread vpascaru
Hi When I try to get an UserTransaction in JBoss using the standard JNDI name "java:comp/UserTransaction" an exception is thrown (NameNotFoundException or something like this). Anyway, the needed UserTransaction object can be found at "/UserTransaction" JNDI name. Is there any way to get the Use

[JBoss-user] [EJB/JBoss] - Transaction question....please help!

2005-03-03 Thread vpascaru
Hi all, I'm pretty new to JBoss but I have also a very tight deadline in porting an application from Weblogic to JBoss. Everything is fine excepting one thing. When running the application on JBoss and look a UserTransaction object using the J2EE standard JNDI name as "java:comp/UserTransaction"