]
Jesper Pedersen resolved JBJCA-816.
-----------------------------------
Resolution: Done
Enable/disable system properties in XML parsers
-----------------------------------------------
Key: JBJCA-816
URL:
https://issues.jboss.org/browse/JBJCA-816
Project: IronJacamar
Issue Type: Task
Components: Common
Reporter: Jesper Pedersen
Assignee: Jesper Pedersen
Fix For: 1.0.11.Final, 1.1.0.Alpha8
Add the following methods to MetadataParser:
{code}
/**
* Are system properties resolved ?
* @return True if resolved (default); otherwise false
*/
public boolean isSystemPropertiesResolved();
/**
* Set if system properties should be resolved
* @param v The value
*/
public void setSystemPropertiesResolved(boolean v);
{code}
in order to enable/disable system property parsing. Default is true.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: