2 Replies Latest reply on Jul 15, 2009 5:15 PM by kukeltje

    Examples of PAR format

    pgier

      Where can I find some documentation about what is valid for a par (process archive) file? I'm looking for examples of the layout of the file and the deployment descriptor.

      Thanks!

        • 1. Re: Examples of PAR format
          johan.kumps

          AFAICT a par file is just a zip/jar file containing your jpdl, jbpm.cfg.xml, database(hibernate) config next to class files you use in your process (DecisionHandler implementation for example).

          An example of a bar/par file can be found in the examples/target folder of you Jbpm installation after running ant deploy.examples as mentioned in the user guide.

          Kind regards,

          • 2. Re: Examples of PAR format
            kukeltje

            Johan is right. Also if you use the GPD3.1.x and do a 'save locally' you get a par file. It does not contain any deploymentdescriptors