The class ArchetypeOntology, does not stores in the
internal Map - definitionsMap, the term defintion
items, but only constraint definition items.

 
The bug is in line 73 where the 

codeMap = new HashMap<String, DefinitionItem>();

should be replaced by

codeMap = map.get(defs.getLanguage());
if (null == codeMap) {
  codeMap = new HashMap<String, DefinitionItem>();
}




        

        
                
___________________________________________________________ 
????????
??
 Yahoo!; 
???
?????
 ?? 
????????? ???????? (spam); ?? Yahoo! Mail 
??????
? ??? ?????
?? ????? ?????? ???? ??? 
?????????? 
???????? http://login.yahoo.com/config/mail?.intl=gr 


Reply via email to