Hi, I am trying to get OrientDB (1.7.8) running successfully inside a OSGi container. There however seems to be a Import-Package definition of 'com.tinkerpop.rexster.config' on orientdb-graphdb which is currently not allowing things to validate.
Looking into orientdb-graphdb it appears to make use of three rexster-core classes within OrientGraphConfiguration which is resulting in this import. Rexster-core has quite a list when it comes to dependencies and I currently have no use for rexster in the application, so would like to avoid it if possible. Searching the issue tracker I noticed #2049 [1] which suggests references to rexster would remain external or via plugin, but it would seem that this might have changed? Is there any possibility of making com.tinkerpop.rexster.config optional? Regards, Jamie [1] https://github.com/orientechnologies/orientdb/issues/2049 -- --- 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.
