Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
Description
According to the documentation at http://aries.apache.org/modules/jndiproject.html "The aries:services scheme works in the same way as the osgi:service scheme, but does not perform proxying", however this is no longer correct as both the aries:services and osgi:service schemes perform proxying. The 'requireProxy' boolean in org.apache.aries.jndi.services.ServiceHelper.java is still set depending on whether the aries:services or osgi:service is being used. The value of this changes the processing of the lookup, however both processes produce the a proxy, therefore this additional layer could be removed.