Hi all, I found that when message received via local transport
messageContext.getConfigurationContext().getServiceContextPath() returns different values when stratos component installed in ESB Before adding : messageContext.getConfigurationContext().getServiceContextPath() >> /services After adding : messageContext.getConfigurationContext().getServiceContextPath() >> local://services Because of this, RequestURIBasedServiceDispatcher does not dispatches service invoked via local transport as before. To invoke service via local transport, address uri for local transport was something like "local://localhost/services/StockQuoteProxy" but now that url does not works and "local://services/StockQuoteProxy" works. Does anyone know the reason for this behavior? -- Cheers, Miyuru _______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
