some errors thrown by import plugins are not internationalizable
----------------------------------------------------------------

                 Key: MIFOS-3006
                 URL: http://mifosforge.jira.com/browse/MIFOS-3006
             Project: mifos
          Issue Type: Bug
            Reporter: Adam Monsen


StandardAccountService may throw exceptions. These exceptions contain text 
describing the error. If so, these exceptions are caught by import plugins, 
added to a list of error strings, and passed back to ImportTransactionsAction. 
The action will subsequently pass these back to a JSP for display.

An example: if an import plugin calls 
lookupLoanAccountReferenceFromGlobalAccountNumber(String), a 
PersistenceException may be thrown, with the message: "loan not found for 
global account number X" (where X is the global account number). This message 
is displayed directly in the Web page, and is not internationalized.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://mifosforge.jira.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Mifos-issues mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mifos-issues

Reply via email to