users@glassfish.java.net

Background thread!?

From: Dejan Stevanovic <dejan.stevanovic_at_ilumnis.com>
Date: Mon, 03 Mar 2008 09:58:33 +0100

We are developing EJB application with PostgreSQL database and Toplink
as provider.
Everything was OK to the moment when we changed type of primary keys to
serial data type.

Now, when NetBeans runs in debug mode (with breakpoints in code)
background debug thread "httpSSLWorkerTherad" appears (we aren't using SSL)
and program stores same data record two times in database (just with
different primary key numbers)!?.
When we are in debug mode, and without breakpoints, program works just
well (no double records stored).

Please, we are going crazy!
Thanks