Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
4.5.1
-
None
-
None
Description
I reduced a problem encountered during testing of our application to the following testcase. There is a stateless bean with a method that returns the caller principal, obtained from the injected SessionContext. A testcase creates an EJBContainer and calls the bean method two times. The first time the method returns the default username "guest", on the second time the configured username of "test" is returned.