This is an automated email from the ASF dual-hosted git repository. heneveld pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/brooklyn-dist.git
commit c59269e7634126a8c848ed193d430b9907f19ae6 Author: Duncan Grant <[email protected]> AuthorDate: Fri Nov 20 16:51:24 2020 +0000 Fixes soap linkage error When soap returns some errors Brooklyn doesn't manage to deserialise them and instead shows a linkage error. This is documented in this issue here:https://github.com/cloudsoft/winrm4j/issues/129 --- karaf/apache-brooklyn/src/main/resources/etc/custom.properties | 3 --- 1 file changed, 3 deletions(-) diff --git a/karaf/apache-brooklyn/src/main/resources/etc/custom.properties b/karaf/apache-brooklyn/src/main/resources/etc/custom.properties index 2c101d2..c9eb3e0 100644 --- a/karaf/apache-brooklyn/src/main/resources/etc/custom.properties +++ b/karaf/apache-brooklyn/src/main/resources/etc/custom.properties @@ -41,7 +41,6 @@ jre-1.8= \ javax.imageio.spi, \ javax.imageio.stream, \ javax.jws, \ - javax.jws.soap, \ javax.lang.model, \ javax.lang.model.element, \ javax.lang.model.type, \ @@ -132,9 +131,7 @@ jre-1.8= \ javax.xml.validation, \ javax.xml.ws;version="2.2", \ javax.xml.ws.handler;version="2.2", \ - javax.xml.ws.handler.soap;version="2.2", \ javax.xml.ws.http;version="2.2", \ - javax.xml.ws.soap;version="2.2", \ javax.xml.ws.spi;version="2.2", \ javax.xml.ws.wsaddressing;version="2.2", \ javax.xml.ws.spi.http;version="2.2", \
