2 Replies Latest reply on Aug 25, 2015 5:03 AM by abdulwahab

    BPMN2 Deployment on JBPM

    abdulwahab

      Hello Everyone,

       

      I have created BPMN2.0 file using Eclipse BPMN Modeler and now I want to deploy it on the JBPM 6.0 (For some reason I don't want to create the BPMN file on the JBPM console).

       

      I have copied my test.bpmn file now in the directory"/jbpm-installer/sample/evaluation/src/main/resources/"

       

      After that, since I don't need any FTL forms for my Business Process therefore I just created the "jar" package of the "png" file of the Business process. Now when I try to copy it in the "jbpm-installer/wildfly-8.1.0.Final/standalone/deployments/jbpm-console.war/WEB-INF/lib/" directory it does not allow me to do so in the war file.

       

      I restart the server without copying the "jar" file but I can't see my Process.

       

      Am I missing something?

       

      Regards,

      Abdul Wahab

        • 1. Re: BPMN2 Deployment on JBPM
          sanjay05222

          I think you can do following .

           

          1. create your test.bpmn

          2. clone the git for the "sample/evaluation" check out the sample project into which you are trying to place this file in the file structure.

          3. Commit and Push the sample/evaluation which was out of the box.

           

          hope this helps.

          Sanjay Gautam

          • 2. Re: BPMN2 Deployment on JBPM
            abdulwahab

            Thank you Sanjay for your reply.

             

            Unfortunately, this was not the kind of thing I was looking for.

             

            I am interested in something like this:

             

            Developing Process Applications | camunda BPM docs

             

            This is basically for the Camuda Process Engine in which we put our Business Process , PNG file and everything in one "war" package and then copy it in the Tomcat/webapps directory and the process gets deployed. I am also looking for something like that in Jbpm, please let me know if you can help me out in that.

             

            Regards,

            Abdul