Skip to content

Instantly share code, notes, and snippets.

@rkettelerij
Created November 12, 2013 08:50
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save rkettelerij/7427673 to your computer and use it in GitHub Desktop.
Save rkettelerij/7427673 to your computer and use it in GitHub Desktop.
OrientDB feature for Apache Karaf
<?xml version="1.0" encoding="UTF-8"?>
<features name="features" xmlns="http://karaf.apache.org/xmlns/features/v1.0.0">
<feature name='orientdb' version='1.6'>
<bundle>mvn:com.orientechnologies/orient-commons/1.6</bundle>
<bundle>mvn:net.java.dev.jna/jna/4.0.0</bundle>
<bundle>mvn:org.apache.geronimo.specs/geronimo-jpa_2.0_spec/1.1</bundle>
<bundle>mvn:org.javassist/javassist/3.18.1-GA</bundle>
<bundle>mvn:com.orientechnologies/orientdb-nativeos/1.6</bundle>
<bundle>mvn:com.orientechnologies/orientdb-core/1.6</bundle>
<bundle>mvn:com.orientechnologies/orientdb-object/1.6/bundle</bundle>
</feature>
</features>
@cdierio
Copy link

cdierio commented Jan 17, 2014

hi rkettelerij,

thanks for this. But there is an Typo :)

"mvn:com.orientechnologies/orientdb-object/1.6/bundle"

musst be

"mvn:com.orientechnologies/orientdb-object/1.6"

but after that its working :)

Greetings Chris

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment