50515253545556
if (session==null) { throw new WireException("couldn't find hibernate-session "+(sessionName!=null ? "'"+sessionName+"'" : "by type ")+"to create pvm-db-session"); } // create the pvm-db-session return new HibernatePvmDbSession(session); }