I think the document has a typo in
<bean factory="org.jbpm.persistence.db.DbPersistenceServiceFactory">. The 
attribute "factory" should be "class". So that the config should read like:
<bean class="org.jbpm.persistence.db.DbPersistenceServiceFactory">
...
</bean>

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3996580#3996580

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3996580
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to