3 Replies Latest reply on Jul 29, 2009 11:46 AM by zayani

    jBPM4 on weblogic

    heiko.braun

      gert wrote:


      I’m trying to get JBPM properly running on Weblogic. Until now no problems that I couldn’t fix. But one of my finals steps it the need of a jBPM Service.

      As I suppose it’s this jBPM Service who really keep track’s of the jobs that have to be done within jBPM (and keeps track of timers, reminders…via polling) So I dived into the code a bit and came to the org.jbpm.integration.spi package. Since I have no experience in this area and you’re the author of the code I hope maybe you could help me out a bit for my first steps.

      I’ve notice that except for the service there is also a deployer in this package. I think for now I can leave that part for later? Is it possible to give me just some idea of which classes/methods I definitely need to get everything working?
      At the end I also one the bind the service to JNDI.



        • 1. Re: jBPM4 on weblogic
          heiko.braun

          Hi Gert, the spi package is only applicable JBoss containers.
          But the idea is simple: Create a service entity that can hold a reference to the process engine and bind a lookup mechanism to JNDI.

          I am not a weblogic expert, but IIRC weblogic has "startup" classes that can be used for such purposes.

          Alternatively you might look into packaging jbpm as an EAR.

          • 2. Re: jBPM4 on weblogic
            gleenders

            Thanks for your reply Heiko.

            I'm still working on my Weblogic integration...
            Keep you posted.

            See also https://jira.jboss.org/jira/browse/JBPM-2404

            • 3. Re: jBPM4 on weblogic

              Hello,

              I am doing a POC for a big company to use a Jbpm as workflow engine in order to migrate form Staffware tibco to Jbpm.
              I made Jbpm works (jbpm 3.2.6) on weblogic AS 10.3 and oracle 10g database. But with this version I had to do some changes as described here: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=157949

              But, my boss doesn't like this because he wants to by support from Jboss.
              Now, I want to deploy Jbpm 4.0 in the same environment because it seems more interesting than the other version.
              Can you give me the URL of svn of this project and may be I can give you some helps

              Best regards