For any future lurkers: this is fairly easy to create.
Step 1: Download JBOSS 4 source code. there's going to be a hibernate subdirectory which contains the source for the jboss-hibernate.jar file. Step 2) open those sources in Java Project Step 3) replace all net.sf.hibernate with org.hibernate references. You will get some "methods not implemented" errors because new interfaces have extra methods. Implement these methods, you can, for now, put in just a "return null" for all those methods. This could cause problems if you are using the TreeCache - I do not, so I don't really know what those methods have to do. Will have to wait from the JBoss/Hibernate folks to provide this. Step 4) modify xml in same way: replace net.sf.hibernate with org.hibernate Step 5) rebuild and deploy View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872816#3872816 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3872816 ------------------------------------------------------- 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-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
