8 Replies Latest reply on Oct 20, 2005 10:24 AM by feamar

    creating a PAR-file

    feamar

      How can I create a .PAR file.
      To what rules must I adhere.
      I have created a process with the designer from the JPBM starters kit 3.0 and eclipse 3.1. My DB is DB2 and all entities have been generated using Hibernate Tools Alpha5.
      I now wish to deploy this process.
      But I don't know how to package the solution (deployment on JBoss AS).
      Can anyone help me?

      thx in advance,


      Frank

        • 1. Re: creating a PAR-file
          kukeltje

          the par file is a zip file which contains the processdefinition, the gpd.xml if needed and versioned classes. You can unzip the example to see what it looks like. To create one, look at the deploy tasks in the ant files to see how they are created. You can also use the gpd to create and deploy an archive

          • 2. Re: creating a PAR-file
            pjmvn

            hi
            It's my problem.
            Please, give me a response with step by step or an example.

            Thanks

            • 3. Re: creating a PAR-file
              feamar

              thanx kukeltje

              PS. I'm from the Netherland 2. Can I maybe have a conversation about jBPM with u some time soon> via an instant messenger of sorts maybe?

              • 4. Re: creating a PAR-file
                kukeltje

                I'll make sure i'm online in AOL and ICQ tonight at around 23.00

                • 5. Re: creating a PAR-file
                  feamar

                  thx but I only have MSN :P

                  Anyhow,

                  JBoss does not deploy my archives in such a way that my EJB bean can access the processes.
                  What must I change ?

                  My processes get deployed
                  My bean gets deployed
                  But I get an SQLException stating: table not found when I execute findalldefinitions from the graphsession interface.

                  Help appreciated

                  Regards,


                  Frank

                  • 6. Re: creating a PAR-file
                    kukeltje

                    no problem.... me to. I'll log in with msn (if Ican make it in time). My name is under the button below my posts.

                    I need a more detailed stacktrace to be of real help. via MSN I will not provide support since it is my free time. General chatiing about jBPM is no problem

                    • 7. Re: creating a PAR-file
                      feamar

                      I don't seem to be able to add u in MSN Messenger.
                      Can u plz add me instead.
                      My address @hotmail.com is fshverdu
                      See u on line when u have the time.
                      Thx in advance,


                      Frank Verbruggen

                      • 8. Re: creating a PAR-file
                        feamar

                        I am able to create process definitions now.
                        My next problem is how to add actionhandler classes.
                        In my project they need to be versioned as well.
                        What would be the best way to do to add them.
                        Assume my class is:

                        nl.myproject.action.ContextInitializerAction

                        Kind regards,


                        Frank Verbruggen