gloeglm : Thanks. We have tried your approach, but at run-time we get the following error:
Code:
Initializing Hibernate
[...]
- Transaction strategy:
net.sf.hibernate.transaction.JDBCTransactionFactory
- TransactionFactory class not found
java.lang.ClassNotFoundException:
net/sf/hibernate/transaction/JDBCTransactionFactory
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:141)
at net.sf.hibernate.util.ReflectHelper.classForName(ReflectHelper.java:255)
at net.sf.hibernate.impl.SessionFactoryImpl.buildTransactionFactory(SessionFactoryImpl.java:469)
at net.sf.hibernate.impl.SessionFactoryImpl.<init>(SessionFactoryImpl.java:184)
at net.sf.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:594)
Do you have any idea of what the cause might be ? We have all the .jar files that you indicates on the 'run' command line, but that does not seem to be enough.
david: Thanks for the links, we completly missed those external docs!
Alexis