2 Replies Latest reply on Jun 13, 2013 8:34 AM by mlucas67

    (how) jBPM in JBoss Fuse, change to Oracle DB for Persistence?

    mlucas67

      I have jBPM and Drools loaded in my container already.  I need to make it persist to Oracle instead of the H2 in memory DB.  Can this be done without having to build a custom verison of jBPM/Drools with custom hibernate.cfg.xml and persistence.xml files?  Is there a way to "override" it's default settings by exporting a new set of XML resources from a different bundle?

       

      Thanks,

       

      Marshall

        • 1. Re: (how) jBPM in JBoss Fuse, change to Oracle DB for Persistence?
          ashpcs

          Hi Marshall,

           

           

          You do not need to build whole product but you will need to make few changes to the files such as persistance.xml which are inside jar an wars.

          There are already tutorials available in JBPM forum which wil be helful to you.

           

           

          Thanks,

          Ashish

          • 2. Re: (how) jBPM in JBoss Fuse, change to Oracle DB for Persistence?
            mlucas67

            Thank you for your response.  What I need then is an automated way to pull down the jBPM jars, unjar them, modify the xml, rejar them and then let my current maven feature builder create the offline repo for my JBoss Fuse container.  Anyone have reasonbly straight forward directions on doing that with either Maven or Ant?  Those are the tools I'm given and everything needs to be automated so it can "rebuild" the system and send a fully operational zip file to our production team so they can just delete the currently running folder and unzip the new and restart it.

             

            Thanks,

             

            Marshall