A managed hibernate session is just fine with Seam. The main thing to do is to write an implementation of the org.jboss.seam.persistence.PersistenceProvider component for your persistence provider. You may also want to write a extend the Seam transaction component to provide an implementation of your transaction.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107520#4107520 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4107520 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
