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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to