nlif: Sorry, no, JTA is required. soee: FYI, full documentation of the updated Hibernate/JBC integration can be found at https://www.jboss.org/community/servlet/JiveServlet/download/10386-69-6042/hibernate-jbosscache-guide-3.pdf .
(In case that URL proves fragile, the PDF is an attachment to https://www.jboss.org/community/docs/DOC-10386 .) The docs refer to JBC 2, but as you've found JBC 3 works fine. JBoss AS 5 uses the Hibernate 3.3.1/JBC 3.0.1 combination for second level caching. You can also use JBC 3's MVCC locking, which isn't covered in the docs, although from your http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195363#4195363 thread it looks like you've found a bug that affects this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195698#4195698 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4195698 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
