[jboss-user] [JBoss jBPM] - Re: Transaction Issue
Toriton
do-not-reply at jboss.com
Fri Feb 27 04:48:43 EST 2009
Hi brads thanks for reply.
I changed that properties too and many others to try something.
this is the FULL Hiberante configuration ATM (plus all mapping resource hbm.xml that Jbpm need):
| <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.datasource">java:/JbpmDS</property>
| <property name="hibernate.transaction.factory_class">org.hibernate.transaction.JTATransactionFactory</property>
| <property name="hibernate.transaction.manager_lookup_class">org.hibernate.transaction.JBossTransactionManagerLookup</property>
|
As you can see i'm using now just the DataSource specified as tx-local (see the post above), and getting the same error with only the DataSource not jdbc properties spefied in the Hibernate.cfg.
I can still loggging in the console, but as usual can't get task or users or insert a new user or group via conosole.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4213627#4213627
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4213627
More information about the jboss-user
mailing list