Re: Re: Transaction question

2004-03-31 Thread Leandro Augusto de Almeida
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 user (JTA) tx-demarcation

Re: Re: Transaction question

2004-03-31 Thread Leandro Augusto de Almeida
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.jdbc.pool.OracleConnectionPoolDataSource and using the PB-tx-demarcation (broker.beginTransaction().). When I changed

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 dont 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
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.