metro-jax-ws
                                
                                 metro-jax-ws copied to clipboard
                                
                                    metro-jax-ws copied to clipboard
                            
                            
                            
                        metro-jax-ws
My maven plugin config: ``` com.sun.xml.ws jaxws-maven-plugin 4.0.3 ${basedir}/src/wsdl/catalog.xml ${project.build.directory}/generated-sources/jaxws/ true cadservice generate-sources wsimport jaxb-xxxx_com_spice_cad_types.xml cad.wsdl cad.wsdl ${project.build.directory}/jaxws-stale/cad.stale -Xannotate true org.jvnet.jaxb2_commons jaxb2-basics-annotate ${jaxb2-basics-annotate.version} javax.xml.bind jaxb-api 2.3.1 org.projectlombok lombok ${lombok.version} ch.qos.logback...
Pull request https://github.com/eclipse-ee4j/metro-jax-ws/pull/36 added support for using the value of x-forwarded-host header in wsdls. However if there are multiple proxies in the chain then apache httpd will set the x-forwarded-host...
Plugin version 4.0.3 Using following configuration for execution (snippet) true org.mypackage ${src.generated.java} ${basedir}/src/main/resources/wsdl /wsdl/* .....wsdl .....wsdl .....wsdl ........ OBJEKT_LESENws.wsdl OBJEKTE_ZU_OE_OBJEKT_LESENws.wsdl .....wsdl ....... If there are many wsdlFile entries and 2...
On a Windows machine, I have a maven project with following `pom.xml`: ```xml com.sun.xml.ws jaxws-maven-plugin 2.3.7 wsimport ${project.basedir}/src/main/resources/META-INF/wsdl myService.wsdl true ``` If the maven build process uses a temp path...
add maven-toolchain support in order to align project setup with the proper target jdk. see https://cwiki.apache.org/confluence/display/MAVENOLD/Toolchains
hello, The jaxws-maven-plugin is not making use of the maven toolchain configuration which leads to runtime issues when the generated bytecode / code is not matching the target jdk (eg...
Potential fix for: https://github.com/eclipse-ee4j/metro-jax-ws/issues/699
Creating a `Thread` using its 5 parameter constructor with the `inheritInheritableThreadLocals` parameter set to `false` will result in using the system class loader since Java 19 (see this line in...
Maven reports the following plugin validation warning for com.sun.xml.ws:jaxws-maven-plugin: ``` [WARNING] [WARNING] Plugin [INTERNAL, EXTERNAL] validation issues were detected in following plugin(s) [WARNING] [WARNING] * com.sun.xml.ws:jaxws-maven-plugin:4.0.3 [WARNING] Plugin EXTERNAL issue(s):...
Is the com.sun.xml.ws:jaxws-maven-plugin thread-safe? If yes, could they be marked as such in the `@Mojo` annotation, so we no longer get this warning on parallel build? ``` [WARNING] ***************************************************************** [WARNING]...