Hi Srikanth, What version of the editor are you using? I'm using 3.0.5 and I've never been able to get the deployPar in the context menu to work.
I set up a packaging task to put the processdefinition, gpd, and image file into a zipped file called myprocessname.par, with any classes I need deployed to the database in /classes in the par file, then use an ant task like: <target name="deploy.par"> | <taskdef name="deploypar" classname="org.jbpm.ant.DeployParTask"> | <classpath --make sure the jbpm-[version].jar is in this classpath--/> | </taskdef> | <deploypar par="build/myprocess.par" /> | </target>. I'm using version 3.0.2 though - I think the deployment class changed in 3.1 to org.jbpm.ant.DeployProcessTask. More info on ways to deploy processes can be found at http://docs.jboss.org/jbpm/v3/userguide/jpdl.html. -Brian View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924130#3924130 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924130 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
