Registration callback called with null service registration properties
----------------------------------------------------------------------
Key: ARIES-9
URL: https://issues.apache.org/jira/browse/ARIES-9
Project: Aries
Issue Type: Bug
Components: Blueprint
Reporter: Jarek Gawor
A service with explicitly set auto-export attribute might cause the
registration callback to be invoked with null service registration properties
(if auto-export is set to anything else besides 'disabled'). For example:
<service id="fooService" ref="fooBean" auto-export="all-classes">
<registration-listener
registration-method="register" unregistration-method="unregister">
<bean class="org.apache.geronimo.osgi.RegistrationListener"/>
</registration-listener>
</service>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.