Greetings... I've been playing around with running v2.01 in Felix and wanted to post what I have found to this point. I'm working on a project and testing OrientDB for inclusion. I had done a little testing with 1.7 documents, but wanted to give graphs and v2 a try.
To get Felix to start with just Core on Mac with JDK 1.7, I had to download the latest snappy-java that fixes an issue of trying to load .dylib instead of .jnilib. In the Felix bundle then was orient-core, snappy-java and concurrentlinkedhashmap. Started up with no problem. To add graph was a little more challenging, the following are the steps I took (some may not have been necessary, not sure)... - Add orient-graph, client, server, tools, enterprise to the bundle - Built blueprints-core adding OSGI bundle information to pom - Built hppc adding OSGI bundle information to pom - Add commons-collections, commons-lang, commons-configuration, javassist and jettison to bundle (jackson stuff was previously installed) - Add servicemix versions of common-codec, jxpath and ant for OSGI support - Add commons-logging from eclipse orbit project for OSGI support Anyone else have any experience? Other thoughts? Thanks, Sonny -- --- 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.
