I tired to grab the TreeCache and TreeCacheProvider classes from Hibernate3 and using them with 2.1.8 but this produced the following exception when I try to commit the JTA transaction:
| java.lang.ArrayIndexOutOfBoundsException: 1 | at net.sf.hibernate.impl.BatchingBatcher.doExecuteBatch(BatchingBatcher.java:57) | at net.sf.hibernate.impl.BatcherImpl.executeBatch(BatcherImpl.java:128) | at net.sf.hibernate.impl.SessionImpl.executeAll(SessionImpl.java:2438) | at net.sf.hibernate.impl.SessionImpl.execute(SessionImpl.java:2392) | at net.sf.hibernate.impl.SessionImpl.flush(SessionImpl.java:2261) | at net.sf.hibernate.transaction.JTATransaction.commit(JTATransaction.java:52) | Apparently there is more to this change than just these classes. Any ideas? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871787#3871787 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3871787 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ JBoss-Development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-development
