[
https://issues.apache.org/jira/browse/ARIES-9?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bartosz Kowalewski updated ARIES-9:
-----------------------------------
Attachment: aries-9.diff
Attaching the diff
> 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
> Attachments: aries-9.diff
>
>
> 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.