I have created ESB proxy using WSO2 ESB 4.8.1
Currently DBLookup mediator contains following sql
<sql>select A, B, C from cis-dev.table1 where ... </sql>
Since, cis-dev schema is specific to the dev environment, I need to store this query outside the proxy in order to migrate proxy service to QA and PROD environments.
Is there a way to accomplish this in WSO2 ESB?
Thanks,