Maciej Swiderski [
https://community.jboss.org/people/swiderski.maciej] created the
discussion
"Re: JTA Problem with multiple sessions"
To view the discussion, visit:
https://community.jboss.org/message/795854#795854
--------------------------------------------------------------
Gareth, when you dispose the session you need to dispose all other components that rely on
the session, in your case its ht handler. What you could do it to pass the ht handler to
process event listener so it can be disposed (disconnected) when session is disposed as
well. This assumption is that you have one to one relationship between all three
instances: ksession, ht handler and process event listener that disposes the session and
handler.
HTH
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/795854#795854]
Start a new discussion in jBPM at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]