6 Replies Latest reply on Sep 3, 2007 12:36 PM by kukeltje

    deploy jbpm3.1.2 to tomcat5.0.28 with oracle9i

    dusixiang

      hi, verybody.

      Did anyone deploy the jbpm3.1.2's websale demo to tomcat ?

      I builded the jbpm3.1.2' oracle sql schema and deployed sucessfully.
      but I could not see the "create new web sale order" action in the
      "Start New Process Execution" list.

      any help?
      thanks in advance!

        • 1. Re: deploy jbpm3.1.2 to tomcat5.0.28 with oracle9i
          kukeltje

          did you deploy a process?

          • 2. Re: deploy jbpm3.1.2 to tomcat5.0.28 with oracle9i
            chenjin

            ..\jbpm-starters-kit-3.1.2\jbpm

            build.deploy.xml



             <target name="create.db" depends="declare.jbpm.tasks, db.clean, db.start" description="creates a hypersonic database with the jbpm tables and loads the processes in there">
             <jbpmschema actions="create"
             cfg="${basedir}/src/config.files/hibernate.cfg.xml"
             properties="${basedir}/src/resources/hsqldb/create.db.hibernate.properties"/>
             <loadidentities file="${basedir}/src/resources/hsqldb/identity.db.xml"
             cfg="${basedir}/src/config.files/hibernate.cfg.xml"
             properties="${basedir}/src/resources/hsqldb/create.db.hibernate.properties"/>
             <ant antfile="build.xml" target="build.processes" inheritall="false" />
             <deployprocess cfg="${basedir}/src/config.files/hibernate.cfg.xml"
             properties="${basedir}/src/resources/hsqldb/create.db.hibernate.properties">
             <fileset dir="build" includes="*.process" />
             </deployprocess>
             <antcall target="db.stop" />
             </target>
            


            this will do sth .eg. deploy websale process , include dentities .

            change it to oracle with your config.

            • 3. Re: deploy jbpm3.1.2 to tomcat5.0.28 with oracle9i
              dusixiang

               

              "kukeltje" wrote:
              did you deploy a process?


              I'm not sure. how can i check it?

              Is there some *.process file in some dir like WEB-INF/classes?

              • 4. Re: deploy jbpm3.1.2 to tomcat5.0.28 with oracle9i
                dusixiang

                yeah, I fixed it .
                Thanks a lot , guys. :-)

                I Modified the build.deploy.xml in the deploy.processes target as the same as following, and then use the :
                ant deploy.processes -buildfile build.deploy.xml
                command deployed (or redeployed ) my processes.


                <target name="deploy.processes" depends="declare.jbpm.tasks" description="deploys the jbpm processes">
                 <ant antfile="build.xml" target="build.processes" inheritall="false" />
                 <deployprocess cfg="src/config.files/hibernate.cfg.xml"
                 properties="${basedir}/src/resources/oracle/create.db.hibernate.properties">
                 <fileset dir="build" includes="*.process" />
                 </deployprocess>
                 </target>
                


                • 5. Re: deploy jbpm3.1.2 to tomcat5.0.28 with oracle9i
                  muddsar

                  Hi everybody,
                  i am trying to configure jbpm 3.2.1 with Oracle database but i am not successfuly in deploying completely.......can anyone post here the action steps to configure with oracle9i database.

                  Thanks

                  Muddsar

                  • 6. Re: deploy jbpm3.1.2 to tomcat5.0.28 with oracle9i
                    kukeltje

                    Muddsar,

                    Please do not post duplicate requests... and certainly not in a totally unrelated topic