[
https://jira.jboss.org/jira/browse/JBAS-5971?page=com.atlassian.jira.plug...
]
Ales Justin resolved JBAS-5971.
-------------------------------
Resolution: Done
How is this deployers issue?
Closed!
If you still feel comfortable this is a bug,
re-open under different component.
EJBContext.getCallerPrincipal() results in IllegalStateException
----------------------------------------------------------------
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() for not logged-in user (Stateless bean method
invoked from non-secure servlet) 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