Top "Java-metro-framework" questions

Metro is a mature web services framework for Java.

How to use @Resource WebServiceContext injection with Spring's @Transactional

I hava a Metro jax-ws webservice that looks more or less like this: @WebService @Transactional public class UserManagementServiceImpl { @Resource private …

java spring jax-ws java-metro-framework
How to change JAVAX-WS Endpoint binding to SOAP 1.2?

I'm publishing a test WS implementation using Endpoint.publish() for consumption in Visual Studio. According to the documentation the default …

java eclipse web-services soap java-metro-framework
Override JAX-WS version used by Weblogic 10 - Dynamic WSDL with inline schemas

Has anyone successfully updated the JAX-WS version used by Weblogic 10.3.3? I've been trying to do what's described in the accepted …

jax-ws weblogic-10.x java-metro-framework
WSServlet ClassNotFoundException error on Tomcat 7.0.11 using Metro 2.1

I'm trying to create a simple webservice using Tomcat 7.0.11 on Windows Server 2008 R2 using Metro 2.1. I'm coming from a C#/…

java web-services jax-ws java-metro-framework tomcat7
How can I configure the target namespace globally in JAX-WS web services?

I have a lot of endpoints annotated with @WebService(targetNamespace = "mynamespace"). Every @WebResult and @WebParam has the same definition of …

jax-ws java-metro-framework convention-over-configur
Old JaxB and JDK8 Metaspace OutOfMemory Issue

We are working on a business application (1 million+ LOC) developed since 10+ years. While switching to JDK8 we get an issue …

java jaxb java-8 out-of-memory java-metro-framework
Metro vs Java's JAX-WS?

What is/are the difference/s of Java's JAX-WS and Metro? Are they the same of are they two different …

java tomcat glassfish jax-ws java-metro-framework
Are JAX-WS clients thread safe?

Because the initialization of the WS client side port is so costly we would like to reuse the same instance. …

web-services jax-ws java-metro-framework webservices-client
Has anyone gotten jax-ws-catalog.xml to resolve schemaLocation locally on Metro?

I have added a jax-ws-catalog.xml to my .war file in order to resolve the schemaLocation locally instead of remotely …

java jax-ws java-metro-framework
Why does JAXB 2 RI's XJC simple mode change collection names?

JAXB simple binding mode modifies collection names to their plural 'version', e.g. "additionalData" becomes "additionalDatas". Is there any solution …

java jaxb java-metro-framework jaxb2