Hi guys,
hope someone can explain this strange behavior.
I've created 2 different parameter context, let's say:
- Staging with #{db_host} = 192.168.1.2
- Production with #{db_host} = 192.168.1.1
This #{db_host} is placed into a DBCPConnectionPool in order to switch from Staging to Production easily.
The problem is that, when i change from Staging to Production in the Process Group general tab it still keeps the value of Staging instead of Production.
Does any additional step is required? IS there any cache to delete or anything relevant?
Many Thanks