Re: Re: Transaction question

2004-03-31 Thread Leandro Augusto de Almeida
m Original --- > Hi Leandro, > > could you post a snip of the source code? > > regards, > Armin > > Leandro Augusto de Almeida wrote: > > > Hi Armin, > > > > I was using a DataSource (in Websphere) from > the Jdbc Provider > oracle.jd

Re: Re: Transaction question

2004-03-31 Thread Leandro Augusto de Almeida
; Leandro Augusto de Almeida wrote: > > > Is it possible to use PB-tx-demarcation on a > session bean with bm-tx and getting a connection > from a DataSource from my AppServer? Is it > right? What is the correct connection factory to > use? > > Or I must use the u

Transaction question

2004-03-30 Thread Leandro Augusto de Almeida
Is it possible to use PB-tx-demarcation on a session bean with bm-tx and getting a connection from a DataSource from my AppServer? Is it right? What is the correct connection factory to use? Or I must use the user (JTA) tx-demarcation with the ConnectionFactoryManagedImpl and choose between cm-t

Memory and ObjectCachePerBrokerImpl

2003-09-12 Thread Leandro Augusto de Almeida
Hi, I'm having some problems with ObjectCachePerBrokerImpl, since I changed the class cache implementation from ObjectCacheEmptyImpl to ObjectCachePerBrokerImpl, my application donĀ“t stop to consume more memory, and never free any memory. I'm working with one PersistenceBroker per Thread, but

Problems with 1:n mappings

2003-07-26 Thread Leandro Augusto de Almeida
gnkey it results in different cases: 1. Runtime Error (null reference), 2. Wrong data retrieve, 3. The right data. My question: Is the order really important? Am I doing something wrong? Thanks, Leandro Augusto de Almeida.