I want to define an event triggered bussines transaction.
Lets assume the transaction is started when the start() method of a (Java-) service class is called and finishes when stop() is called.
I defined a POJO rule for the start method, then under "Asynchron transaction Configuration" i added a demarcator matching the stop() call and configured it to be used by the POJO rule.
If i execute the service the response time for the bussiness transaction shown im the ui seems to be the time spent in the start() method.
Can i expect the configuration to work as described (meaning i have an error in my matching rules) or is this type of transaction not supported?