Davor Stanic [http://community.jboss.org/people/dstanic] created the discussion

"Re: Session Management - only one inside application or one by processs"

To view the discussion, visit: http://community.jboss.org/message/645422#645422

--------------------------------------------------------------
We are aware that this is an architectural decision, but we are also curious 
are there any cases from practice, or experienced advice so we do not need to 
learn from our mistakes :).
For example if we want to create case management system and most of the 
processes will be a human oriented (long running processes).  Processes will 
receive all data form intake forms like case info, users, notice etc.  Large 
part of received data will end up in database trough domain-specific service 
nodes.
Architectural decision is that all requests go through ESB, and that one ESB 
service will handle all interaction with process engine.
Now we are in doubt how to realize ESB service, should we create one session 
(StatefulKnowledgeSession) per process instance, or we can create one session 
for end user and store somewhere session info. , or we can create one session 
for all.
In the case of short running processes (integration-oriented), I would probably 
choose one session for all requests.
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/645422#645422]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to