The project WSO2 Mashup Server - Nightly Build has the following 3 changes by 1 author:
*Keith Chapman* made the following changes at Comment: Fixing Mashup-1101. Introduced a ProxyConfiguration class that extends the one in axis2 in order to configure the proxy details. The one in axis2 relied on the message Context to configure it which is not available in the Mashup Server on some instances. Hence put in a new method so that we can configure it using the configuration context. Updating the places where ProxyCopnfiguration was used to use this newly added class. > /trunk/mashup/java/modules/core/src/org/wso2/mashup/transport/http/MashupProxyConfiguration.java > (21318) > /trunk/mashup/java/modules/coreservices/scraperservice/src/org/wso2/mashup/coreservices/scraperservice/ScraperService.java > (21318) > /trunk/mashup/java/modules/coreservices/JSStubGeneratorService/src/org/wso2/mashup/JSStubGenerator.java > (21318) > /trunk/mashup/java/modules/hostobjects/src/org/wso2/mashup/hostobjects/system/SystemHostObject.java > (21318) > /trunk/mashup/java/modules/core/src/org/wso2/mashup/utils/MashupUtils.java > (21318) *Keith Chapman* made the following changes at Comment: Fixing Mashup-1102. The issue was that we had used responceXML.toString() but with JSON you need to use toStringWithConsume() instead > /trunk/mashup/java/modules/hostobjects/src/org/wso2/mashup/hostobjects/wsrequest/WSRequestHostImpl.java > (21345) *Keith Chapman* made the following changes at Comment: Adding missing div here > /trunk/mashup/java/modules/www/identityaccept.jsp (21314) --------------------------------------------------------------------------------------- All 107 tests passed. Click http://builder.wso2.org/browse/MASHUP-NIGHTLY-181 to find out more. Thanks, Bamboo _______________________________________________ Mashup-dev mailing list [email protected] http://mailman.wso2.org/cgi-bin/mailman/listinfo/mashup-dev
