[orientdb] Error: java.lang.ArrayIndexOutOfBoundsException: 0 on working class after many insertions

2015-10-06 Thread camilo casadiego
Hi guys, got a problem, I have a class named nametocodemaping defined like this: orientdb {db=rikuy}> INFO CLASS nametocodemaping; CLASS 'NameToCodeMaping' Super classes: [V] Default cluster..: null (id=14) Supported cluster ids: [14] Cluster selection: round-robin Oversize

Re: [orientdb] Can I access Cluster/s name for objects during a query

2015-09-22 Thread camilo casadiego
Thank you very much! Camilo Casadiego Espitia Skype: cce982 Bogotá D.C. - Colombia 2015-09-22 3:23 GMT-05:00 Luigi Dell'Aquila : > Hi Camilo, > > at this stage there is no way to access cluster name inside a query. You > can define a custom javascript function that retriev

[orientdb] Can I access Cluster/s name for objects during a query

2015-09-21 Thread camilo casadiego
Maybe this could be due a poor design, so any advice will be appreciated. I got a graph database that helps me model associations of objects based on Inheritance, for example class:Element <- class:Car So if I get a new car, I just insert it into car class Later I added the requirement,

[orientdb] Re: New cluster wont save class

2015-09-17 Thread camilo casadiego
Hi, in case its worth, I was having the same problem, and the new object solution wasn't working, at the end, the solution was to add graphFactory.getDatabase().reload(); betwen the cluster creation and the object insertion El martes, 12 de mayo de 2015, 2:21:55 (UTC-5), Zaraka escribió: > > If

[orientdb] Traverse behaves different from call to call

2015-05-20 Thread camilo casadiego
Hi there, I'm been playing with orient a couple weeks and I have to say that I'm really impressed, the things you can do with this technology are really cool!, but working with some initials graphs, I stumble in a problem related to traverse API that I just cannot manage to solve. I have a simp