I think you are using a non-jdbc-spec-compliant driver such as (IIRC) oracle that does not commit automatically when setAutocommit(true) is called. There's a commitOnAutocommit config-property you can set in the datasource plan for the generic tranql adapter to have tranql call commit() before setAutocommit(true).

If you need more information please tell us which database you are using, which tranql adapter you are using, and show the datasource plan.

thanks
david jencks

On Oct 15, 2008, at 6:38 AM, Rodrigo Baeza O wrote:

Hello,
I have a problem, when you insert a record in Geronimo 2.1.2, occupying pool of connections and openJPA for persistence. NO inserted into the databases at the time but when the server is down.
DO NOT send error, not only records in the databases.

--
Saludos
Rodrigo Baeza O.

Reply via email to