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
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976996#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...