I haven't checked the docs but...
- for EJB's as OSGi bundles, Sahoo's blog is the closest thing to "documentation" -
http://weblogs.java.net/blog/ss141213/archive/2010/03/30/ejb-osgi-service-demo-eclipsecon (and others posts). This is work in progress and will require a recent build of GlassFish.
- for injecting OSGi declarative services into Java EE managed objects, try
http://blogs.sun.com/dochez/entry/glassfish_v3_extensions_part_4 (works with GlassFish v3 final).
hth,
-Alexis
On 6 avr. 2010, at 22:53, Erik Brakkee wrote:
> I have seen some examples about EJBs exposed as OSGI services and there is mention on some slides about using @Resource from a Java EE application to access an OSGI service. Is there any documentation somewhere about these features? Couldn't find any information in the glassfish v3 docs but could have overlooked something.
>
> Cheers
> Erik