metro-jax-ws icon indicating copy to clipboard operation
metro-jax-ws copied to clipboard

metro-jax-ws

Results 120 metro-jax-ws issues
Sort by recently updated
recently updated
newest added

I have a SOAPHandler that throws a SOAPFAULTException from the handleMessage() method like follows: ``` String faultReason = "Something is missing."; QName faultCode = SOAPConstants.SOAP_SENDER_FAULT; fault = soapFactory.createFault(faultReason, faultCode); throw...

Priority: Major
Component: runtime
Type: Bug

Say I have a wrapper element Request which has following nested elements: ONE, TWO, etc. note the upppercase. Now, I have created a bindings file to make them readible: ,...

Priority: Major
Component: wsimport
Type: Bug

I get an exception using JAX-WS 2.2 to access a service that contains XML special characters in a WS-Policy element. Example: string-length(wsp:body()//tns:root)

Priority: Major
Component: runtime
Type: Bug

RI has defined some system properties which can be used for customizing the behaviour, such as 'com.sun.xml.ws.legacyWebMethod' or 'com.sun.xml.ws.disableXmlSecurity' (there are more) but there is no way to set them...

Priority: Major
Component: runtime
Type: Bug

The MimeCodec class installs some JAF DataContentHandlers that override the default DataContentHandlers included with JavaMail. Unfortunately, the JAX-WS text/xml handler is not compatible with the JavaMail version. First, the MIME...

Component: runtime
ERR: Assignee
Type: Bug
Priority: Critical

Below is a link an example that worked in 3.1.2 but now fails to deploy in 4.0 (corresponding WAR including source attached). * [http://blog.bdoughan.com/2012/02/glassfish-312-is-full-of-moxy.html](http://blog.bdoughan.com/2012/02/glassfish-312-is-full-of-moxy.html) Error when deploying the WAR (server...

Priority: Major
Component: runtime
Type: Bug

note that this test lasts about 18minutes ``` testAsyncWithCachedThreadPool(async.async_service.client.AsyncServiceTest)java.lang.Exception: No. of requests and responses did not match at async.async_service.client.AsyncServiceTest.testAsyncWithCachedThreadPool(AsyncServiceTest.java:82) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at com.sun.xml.ws.test.exec.JavaClientExecutor.run(JavaClientExecutor.java:164) at com.sun.xml.ws.test.Main$1.doRun(Main.java:342)...

Priority: Major
Component: runtime
Type: Bug

following tests fail to deploy on Tomcat 7 (7.0.42) with similar error * fromjava.webmethod.legacy.inheritance * fromjava.webmethod.legacy.withWebMethod * fromjava.webmethod.legacy.staticFinal -> deployment error: ``` Aug 25, 2013 7:36:28 PM org.apache.catalina.startup.HostConfig deployWAR INFO:...

Component: runtime
Priority: Minor
Type: Bug

Hi First Jira contact ever. Hope i don't mess this up. I've generated a webservice from a WSDL looking like this: ... ... ... As you can see, getTransactionList returns...

Priority: Major
Type: Bug
SOAP
null
nullpointerexception
out
webparam

#### Environment Windows 7 #### Affected Versions [2.2.8] Source: [https://github.com/javaee/metro-jax-ws/issues/1125](https://github.com/javaee/metro-jax-ws/issues/1125) Author: glassfishrobot

Priority: Major
Type: Bug
Component: jaxb