[jboss-user] [JBoss jBPM] - Re: Transaction Issue

Toriton do-not-reply at jboss.com
Fri Feb 27 05:05:48 EST 2009


Another configuration:


  | <property name="hibernate.dialect">org.hibernate.dialect.Oracle10gDialect</property>
  |     <property name="hibernate.current_session_context_class">org.hibernate.context.ThreadLocalSessionContext</property>
  |    <property name="hibernate.connection.driver_class">oracle.jdbc.driver.OracleDriver</property>
  |     <property name="hibernate.connection.url">jdbc:oracle:thin:@localhost:1521:XE</property>
  |     <property name="hibernate.connection.username">system</property>
  |     <property name="hibernate.connection.password">123</property>
  |     <property name="hibernate.query.substitutions">true 1, false 0</property>
  |     <property name="hibernate.transaction.factory_class">org.hibernate.transaction.JTATransactionFactory</property>
  |     <property name="hibernate.transaction.manager_lookup_class">org.hibernate.transaction.JBossTransactionManagerLookup</property>
  | 
same error. 

The Transaction Manager.. is specified for JBoss i think that i can't change it for another right?..

Thanks in advance for any reply.




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

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



More information about the jboss-user mailing list