We have extented Apache Synapse in WSO2 ESB 4.5.1 with additional XPath variables. In the synapse.properties we point to our new XPath classes: synapse.xpath.var.extensions=com.avintis.esb.xpath.CountXpathVariableResolver,com.avintis.esb.xpath.UUIDXpathVariableResolver
Start with wso2server.bat all works fine and the above extensions are working without a problem.
But starting with the Developer Studio from eclipse, the server starts fine and works, but our XPath extensions aren't recogniced and do not work.
I just saw that the server start arguments does contain our library with the classes and also the correct synapse.properties with the declaration. So what may be wrong here by starting from eclipse?
Environment: WSO2-ESB 4.5.1, Developer Studio 2.1.0