-
15. Re: Issue running sample project - jBPM 6.0.1 Final
marcj Feb 19, 2014 4:53 AM (in response to clay_ferguson)Hey guys, same issue here. I have some difficulties to apply your solution though.
Just to be clear: The src/main/resources/META-INF is within the sample evaluation project?
Because just adding the new persistence.xml and the cosntructor in ProcessMain just tells me that there is no org.jbpm.persistence.jpa.updated.
Thanks for your support!
-
16. Re: Issue running sample project - jBPM 6.0.1 Final
swiderski.maciej Feb 19, 2014 7:26 AM (in response to marcj)Marc J wrote:
Hey guys, same issue here. I have some difficulties to apply your solution though.
Just to be clear: The src/main/resources/META-INF is within the sample evaluation project?
yes, just copy the persistence.xml that is attached to previous post
Marc J wrote:
Because just adding the new persistence.xml and the cosntructor in ProcessMain just tells me that there is no org.jbpm.persistence.jpa.updated.
you need to have that persistence.xml present otherwise it won't be found.
HTH
-
17. Re: Issue running sample project - jBPM 6.0.1 Final
marcj Feb 19, 2014 8:19 AM (in response to swiderski.maciej)Hi Maciej, thanks for your reply, Did it again - now it worked without any complaints. Thx again!
-
18. Re: Issue running sample project - jBPM 6.0.1 Final
forrestgump88 Feb 21, 2014 2:41 AM (in response to swiderski.maciej)That worked for me too. Thanks
-
19. Re: Issue running sample project - jBPM 6.0.1 Final
masummymesingh Mar 12, 2014 12:10 PM (in response to forrestgump88)I am using jbpm 6.0.1 .
Now I have found a error form installation :
service jboss.naming.context.java.jdbc.jbpm-ds (missing) dependents:
[service jboss.persistenceunit."jbpm-console.war#org.jbpm.persistence.jpa.updated"]
======================================================================
i think error come from :
public ProcessTest() {
super(true, true, "org.jbpm.persistence.jpa.updated");
}
i am not find ProcessTest.java , where is the location of ProcessTest.java class
pls help me ?
-
20. Re: Issue running sample project - jBPM 6.0.1 Final
clay_ferguson Mar 12, 2014 12:46 PM (in response to masummymesingh)Gulam,
ProcessTest.java is in jbpm-6.0.1.Final-src.zip, which is the source distribution zip file for jbpm.
-
21. Re: Issue running sample project - jBPM 6.0.1 Final
qiunian2012 Mar 13, 2014 3:24 AM (in response to swiderski.maciej)Maciej, Thank you!
in the jbpm-test jar persistence.xml ,add <class>org.jbpm.services.task.audit.TaskEventImpl</class> and solved!!
-
22. Re: Issue running sample project - jBPM 6.0.1 Final
masummymesingh Mar 17, 2014 12:24 AM (in response to qiunian2012)hi i trying to setup jbpm-6.0.1.Final-installer-full . but i unable to setup it.
i am use org.jbpm.persistence.jpa.updated .
but , i can not do this setup .
can you give me a step by step instruction about how to setup jbpm 6 ???
-
23. Re: Issue running sample project - jBPM 6.0.1 Final
guyr Mar 17, 2014 1:00 AM (in response to masummymesingh)