Quantcast
Channel: GlassFish Related Items on Java.net
Viewing all articles
Browse latest Browse all 1091

Transaction commited when shutting down

$
0
0

When shutting down with "asadmin stop-domain" currently all transactions in progress are commited. While this as a default behaviour is more than strange I am also not able to configure it in a different way.

I already tried this one
asadmin> create-jvm-options -Dcom.sun.enterprise.in-progress-local-transaction.completion-mode=rollback

Also I tried to use an XA connection pool instead of the oracle.jdbc.pool.OracleConnectionPoolDataSource I normally use.

I am using GlassFish Server Open Source Edition 3.1.2.2 (build 5)

Any ideas welcome...


Viewing all articles
Browse latest Browse all 1091

Trending Articles