public void testCreatingFOE() throws Exception {
   IFOE foe = msf.createFOE(new HibernateProcessInstance());
   assertNotNull(foe);
 }