Yes, I realize that now. Also, as Luca pointed out in the issues area, you 
can use $ as a separator to get around this problem. So, instead of

plocal:<uuid>/db

you can use

plocal:<uuid>$db

Orientdb will replace the $ with / to get the actual path name but the 
database name will still be unique.

On Monday, September 8, 2014 4:57:51 PM UTC-6, Emanuele wrote:
>
>  Hi Curtis,
>
> Yes orient use the last element of the path for choose the name of the db, 
> and that name should be unique per engine.
> Just your uid also in the name of the database and all should be fine!
>
> I'm not sure this can be defined a bug! is a design choice ;)
>
> bye
> Emanuel 
>
> On 09/08/2014 11:11 PM, Curtis Stanford wrote:
>  
> 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] <javascript:>.
> For more options, visit https://groups.google.com/d/optout.
>
>
>  

-- 

--- 
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