示例#1
0
 public void open() throws Exception {
   prevayler = PrevaylerFactory.createPrevayler(new Root(), "PrevalenceBase");
   if (prevayler.prevalentSystem().getCreated() == null) {
     prevayler.execute(new InitializeServiceTransaction());
     prevayler.takeSnapshot();
   }
 }