protected void init(String bootstrapURI, String corbaName) throws XMLDBException {
Properties orbConfig = getOrbConfig();
try {
ORB orb = ORB.init(new String[0], orbConfig);
Database db = null;
// If a naming service is specified we use that to bootstrap
String namingURI = (String) config.get(CORBA_NAMING_PROP);
if ( namingURI != null ) {
Hashtable env = new Hashtable(5, 0.75f);