5 Replies Latest reply on Jan 5, 2006 10:33 PM by aguizar

    JBpm BPEL installation.

    kazam

      Can the jbpm hypersonic database work for the bpel extension?
      Many Thanks.

        • 1. Re: JBpm BPEL installation.
          aguizar

          Yes. In fact, the latest release (1.0 alpha 4) sets up a Hypersonic database out of the box.

          • 2. Re: JBpm BPEL installation.
            kazam

            When I compile the lastest release (1.0 aplha 4), the build succeeds but no .sar file is genearted the only generated file is a 6Kb file [which was already in the build directory before compiling using ant]
            [jar] Building jar: D:\jbpm-bpel-1.0-alpha4\build\jbpm-bpel.war

            On placing this file in the JBoss 4.0.2 server/default/deploy directory no hibernated messages are generated.

            The only configuration settings I made were to the build.properties file of the jboss.home variable.

            Is there any hibernate.properties or other files that I should change in the resources directories.

            Many Thanks.

            • 3. Re: JBpm BPEL installation.
              aguizar

              Please open a new topic for a distinct question.

              To generate the service archive, run either the build.service.402 or build.service.403 ant target depending on your JBoss AS version, as described in section 2.4.2 of the jBPM BPEL user guide.

              • 4. Re: JBpm BPEL installation.
                kazam

                Got it , I wasn't specifying the JWSDP Home , Thanks.

                • 5. Re: JBpm BPEL installation.
                  aguizar

                  Glad to hear it. You left me thinking, tough. You do not need the web services development pack for compiling or building the packages. Only the examples require it.

                  How did specifying jwsdp.home solve your problem?