users@glassfish.java.net

Re: how to disable transaction recovery function in glassfish

From: sankara rao bhogi <Sankara.Rao_at_Sun.COM>
Date: Tue, 04 Dec 2007 15:46:44 +0530

glassfish_at_javadesktop.org wrote:
> hi everyone,
> i want to disable recovery function, i only find one way thai is removing RecoveryManager.java and RecoveryCoordinator.java .but i have to solve compiled question . who can provide a better way
>

Are you facing any issue? Transaction recovery can be disabled by
setting transaction-service.automatic-recovery flag to false. Even if
the recovery is disabled, a single thread reads transaction logs and
exits and if you don't want the logs to be written at all, you can try
setting disable-distributed-transaction-logging property in the
transaction-service to true, but it is not recommended though.

https://glassfish.dev.java.net/javaee5/docs/DG/beanm.html#beanq

regards
sankar

thanks in advance
> [Message sent by forum member 'naficbm' (naficbm)]
>
> http://forums.java.net/jive/thread.jspa?messageID=248378
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>
>