Hi,
you will find attached a patch for the issue 1360.
There is no test case add/updated as this is an issue at the application 
server initialization.
The fix only consist inn commenting out the call of a method that sets and 
persists the password of the mifos user.

Regards,
Eric


-- 
--
Eric Deshayes
edeshayesatgmail.com
Index: src/org/mifos/framework/ApplicationInitializer.java
===================================================================
--- src/org/mifos/framework/ApplicationInitializer.java	(revision 12183)
+++ src/org/mifos/framework/ApplicationInitializer.java	(working copy)
@@ -70,7 +70,8 @@
 					// from db and stored in cache for later use
 					Localization.getInstance().init(); 
 					initializeSecurity();
-					configureAdminUser();
+					//bug 1360: the mifos user password should not be reset at startup
+					//configureAdminUser();
 					FinancialInitializer.initialize();
 					EntityMasterData.getInstance().init();
 					initializeEntityMaster();
@@ -184,6 +185,9 @@
 	   
 	   This is a temporary
 	   method and would be altered when the set module is done.
+	   
+	   Bug 1360: the mifos user password should not be reset at startup
+	   This method is not called anymore
 	 */
 	private void configureAdminUser() throws XMLReaderException,
 			URISyntaxException, HibernateProcessException, SystemException {
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/

Reply via email to