Search code examples
eclipse-pluginjbpmbpmn

How can i install jbpm form(plugin) for eclipse?? [JBPM 5.2]


Kris shows a demo in jbpm where eclipse has a option to create jBPM2 forms.

I have installed jbpm plugin for eclipse and its working fine,but i am not seeing jbpm form in my eclipse


Solution

  • The form generation is part of the latest features we're adding for jBPM 5.3. You can download the latest jBPM & Drools Eclipse tooling here:

    https://repository.jboss.org/nexus/content/repositories/snapshots/org/drools/org.drools.updatesite/5.4.0-SNAPSHOT/org.drools.updatesite-5.4.0-20120312.161534-443-assembly.zip

    So, when using the jbpm-installer, you could update the URL of the Eclipse tooling in the build.properties to point to this file. Or you could unzip this file on your local disk and then install the plugins from that local update site.

    That should show the new menu items.

    Kris