Revision: 1171
Author:   jhoskens
Date:     2006-05-18 00:29:17 -0700 (Thu, 18 May 2006)
ViewCVS:  http://svn.sourceforge.net/spring-rich-c/?rev=1171&view=rev

Log Message:
-----------
ApplicationContextBuilder was provided but not yet added to the builders list.

Modified Paths:
--------------
    
trunk/spring-richclient/support/src/main/java/org/springframework/richclient/application/support/DefaultApplicationServices.java
Modified: 
trunk/spring-richclient/support/src/main/java/org/springframework/richclient/application/support/DefaultApplicationServices.java
===================================================================
--- 
trunk/spring-richclient/support/src/main/java/org/springframework/richclient/application/support/DefaultApplicationServices.java
    2006-05-17 21:24:03 UTC (rev 1170)
+++ 
trunk/spring-richclient/support/src/main/java/org/springframework/richclient/application/support/DefaultApplicationServices.java
    2006-05-18 07:29:17 UTC (rev 1171)
@@ -554,6 +554,7 @@
      */
     static {
         // Default service implementation builders
+        serviceImplBuilders.put(ApplicationContext.class, 
applicationContextImplBuilder);        
         serviceImplBuilders.put(ApplicationObjectConfigurer.class, 
applicationObjectConfigurerImplBuilder);
         serviceImplBuilders.put(ApplicationSecurityManager.class, 
applicationSecurityManagerImplBuilder);
         serviceImplBuilders.put(BinderSelectionStrategy.class, 
binderSelectionStrategyImplBuilder);


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