This is a Oracle / JBoss configuration:


  | <hibernate-configuration>
  | 
  |     <!-- a SessionFactory instance listed as /jndi/name -->
  |     <session-factory
  |         name="java:hibernate/SessionFactory">
  | 
  |         <!-- properties -->
  |         <property 
name="connection.datasource">java:jdbc/xxxx/JBPM</property>
  |         <property 
name="dialect">org.hibernate.dialect.Oracle9Dialect</property>
  |         <property name="show_sql">false</property>
  |         <property name="hibernate.transaction.factory_class">
  |             org.hibernate.transaction.CMTTransactionFactory
  |         </property>
  |         <property name ="hibernate.transaction.manager_lookup_class">
  |             org.hibernate.transaction.JBossTransactionManagerLookup
  |         </property>
  | ...
  | 

Have a look at the Hibernate documentation on the various transaction managers 
that are possible.

Greetings

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922610#3922610

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3922610


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to