2 Replies Latest reply on Oct 16, 2006 4:10 AM by fatbeat

    jbpmContext in webapp

    fatbeat

      hi,

      i want to adapt the jbpm webapp to the needs of our company, therefore i've implemeted an own context manager which creates a context instance with a certain configuration which is needed, that's the only thing i adopted so far, i've put these adoptions into the an own jbpmcontextfilter where i create my context with my own configuration, everything else (beans etc.) haven't been changed so far.

      if i try out the webapp with one user everything works fine, but if i login with a second (using another browser) and starting two parallel processes i sometimes get an error which tells me that the context has already been closed and i should check my finally blocks.
      there seems to be a problem with the filter, should not have every user an own context in his session?

      gerald