Joined: Fri Jul 10, 2009 6:35 pm Posts: 1
|
Hello,
I am trying to configure Websphere 7.0 with and JPA and MySql. I have gotten as far as using a configured datasource to read the database but when trying to persist I get an exception. Has anyone had any luck with such configuration?
Thanks in advance.
Here is the configuration:
- <properties> <property name="hibernate.dialect" value="org.hibernate.dialect.MySQL5Dialect" /> <property name="hibernate.hbm2ddl.auto" value="none" /> <property name="hibernate.transaction.manager_lookup_class" value="org.hibernate.transaction.WebSphereExtendedJTATransactionLookup" /> <property name="hibernate.connection.datasource" value="jdbc/xroDS" /> </properties>
|
|