You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ol...@apache.org on 2008/04/09 01:53:00 UTC

svn commit: r646146 - /continuum/trunk/continuum-webapp/pom.xml

Author: olamy
Date: Tue Apr  8 16:53:00 2008
New Revision: 646146

URL: http://svn.apache.org/viewvc?rev=646146&view=rev
Log:
validator build through plexus-spring must be per-lookup per default

Modified:
    continuum/trunk/continuum-webapp/pom.xml

Modified: continuum/trunk/continuum-webapp/pom.xml
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-webapp/pom.xml?rev=646146&r1=646145&r2=646146&view=diff
==============================================================================
--- continuum/trunk/continuum-webapp/pom.xml (original)
+++ continuum/trunk/continuum-webapp/pom.xml Tue Apr  8 16:53:00 2008
@@ -118,6 +118,10 @@
               <role>com.opensymphony.xwork.Action</role>
               <instantiation-strategy>per-lookup</instantiation-strategy>
             </roleDefault>
+            <roleDefault>
+              <role>com.opensymphony.xwork.validator.Validator</role>
+              <instantiation-strategy>per-lookup</instantiation-strategy>
+            </roleDefault>            
           </roleDefaults>
         </configuration>
         <executions>