Propagate NamingException from initial context creation failure.

Per OSGI spec
  o If an Exception is thrown by an Initial Context Factory Builder service, then this Exception must be logged but further ignored.
  o Exceptions thrown by the InitialContextFactory objects when creating a Context must be thrown to the caller.
1 file changed
tree: 97bd04865e87e092a4e442da3c474346f112b1a6
  1. application/
  2. async/
  3. blueprint/
  4. eba-maven-plugin/
  5. ejb/
  6. esa-ant-task/
  7. esa-maven-plugin/
  8. jmx/
  9. jndi/
  10. jpa/
  11. parent/
  12. proxy/
  13. pushstream/
  14. quiesce/
  15. samples/
  16. sandbox/
  17. spi-fly/
  18. subsystem/
  19. testsupport/
  20. transaction/
  21. tutorials/
  22. tx-control/
  23. util/
  24. versioning/
  25. web/
  26. .gitignore
  27. LICENSE
  28. NOTICE
  29. pom.xml
  30. README.md
README.md

Apache Aries

The Aries project consists of a set of pluggable Java components enabling an enterprise OSGi application programming model.

See Apache Aries Website.

Source Code

The sources are now directly availble in aries github.

Some of the subprojects have their own git repos:

Subproject
Aries CDI
Aries Component DSL
Aries Containers
Aries JAX-RS whiteboard
Aries JPA
Aries RSA
Aries Transaction Control

Build

Most projects can be built using

mvn clean install

As the Aries svn hosts a lot of different subprojects it makes sense to only build the specific subproject.