Tomáš Kraus
Tomáš Kraus
The spec and javadocs about this method are way too vague. When is this method supposed to be used? I assume it's only valid for the generic Service class and...
Rather than only having a single message in the message context shoudl it contain both request and response messages (where applicable) ? #### Environment Operating System: All Platform: Macintosh ####...
Currently the spec prohibits Java SEIs from having constants. Should we relax this restriction and just not map them ? #### Environment Operating System: All Platform: Macintosh #### Affected Versions...
10.1.3, ServletEndpointContext, on page 97 says: "The method getMessageContext returns the MessageContext targeted for this endpoint instance per remote method invocation. This enables the service endpoint instance to access the...
rpc/literal bindings use XSD types which are not nillable. How to handle Java types like Integer that can have a null value. #### Environment Operating System: All Platform: All ####...
While generating the java stub code through wsimport for multiple wsdls sharing same (some of them) schema the ObjectFactory java class gets overwritten every time. 1\. It's very difficult to...
wsimport fails if the binding file is behind a symlinked and the path is provided as URI to wsimport. The URI is used because of the wsimport ant task which...
When running WsImport where some xs:import schemaLocation is not resolved all we get is: [ERROR] Connection timed out There needs to be a URL listed as well. In a large...
See for details. Ideal solution is for both files to be processed. A very distant next best solution is to detect the condition and give a meaningful error message with...
I can not use a jar containing a Meta-inf/sun-jaxb.episode with wsimport ant task : 1/ if I do (ant script) : it generates this : wsimport -d classes -g -s...