public void testTxPutCommit() throws Exception, NotSupportedException {
DummyTransactionManager mgr=DummyTransactionManager.getInstance();
mgr.begin();
Transaction tx=mgr.getTransaction();
cache1.put(fqn, "key1", "val1");
cache1.put("/one/two/three/four", "key2", "val2");