[jboss-dev-forums] [jBPM Development] - Re: Need help for developing web application using JBPM5.4

Shobhit Tyagi do-not-reply at jboss.com
Thu Mar 14 15:35:54 EDT 2013


Shobhit Tyagi [https://community.jboss.org/people/roxy1987] created the discussion

"Re: Need help for developing web application using JBPM5.4"

To view the discussion, visit: https://community.jboss.org/message/802778#802778

--------------------------------------------------------------
You can use only one schema for both task and process persistence units.
Please remove the database properties from the process persistence unit as the datasource is going to be there. I put those there by mistake. Though it wont make a difference.

Change the value of transaction lookup class property hibernate.transaction.manager_lookup_class from websphere to jboss.
You will need to create a datasource in jboss same as the name mentioned in the persistence file.


These are the changes you need to do.
But the error you are getting is because the name of the persistence unit i.e. org.jbpm.persistence.jpa is being used by another project which is also deployed in the same container. So Make these changes and then deploy the archive in another jboss server which has no other projects just to be safe.

Regards.
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/802778#802778]

Start a new discussion in jBPM Development at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2035]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20130314/d2497798/attachment.html 


More information about the jboss-dev-forums mailing list