Is it possible, that @Service is still not completely fixed wrt. Permissions ?

E.g.:
@Service
  | @SecurityDomain("shared")
  | @RunAs("staff")
  | -- log --
  | 2006-06-15 23:58:30,355 WARN  
[ScannerThread:org.jboss.system.ServiceController:515] - Problem stopping 
service 
jboss.j2ee:ear=freddyserv.ear,jar=freddyserv-ejb-0.0.9a.jar,name=UpdateService,service=EJB3,type=ManagementInterface
  | javax.ejb.EJBAccessException: Authentication failure
  |         at 
org.jboss.ejb3.security.Ejb3AuthenticationInterceptor.handleGeneralSecurityException(Ejb3AuthenticationInterceptor.java:68)
  | ...
When I re/un-deploy the application, I always get this exception and I guess, 
this causes ClassCastExceptions, when the "new" aka redeployed service tries to 
access beans ...

Any hints ? 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951173#3951173

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951173


_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to