QPath[] paths = new QPath[]{node.getInternalPath(), node1.getInternalPath()};
SessionEventMatcher matcher =
new SessionEventMatcher(Event.NODE_ADDED, paths, true, null, new InternalQName[]{Constants.NT_BASE,
Constants.NT_UNSTRUCTURED, Constants.NT_QUERY}, ntHolder);
System.out.println(matcher.dump());
}
@Override
public void setUp() throws Exception
{