glassfish_at_javadesktop.org wrote:
> The locations for these two objects, are they as follows?
>
> TransactionManager = "java:comp/env/TransactionManager"
> UserTransaction = "java:comp/env/UserTransaction"
>
TransactionManager = "java:appserver/TransactionManager"; // non standard
UserTransaction = "java:comp/UserTransaction" // standard
TransactionSynchronizationRegistry (if required) =
"java:comp/TransactionSynchronizationRegistry" //standard
> [Message sent by forum member 'cmathrusse' (cmathrusse)]
>
> http://forums.java.net/jive/thread.jspa?messageID=290136
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>
>