-
Bug
-
Resolution: Done
-
Critical
-
6.1.0
-
None
Description of problem:
See https://issues.jboss.org/browse/ENTESB-2809
In short, our current (per-request) runtime manager architecture is targeted at the EE environment, where there's only 1 request per thread.
However, the Switchyard/Fuse/Camel environment can have multiple requests per thread, among other differences with the a pure EE environment.
Version-Release number of selected component (if applicable):
How reproducible:
Always.
Steps to Reproduce:
See the reproducer here:
https://issues.jboss.org/secure/attachment/12388207/drools-channels-reproducer.zip
or here:
https://github.com/mrietveld/test-issue-project/tree/switchyard-drools-per-request
Actual results:
The reproducer fails.
Expected results:
The reproducer succeeds.
Additional info: