-
Bug
-
Resolution: Not a Bug
-
Critical
-
None
-
7.2.0.Final
-
None
-
NEW
-
NEW
-
According to "20.3.2. jBPM services with Spring" from jBPM Documentation. I download the example from "https://github.com/mswiderski/spring-jbpm-app".
I can make it run.
But when I change jBPM6.5.jar into jBPM7.1/7.2/7.3, there are some bugs, as follows:
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [jee-tx-context.xml]: Invocation of init method failed; nested exception is java.lang.IllegalStateException: No JTA UserTransaction available - specify either 'userTransaction' or 'userTransactionName' or 'transactionManager' or 'transactionManagerName'
The jBPM6.5 & jBPM7.1 have the same config of JTA, I think JTA is right.
The attachment are configuration files.