2 Replies Latest reply on Dec 4, 2009 5:41 AM by zenix

    jBPM 4.2 Maven

    zenix

      Is there jBPM 4.2 archetype for projects?
      I need to build .bar/.jar and deploy .bar file to database...

      Please help :)

        • 1. Re: jBPM 4.2 Maven
          sebastian.s

          A .bar-file is nothing else than a .jar-file with a process definition and furhter specific content like task-forms for example. To deploy .bar-files you can use the ant-task supplied with jBPM. It deploys takes the process definition from the .bar-file and deploys it directly to the database.

          HTH

          • 2. Re: jBPM 4.2 Maven
            zenix

             

            "sebastian.s" wrote:
            A .bar-file is nothing else than a .jar-file with a process definition and furhter specific content like task-forms for example. To deploy .bar-files you can use the ant-task supplied with jBPM. It deploys takes the process definition from the .bar-file and deploys it directly to the database.

            HTH


            Well, then i'll use ant.