Hi Armin, thanks for your fast replies.
> > Why? Can't he use just one PB instance? I'm using > > the ODMG interfaces, just creating one implementation, > > one database, one transaction and one query... > > PB are the central class in the OJB framework, when other > classes need a PB they grab an PB instance from the pool, > thus you don't see only one instance. I assume now they work together in one transactional context... > What are the reasons for implementing your sequence > manager? There is no special reason for that, actually I am just playing around with some OJB features. It has a special strategic meaning, and I know what to do with it, but there is no current feature request. Write me a PM or ask THMA if you need more info ;) [slightly corrected] > > (2) Inside my Key Generator, I am always getting > > a different PBroker than the one that read the > > query. This causes a second database [connection] > > to be opened. Why? Can I configure to use the same > > connection? > > Yes Yes -> I can configure it? Could you give me an hint? ;) thx Thomas -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
