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#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...