[jboss-user] [EJB 3.0] - Re: Problem with @PermitAll on jboss-5.0.0.Beta2

CarstenRudat do-not-reply at jboss.com
Wed May 2 06:05:13 EDT 2007


My code...


  | @Override
  | protected Object handleGetObject(String key) {
  |   ...
  |   try{
  |      message = this.languageSessionInterface.getMessage(this.getLocale(),  
  |           key);
  |    }
  |    catch(javax.ejb.NoSuchEJBException e) {
  | 	...
  |    }
  |    catch(javax.ejb.EJBAccessException e) { // Exception occured here
  |        log.warn("Access denied - potentially cause of JBoss Bug");
  |        e.printStackTrace();
  |     }
  | 	       
  | 

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

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



More information about the jboss-user mailing list