[jboss-jira] [JBoss JIRA] Created: (JBAS-5971) EJBContext.getCallerPrincipal() results in IllegalStateExceptio
egor kolesnikov (JIRA)
jira-events at lists.jboss.org
Wed Sep 17 07:51:21 EDT 2008
EJBContext.getCallerPrincipal() results in IllegalStateExceptio
---------------------------------------------------------------
Key: JBAS-5971
URL: https://jira.jboss.org/jira/browse/JBAS-5971
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Deployers
Affects Versions: JBossAS-4.2.3.GA
Reporter: egor kolesnikov
Assignee: Ales Justin
Observed behavior:
calling EJBContext.getCallerPrincipal() results in java.lang.IllegalStateException: No valid security context for the caller identity exception.
Stateless bean definition follows:
@Stateless(name = "AwardService")
@SecurityDomain(unauthenticatedPrincipal = "guest", value = "portal")
public class AwardServiceImpl implements AwardService {
.....
}
Expected behavior:
"guest" principal to be returned on getCallerPrincipal() method invocation.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list