Re: [orientdb] OrientDB core 2.1.20 : OCommandExecutorSQLDelegate.parse has false in if statement's conditional?

2016-08-09 Thread Luigi Dell'Aquila
Hi Erik, This could just be a classpath issue. What is your Gradle configuration? Thanks Luigi 2016-08-09 17:35 GMT+02:00 Erik T : > Hi Luigi, > > I was a bit startled to see a false in the conditional since the reasoning > isn't obvious in the code. > > I'm not

Re: [orientdb] OrientDB core 2.1.20 : OCommandExecutorSQLDelegate.parse has false in if statement's conditional?

2016-08-09 Thread Erik T
Hi Luigi, I was a bit startled to see a false in the conditional since the reasoning isn't obvious in the code. I'm not entirely sure what you mean by 'deployment'. I'm looking to embed orientDb (2.1.20). The build process is written in Gradle. I'm not sure if OSGI is used or not since I'm

Re: [orientdb] OrientDB core 2.1.20 : OCommandExecutorSQLDelegate.parse has false in if statement's conditional?

2016-08-05 Thread Luigi Dell'Aquila
Hi Erik, The block with if (textUpperCase.startsWith("SELECT") && false) { is never executed (see the && false), it's there because of some tests, but it's disabled for a reason. The problem here seems to be in class loading, the SQL engine cannot find the factory that creates the executor for

[orientdb] OrientDB core 2.1.20 : OCommandExecutorSQLDelegate.parse has false in if statement's conditional?

2016-08-04 Thread Erik T
Hello, I was having trouble creating a connection to a graph database in orientDB. I always get 2016-08-04 14:02:55:993 INFO OrientDB Server v2.1.20 is active. [OServer]com.orientechnologies.orient.core.command.OCommandExecutorNotFoundException: Cannot find a command executor for the