Hello Karaf Team,
I know that this not the 100% correct mailing list for aries jax-rs.
However my question is what do you plan for further releases of Karaf? I
try to use the aries implementation but I struggle with the configuration.
Beside the incomplete documentation and the "very special" DSL which is
used I dug into the code and understood the following things.
* You can not add additional JAXRSApplications. ("osgi.jaxrs.name=myApp",
"osgi.jaxrs.application.base=/approot"} although there is code which should
do this?
* Additional configurations for other then the default servlet is not
possible although there is a service factory manager which should handle
additional configs?
* With org.apache.aries.jax.rs.whiteboard.default.cfg
# application.base.prefix you can add a global url prefix to your
JaxRSResoureces. Would be nice if that could be documented somewhere.
Don't get me wrong I do not say that the bundle is bad, but at some point
it could be easier to understand.
regards Matthias