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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...