JBoss Community

Re: jBPM 5.4 with MySql

created by Lisa DeSouza in jBPM Development - View the full discussion

ok things seem to be going better now with installating, but while installing ht i get:

     [copy] Warning: Could not find file ...\jbpm-installer\db\task-persistence.xml to copy.

     [copy] Warning: Could not find file ...\jbpm-installer\db\Taskorm.xml to copy.

 

in build.xml is

 

<copy tofile="${install.home}/target/jbpm-human-task-war/WEB-INF/classes/META-INF/persistence.xml" overwrite="true"

    file="${install.home}/db/task-persistence.xml" failonerror="false"/>

    <copy tofile="${install.home}/target/jbpm-human-task-war/WEB-INF/classes/META-INF/ProcessInstanceInfoMapping.xml" overwrite="true"

    file="${install.home}/db/Taskorm.xml" failonerror="false"/>

 

it meant to be:

 

<copy tofile="${install.home}/target/jbpm-human-task-war/WEB-INF/classes/META-INF/persistence.xml" overwrite="true"

    file="${install.home}/db/task-persistence-${jpa.version}.xml" failonerror="false"/>

    <copy tofile="${install.home}/target/jbpm-human-task-war/WEB-INF/classes/META-INF/ProcessInstanceInfoMapping.xml" overwrite="true"

    file="${install.home}/db/Taskorm-${jpa.version}.xml" failonerror="false"/>

 

since task-persistence-JPA2.xml & Taskorm-JPA2.xml exist??

Reply to this message by going to Community

Start a new discussion in jBPM Development at Community