Setting system properties through the deployment plan fails.
------------------------------------------------------------
Key: GERONIMO-3470
URL: https://issues.apache.org/jira/browse/GERONIMO-3470
Project: Geronimo
Issue Type: Bug
Security Level: public (Regular issues)
Components: deployment
Affects Versions: 2.0.1
Reporter: Aleksandr Tarutin
The following behavior observed when defining system properties for deploying a
WAR application in deployment plan using the snipped below:
{code}
<gbean name="ServerSystemProperties"
class="org.apache.geronimo.system.properties.SystemProperties">
<attribute name="systemProperties">
myVar=myValue
</attribute>
</gbean>
{code}
During the deployment and the first start the property is present and
everything works as it should.
But the property is not set during any consecutive starts of the application
including when the whole container is restarted.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.