Merged V2.2 to HEAD

7633: Fixed compilation fallout from PropertyValue changes
   7640: Build Fix - missing purges for some stores
   7645: Fixed line endings
   7646: Tweaks to MySQL QName upgrade script after doing large 1.4.3 to 2.2 upgrade.
   7648: Give more time per thread to cater for slow executions of test threads
   7649: Fixed QName query flush modes


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@8440 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Derek Hulley
2008-03-06 19:42:52 +00:00
parent 3197d1a2ae
commit 32d4bf1934

View File

@@ -442,7 +442,7 @@ public class AdminNodeBrowseBean implements Serializable
{ {
Map<String, String> map = new HashMap<String, String>(2); Map<String, String> map = new HashMap<String, String>(2);
map.put("name", property.getKey().toString()); map.put("name", property.getKey().toString());
map.put("type", property.getValue().getActualType()); map.put("type", property.getValue().getActualTypeString());
String val = property.getValue().getStringValue(); String val = property.getValue().getStringValue();
if (val == null) if (val == null)
{ {