Sorry, I meant 'mvccTCtx' from:

  |    public NodeSPI lookUpNode(Fqn fqn)
  |    {
  |       if (mvccTCtx != null) return mvccTCtx.lookUpNode(fqn);
  |       return lookedUpNodes == null ? null : lookedUpNodes.get(fqn);
  |    }
  | 

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

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

Reply via email to