Open shalinsurface opened 5 years ago
The gist of this issue was that someone was trying to figure out how to enable transacted sessions.
The solution they found was to setSessionTransacted(true) on the container factory, but we're not sure if that's actually correct way to do this.
setSessionTransacted(true)
At this point, I'm not sure if this issue is actually relevant to our auto-config. Some investigation will need to be done to see if it is.
The gist of this issue was that someone was trying to figure out how to enable transacted sessions.
The solution they found was to
setSessionTransacted(true)
on the container factory, but we're not sure if that's actually correct way to do this.At this point, I'm not sure if this issue is actually relevant to our auto-config. Some investigation will need to be done to see if it is.