JBoss Community

Re: JBPM Apps fail to deploy after running install.demo ant script

created by Maciej Swiderski in jBPM - View the full discussion

first of all you should not modify persistence-JPA[1,2].xml files that are in installer/db folder as they are used to generate ddl scripts. Since you used it deployment failed as these persistence.xml files do not have defined data source definitions thus connection cannot be obtained when bootstraping the entity manager factory which is the root cause of deployment failure.

 

running simply ant install.demo.noeclipse and then ant start.demo.noeclipse will install and run all components for jbpm demo environment. There is not need to modify any of the files unless you would like to reconfigure demo environment.

 

HTH

Reply to this message by going to Community

Start a new discussion in jBPM at Community