So I'm trying to use a Function in Gemfire in a JTA transaction with spring-data, a template and annotations.
I have a test which is throwing a runtime exception to simulate a failure.
It's not working as well as I'd hoped, in that I seem to be getting a partial rollback of my object.
Before I get into the whole posting code and stack traces, has anyone done this with any degree of success?