3 Replies Latest reply on Jun 13, 2011 3:09 AM by mannuyi

    How to deploy the sample of "bpm_orchestration1"?

    mannuyi

      Now, I can build the sample of "bpm_orchestration1" by eclipse.

      And also, I can package the source files, xml files, and the other files by ant.

      *eclipse project is a new project created by myself, then I copied the sample source to the new project.

      *ant building file is written by myself, then I can use it to build and create esb file.

       

      But the issue is, how can I deploy the esb file, and the BPM processdefinition file?

      Is there any guide I can reference, or someone can help me?

       

      Thanks.

        • 1. Re: How to deploy the sample of "bpm_orchestration1"?
          beve

          Hi,

           

          But the issue is, how can I deploy the esb file, and the BPM processdefinition file?

          You can package your esb configurations, classes, and PBM processdefinitions together into a jar with a '.esb' suffix.

          Is there any guide I can reference, or someone can help me?

           

          You can take a look at the bpm_orchestration1 quickstart and how it packages its content:

           

          $ ant deploy 
          $ jar tvf  build/Quickstart_bpm_orchestration1.esb 
          

           

           

          Regards,

           

          /Daniel

          • 2. Re: How to deploy the sample of "bpm_orchestration1"?
            mannuyi

            I executed [ant deploy], and then I started esb server since the deployment files were all copied to deployment folder.

            But still there's an issue.

             

            As the jboss-esb.xml of this sample, if I copy a file into the specified folder, it will invoke jBPM action.

            There's no deployment of processdefinition.xml, no hibernate.cfg.xml, how can ESB invoke jBPM action?

             

            Is there anything I must do before perform testing?

            Thanks

            • 3. Re: How to deploy the sample of "bpm_orchestration1"?
              mannuyi

              Forget the above questions.

              Now, I just did the following steps to test the sample of "bpm_orchestration1".

              1. start up esb server 4.9.

              2. go to sample folder, and perform [ant deploy] to compile and deploy the esb project.

              3. perform [ant deployProcess] to deploy the business process definition file.

              4. perform [ant startProcess] to trigger the fs-provider.

              5. running logs show on screen.

               

              one question that I have,

              PDL file was deploy into hypersonic DB, is that right?

              if it is right, then if I want to deploy PDL file using other DB, like oralce, mysql, how can I do?