I've created a message based middleware application that receives XML based
messages in and makes calls into my Enterprise beans based on the message.
I need a way of setting the Principal that Orion reports within the bean, or
at the very least a way to dynamically add properties to the Environment
that I can use from within the bean.  The messaging middleware is providing
my authenication, so logging into Orion for every call is not a good option
(besides being very slow).
        Does anyone know a way to dynamically set the principal without
having to log in again?  Is it possible to change the environment without a
jndi lookup?

                Thanks in advance,
                        John

Reply via email to