Hello again,

I have created an build.xml that runs correct. At least I got an *BUILD 
SUCCESSFUL*.

The problem first was that the class org.jbpm.ant.DeployParTask doesn't exist 
in jbpm-3.1.2. It's now called DeployProcessTask. And the deploy parameter par 
now is called process. Thanks to the User Guide I wasted 3 hours to find this 
problem.

After that the build still wasn't succesful. I got a *BUILD FAILED* because the 
jbpm tables were not found (i guess). So I put the following additional 
property to my hibernate.cfg.xml file.

  | <property name="hibernate.hbm2ddl.auto">create-drop</property>
  | 
Now the build runs. I get this *BUILD SUCCESSFUL* message.

But the process definition is still not deployed!! I have checked the 
PUBLIC.JBPM_PROCESSDEFINITION table with the HSQL Database Manager but there is 
still only the websale process deployed.

Does anybody has an idea what to do? I thought it must be easier to do this 
deployment.

thanks
lou

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072437#4072437

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072437
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to