4 Replies Latest reply on Dec 2, 2005 12:06 PM by kukeltje

    Jbpm in websphere - How ?

    chprvkmr

      Hi All,

      Iam unable to deploy jbpm web-app in websphere. Right know Iam using jboss only. We need to deploy application in websphere. Can anyone share their experience in this regard. Are there any docs/links stating deployment of jbpm in websphere. Availibility of such docs will enable many users to use jbpm in wide variety of servers.

      Thanks in advance,

        • 1. Re: Jbpm in websphere - How ?

          What errors are you getting?

          • 2. Re: Jbpm in websphere - How ?
            chprvkmr

            In jboss we are using jbpm and hibernate as service archives (.sar). So my life is easy here. But in websphere how to use them in similar manner or do we got any alternative approach. If anyone tried jbpm in websphere please share your experience.

            Thanks in advance.

            • 3. Re: Jbpm in websphere - How ?

              I decided not to use a .sar or .par in JBoss, so my experience in JBoss should be similar to how I would do it in WebSphere. I would package the jBPM jar files, the hibernate.cfg.xml (minus the hibernate properties, because I use a different database), my own hibernate.properties and the rest of my application (and other 3rd party jar files) inside an .ear. My app did not include a webapp, but I see no reason why that won't work too.
              Regards
              Johan

              • 4. Re: Jbpm in websphere - How ?
                kukeltje

                Johan,

                You are right... that way the ear should work in any server (if there are no other library clashes)