This content has been marked as final. 
    
Show                 4 replies
    
- 
        1. Re: jbpm-bpel. Deploy new processdhanushgopinath Jul 1, 2008 4:33 AM (in response to christy)Hi, 
 You can use any IDE (Netbeans for eg) and then create your process and wsdls and then zip it and deploy using the web page.
 Thanks
 Dhanush
- 
        2. Re: jbpm-bpel. Deploy new processchristy Jul 1, 2008 6:11 AM (in response to christy)Hi, 
 Thank you! But can I use something else, not IDE? May be something ***.bat (like wstools......)?
 I use jbossws as web services layer.
 Thank you!
- 
        3. Re: jbpm-bpel. Deploy new processchristy Jul 7, 2008 4:04 AM (in response to christy)Hi, 
 It's me again. Can somebody help me? May be there are some documents to read?
 Thank you!
- 
        4. Re: jbpm-bpel. Deploy new processaguizar Jul 9, 2008 4:52 AM (in response to christy)How about Ant? It is not documented in the user guide but the bpel-build.xml file shows the available ant tasks. <taskdef name="deployprocess" classname="org.jbpm.bpel.tools.ant.DeploymentTask" classpathref="jbpm.bpel.tools.path" /> <deployprocess processarchive="${output.dir}/${module.name}.zip" />
 You can find this file in jbpm-bpel-1.1.GA/examples/common
 
     
    