Revision: 1215
Author:   ge0ffrey
Date:     2006-06-27 00:52:17 -0700 (Tue, 27 Jun 2006)
ViewCVS:  http://svn.sourceforge.net/spring-rich-c/?rev=1215&view=rev

Log Message:
-----------
consistent order of injected properties of services

Modified Paths:
--------------
    
trunk/spring-richclient/samples/petclinic/gui/src/main/resources/org/springframework/richclient/samples/petclinic/ctx/common/richclient-application-context.xml
Modified: 
trunk/spring-richclient/samples/petclinic/gui/src/main/resources/org/springframework/richclient/samples/petclinic/ctx/common/richclient-application-context.xml
===================================================================
--- 
trunk/spring-richclient/samples/petclinic/gui/src/main/resources/org/springframework/richclient/samples/petclinic/ctx/common/richclient-application-context.xml
     2006-06-27 07:51:24 UTC (rev 1214)
+++ 
trunk/spring-richclient/samples/petclinic/gui/src/main/resources/org/springframework/richclient/samples/petclinic/ctx/common/richclient-application-context.xml
     2006-06-27 07:52:17 UTC (rev 1215)
@@ -56,11 +56,11 @@
     -->
     <bean id="applicationServices"
         
class="org.springframework.richclient.application.support.DefaultApplicationServices">
+        <property name="applicationObjectConfigurerId"><idref 
bean="applicationObjectConfigurer" /></property>
+        <property name="binderSelectionStrategyId"><idref 
bean="binderSelectionStrategy"/></property>
+        <property name="formComponentInterceptorFactoryId"><idref 
bean="formComponentInterceptorFactory"/></property>
         <property name="imageSourceId"><idref bean="imageSource"/></property>
         <property name="rulesSourceId"><idref bean="rulesSource"/></property>
-        <property name="binderSelectionStrategyId"><idref 
bean="binderSelectionStrategy"/></property>
-        <property name="formComponentInterceptorFactoryId"><idref 
bean="formComponentInterceptorFactory"/></property>
-        <property name="applicationObjectConfigurerId"><idref 
bean="applicationObjectConfigurer" /></property>
     </bean>
 
        <bean id="applicationObjectConfigurer" depends-on="serviceLocator"


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
spring-rich-c-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/spring-rich-c-cvs

Reply via email to