Re: Crash system - DUMP File generated with OJB

2007-01-24 Thread Marwane
Hi, 1. can you explain me the purpose of the classe ReferenceMap$Entry ?? 2. the Class Utilisateur is the User , i make it in http session so is alawayse live and the GC dont kill it and the Class User has some field anonymous. so this tell you somthing ??? On 1/24/07, Marwane <[EM

Re: Crash system - DUMP File generated with OJB

2007-01-24 Thread Marwane
you don't have another solution please , beacause i have a lot anonymous field about 150 fields ! On 1/24/07, Armin Waibel <[EMAIL PROTECTED]> wrote: Marwane wrote: > if i don't use the anonymous field this will solve the problem ??? > yep! I suppose so. regard

Re: Crash system - DUMP File generated with OJB

2007-01-24 Thread Marwane
if i don't use the anonymous field this will solve the problem ??? On 1/24/07, Marwane <[EMAIL PROTECTED]> wrote: Hi, We don't modify any in ojb source classes , we use the binary ojb from apache. here is our mapping related to class

Re: Crash system - DUMP File generated with OJB

2007-01-24 Thread Marwane
s MotdePasse and Utilisateur (and of mapped sub/super-classes of these classes if any exist). Do you modify any source classes of OJB related to anonymous fields or references? regards, Armin Marwane wrote: > Hi, > we have a production application on system Windows Server that using : > We

Crash system - DUMP File generated with OJB

2007-01-23 Thread Marwane
Hi, we have a production application on system Windows Server that using : WebSphere 6.0 OJB version 1.0.3 the application generate a lot of dump file in the system witch cause a system crash .. in the log i find this : 1,095,332,808 [24] 2 org/apache/ojb/broker/metadata/fieldaccess/AnonymousPersi

Re: Need OJB config with Websphere DataSource JNDI

2006-11-09 Thread Marwane
em withe transaction JTA and Websphere ! can you help me thx On 11/9/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Create datasource on websphere as CMP & create JNDI for that. Create its local reference for project(in our case, we set reference in web.xml) & map it in r

Re: Borrow broker from pool failed. in production server

2006-11-08 Thread Marwane
/06, Ferrer, Eric <[EMAIL PROTECTED]> wrote: Marwane, Growing the pool is not a good thing always. Say you have 300 Oracle licenses, depending on the license, that may include connection pooled objects under the same user account. So there is a section in your code that may not have a f

Need OJB config with Websphere DataSource JNDI

2006-11-08 Thread Marwane
Hi, if someone has configured OJB with websphere datasource jndi ??? thx a lot

Re: Borrow broker from pool failed. in production server

2006-11-08 Thread Marwane
hi; The problem is resolved using : so it s strange the message gived by ojb tel us about the broker pool problem but the solution was the growing the connection pool ! thx for all. On 10/27/06, Armin Waibel <[EMAIL PROTECTED]> wrote: Marwane wrote: > thx. > > if i

Two Question about Pool and Datasource Websphere.

2006-11-08 Thread Marwane
Hi , Q1 : whene the pooled connection are closed definitivly (look at OJB.properties and mapping.xml below) Q2 : How to use datasource websphere with OJB ? OJB.properties : PersistenceBrokerFactoryClass= org.apache.ojb.broker.core.PersistenceBrokerFactoryDefaultImpl PersistenceBrokerClass=or

Re: Borrow broker from pool failed. in production server

2006-10-27 Thread Marwane
thx. if i don't defin the connection-pool clause in the repository.xml what is the default behavor about the connection managment in ojb ? On 10/27/06, Armin Waibel <[EMAIL PROTECTED]> wrote: Hi, Marwane wrote: > thx for your reply. > so we use only the maxActive declared

Re: Borrow broker from pool failed. in production server

2006-10-27 Thread Marwane
ection pool. Check your OJB.properties and set maxActive to the same value as maxActive of the connection pool settings in repository_database.xml. I am not sure about it but your problem happened to me once this way and it was solved by doing as i suggest. regards, Dennis 2006/10/26, Marwane &

Borrow broker from pool failed. in production server

2006-10-26 Thread Marwane
hi we have a web application on production used about 500 users. we use default value of ojb parameters (maxActif: 100 ). we are getting frequently the message indicating that we can't borrow connection from pool. even if we use maxActif in 1000 the problem persist. we need your help and give