Solved
How to get user?
Hi.
How can i get current WTUser by java code?
I tried
WTPrincipal currentUser = SessionHelper.manager.getPrincipal();
and
MethodContext methodcontext = MethodContext.getContext();
methodcontext.mbean.getUserName();
Both of them don't work. They return "wcadmin" always.
Thanks.

