[ 
https://issues.apache.org/jira/browse/ARIES-9?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12869903#action_12869903
 ] 

Bartosz Kowalewski commented on ARIES-9:
----------------------------------------

Thanks a lot for applying the patch and sorry for the tabs. I changed formatter 
in Eclipse to one of the built-in ones before creating the patch in order to 
avoid such problems with incompatibilities in code formatting:). It seems that 
it wasn't a good idea to switch the formatter.

Is there an Apache Aries specific Eclipse code formatter? I know that ActiveMq 
has one and I could use it if I need to create a patch again. Is the ActiveMq 
formatter okay?

Thanks,
  Bartek


> 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
>            Assignee: Jarek Gawor
>             Fix For: 0.2
>
>         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.

Reply via email to