Re: PB error when the browser is stoped

2003-11-08 Thread Thomas Mahler
Hi Sylvain, [EMAIL PROTECTED] wrote: > The servlet engine uses parallel WorkerThreads to handle all incoming requests. So you have to make sure that parallel servlet threads don't access the broker variable without proper synchronization. How could I be sure? I answered this in my original repl

RE: o.a.ojb.broker.PersistenceBrokerSQLException: Unknown Types value

2003-11-08 Thread Gelhar, Wallace Joseph
Hi Antonio, Try using BIT as the type. Wally Gelhar -Original Message- From: Antonio Gallardo [mailto:[EMAIL PROTECTED] Sent: Saturday, November 08, 2003 6:01 AM To: [EMAIL PROTECTED] Subject: o.a.ojb.broker.PersistenceBrokerSQLException: Unknown Types value Hi: I am trying to insert

o.a.ojb.broker.PersistenceBrokerSQLException: Unknown Types value

2003-11-08 Thread Antonio Gallardo
Hi: I am trying to insert the following class into a PostgreSQL DB using JDO. I got an Exception: org.apache.ojb.broker.PersistenceBrokerSQLException: Unknown Types value. I noted OJB correctly got the nextVal of the sequence. But then it throw the exception. Questions: Is supported the BOOLEA