Hi Cornelius, ----- Original Message ----- From: "Cornelius Keller" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, February 24, 2003 1:28 AM Subject: migrating to OJB 0.9.9
> Hello OJB usersr/developpers, > > I am using OJB since 0.8.7, right now I have updated from 0.9.7 to 0.9.9, > and I must see that there have been some Changes in the PersistenceBroker > Interface and in the PersistenceBroker Faktory. > > The first thing is that the method getUniqueString(Class clazz, String > fieldname) has disappeard from the Persistence Broker API. Can anyone tell > me what I can Use instead? use broker.serviceSequenceManager().getUniqueString....; > > The second thing is that the method to return PersistenceBrokers back to the > pool has disappeard from the PersistenceBrokerFactory, how is it done now? use broker.close(); this returns the broker to the pool. regards, Armin > > Thank you in advance for your time > Cornelius > > > -------------------------------------------------------------- > Cornelius Keller > Stud. Inf. > Humbold Universit�t Berlin > --------------------------------------------------------------- > crewmeber of space station C-Base - > culture communication carbonite in berlin > visit: http://www.c-base.org/ > --------------------------------------------------------------- > > > --------------------------------------------------------------------- > 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]
