Return-Path: Delivered-To: apmail-incubator-aries-dev-archive@minotaur.apache.org Received: (qmail 26908 invoked from network); 21 May 2010 07:35:40 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 21 May 2010 07:35:40 -0000 Received: (qmail 96781 invoked by uid 500); 21 May 2010 07:35:40 -0000 Delivered-To: apmail-incubator-aries-dev-archive@incubator.apache.org Received: (qmail 96669 invoked by uid 500); 21 May 2010 07:35:40 -0000 Mailing-List: contact aries-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: aries-dev@incubator.apache.org Delivered-To: mailing list aries-dev@incubator.apache.org Received: (qmail 96661 invoked by uid 99); 21 May 2010 07:35:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 May 2010 07:35:40 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 May 2010 07:35:37 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o4L7ZFGA009992 for ; Fri, 21 May 2010 07:35:16 GMT Message-ID: <6627622.14191274427315915.JavaMail.jira@thor> Date: Fri, 21 May 2010 03:35:15 -0400 (EDT) From: "Bartosz Kowalewski (JIRA)" To: aries-dev@incubator.apache.org Subject: [jira] Commented: (ARIES-9) Registration callback called with null service registration properties In-Reply-To: <854351934.1254324204026.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ 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: > > registration-method="register" unregistration-method="unregister"> > > > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.