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

Modified Files:
        spring-newsletter.xml 
Log Message:
CMSC-1139 - Check if the dependencies in newsletter are correct and all needed


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-1139


Index: spring-newsletter.xml
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Portlets/portlets-newsletter/src/webapp/WEB-INF/spring-newsletter.xml,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- spring-newsletter.xml       22 Apr 2009 06:51:15 -0000      1.16
+++ spring-newsletter.xml       24 Apr 2009 07:07:04 -0000      1.17
@@ -13,6 +13,7 @@
             http://www.springframework.org/schema/jee 
http://www.springframework.org/schema/jee/spring-jee-2.5.xsd
             http://www.springframework.org/schema/tx 
http://www.springframework.org/schema/tx/spring-tx-2.5.xsd";>
 
+
    <!-- Cloud provider -->
    <bean name="cloudProviderBean" 
class="com.finalist.newsletter.cao.CloudProviderBean"/>
    <bean id="cloud" factory-bean="cloudProviderBean" factory-method="getCloud" 
lazy-init="true"/>
@@ -22,6 +23,7 @@
       <property name="cloud" ref="cloud"/>
    </bean>
 
+
    <bean name="publicationCAO" 
class="com.finalist.newsletter.cao.impl.NewsletterPublicationCAOImpl"
          lazy-init="true">
       <property name="cloud" ref="cloud"/>
@@ -41,7 +43,6 @@
       <property name="statisticCAO" ref="statisticCAO"/>
       <property name="newsletterService" ref="newsletterServices"/>
       <property name="personService" ref="personService"/>
-      <property name="personHibernateService" ref="personHibernateService"/>   
   
    </bean>
 
    <bean id="newsletterServices"
@@ -80,5 +81,4 @@
       </list>
     </property>
   </bean>
-   <bean id="personHibernateService" 
class="com.finalist.cmsc.services.community.person.PersonHibernateService"/>
 </beans>
\ No newline at end of file
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to