Sophie

Sophie

distrib > Mageia > 5 > x86_64 > by-pkgid > 95063f3ed837110fe4aa8a47ed83920d > files > 12

glassfish-jaxws-2.2.7-80.mga5.src.rpm

diff -Nru glassfish-jaxws-2.2.7/transports/async-client-transport/build.xml glassfish-jaxws-2.2.7-gil/transports/async-client-transport/build.xml
--- glassfish-jaxws-2.2.7/transports/async-client-transport/build.xml	2010-10-21 17:54:46.000000000 +0200
+++ glassfish-jaxws-2.2.7-gil/transports/async-client-transport/build.xml	2013-05-17 22:40:38.567925276 +0200
@@ -56,7 +56,8 @@
         optimize="${compile.optimize}"
         source="1.5">
       <classpath>
-        <fileset dir="../../lib" includes="*.jar" />
+        <fileset dir="/usr/share/java" includes="istack-commons-runtime.jar" />
+        <fileset dir="/usr/share/java" includes="xmlstreambuffer.jar" />
         <pathelement path="../../rt/build/classes" />
       </classpath>
     </javac>
diff -Nru glassfish-jaxws-2.2.7/transports/async-client-transport/src/com/sun/xml/ws/transport/async_client_transport/AsyncClientTransportTube.java glassfish-jaxws-2.2.7-gil/transports/async-client-transport/src/com/sun/xml/ws/transport/async_client_transport/AsyncClientTransportTube.java
--- glassfish-jaxws-2.2.7/transports/async-client-transport/src/com/sun/xml/ws/transport/async_client_transport/AsyncClientTransportTube.java	2010-10-20 21:48:54.000000000 +0200
+++ glassfish-jaxws-2.2.7-gil/transports/async-client-transport/src/com/sun/xml/ws/transport/async_client_transport/AsyncClientTransportTube.java	2013-05-17 22:37:24.955551624 +0200
@@ -108,7 +108,7 @@
         return new ClientTubeAssemblerContext(
                 context.getAddress(), context.getWsdlModel(), context.getBindingProvider(),
                 recreateBinding(context.getBinding()),
-                context.getContainer(), context.getCodec(), context.getSEIModel());
+                context.getContainer(), context.getCodec(), context.getSEIModel(), context.getSEI());
     }
 
     private static WSBinding recreateBinding(WSBinding binding) {
diff -Nru glassfish-jaxws-2.2.7/transports/async-client-transport/src/com/sun/xml/ws/transport/async_client_transport/FeatureSupressingWSBinding.java glassfish-jaxws-2.2.7-gil/transports/async-client-transport/src/com/sun/xml/ws/transport/async_client_transport/FeatureSupressingWSBinding.java
--- glassfish-jaxws-2.2.7/transports/async-client-transport/src/com/sun/xml/ws/transport/async_client_transport/FeatureSupressingWSBinding.java	2011-09-26 15:58:47.000000000 +0200
+++ glassfish-jaxws-2.2.7-gil/transports/async-client-transport/src/com/sun/xml/ws/transport/async_client_transport/FeatureSupressingWSBinding.java	2013-05-17 22:37:24.953551744 +0200
@@ -115,4 +115,39 @@
     public WSFeatureList getFeatures() {
         return newFtrs;
     }
+
+    @Override
+    public boolean isOperationFeatureEnabled(Class<? extends WebServiceFeature> type, QName qname) {
+        throw new UnsupportedOperationException("Not supported yet.");
+    }
+
+    @Override
+    public <F extends WebServiceFeature> F getOperationFeature(Class<F> type, QName qname) {
+        throw new UnsupportedOperationException("Not supported yet.");
+    }
+
+    @Override
+    public WSFeatureList getOperationFeatures(QName qname) {
+        throw new UnsupportedOperationException("Not supported yet.");
+    }
+
+    @Override
+    public WSFeatureList getInputMessageFeatures(QName qname) {
+        throw new UnsupportedOperationException("Not supported yet.");
+    }
+
+    @Override
+    public WSFeatureList getOutputMessageFeatures(QName qname) {
+        throw new UnsupportedOperationException("Not supported yet.");
+    }
+
+    @Override
+    public WSFeatureList getFaultMessageFeatures(QName qname, QName qname1) {
+        throw new UnsupportedOperationException("Not supported yet.");
+    }
+
+    @Override
+    public org.jvnet.ws.message.MessageContextFactory getMessageContextFactory() {
+        throw new UnsupportedOperationException("Not supported yet.");
+    }
 }
diff -Nru glassfish-jaxws-2.2.7/transports/local/build.xml glassfish-jaxws-2.2.7-gil/transports/local/build.xml
--- glassfish-jaxws-2.2.7/transports/local/build.xml	2010-10-21 17:54:46.000000000 +0200
+++ glassfish-jaxws-2.2.7-gil/transports/local/build.xml	2013-05-17 22:40:54.163988745 +0200
@@ -56,7 +56,7 @@
         optimize="${compile.optimize}"
         source="1.5">
       <classpath>
-        <fileset dir="../../lib" includes="*.jar" />
+        <fileset dir="/usr/share/java" includes="istack-commons-runtime.jar" />
         <pathelement path="../../rt/build/classes" />
       </classpath>
     </javac>