-
1. Re: Adding support for system property reference replacement
adrian.brock Jul 26, 2005 11:37 PM (in response to starksm64)We need to decide who is responsible for doing this replacement and that there
is a well understood protocol/api, so it is not done twice. e.g. see
http://jira.jboss.com/jira/browse/JBAS-2039
The problem with the Properties PropertyEditor is still outstanding. -
2. Re: Adding support for system property reference replacement
starksm64 Jul 27, 2005 1:17 AM (in response to starksm64)If its to be consistent, I think only the first layer that does the processing of the deployment layer should be doing any transformation of the values. As such, the current parsing of property references by the jboss PropertiesEditor is also incorrect and is a source of another double parse issue.
http://jira.jboss.com/jira/browse/JBAS-1888 -
3. Re: Adding support for system property reference replacement
dimitris Jul 27, 2005 4:00 AM (in response to starksm64)Do you remember what was the original need for PropertiesEditor doing the replacement? From cvs I see this is done since 3.2.4
-
4. Re: Adding support for system property reference replacement
starksm64 Jul 27, 2005 10:07 AM (in response to starksm64)It was simply to add support to Properties type of attributes before there was consistent processing of any xml text at the SARDeployer level. It should have been added to the SARDeployer at that point.
Now, as the SARDeployer gets migrated to using jbossxb, it should be delegated to the jbossxb layer.