Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DEPENDENCY - ebean #6

Closed
pizzapie opened this issue Mar 17, 2013 · 2 comments
Closed

DEPENDENCY - ebean #6

pizzapie opened this issue Mar 17, 2013 · 2 comments
Assignees

Comments

@pizzapie
Copy link
Owner

Find/implement a bundle to fulfill the ebean dependency

@ghost ghost assigned pizzapie Mar 17, 2013
@pizzapie
Copy link
Owner Author

Ebean is not readily bundled. When wrapped it has unmet dependencies for:

  • org.apache.lucene
  • javax.persistence
  • org.apache.tools.ant (can probably be made optional)
  • javax.transaction
  • javax.servlet

@pizzapie
Copy link
Owner Author

javax.transaction and javax.servlet provided when installing the war feature in karat: features:install war. javax.persistence is provided when installing the jpa feature: features:install jpa

Servicemix provides lucene via: mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.lucene. Ebean also has a dependency on the scala library, available via mvn:org.scala-lang-osgi/scala-lang-osgi/2.7.7

pizzapie pushed a commit that referenced this issue Mar 18, 2013
Snakeyaml can be deployed as a bundle straight out of maven.

fixes #2

Made guava a bundle dependency

Guava is available as a bundle from maven via mvn:com.googlecode.guava-osgi/guava-osgi

fixes #4

Made commons-lang a bundle dependency

commons-lang is available as a bundle from maven via mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.commons-lang

fixes #5

Made json-simple a bundle dependency

json-simple is available as a bundle from maven via mvn:om.googlecode.json-simple/json-simple

fixes #3

Added Ebean as an exported dependency

Ebean is not available as a bundle, nor is it easy to convert it to one.

Ebean is included in the bukkit bundle, which in turn exports ebean.  Changing the project packaging from jar to bundle was necessary to embed ebean.

fixes #6
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant