Return-Path: Delivered-To: apmail-incubator-sling-commits-archive@locus.apache.org Received: (qmail 37216 invoked from network); 19 Jun 2008 11:30:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Jun 2008 11:30:18 -0000 Received: (qmail 57453 invoked by uid 500); 19 Jun 2008 11:30:20 -0000 Delivered-To: apmail-incubator-sling-commits-archive@incubator.apache.org Received: (qmail 57408 invoked by uid 500); 19 Jun 2008 11:30:20 -0000 Mailing-List: contact sling-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: sling-dev@incubator.apache.org Delivered-To: mailing list sling-commits@incubator.apache.org Received: (qmail 57399 invoked by uid 99); 19 Jun 2008 11:30:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Jun 2008 04:30:20 -0700 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.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Jun 2008 11:29:39 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 24C892388A16; Thu, 19 Jun 2008 04:29:58 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r669451 - /incubator/sling/trunk/jcr/ocm/src/main/java/org/apache/sling/jcr/ocm/impl/ObjectContentManagerFactoryImpl.java Date: Thu, 19 Jun 2008 11:29:58 -0000 To: sling-commits@incubator.apache.org From: fmeschbe@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080619112958.24C892388A16@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: fmeschbe Date: Thu Jun 19 04:29:57 2008 New Revision: 669451 URL: http://svn.apache.org/viewvc?rev=669451&view=rev Log: SLING-546 Register service correctly and declare as immediate component Modified: incubator/sling/trunk/jcr/ocm/src/main/java/org/apache/sling/jcr/ocm/impl/ObjectContentManagerFactoryImpl.java Modified: incubator/sling/trunk/jcr/ocm/src/main/java/org/apache/sling/jcr/ocm/impl/ObjectContentManagerFactoryImpl.java URL: http://svn.apache.org/viewvc/incubator/sling/trunk/jcr/ocm/src/main/java/org/apache/sling/jcr/ocm/impl/ObjectContentManagerFactoryImpl.java?rev=669451&r1=669450&r2=669451&view=diff ============================================================================== --- incubator/sling/trunk/jcr/ocm/src/main/java/org/apache/sling/jcr/ocm/impl/ObjectContentManagerFactoryImpl.java (original) +++ incubator/sling/trunk/jcr/ocm/src/main/java/org/apache/sling/jcr/ocm/impl/ObjectContentManagerFactoryImpl.java Thu Jun 19 04:29:57 2008 @@ -65,8 +65,8 @@ /** * The ObjectContentManagerFactory TODO * - * @scr.component metatype="no" - * @scr.service name="org.apache.sling.jcr.ocm.ObjectContentManagerFactory" + * @scr.component metatype="no" immediate="true" + * @scr.service interface="org.apache.sling.jcr.ocm.ObjectContentManagerFactory" * @scr.property name="service.description" * value="Sling Object Content Manager Factory" * @scr.property name="service.vendor" value="The Apache Software Foundation"