I have changed some jpa properties of my entityManagerFactory, and everything looks like ok...
| <property name="jpaPropertyMap"> | <map> | <entry key="hibernate.current_session_context_class" value="jta"/> | <!-- entry key="hibernate.transaction.factory_class" value="org.hibernate.transaction.JTATransactionFactory"/ --> | <entry key="hibernate.transaction.manager_lookup_class" value="org.hibernate.transaction.WebSphereTransactionManagerLookup"/> | </map> | </property> | Now the next step watching jboss cache statistics. Thanks for your helps... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4193306#4193306 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4193306 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
