Saturday, 1 June 2013

Multiple user logins from same jvm for same ejb app [closed]

Multiple user logins from same jvm for same ejb app [closed]

Is it possible to make multiple user sessions under same jvm without login out of the first login. The requirement behind this is to perform an action as different user using a ejb. The app is running on jboss4 with ejb2.x. will it work if I create 2 initial contexts with the 2 users and look up my ejb using those context for each scenario?

No comments:

Post a Comment