Question

I would like to create sample web application with JBPM6. But i am struggling lot to explore the JBPM6.

I tried to run sample application , but it is giving an error.There are no steps to Start the project from Eclipse to JBOSS deploy. If creating JBPM project , then its not supporting front layer and if select JBPM with maven, then web resources not adding to the project.

Please advise on how to create web application with jbpm6 process in Eclipse ?

Was it helpful?

Solution

Follow the following Steps:

  • Select Install New Software from the Help menu.
  • Add the Drools and jBPM update site http://downloads.jboss.org/jbpm/release/6.0.0.Final/updatesite/.
  • Select the JBoss jBPM Core and JBoss Drools Core plugins and click "Next >".
  • Accept the Terms and Conditions after a review, and Click Finish.
  • You might probably get some errors with the installer for unsigned content, Click OK.

Eclipse will restart after that.

  • Then For Your Purpose Click on File>>New>>Project>>JBPM Project(Maven)

OTHER TIPS

Select "Install New Software ..." from the Help menu. Add the Drools and jBPM update site http://downloads.jboss.org/jbpm/release/6.0.0.Final/updatesite/.

Select the JBoss jBPM Core and JBoss Drools Core plugins and click "Next >". Click "Next >" again after reviewing your selecting, accept the terms of the license agreement and click "Finish" to download and install the plugins. If you get a warning about installing software that contains unsigned content, click OK. After successful installation, Eclipse should ask you to restart, click Yes.

The plugin should now be installed. To check, check if you can for example see the new jBPM Project wizard: under the "File" menu, select "New Project ..." and there you should be able to see "New jBPM Project" under the jBPM category.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top