Hi everybody
I'm logging the Name of the Principal and getting always the same Name
from the first Invocation of the Bean. The calls are made from a standalone
Client under different User Names.
| ...
| SessionContext ctx;
|
| public double getRate(CurrencyType from, CurrencyType to) {
|
| // get pricipal name
| System.out.println("getRate for user "
| + ctx.getCallerPrincipal().getName() );
|
| ...
| }
|
|
|
Any help is apprechiated.
Best Regards
Tom
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4202868#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...