[EMAIL PROTECTED] wrote:

Should driver through an exception on unknown database?
+ // TODO: Is this correct behavior?
+ if (!database.getName().equals(dbName)) {
+ throw new XMLDBException(ErrorCodes.NO_SUCH_DATABASE,
+ "Unknown database (must be '" + database.getName() + "'): " + uri);
+ }



Can somebody "in the know" confirm / verify this part?

Vadim




Reply via email to