admin@glassfish.java.net

Re: rollback-transaction command takes a tid...How can I find this tid value?

From: Rebecca Parks <rebecca.parks_at_oracle.com>
Date: Thu, 14 Oct 2010 15:27:44 -0700

The new GF 3.1 rollback-transaction man page will have this info, but in
the meantime:

Before you can roll back a transaction, you must do the following:

1. Enable monitoring using the asadmin set command. For example:

asadmin set
clstr1-config.monitoring-service.module-monitoring-levels.transaction-service=HIGH

2. Use the asadmin freeze-transaction-service command to halt in-process
transactions.

3. Look up the active transactions using the asadmin get command with
the --monitor option. For example:

asadmin get --monitor inst1.server.transaction-service.activeids-current

HTH,

Rebecca

On 10/14/10 03:18 PM, Ludovic Champenois wrote:
> rollback-transaction command takes a tid...How can I find this tid
> value via another CLI?
>
> Ludo
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: admin-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: admin-help_at_glassfish.dev.java.net
>