I am new to OSGi and I am attempting to investigate OSGi JAX-RS bundles
My target runtime is IBM Liberty (wlp-beta-osgi-2016.1.0.0)
I would like my JAX-RS bundle to be started/loaded automatically and had the thought this can be achieved using decalaritve Services.
I do not want to have to develop activators for each of my JAX-RS services, as the example code I have found for this seems overly complicated and i have almost 100 individual JAX-RS services required.
I am using eclispe with WDT (wdt-update-site_8.5.5.8.v20151130_1844) which supports OSGi bundles and allows me to create a blueprint file for each bundle
My issue is I cannot discover away to have my JAXRS bundle to start i can get pure java bundles to execute however my JAXRS bundles never become active and i cannot seem to find any logs to triuble shoot the issue.
Is what I am attempting to achieve not possible?