163164165166167168169170171172173
{ PersistenceManager result = null; try { result = new PersistenceManagerImpl(this, aUserid, aPassword); } catch (JDOException ex) { throw ex; }