[orientdb] How could I add an instance of ORecordListener in version 2+?

2016-01-05 Thread Hung Tran
Hi, In the earlier version, the ORecordAbstract.addListener() is marked as public, so I could invoke it to add a record listener. However, it's now protected, I wonder how to do the same thing now? Any help will be very appreciated! My Best, Hung Tran -- --- You received this message

Re: [orientdb] Re: Cannot build the version 2.1.8

2016-01-05 Thread Roberto Franchini
On Tue, Jan 5, 2016 at 4:11 PM, Hung Tran wrote: > Hi Luigi, > > After I pull the last version, I use "ant clean install" as I did with > earlier version, but I got an compilation error. If you want to work on the last stable version you can download binaries from orientdb

[orientdb] Re: Orientdb-ETL One to many relationship isnt working

2016-01-05 Thread alessandrorota04
To import subject and topic csv, you put the file subject.json and topic.json into the folder "bin" of your version of OrientDb. After from the terminal, from the folder "bin" you give the following commands oetl.bat subject.json and oetl.bat topic.json You can look at this link

Re: [orientdb] Re: Cannot build the version 2.1.8

2016-01-05 Thread Hung Tran
Hi Luigi, After I pull the last version, I use "ant clean install" as I did with earlier version, but I got an compilation error. My Best, Hung Tran On Tuesday, January 5, 2016 at 6:22:30 PM UTC+7, Luigi Dell'Aquila wrote: > > Hi, > > how are you building it? I just tried it and it seems to

[orientdb] Cannot set null value to property by invoking ODocument.field({fieldName}, null), an ambiguous error

2016-01-05 Thread Hung Tran
Hi, I got an ambiguous error with this code document.field(fieldName, null);// should it be "document.field(fieldName, (object)null)" the error is The call is ambiguous between the following methods or properties: 'com.orientechnologies.orient.core.record.impl.ODocument.field(string,

[orientdb] Re: Cannot set null value to property by invoking ODocument.field({fieldName}, null), an ambiguous error

2016-01-05 Thread machak
Hi, On Tuesday, January 5, 2016 at 7:00:14 PM UTC+1, Hung Tran wrote: > > Hi, > > I got an ambiguous error with this code > > document.field(fieldName, null);// should it be "document.field(fieldName, > (object)null)" > > the error is > > The call is ambiguous between the following methods or

[orientdb] Re: Cannot set null value to property by invoking ODocument.field({fieldName}, null), an ambiguous error

2016-01-05 Thread Hung Tran
Hi machak, I think you misunderstood it. My case is trying to *set a null value* for a field name of document, your suggestion will not do that, that will return a field value instead. By looking at the ODocument class, you will see there are 4 overloading methods of field() 1. *Getters*:

[orientdb] Is UUID on your roadmap?

2016-01-05 Thread Dennis O
Hi, Please let me know if UUID field type is on your roadmap any time soon? I'm using Orient in combination with Cassandra, and in general UUID is used for unique keys throughout the project. Would be great to have direct mapping and avoid string->uuid and back conversion each time. Thank you!

[orientdb] Re: Cannot build the version 2.1.8

2016-01-05 Thread alessandrorota04
Hi, you can download the version 2.1.8 at this link http://orientdb.com/download/ Best regards, Alessandro -- --- 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

Re: [orientdb] Re: Cannot build the version 2.1.8

2016-01-05 Thread Luigi Dell'Aquila
Hi, how are you building it? I just tried it and it seems to work fine locally... Thanks Luigi 2016-01-05 12:14 GMT+01:00 : > Hi, > you can download the version 2.1.8 at this link > http://orientdb.com/download/ > > Best regards, > Alessandro > > -- > > --- > You

[orientdb] Cannot build the version 2.1.8

2016-01-05 Thread Hung Tran
Hi, Today, I try to pull the latest version, however I could not build it completely jar: [jar] Building jar: d:\Working Folder\Databases\OrientDB\git\orientdb\server\target\orientdb-server-2.1.8.jar [copy] Copying 1 file to d:\Working

[orientdb] Re: Orientdb-ETL One to many relationship isnt working

2016-01-05 Thread Hrishikesh Khanapure
Hi, But I'm now getting this exception while importing topic csv BEGIN ETL PROCESSOR Error in Pipeline execution: java.lang.NullPointerException java.lang.NullPointerException at com.orientechnologies.orient.etl.transformer.OEdgeTransformer.