You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2007/07/09 14:47:35 UTC

svn commit: r554621 - /myfaces/orchestra/trunk/examples/src/main/webapp/WEB-INF/applicationContext.xml

Author: matzew
Date: Mon Jul  9 05:47:34 2007
New Revision: 554621

URL: http://svn.apache.org/viewvc?view=rev&rev=554621
Log:
added at least a small hint, how to enable the voting machine

Modified:
    myfaces/orchestra/trunk/examples/src/main/webapp/WEB-INF/applicationContext.xml

Modified: myfaces/orchestra/trunk/examples/src/main/webapp/WEB-INF/applicationContext.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/examples/src/main/webapp/WEB-INF/applicationContext.xml?view=diff&rev=554621&r1=554620&r2=554621
==============================================================================
--- myfaces/orchestra/trunk/examples/src/main/webapp/WEB-INF/applicationContext.xml (original)
+++ myfaces/orchestra/trunk/examples/src/main/webapp/WEB-INF/applicationContext.xml Mon Jul  9 05:47:34 2007
@@ -150,10 +150,12 @@
 	 -->
 
 	<!-- system stuff -->
-
+      <!-- no mail server running ? -->
+      <!-- check http://www.springframework.org/docs/reference/mail.html -->
 	<bean id="mailSender" class="org.springframework.mail.javamail.JavaMailSenderImpl">
 		<property name="host" value="smtp"/>
 	</bean>
+
 
 	<!-- dao -->
 	<bean