Here is what I did.
I downloaded the Geronimo Source from
http://www.apache.org/dyn/closer.cgi/geronimo/1.0/geronimo-1.0-src.zip.
Went to
geronimo-1.0-src/modules/transaction/src/java/org/apache/geronimo/transaction/context
And edited the file like so(Here is the output from a diff -P):
Index: InheritableTransactionContext.java
307c307,308
< status != Status.STATUS_ROLLING_BACK) {
---
> status != Status.STATUS_ROLLING_BACK &&
> status != Status.STATUS_NO_TRANSACTION) {
--
View this message in context:
http://www.nabble.com/STATUS_NO_TRANSACTION-on-rollback--tf2124313.html#a6024069
Sent from the ActiveMQ - User forum at Nabble.com.