[jboss-user] [JBoss jBPM] - Re: Multithreaded JobExecutor with ForEachForkActionHandler

estaub do-not-reply at jboss.com
Wed Jun 11 11:06:26 EDT 2008


Pavel, look at hibernate config values for the following.
The ones with question-marks I can't help you with - I'm using local wrappers, and can't take time to look up generic solutions.  Check the Hibernate docs, etc for these properties.  I'm (obviously) on WebLogic - you'll need different values for other containers.

-Ed Staub
    <!-- CMT transaction properties (begin) -->
  |     <property name="hibernate.transaction.factory_class">org.hibernate.transaction.JDBCTransactionFactory</property>
  |     <!--property name="hibernate.transaction.manager_lookup_class">????????????????????????</property> -->
  |     <!-- CMT transaction properties (end) -->
  | 
  |     <!-- JTA transaction properties (begin) ===
  |     <property name="hibernate.transaction.factory_class">org.hibernate.transaction.JTATransactionFactory</property>
  |     <property name="hibernate.transaction.manager_lookup_class">org.hibernate.transaction.WeblogicTransactionManagerLookup</property>
  |     === JTA transaction properties (end) -->
  | 
  |     <!-- CMT transaction properties (begin) -->
  |     <property name="hibernate.transaction.factory_class">org.hibernate.transaction.JDBCTransactionFactory</property>
  |     <!--property name="hibernate.transaction.manager_lookup_class">????????????????????</property> -->
  |     <!-- CMT transaction properties (end) -->

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

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



More information about the jboss-user mailing list