views:

189

answers:

0

I have an ejb method executing in a REQUIRES context, that calls another ejb method with a REQUIRES_NEW context.
I suspect the second transaction is not being created/executed, however I'm not certain how to tell.

One way I've considered is to use p6spy and just log all new transaction & commit statements, however I would have expected that this sort of thing would be thought of by the ejb3 implementors (websphere in this case) and there'll just be a specific pattern I need to put in the logging config.

Does anyone know what that pattern(package/class name) is?