users@glassfish.java.net

Re: Do we need any configuration for Transaction manager in Glassfish

From: Ryan de Laplante <ryan_at_ijws.com>
Date: Mon, 01 Dec 2008 12:58:25 -0500

When I was using Hibernate at JPA provider in GlassFish V2 I had to add
the following to persistence.xml

<properties>
   <property name="hibernate.transaction.manager_lookup_class"
value="org.hibernate.transaction.SunONETransactionManagerLookup"/>
</properties>


Sahoo wrote:
> AFAIK, that should happen automatically for you. Are you facing any
> problem? If yes, check the configuration of any datasource used by
> your app.
>
> glassfish_at_javadesktop.org wrote:
>> Do we need any configuration setup in glassfish to work out two phase
>> commit?
>>
>> i am using: MDB, ejb3(stateless), hibernate.
>>
>> Thanks in advance...
>> [Message sent by forum member 'chalava' (chalava)]
>>
>> http://forums.java.net/jive/thread.jspa?messageID=319371
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
>> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>
>