I'm trying to use JPA with Camunda, as I was using with Activiti until I discovered Camunda. Unluckily, I cannot find any example on Internet about this, so I wanted to ask if any of you knows about a complete example of this to learn how it should work. If that's not possible, what changes should we add to the working Activiti configuration in order to make it work?
I must say that migration from Activiti with JPA to Camunda with JPA could be an interesting and useful topic in your migration guide, by the way.
Thanks a lot for your time. Regards.
<property name="jpaPersistenceUnitName" value="activiti-jpa-pu" />
<property name="jpaHandleTransaction" value="true" />
<property name="jpaCloseEntityManager" value="true" />
Hello, Roman,
Using JUnit tests my project works as expected,
persisting entities through their services and so on, but when I try to
deploy the .war file to Tomcat, I get the following errors. I can't copy
them from Tomcat's command window (I'm working right now on Windows),
so I attach the snapshots:
Hello, Roman,
Using JUnit tests my project works as expected,
persisting entities through their services and so on, but when I try to
deploy the .war file to Tomcat in order to use it with the Tasklist, I get the following errors. I can't copy
them from Tomcat's command window (I'm working right now on Windows),
so I attach the snapshots. I apologize for it:
1st and 2nd
3rd and 4th
Hi Fer,
The second path is the correct one. Also remove the Jar from your WAR deployment.
I also changed the h2 path in the persistent.xml file to in-memory: jdbc:h2:mem:camunda and the hibernate dialect to H2Dialect instead of the HSQL one.
This was all I did change.
Cheers
Christian
--
You received this message because you are subscribed to a topic in the Google Groups "camunda BPM users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/camunda-bpm-users/SIQNwhXLDN0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to camunda-bpm-us...@googlegroups.com.
To post to this group, send email to camunda-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/camunda-bpm-users/227dd809-bc69-497f-b6ed-d2114f779cc5%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Server Error: Couldn't deserialize object in variable 'customer'
Embedded task forms do not yet support complex (serializable) objects.
My Bad!
https://groups.google.com/d/msg/camunda-bpm-users/87fXChRhT5E/sZyZXkj8DzEJ
https://app.camunda.com/confluence/display/BestPractices/Data+in+Processes
https://groups.google.com/forum/#!msg/camunda-bpm-users/KDLIEUEyb6E/BjivXMSOUJ0J