Donald Walters [
http://community.jboss.org/people/dondragon2] created the discussion
"Re: MapBasedPersistenceTest issue"
To view the discussion, visit:
http://community.jboss.org/message/635304#635304
--------------------------------------------------------------
Maciej, Thanks for the insight. Below is how I am loading the controller.
Bean is created in the Spring context:
<bean name="executionController"
class="com.test.ExecutionController" init-method="create" />
then I get the bean from the Spring context in each thread using:
(ExecutionController) context.getBean("executionController");
May be I should create a new controller for each thread? I will try this an see if that
works.
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/635304#635304]
Start a new discussion in jBPM at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]