Probably has something to do with these lines in OStorageAbstract.java:

public OStorageAbstract(final String name, final String iURL, final String 
mode, final int timeout,
    final OCacheLevelTwoLocator cacheLocator) {
  if (OStringSerializerHelper.contains(name, '/'))
    this.name = name.substring(name.lastIndexOf("/") + 1);
  else
    this.name = name;

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to