WIP

git-svn-id: https://svn.apache.org/repos/asf/aries/trunk@1829114 13f79535-47bb-0310-9956-ffa450edef68
158 files changed
tree: b480414c793aa59f052ce399ce40f1c951f4f7a0
  1. cdi-extender/
  2. cdi-extension-http/
  3. cdi-extension-jndi/
  4. cdi-itests/
  5. javax.annotation-api/
  6. javax.cdi-api/
  7. javax.el-api/
  8. javax.inject-api/
  9. javax.interceptor-api/
  10. hs_err_pid14088.log
  11. LICENSE
  12. NOTICE
  13. pom.xml
  14. README.md
README.md

Aries CDI Integration

This is an implementation of OSGi RFC 0193.

License

Apache License Version 2.0

Building From Source

The build uses maven so it should look pretty familiar to most developers.

mvn clean install

Pre-built runtime

This repository contains an OSGi enRoute based, pre-assembled executable jar providing a complete runtime for you to just drop in your CDI bundles. It comes preconfigured with logging, Gogo shell and Felix SCR.

Once you've completed a successfull build, you should be able to execute the command:

java -jar cdi-itests/target/cdi-executable.jar

and be presented with a gogo shell prompt ready for you to install a CDI bundle.