The container would then have to know how to create unique session keys for the store which is something it should not have to know how to do.
xxxxxxxxxxxxxxxxxxxxxxxx Scott Stark Chief Technology Officer JBoss Group, LLC xxxxxxxxxxxxxxxxxxxxxxxx ----- Original Message ----- From: "Jason Dillon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 21, 2002 7:44 PM Subject: [JBoss-dev] StatefulSessionPersistenceManager.createSession() Any reason why this method defined in the PM interface? The one instance of StatefulSessionPersistenceManager (StatefulSessionFilPersistenceManager) does not really do anything file specific... and I can not really see why any other impl which have to do anything specific on creation here either... unless that is I am missing something. Am I? Or does it make more sence to move createSession() into the container impl, so the pm impl can be freed from this seeminly unrelated burden? --jason _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
