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]
> <mailto:[email protected]>.
> 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.