3 Replies Latest reply on Apr 22, 2010 3:24 AM by rebody

    How can install jBPM BPEL?

    mikemei

      Hi:

          I download jbpm-bpel-1.1.1.zip. I don't know  how can install jBPM BPEL.Who can help me to solve this problem?Thank you very much.

        • 1. Re: How can install jBPM BPEL?
          rebody

          Hi Mei,

            You can follow the BPEL user guide.

           

          http://docs.jboss.com/jbpm/bpel/v1.1/userguide/

          • 2. Re: How can install jBPM BPEL?
            mikemei

            Hi Xu,

                 Thank you very much for your reply.I am a beginner.User guides(

            http://docs.jboss.com/jbpm/bpel/v1.1/userguide/) don't explain in detail. So i can't understand.Can you help me for explaining in detail.Thank you!

            • 3. Re: How can install jBPM BPEL?
              rebody

              Hi Mei,

                It seems very easy to install jBPM BPEL.

               

                First you should download jboss-4.2.3.GA and extract it in a directory, download apache-ant and config ant correctly(mostly the ANT_HOME=xxxx,PATH=%PATH%;%ANT_HOME%/bin).

               

                Second, you can modify config/build.properties, change software.installation.dir=${user.home} to your jboss directory.

               

                Then you can enter deploy directory in bpel, and execute "ant main" to deploy jbpm-bpel.

               

                enter examples/hello directory, and execute "ant main" to deploy hello example to jbpm-bpel.

               

                execute "ant test" run a test, verify the hello example.

               

                If you want to try other examples, you should install jswdp  first.  I are not familiar about that, So you have to try it by yourself.

               

                regards.