I am new to OrientDB so I'm guessing the answer is yes but this would be done after an instance of the database is created.. Also, how do I "register" hooks? The training mentioned registering them through java but how would that "stays" in the server? Not sure if they are the same procedure to "register" hooks and functions? Thanks! Chun Yi.
On Wednesday, April 2, 2014 10:55:23 AM UTC-4, Andrey Lomakin wrote: > HI, > A question do you need to register it on server start up, right ? > > > On Fri, Mar 28, 2014 at 8:33 PM, <[email protected] <javascript:>> wrote: > >> Hello, >> >> I have recently taken the OrientDb class and in the class it was >> discussed that a function can be written in java and it can then be >> registered so that it can be used by others. I am trying to do this with >> remote connection. The instruction in the class shows that I need to >> "register" my function by doing a registerFunction on the OSQLEngine. >> However, I think that works only if I have a "local" connection. I found >> this post >> >> >> https://groups.google.com/forum/#!msg/orient-database/MbkXCHqUt8M/rXMK_ziHfScJ >> >> which seems to talk about the same issue. Then I went through the issue >> 490: >> >> http://code.google.com/p/orient/issues/detail?id=490 >> >> which seems to state that the issue is resolved but I do not understand >> what needs to be done in order to do this (it mentioned a META-INF/service >> file and I could see that this is in the core orient jar now with the >> listed 3 factories). In the original post it mentioned a custom handler. >> Is that what really needed? Or is there something else that I am missing? >> Any help will be appreciated. >> >> Thanks, >> >> Chun Yi >> >> -- >> >> --- >> 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. >> > > > > -- > Best regards, > Andrey Lomakin. > > Orient Technologies > the Company behind OrientDB > > -- --- 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.
