Ignore the previous message. It was an unrepeatable error.

But here is the line where the error occur, in class WindowCommand.java in 
method create:


  |       component = 
context.getExecutionContext().getController().getWebAppRegistry().getComponent(componentHandle);
  |       if (component == null)
  |       {
  |          throw new ObjectNotFoundException(componentHandle);
  |       }
  | 

The component disapear from WebAppRegistry.

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

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


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

Reply via email to