Issue Details (XML | Word | Printable)

Key: GDS-677
Type: Bug Bug
Status: Resolved Resolved
Resolution: Cannot Reproduce
Priority: Major Major
Assignee: Franck Wolff
Reporter: Raphael A BEREHOUDOUGOU
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
GraniteDS

EJB3 security context not propagated to the container

Created: 10/Apr/10 10:57 PM   Updated: 30/Aug/10 02:10 PM   Resolved: 30/Aug/10 02:10 PM
Component/s: EJB3 Services
Affects Version/s: 2.0.0_GA
Fix Version/s: None

Environment: JBoss 5.1.0 GA , EJB 3 and GDS 2.0.0.GA


 Description  « Hide
When a method is secured using @RolesAllowed, on a session bean, the security is not enforced unless roles are added to the service (in service-config.xml) configuration. This does not seem to be required from the documentation.

William Draï added a comment - 17/Jun/10 11:54 AM
Did you setup the security service in granite-config.xml ?

    <security type="org.granite.messaging.service.security.TomcatSecurityService"/>

William Draï added a comment - 30/Aug/10 02:10 PM
Probably configuration issue.