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

svn commit: r583074 - /myfaces/orchestra/trunk/core/src/site/xdoc/faqs.xml

Author: imario
Date: Tue Oct  9 01:35:39 2007
New Revision: 583074

URL: http://svn.apache.org/viewvc?rev=583074&view=rev
Log:
faq: dup viewController invokes

Modified:
    myfaces/orchestra/trunk/core/src/site/xdoc/faqs.xml

Modified: myfaces/orchestra/trunk/core/src/site/xdoc/faqs.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/core/src/site/xdoc/faqs.xml?rev=583074&r1=583073&r2=583074&view=diff
==============================================================================
--- myfaces/orchestra/trunk/core/src/site/xdoc/faqs.xml (original)
+++ myfaces/orchestra/trunk/core/src/site/xdoc/faqs.xml Tue Oct  9 01:35:39 2007
@@ -46,7 +46,7 @@
 				<p>
 					To activate the workaround simply put the following code in your spring config and adjust the
 					names as required.
-					
+
 					<pre>
 &lt;bean id="managedDataSource" class="org.apache.myfaces.orchestra.connectionManager.ConnectionManagerDataSource"&gt;
 	&lt;property name="dataSource" ref="dataSource"/&gt;
@@ -82,6 +82,14 @@
 					the <code>PropertyPlaceholderConfigurer</code> didn't run already.<br />
 					Using the <code>&lt;aop:scoped-proxy&gt;</code> configuration allows the initialization
 					process to end cleanly.
+				</p>
+			</subsection>
+
+			<subsection name="The ViewController events are called twice">
+				<p>
+					If your VieController event methods are called twice you probably configured the
+					ViewControllerPhaseListener in your faces-config.xml which is not required.<br />
+					Orchestra already does this for you.
 				</p>
 			</subsection>
 		</section>