[jboss-dev-forums] [jBPM Development] - Re: jBPM 5.4 with MySql

Lisa DeSouza do-not-reply at jboss.com
Thu Jan 24 00:49:53 EST 2013


Lisa DeSouza [https://community.jboss.org/people/lisadesouza89] created the discussion

"Re: jBPM 5.4 with MySql"

To view the discussion, visit: https://community.jboss.org/message/793937#793937

--------------------------------------------------------------
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
[https://community.jboss.org/message/793937#793937]

Start a new discussion in jBPM Development at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2035]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20130124/d0f13bf7/attachment.html 


More information about the jboss-dev-forums mailing list