[jboss-user] [jBPM Users] - Re: command service
@Sofie: I'm sorry I hadnt read your code good, so you can neglect my previous command. The problem here is that both the Configuration and ProcessEngine (Both interfaces) are mplemented by the SpringConfiguration class. That's why you get the exception. I guess the easiest way to quickly fix this issue is to inject by name instead of by type. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4255746#4255746 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4255746 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [jBPM Users] - Re: command service
How do you call the buildProcessEngine method if you remove the line | | ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4255730#4255730 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4255730 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [jBPM Users] - Re: command service
The SprinfConfiguration class is an implementation of the ProcessEngine, so you shouldn't need to define the processEngine again. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4255671#4255671 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4255671 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user