Externalize environment specific variables from xml definition files
--------------------------------------------------------------------
Key: SYNAPSE-385
URL: https://issues.apache.org/jira/browse/SYNAPSE-385
Project: Synapse
Issue Type: New Feature
Environment: Any
Reporter: Tanmay saha
Synapse should allow user to externalize environment specific variables (like
hostname, port number in endpoint definition ) into some property file or JNDI
store and then refer in endpoint definition as
<endpoint xmlns="http://ws.apache.org/ns/synapse">
<address
uri="http://<b>${hostname}:{port}</b>/soap/SimpleStockQuoteService"/>
</endpoint>
Without this feature config meta data needs to be updated for enviroment
related variables while deploying the same artifact in DEV --> QA -->UAT
-->PROD.
In Sox compliance world it will be a violation to change something in the
artifact which has already been deployed.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]