The latest jbpm 5.3.0 version (jbpm-5.3.0.Final-installer-full.zip) which bundles jboss 7.0.2 by default . But I want to ask will it work or how can make it work with the latest jboss 7.1.X?
So far , I encountered the following problems when deploying jbpm 5.3.0 to jboss 7.1.1 but these problem does not exist when deploying to jboss 7.0.2 :
When deploying to jboss 7.0.2 , I simply use the standalone.xml from the jbpm-5.3.0.Final-installer-full.zip .
When deploying to jboss 7.1.1 , I do the following changes based on the default standalone.xml provided by the jboss 7.1.1:
- Configure the datasource for the DB (I am sure the datasource is setup properly)
- Change the <deployment-scanner> ‘s deployment-timeout attribute to some larger values to avoid timeout before the web apps are successfully deployed.
- Add <security-domain> for the web apps drools-guvnor , jbpm-console ,jbpm-form-builder . I copied the corresponding section from the standalone.xml in jbpm-5.3.0.Final-installer-full.zip .
- Disable the JPA extension because jbpm is developing using JPA1 but jboss 7 is JPA2
Is it simply due to configuration problems of my standalone.xml in jboss 7.1.1 ?
If yes , what is the problem of my standalone.xml in jboss 7.1.1?
If my standalone.xml in jboss 7.1.1 is correct , ,any workaround for the mentioning issues when using jboss 7.1.1 now?