[ 
http://mifosforge.jira.com/browse/MIFOS-2756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=57017#action_57017
 ] 

Adam Monsen commented on MIFOS-2756:
------------------------------------

This appears to only be a problem with the pseudolocale. Here's what I see 
happening:

Some default (English) Java .properties-based translatable string resource 
bundles contain some strings that are actually relative file paths. For example:
  accountNote_xml=org/mifos/framework/util/resources/tabletag/accountNote.xml

During the Mifos build, a program munges *all* translatable strings in 
.properties files in the localizedResources, including these file paths. For 
example, the above string becomes:

  
accountNote_xml=@@@org/mifos/framework/util/resources/tabletag/accountNote.xml^^^

The runtime exception reported in this issue is from 
org.mifos.framework.components.tabletag.TypeParser#parser(String) because this 
munged path no longer refers to an actual file.

I'm going to confirm that these paths aren't actually translated and move them 
into a properties file which the pseudolocalization generator ignores.

> 500 error searching for client on IS language instance
> ------------------------------------------------------
>
>                 Key: MIFOS-2756
>                 URL: http://mifosforge.jira.com/browse/MIFOS-2756
>             Project: mifos
>          Issue Type: Bug
>         Environment: http://ci.mifos.org:8100/mifos/
>            Reporter: jbrewster
>            Assignee: Adam Monsen
>             Fix For: Gazelle C
>
>         Attachments: screenshot-1.jpg, screenshot-1.jpg
>
>
> Searching for existing client on psuedolocale or 'icelandic' instance results 
> in NPE.  Believe this is a regression in Gazelle C.
> Repro steps:
> 1. connect to icelandic test server - http://ci.mifos.org:8100/mifos/
> 2. login in , search for "c".
> 3. see attached error.

-- 
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

        

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Mifos-issues mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mifos-issues

Reply via email to