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#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...