Hi all,
I have a question, if I deploy the .rar file in a JBoss 4.0.2 AS and
use it through a Session Bean, do I need to use:
UserTransaction tx = (UserTransaction) ic.lookup("java:comp/UserTransaction");
inside my session bean code?
If this is true, how can I configure the JCA so JBoss can
automatically manage my transaction?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to