I might be interested in the code, did you send a copy to the list? sv
On Fri, 13 Feb 2004, Eric Pugh wrote: > Cool, any feedback you have would be great! > > Eric > > > -----Original Message----- > > From: Federico Piccinin [mailto:[EMAIL PROTECTED] > > Sent: Friday, February 13, 2004 10:00 AM > > To: Turbine Users List > > Subject: Re: Hibernate HOWTO: missing class definition > > > > > > It make sense > > Thanks > > > > > > Eric Pugh wrote: > > > > >I am going to go ahead and attach the raw classes.. An update to the > > HOWTO > > >would be great! > > > > > >Let me know if that doesn't make sense! > > > > > >Eric > > > > > > > > > > > >>-----Original Message----- > > >>From: Federico Piccinin [mailto:[EMAIL PROTECTED] > > >>Sent: Thursday, February 12, 2004 10:18 AM > > >>To: Turbine Users List > > >>Subject: Re: Hibernate HOWTO: missing class definition > > >> > > >> > > >>I'm waiting for the source code > > >> > > >>[EMAIL PROTECTED] wrote: > > >> > > >> > > >> > > >>>I am traveling until monday, but ping me then and I can > > >>> > > >>> > > >>send it to you... > > >> > > >> > > >>>Eric Pugh > > >>> > > >>>-----Original Message----- > > >>>From: Federico Piccinin > > >>>To: Turbine Users List > > >>>Sent: 06/02/2004 2:56 > > >>>Subject: Hibernate HOWTO: missing class definition > > >>> > > >>>public static Session currentSession() throws > > PersistenceException { > > >>> Session s = (Session) session.get(); > > >>> if (s == null) { > > >>> s = PersistenceManager.openSession(); > > >>> if (log.isDebugEnabled()) { > > >>> log.debug("Opened hibernate session."); > > >>> } session.set(s); } return s; > > >>> } > > >>>} > > >>> > > >>> > > >>>This is a litte excerpt from hibernate HOWTO: i have't found > > >>> > > >>> > > >>the class > > >> > > >> > > >>>PersistenceManager in any package. > > >>> > > >>>Can anyone post same example of PersistenceManager so i can > > >>> > > >>> > > >>compare with > > >> > > >> > > >>>my own > > >>> > > >>>Thanks > > >>> > > >>> > > >>>----------------------------------------------------------- > > ---------- > > >>>To unsubscribe, e-mail: [EMAIL PROTECTED] > > >>>For additional commands, e-mail: > > [EMAIL PROTECTED] > > >>> > > >>> > > >>> > > >>> > > >>> > > >>------------------------------------------------------------ > > --------- > > >>To unsubscribe, e-mail: [EMAIL PROTECTED] > > >>For additional commands, e-mail: > > [EMAIL PROTECTED] > > >> > > >> > > > > > > > > > > > >------------------------------------------------------------- > > ---------- > > - > > > > > >--------------------------------------------------------------------- > > >To unsubscribe, e-mail: [EMAIL PROTECTED] > > >For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
