Update of 
/var/cvs/contributions/CMSContainer_Portlets/portlets-newsletter/src/webapp/WEB-INF
In directory 
james.mmbase.org:/tmp/cvs-serv21657/portlets-newsletter/src/webapp/WEB-INF

Modified Files:
        spring-newsletter.xml 
Log Message:
CMSC-825 create publication render.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Portlets/portlets-newsletter/src/webapp/WEB-INF
See also: http://www.mmbase.org/jira/browse/CMSC-825


Index: spring-newsletter.xml
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Portlets/portlets-newsletter/src/webapp/WEB-INF/spring-newsletter.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- spring-newsletter.xml       15 May 2008 06:33:48 -0000      1.7
+++ spring-newsletter.xml       15 May 2008 08:03:42 -0000      1.8
@@ -24,14 +24,14 @@
    </bean>
 
 
-   <bean name="publicationCAOImpl" 
class="com.finalist.newsletter.cao.impl.NewsletterPublicationCAOImpl"
+   <bean name="publicationCAO" 
class="com.finalist.newsletter.cao.impl.NewsletterPublicationCAOImpl"
          lazy-init="true">
       <property name="cloud" ref="cloud"/>
    </bean>
    <bean name="newsletterCAO" 
class="com.finalist.newsletter.cao.impl.NewsletterCAOImpl" lazy-init="true">
       <property name="cloud" ref="cloud"/>
    </bean>
-   <bean name="statisticCAOImpl" 
class="com.finalist.newsletter.cao.impl.NewsLetterStatisticCAOImpl" 
lazy-init="true">
+   <bean name="statisticCAO" 
class="com.finalist.newsletter.cao.impl.NewsLetterStatisticCAOImpl" 
lazy-init="true">
       <property name="cloud" ref="cloud"/>
    </bean>
    <bean name="publisher" 
class="com.finalist.newsletter.publisher.NewsletterPublisher" lazy-init="true"/>
@@ -40,7 +40,7 @@
          
class="com.finalist.newsletter.services.impl.NewsletterSubscriptionServicesImpl"
 lazy-init="true">
       <property name="subscriptionCAO" ref="subscriptionCAO"/>
       <property name="newsletterCAO" ref="newsletterCAO"/>
-      <property name="statisticCAO" ref="statisticCAOImpl"/>
+      <property name="statisticCAO" ref="statisticCAO"/>
       <property name="newsletterService" ref="newsletterServices"/>
       <property name="personService" ref="personService"/>
    </bean>
@@ -55,14 +55,14 @@
    <bean id="publicationService"
          
class="com.finalist.newsletter.services.impl.NewsletterPublicationServiceImpl" 
lazy-init="true">
       <property name="subscriptionCAO" ref="subscriptionCAO"/>
-      <property name="statisticCAO" ref="statisticCAOImpl"/>
-      <property name="publicationCAO" ref="publicationCAOImpl"/>
+      <property name="statisticCAO" ref="statisticCAO"/>
+      <property name="publicationCAO" ref="publicationCAO"/>
       <property name="publisher" ref="publisher"/>
    </bean>
    <bean id="statisticService"
          class="com.finalist.newsletter.services.impl.StatisticServiceImpl" 
lazy-init="true">
-      <property name="newLettercao" ref="newsletterCAO"/>
-      <property name="statisticcao" ref="statisticCAOImpl"/>
+      <property name="newsletterCAO" ref="newsletterCAO"/>
+      <property name="statisticCAO" ref="statisticCAO"/>
    </bean>
    <!-- Services Holder-->
    <bean id="contextHolder" 
class="com.finalist.newsletter.ApplicationContextFactory"/>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to