Maciej Swiderski [
https://community.jboss.org/people/swiderski.maciej] created the
discussion
"Re: JBPM Apps fail to deploy after running install.demo ant script"
To view the discussion, visit:
https://community.jboss.org/message/782992#782992
--------------------------------------------------------------
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
[
https://community.jboss.org/message/782992#782992]
Start a new discussion in jBPM at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]