NodeMappingServerImpl nodeMappingServer =
(NodeMappingServerImpl) mapServer.get(nodeMappingService);
// Create a new identity and assign it to a node
// Since there is only 1 app node, it will be assigned to that one
final Identity id = new IdentityImpl(appName + "_identity");
nodeMappingService.assignNode(NodeMappingService.class, id);
System.err.println("AppNode id: "+appNode.getNodeId());
txnScheduler.runTask(new TestAbstractKernelRunnable() {
public void run() throws Exception {