Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version: 2.1.7c
Code between sessionFactory.openSession() and session.close():
Name and version of the database you are using: Oracle 10g
i have configured hibernate to use bitronix jta, via spring. and in debug mode, i can see that Settings have jtaTransactionFactory and a reference to the BitronixTransactionManager, so why when i try to use session (obtained via SessionFactoryUtils) and use it's begin Transaction (and i can see in debug it's calling jta transaction) bitronix still complains that that data source is being used out side an xa transaction, (it does not do so when i use spring's transactionTemplate.