You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by re...@apache.org on 2006/04/10 17:42:05 UTC

svn commit: r392971 - /cocoon/trunk/core/cocoon-core/META-INF/components.xml

Author: reinhard
Date: Mon Apr 10 08:42:03 2006
New Revision: 392971

URL: http://svn.apache.org/viewcvs?rev=392971&view=rev
Log:
add service declaration for SpringBridge (commented out as it is intested (DF/RP)

Modified:
    cocoon/trunk/core/cocoon-core/META-INF/components.xml

Modified: cocoon/trunk/core/cocoon-core/META-INF/components.xml
URL: http://svn.apache.org/viewcvs/cocoon/trunk/core/cocoon-core/META-INF/components.xml?rev=392971&r1=392970&r2=392971&view=diff
==============================================================================
--- cocoon/trunk/core/cocoon-core/META-INF/components.xml (original)
+++ cocoon/trunk/core/cocoon-core/META-INF/components.xml Mon Apr 10 08:42:03 2006
@@ -22,7 +22,7 @@
       bind="setLogger"/>    
   </scr:component>
   
-  <scr:component name="org.apache.cocoon.core.osgi.springEcmFactory">
+  <scr:component name="org.apache.cocoon.core.osgi.SpringEcmFactory">
     <scr:implementation class="org.apache.cocoon.core.osgi.OSGiSpringECMFactory"/>
     <scr:property name="configFile" value="/META-INF/xconf/cocoon.xconf"/>
     <scr:service>
@@ -47,5 +47,12 @@
       interface="org.apache.cocoon.core.osgi.CocoonSpringBeanRegistry"
       bind="setBeanFactory"/>         
   </scr:component>  
+  
+  <!--scr:component name="org.apache.cocoon.core.osgi.SpringBridge">
+    <scr:implementation class="org.apache.cocoon.core.osgi.OSGiSpringBridge"/>
+    <scr:service>
+      <scr:provide interface="org.apache.cocoon.core.osgi.CocoonSpringBeanRegistry"/>
+    </scr:service>    
+  </scr:component-->      
   
 </components>