Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Jakarta-commons Wiki" 
for change notification.

The following page has been changed by JoshuaNichols:
http://wiki.apache.org/jakarta-commons/Managing_Configurations_using_Spring

The comment on the change is:
Changed the entries in defaultProperties to be generic.

------------------------------------------------------------------------------
      <bean id="defaultProperties" 
class="org.apache.commons.configuration.MapConfiguration">
        <constructor-arg index="0">
                <map>
-                 <entry key="sync.facade.printService" 
value="mockPrintService"/>
+                         <entry key="fooServiceBean" value="mockFooService"/>
-                 <entry key="sync.facade.fulfillService" 
value="mockFulfillService"/>
-                 <entry key="sync.facade.userService" value="mockUserService"/>
+                         <entry key="barServiceBean" value="mockBarService"/>
-                 <entry key="acegi.authenticationDao" 
value="mockAuthenticationDao"/>
                </map>
        </constructor-arg>
      </bean>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to