Hello,
OK this part does not work on Linux IBM-Jdk1.3.
Package: package org.jboss.configuration;
File: ConfigurationService
=================================================
String typeName =
attributes[k].getType();
Class typeClass;
if (primitives.containsKey(typeName))
{
typeClass =
(Class)primitives.get(typeName);
} else
{
typeClass = Class.forName(typeName);
}
PropertyEditor editor =
PropertyEditorManager.findEditor(typeClass);
editor.setAsText(attributeValue);
Object value = editor.getValue();
log.debug(attributeName +" set to "+attributeValue+" in
"+name);
server.setAttribute(objectName, new Attribute(attributeName,
value));
=======================================================
For typeName -> java.lang.String, it cannot find the editor
sun.beans.StringEditor.
awc
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
List Help?: [EMAIL PROTECTED]