[jboss-user] [jBPM] New message: "jBPM 4.3 and Spring 3"

Jochen Mader do-not-reply at jboss.com
Thu Feb 11 09:19:40 EST 2010


User development,

A new message was posted in the thread "jBPM 4.3 and Spring 3":

http://community.jboss.org/message/525774#525774

Author  : Jochen Mader
Profile : http://community.jboss.org/people/jochen_mader

Message:
--------------------------------------------------------------
I got it working but I get a "Multiple Spring beans found for type interface java.util.Map returning the first one found" warning.
Tracing around I found out that WireContext is looking for "deployments". It doesn't exist in the current context so it delegates to spring. There it uses java.util.Map to search for it and gets back a list containing "systemProperties" and "systemPreferences". 
Doesn't look right to me, although my processes work as expected
 
the call causing the warnings:
ProcessEngine engine = (ProcessEngine) context.getBean("processEngine");
engine.getRepositoryService().createDeployment().addResourceFromClasspath("processdefinitions/hello.jpdl.xml").deploy(); 
 
 
my jbpm config:
 
 
 
 
And this spring configuration:
 
 

--------------------------------------------------------------

To reply to this message visit the message page: http://community.jboss.org/message/525774#525774




More information about the jboss-user mailing list