-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi,
> I have a problem with my transaction when trying to cluster a > servicemix/activemq installation. First I thought it was because of the > 'sequoiasabase' requests in my postgres log, but I found on the mailing > list that these are not the reason. > after reading some more about postgres transaction semantics I'm sure again that it is the 'sequoiasabase' which causes the transaction to abort. Any query inside a transaction block which results in an error will abort the transaction till rollback or commit. Since the 'sequoiasabase' call result in an error the current transaction is aborted, and since activemq does not use savepoints there is no point to recover the transaction. How to I disable the 'sequoiasabase' call? Thanks Markus Wolf - -- NMMN - New Media Markets & Networks GmbH Geschäftsführung: Kfm. Michael Schütt Finanzamt HH-Altona UStID DE 812 699 852 HRB 71102 Hamburg HypoVereinsbank - BLZ 200 300 00 - Konto-Nr. 156 29 82 http://www.nmmn.com Tel.: +49 40 284 118 -0 Langbehnstrasse 6 Entwicklung: -720 22761 Hamburg Fax: -999 Rufen Sie uns kostenlos an: http://www.nmmn.com/call/software +++ Hausmesse am 14.11.2008 von 10:00 bis 16:00 Uhr +++ Überzeugen Sie sich auf unserer Hausmesse von unseren Produkten und Dienstleistungen! Weitere Informationen und Anmeldung unter: http://www.nmmn.com/hausmesse/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFI12dtDBHISU1oEKERAsY7AJ4nRVLbJNFwRKqSec+uITToUOLVmQCgt9pS SiaIkuAqX24Nfsf81G0Go0o= =+kjm -----END PGP SIGNATURE----- _______________________________________________ Sequoia mailing list [email protected] https://forge.continuent.org/mailman/listinfo/sequoia
