Re: [Neo] getNumberOfIdsInUse(Node.class)) return -1

2010-04-05 Thread Laurent Laborde
Any news ? -- Ker2x On Fri, Mar 26, 2010 at 12:05 PM, Tobias Ivarsson tobias.ivars...@neotechnology.com wrote: Ok, thanks. We'll look into it. On Fri, Mar 26, 2010 at 11:49 AM, Laurent Laborde kerdez...@gmail.comwrote: something between 100 millions and 1 billions, i guess. the DB contain

Re: [Neo] DatatypeClassRange usage

2010-04-05 Thread Niels Hoogeveen
If only reference classes can be added, what are appropriate types. Should I use java.lang.Integer when the underlying property value is and int and java.lang.Long when using a long? Kind regards, Niels Hoogeveen From: pd_aficion...@hotmail.com To: user@lists.neo4j.org Date: Sat, 3 Apr

Re: [Neo] DatatypeClassRange usage

2010-04-05 Thread Rick Bullotta
In theory the isAssignableFrom method on the underlying MetaModel Range classes should be able to test for a legal/automatic type conversion, but it looks like that code is commented out in the current version of the Validator class. In any case, it certainly seems that using the normal