0 Replies Latest reply on Mar 27, 2007 2:59 PM by viniciuscarvalho

    Seam + jBPM multiple applications

    viniciuscarvalho

      Hello there! I'm developing a SOA lab using JBoss solutions. So far what we need is to have multiple seam applications that will interact with a single jbpm process. The whole idea is to show to our customers that they can achieve process reuse through the use of JBoss solutions.
      Well I've just created the process and deployed it to my JBoss AS 4.0.5 with clustered ejb3 and a jbpm-console
      Now I'm creating the seam applications that will be packaged as individual ears.
      Finally here's the question : (I'll probably figure it out as soon as I try to deploy my seam apps)
      Will I be able to use the process through different applications? I mean, I'll have a @CreateProcess in a page on app1 and a @BeginTask in another page on app2.
      Also, will @Out(scope=PROCESS_SCOPE) work for me as I'll be on different contexts (for the seam applications)?
      How will this web tangle I'm creating behave?

      Regards