Right, but I'm just wondering how (internally) the Seam-managed factory knows which session to return, given the fact that the object holding the factory (i.e. the DAO) is shared among all threads/conversations. Does the conversation state get put into thread-local storage and the Seam-managed session factory looks it up from there?
I guess I could just look at the code. ;-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116490#4116490 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4116490 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
