[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: Property replacement
alesj
do-not-reply at jboss.com
Wed Jan 24 08:04:28 EST 2007
I added this SecurityManager suspend / resume and things get pass that write permission problem.
But now I see that the ${x} string gets actually picked up by simple StringEditor, and not by 'replacing' Editor.
I added this code check (in ValueConvertor):
| if (clazz.isAssignableFrom(valueClass) && isPropertyReplaceValue(value) == false)
| return value;
|
So that we even get to PropertyEditors.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4005773#4005773
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4005773
More information about the jboss-dev-forums
mailing list