}
}
File realmxml = new File(exploded, "META-INF/realm.xml");
FileInputStream istream = new FileInputStream(realmxml);
JipRealm realm = (JipRealm) JAXBContext.newInstance(
"org.cafesip.jiplet.config.server",
this.getClass().getClassLoader()).createUnmarshaller()
.unmarshal(istream);
istream.close();
if (findRealm(realm.getName()) != null)
{
return "The realm could not be created because a realm with the same name already exists";
}
// create a classloader for this realm