Re: Borrow broker from pool failed

2003-07-03 Thread Christophe Marcourt
I give you as well my connection configuration : cheers. Christophe - Original Message - From: "Christophe Marcourt" <[EMAIL PROTECTED]> To: "OJB Users List" <[EMAIL PROTECTED]>; "Armin Waibel" <[EMAIL PROTECTED]> Sent: Thur

Re: Borrow broker from pool failed

2003-07-03 Thread Christophe Marcourt
- From: "Armin Waibel" <[EMAIL PROTECTED]> To: "OJB Users List" <[EMAIL PROTECTED]> Sent: Thursday, July 03, 2003 11:18 PM Subject: Re: Borrow broker from pool failed > Can you post the whole stack trace, please? > > regards, > Armin > >

Borrow broker from pool failed

2003-07-03 Thread Christophe Marcourt
Hi, after a couple of hours of inactivity I get a "Borrow broker from pool failed" when I request a page on my site where's OJB make a simple SELECT query. I'm using MySQL 4 and OJB 1.0 rc3. Any idea ? Christophe --- Ce message Envoi est certifié sans virus connu. Protégé par l'antivirus AVG D

Re: complex class prolem

2003-06-28 Thread Christophe Marcourt
As it was said to me a few days ago, don't work with Vector but only the interface Collection or List. It will work then. Christophe - Original Message - From: "Timofey Korolev" <[EMAIL PROTECTED]> To: "OJB Users List" <[EMAIL PROTECTED]> Sent: Saturday, June 28, 2003 7:39 PM Subject: co

Re: Update only some fields in DB

2003-06-28 Thread Christophe Marcourt
I think it's possible. Before update your object you need to get it from DB with a getObjectByQuery() method call, than you can only update the fileds you need. See tutorial 1 : Updating Objects. Christophe - Original Message - From: "Mykola Ostapchuk" <[EMAIL PROTECTED]> To: <[EMAIL PR

Proxy again and again...

2003-06-24 Thread Christophe Marcourt
Are you sure proxy is working ??? I'm working with OJB 1.0 rc3. I've got all my simple collections. Not arrays, not manageable collections only Vectors. Everytime I turned on the proxy in my repository.xml, always the same Exception : [org.apache.ojb.broker.metadata.fieldaccess.PersistentFieldDe

Re: OJB not to cache its queries

2003-06-23 Thread Christophe Marcourt
should i use in my repository.xml? Thanks, srikanth. -Original Message- From: Christophe Marcourt [mailto:[EMAIL PROTECTED] Sent: Monday, June 23, 2003 3:07 PM To: OJB Users List Subject: Re: OJB not to cache its queries you can use the refresh attribute set to true in your rep

Re: OJB not to cache its queries

2003-06-23 Thread Christophe Marcourt
you can use the refresh attribute set to true in your repository.xml. Christophe - Original Message - From: "Srikanth Gubba" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 23, 2003 8:29 PM Subject: OJB not to cache its queries > Hi all, > > do u know how to configure oj

Re: How to map oracle field number(10,5)

2003-06-20 Thread Christophe Marcourt
hi, it should work with DOUBLE JDBC type and so native double in java. So you will have : the length and precision attributes are not required. Christophe - Original Message - From: "airwing" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 20, 2003 10:39 AM Subject: Ho

Re: FieldConversion and Cache

2003-06-19 Thread Christophe Marcourt
: "Christophe Marcourt" <[EMAIL PROTECTED]> To: "OJB Users List" <[EMAIL PROTECTED]> Sent: Thursday, June 19, 2003 8:03 PM Subject: Re: FieldConversion and Cache > Ok, I agree, but that's not the point. > I know my database and I know it will only be integer. > &

Re: FieldConversion and Cache

2003-06-19 Thread Christophe Marcourt
Ok, I agree, but that's not the point. I know my database and I know it will only be integer. - Original Message - From: <[EMAIL PROTECTED]> To: "OJB Users List" <[EMAIL PROTECTED]> Sent: Thursday, June 19, 2003 6:48 PM Subject: Re: FieldConversion and Cache > Christophe -- > > In your