Well.... this is a dirty fix..... works to me but is very indecent :)

in org.jboss.seam.pages.Page.enter(Page.java:186) from:


  |             Identity.instance().checkRestriction(expr);
  | 


  |          try
  |          {
  |             Identity.instance().checkRestriction(expr);
  |          }
  |          catch (Exception e)
  |          {
  |             try
  |             {
  |                Exceptions.instance().handle(e);
  |             }
  |             catch (Exception ex)
  |             {
  |             }
  |             
  |             return true;
  |          }
  | 

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4010011
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to