The integration uses a dummy SessionFactory that simply takes calls to SessionFactory.createSession and returns the Seam managed session instead. It's quite simple. So you just need to make sure that you use the SeamManagedSessionFactory in the correct places instead of the real SessionFactory.
Mike View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116461#4116461 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4116461 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
