JBossWS SVN: r11053 - stack/native/tags.
by jbossws-commits@lists.jboss.org
Author: darran.lofthouse(a)jboss.com
Date: 2009-10-27 12:10:55 -0400 (Tue, 27 Oct 2009)
New Revision: 11053
Added:
stack/native/tags/jbossws-native-3.1.2.SP3-patch-02/
Log:
Tag JBossWS Native 3.1.2.SP3-patch-02
Copied: stack/native/tags/jbossws-native-3.1.2.SP3-patch-02 (from rev 11052, stack/native/branches/jbossws-native-3.1.2.SP3-patch-02)
15 years, 1 month
JBossWS SVN: r11052 - stack/native/branches/jbossws-native-3.1.2.SP3-patch-02/modules/testsuite.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2009-10-27 11:44:06 -0400 (Tue, 27 Oct 2009)
New Revision: 11052
Modified:
stack/native/branches/jbossws-native-3.1.2.SP3-patch-02/modules/testsuite/pom.xml
Log:
fixing test build issue
Modified: stack/native/branches/jbossws-native-3.1.2.SP3-patch-02/modules/testsuite/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.1.2.SP3-patch-02/modules/testsuite/pom.xml 2009-10-27 13:15:30 UTC (rev 11051)
+++ stack/native/branches/jbossws-native-3.1.2.SP3-patch-02/modules/testsuite/pom.xml 2009-10-27 15:44:06 UTC (rev 11052)
@@ -24,7 +24,7 @@
<wsdl.publish.location>${project.build.directory}/wsdl-publish</wsdl.publish.location>
<hibernate.version>3.2.4.sp1</hibernate.version>
<endpoint.servlet>org.jboss.wsf.stack.jbws.EndpointServlet</endpoint.servlet>
- <jboss.javaee.version>5.0.0.GA</jboss.javaee.version>
+ <jboss.javaee.version>5.0.1.GA</jboss.javaee.version>
</properties>
<!-- Modules -->
@@ -95,6 +95,12 @@
<version>${jboss.jaxr.version}</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.jboss.javaee</groupId>
+ <artifactId>jboss-javaee</artifactId>
+ <version>${jboss.javaee.version}</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<!-- Build -->
15 years, 1 month
JBossWS SVN: r11051 - stack/native/branches/jbossws-native-3.1.2.SP3-patch-02.
by jbossws-commits@lists.jboss.org
Author: darran.lofthouse(a)jboss.com
Date: 2009-10-27 09:15:30 -0400 (Tue, 27 Oct 2009)
New Revision: 11051
Modified:
stack/native/branches/jbossws-native-3.1.2.SP3-patch-02/pom.xml
Log:
Remove scout and juddi exclusion to allow deployment.
Modified: stack/native/branches/jbossws-native-3.1.2.SP3-patch-02/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.1.2.SP3-patch-02/pom.xml 2009-10-27 13:02:49 UTC (rev 11050)
+++ stack/native/branches/jbossws-native-3.1.2.SP3-patch-02/pom.xml 2009-10-27 13:15:30 UTC (rev 11051)
@@ -275,6 +275,7 @@
<groupId>jboss.jbossws</groupId>
<artifactId>jboss-saaj</artifactId>
</exclusion>
+ <!--
<exclusion>
<groupId>apache-scout</groupId>
<artifactId>scout</artifactId>
@@ -283,6 +284,7 @@
<groupId>juddi</groupId>
<artifactId>juddi</artifactId>
</exclusion>
+ -->
</exclusions>
</dependency>
<dependency>
15 years, 1 month
JBossWS SVN: r11050 - in stack/native/branches/jbossws-native-3.1.2.SP3-patch-02: src/main/scripts and 1 other directory.
by jbossws-commits@lists.jboss.org
Author: darran.lofthouse(a)jboss.com
Date: 2009-10-27 09:02:49 -0400 (Tue, 27 Oct 2009)
New Revision: 11050
Modified:
stack/native/branches/jbossws-native-3.1.2.SP3-patch-02/pom.xml
stack/native/branches/jbossws-native-3.1.2.SP3-patch-02/src/main/scripts/assembly-deploy-artifacts.xml
Log:
Revert the hack
Modified: stack/native/branches/jbossws-native-3.1.2.SP3-patch-02/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.1.2.SP3-patch-02/pom.xml 2009-10-27 12:51:50 UTC (rev 11049)
+++ stack/native/branches/jbossws-native-3.1.2.SP3-patch-02/pom.xml 2009-10-27 13:02:49 UTC (rev 11050)
@@ -66,7 +66,7 @@
<jboss.logging.version>2.1.0.GA</jboss.logging.version>
<jboss.remoting.version>2.5.1</jboss.remoting.version>
<jboss.jaxr.version>2.0.1</jboss.jaxr.version>
- <apache.scout.version>0.7rc2</apache.scout.version>
+ <apache.scout.version>1.1.1</apache.scout.version>
<juddi.version>2.0.1</juddi.version>
<sun.fastinfoset.version>1.2.7</sun.fastinfoset.version>
<sun.jaxws.version>2.1.3</sun.jaxws.version>
Modified: stack/native/branches/jbossws-native-3.1.2.SP3-patch-02/src/main/scripts/assembly-deploy-artifacts.xml
===================================================================
--- stack/native/branches/jbossws-native-3.1.2.SP3-patch-02/src/main/scripts/assembly-deploy-artifacts.xml 2009-10-27 12:51:50 UTC (rev 11049)
+++ stack/native/branches/jbossws-native-3.1.2.SP3-patch-02/src/main/scripts/assembly-deploy-artifacts.xml 2009-10-27 13:02:49 UTC (rev 11050)
@@ -81,14 +81,9 @@
<unpack>false</unpack>
<includes>
<include>org.jboss.ws:jbossws-framework:jar</include>
- <include>org.jboss.jaxr:juddi-service:sar</include>
-
- <!-- HACK TO GET BUILD TO WORK -->
-
- <!--
+ <include>org.jboss.jaxr:juddi-service:sar</include>
<include>apache-scout:scout:jar</include>
<include>juddi:juddi:jar</include>
- -->
</includes>
</dependencySet>
15 years, 1 month
JBossWS SVN: r11049 - stack/native/trunk/src/main/distro.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2009-10-27 08:51:50 -0400 (Tue, 27 Oct 2009)
New Revision: 11049
Modified:
stack/native/trunk/src/main/distro/ReleaseNotes.txt
Log:
Updating release notes
Modified: stack/native/trunk/src/main/distro/ReleaseNotes.txt
===================================================================
--- stack/native/trunk/src/main/distro/ReleaseNotes.txt 2009-10-27 12:44:45 UTC (rev 11048)
+++ stack/native/trunk/src/main/distro/ReleaseNotes.txt 2009-10-27 12:51:50 UTC (rev 11049)
@@ -49,6 +49,55 @@
Previous Releases ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-----------------------
+jbossws-native-3.2.1.GA
+-----------------------
+
+Bug
+
+ * [JBWS-2262] - WSDL is not correctly modified to use the configured https port
+ * [JBWS-2674] - Restore implementation of javax.xml.ws.Endpoint
+ * [JBWS-2701] - @XmlSeeAlso and generated wsdl
+ * [JBWS-2743] - Make sure all maven dependencies are downloaded only from JBoss repositories
+ * [JBWS-2745] - Issue with stack switch and binary distro install
+ * [JBWS-2747] - Implement unimplemented DOM related methods in JBossWS SAAJ Implementation
+ * [JBWS-2753] - Leverage keep-alive connections to improve client side perfomances
+ * [JBWS-2759] - JBossWS installation doesn't work for non default configurations
+ * [JBWS-2760] - wsconsume.bat and wsprovider.bat require JAVA_HOME environment variable in Winodws OS
+ * [JBWS-2761] - Wrong HTTP code sent by WS-RM backport server
+ * [JBWS-2762] - Relax restriction on @WebContext(authMethod)
+ * [JBWS-2767] - WSDL_DESCRIPTION population in MessageContext badly affects performances
+ * [JBWS-2773] - Remove JBossAS webservices integration layer from tests classpath
+ * [JBWS-2777] - WSDL11Reader issue with schemas with no namespace and improve optimisation for circular references.
+ * [JBWS-2783] - Malformed URL exception when deploying wsdl with jms address
+ * [JBWS-2784] - MetadataBuilder chokes on multiple imports: "Cannot find port with name ..."
+ * [JBWS-2789] - Investigate why Endpoint.publish() doesn't work on server side on AS Branch_5_x
+
+Feature Request
+
+ * [JBWS-2717] - Send XML declarations with WSDL
+ * [JBWS-2752] - Add 'nocompile' option to wsconsume (command line)
+ * [JBWS-2781] - Allow use of custom ClientSocketChannelFactory
+ * [JBWS-2785] - Upgrade to Netty 3.1.5.GA
+
+Task
+
+ * [JBWS-2613] - Ensure correct line ends in windows shell scripts (CRNL)
+ * [JBWS-2726] - Rewrite dar/JMSClientTestCase
+ * [JBWS-2727] - Fix AS-Tests-AS-6.0.0 hudson job
+ * [JBWS-2741] - Remove JAXWS API interfaces from jbossws-native-jaxws
+ * [JBWS-2748] - Update to xmlsec 1.4.3
+ * [JBWS-2749] - Update Hudson jobs because of JDK1.5 finishing EOL transition period
+ * [JBWS-2750] - Reduce impact of logging on performances
+ * [JBWS-2757] - Update Class-Path attribute in manifest
+ * [JBWS-2763] - Miscellaneous performance optimizations
+ * [JBWS-2772] - Remove JBoss kernel dependencies from SPI, COMMON and all STACKS
+ * [JBWS-2792] - Update to latest available JAX-WS and JAXB RI
+
+Errata
+
+ See: https://jira.jboss.org/jira/browse/JBWS-2797
+
+-----------------------
jbossws-native-3.2.0.GA
-----------------------
15 years, 1 month
JBossWS SVN: r11048 - in stack/native: tags and 1 other directory.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2009-10-27 08:44:45 -0400 (Tue, 27 Oct 2009)
New Revision: 11048
Added:
stack/native/tags/jbossws-native-3.2.1.GA/
Removed:
stack/native/branches/jbossws-native-3.2.1.GA/
Log:
[JBWS-2795] Tagging jbossws-native-3.2.1.GA
Copied: stack/native/tags/jbossws-native-3.2.1.GA (from rev 11047, stack/native/branches/jbossws-native-3.2.1.GA)
15 years, 1 month
JBossWS SVN: r11047 - in stack/native/branches/jbossws-native-3.2.1.GA: modules/client and 10 other directories.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2009-10-27 08:43:17 -0400 (Tue, 27 Oct 2009)
New Revision: 11047
Modified:
stack/native/branches/jbossws-native-3.2.1.GA/modules/client/pom.xml
stack/native/branches/jbossws-native-3.2.1.GA/modules/core/pom.xml
stack/native/branches/jbossws-native-3.2.1.GA/modules/jaxrpc/pom.xml
stack/native/branches/jbossws-native-3.2.1.GA/modules/jaxws-ext/pom.xml
stack/native/branches/jbossws-native-3.2.1.GA/modules/jaxws/pom.xml
stack/native/branches/jbossws-native-3.2.1.GA/modules/management/pom.xml
stack/native/branches/jbossws-native-3.2.1.GA/modules/resources/pom.xml
stack/native/branches/jbossws-native-3.2.1.GA/modules/saaj/pom.xml
stack/native/branches/jbossws-native-3.2.1.GA/modules/testsuite/framework-tests/pom.xml
stack/native/branches/jbossws-native-3.2.1.GA/modules/testsuite/native-tests/pom.xml
stack/native/branches/jbossws-native-3.2.1.GA/modules/testsuite/pom.xml
stack/native/branches/jbossws-native-3.2.1.GA/pom.xml
Log:
[JBWS-2795] Updating poms
Modified: stack/native/branches/jbossws-native-3.2.1.GA/modules/client/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.2.1.GA/modules/client/pom.xml 2009-10-27 12:35:36 UTC (rev 11046)
+++ stack/native/branches/jbossws-native-3.2.1.GA/modules/client/pom.xml 2009-10-27 12:43:17 UTC (rev 11047)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>3.2.1-SNAPSHOT</version>
+ <version>3.2.1.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/branches/jbossws-native-3.2.1.GA/modules/core/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.2.1.GA/modules/core/pom.xml 2009-10-27 12:35:36 UTC (rev 11046)
+++ stack/native/branches/jbossws-native-3.2.1.GA/modules/core/pom.xml 2009-10-27 12:43:17 UTC (rev 11047)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>3.2.1-SNAPSHOT</version>
+ <version>3.2.1.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/branches/jbossws-native-3.2.1.GA/modules/jaxrpc/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.2.1.GA/modules/jaxrpc/pom.xml 2009-10-27 12:35:36 UTC (rev 11046)
+++ stack/native/branches/jbossws-native-3.2.1.GA/modules/jaxrpc/pom.xml 2009-10-27 12:43:17 UTC (rev 11047)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>3.2.1-SNAPSHOT</version>
+ <version>3.2.1.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/branches/jbossws-native-3.2.1.GA/modules/jaxws/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.2.1.GA/modules/jaxws/pom.xml 2009-10-27 12:35:36 UTC (rev 11046)
+++ stack/native/branches/jbossws-native-3.2.1.GA/modules/jaxws/pom.xml 2009-10-27 12:43:17 UTC (rev 11047)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>3.2.1-SNAPSHOT</version>
+ <version>3.2.1.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/branches/jbossws-native-3.2.1.GA/modules/jaxws-ext/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.2.1.GA/modules/jaxws-ext/pom.xml 2009-10-27 12:35:36 UTC (rev 11046)
+++ stack/native/branches/jbossws-native-3.2.1.GA/modules/jaxws-ext/pom.xml 2009-10-27 12:43:17 UTC (rev 11047)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>3.2.1-SNAPSHOT</version>
+ <version>3.2.1.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/branches/jbossws-native-3.2.1.GA/modules/management/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.2.1.GA/modules/management/pom.xml 2009-10-27 12:35:36 UTC (rev 11046)
+++ stack/native/branches/jbossws-native-3.2.1.GA/modules/management/pom.xml 2009-10-27 12:43:17 UTC (rev 11047)
@@ -8,7 +8,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>3.2.1-SNAPSHOT</version>
+ <version>3.2.1.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/branches/jbossws-native-3.2.1.GA/modules/resources/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.2.1.GA/modules/resources/pom.xml 2009-10-27 12:35:36 UTC (rev 11046)
+++ stack/native/branches/jbossws-native-3.2.1.GA/modules/resources/pom.xml 2009-10-27 12:43:17 UTC (rev 11047)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>3.2.1-SNAPSHOT</version>
+ <version>3.2.1.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/branches/jbossws-native-3.2.1.GA/modules/saaj/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.2.1.GA/modules/saaj/pom.xml 2009-10-27 12:35:36 UTC (rev 11046)
+++ stack/native/branches/jbossws-native-3.2.1.GA/modules/saaj/pom.xml 2009-10-27 12:43:17 UTC (rev 11047)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>3.2.1-SNAPSHOT</version>
+ <version>3.2.1.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/branches/jbossws-native-3.2.1.GA/modules/testsuite/framework-tests/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.2.1.GA/modules/testsuite/framework-tests/pom.xml 2009-10-27 12:35:36 UTC (rev 11046)
+++ stack/native/branches/jbossws-native-3.2.1.GA/modules/testsuite/framework-tests/pom.xml 2009-10-27 12:43:17 UTC (rev 11047)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native-testsuite</artifactId>
- <version>3.2.1-SNAPSHOT</version>
+ <version>3.2.1.GA</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: stack/native/branches/jbossws-native-3.2.1.GA/modules/testsuite/native-tests/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.2.1.GA/modules/testsuite/native-tests/pom.xml 2009-10-27 12:35:36 UTC (rev 11046)
+++ stack/native/branches/jbossws-native-3.2.1.GA/modules/testsuite/native-tests/pom.xml 2009-10-27 12:43:17 UTC (rev 11047)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native-testsuite</artifactId>
- <version>3.2.1-SNAPSHOT</version>
+ <version>3.2.1.GA</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: stack/native/branches/jbossws-native-3.2.1.GA/modules/testsuite/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.2.1.GA/modules/testsuite/pom.xml 2009-10-27 12:35:36 UTC (rev 11046)
+++ stack/native/branches/jbossws-native-3.2.1.GA/modules/testsuite/pom.xml 2009-10-27 12:43:17 UTC (rev 11047)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>3.2.1-SNAPSHOT</version>
+ <version>3.2.1.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/branches/jbossws-native-3.2.1.GA/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.2.1.GA/pom.xml 2009-10-27 12:35:36 UTC (rev 11046)
+++ stack/native/branches/jbossws-native-3.2.1.GA/pom.xml 2009-10-27 12:43:17 UTC (rev 11047)
@@ -17,7 +17,7 @@
<artifactId>jbossws-native</artifactId>
<packaging>pom</packaging>
- <version>3.2.1-SNAPSHOT</version>
+ <version>3.2.1.GA</version>
<!-- Parent -->
<parent>
@@ -28,9 +28,9 @@
<!-- Source Control Management -->
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/stack/native/trunk</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/stack/native/trunk</developerConnection>
- <url>http://fisheye.jboss.com/viewrep/JBossWS/stack/native/trunk</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/stack/native/tags/jbossws-...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/stack/native/tags/jbossws-nat...</developerConnection>
+ <url>http://fisheye.jboss.com/viewrep/JBossWS/stack/native/tags/jbossws-native...</url>
</scm>
<!-- Modules -->
15 years, 1 month
JBossWS SVN: r11046 - stack/native/branches/jbossws-native-3.2.1.GA/src/main/distro.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2009-10-27 08:35:36 -0400 (Tue, 27 Oct 2009)
New Revision: 11046
Modified:
stack/native/branches/jbossws-native-3.2.1.GA/src/main/distro/ReleaseNotes.txt
Log:
[JBWS-2795] Release notes
Modified: stack/native/branches/jbossws-native-3.2.1.GA/src/main/distro/ReleaseNotes.txt
===================================================================
--- stack/native/branches/jbossws-native-3.2.1.GA/src/main/distro/ReleaseNotes.txt 2009-10-27 12:27:16 UTC (rev 11045)
+++ stack/native/branches/jbossws-native-3.2.1.GA/src/main/distro/ReleaseNotes.txt 2009-10-27 12:35:36 UTC (rev 11046)
@@ -26,21 +26,50 @@
What's new in jbossws-native-${project.version}
----------------------------------
-Feature Request
+Bug
- TODO: enumerate
+ * [JBWS-2262] - WSDL is not correctly modified to use the configured https port
+ * [JBWS-2674] - Restore implementation of javax.xml.ws.Endpoint
+ * [JBWS-2701] - @XmlSeeAlso and generated wsdl
+ * [JBWS-2743] - Make sure all maven dependencies are downloaded only from JBoss repositories
+ * [JBWS-2745] - Issue with stack switch and binary distro install
+ * [JBWS-2747] - Implement unimplemented DOM related methods in JBossWS SAAJ Implementation
+ * [JBWS-2753] - Leverage keep-alive connections to improve client side perfomances
+ * [JBWS-2759] - JBossWS installation doesn't work for non default configurations
+ * [JBWS-2760] - wsconsume.bat and wsprovider.bat require JAVA_HOME environment variable in Winodws OS
+ * [JBWS-2761] - Wrong HTTP code sent by WS-RM backport server
+ * [JBWS-2762] - Relax restriction on @WebContext(authMethod)
+ * [JBWS-2767] - WSDL_DESCRIPTION population in MessageContext badly affects performances
+ * [JBWS-2773] - Remove JBossAS webservices integration layer from tests classpath
+ * [JBWS-2777] - WSDL11Reader issue with schemas with no namespace and improve optimisation for circular references.
+ * [JBWS-2783] - Malformed URL exception when deploying wsdl with jms address
+ * [JBWS-2784] - MetadataBuilder chokes on multiple imports: "Cannot find port with name ..."
+ * [JBWS-2789] - Investigate why Endpoint.publish() doesn't work on server side on AS Branch_5_x
-Bug
+Feature Request
- TODO: enumerate
+ * [JBWS-2717] - Send XML declarations with WSDL
+ * [JBWS-2752] - Add 'nocompile' option to wsconsume (command line)
+ * [JBWS-2781] - Allow use of custom ClientSocketChannelFactory
+ * [JBWS-2785] - Upgrade to Netty 3.1.5.GA
Task
- TODO: enumerate
+ * [JBWS-2613] - Ensure correct line ends in windows shell scripts (CRNL)
+ * [JBWS-2726] - Rewrite dar/JMSClientTestCase
+ * [JBWS-2727] - Fix AS-Tests-AS-6.0.0 hudson job
+ * [JBWS-2741] - Remove JAXWS API interfaces from jbossws-native-jaxws
+ * [JBWS-2748] - Update to xmlsec 1.4.3
+ * [JBWS-2749] - Update Hudson jobs because of JDK1.5 finishing EOL transition period
+ * [JBWS-2750] - Reduce impact of logging on performances
+ * [JBWS-2757] - Update Class-Path attribute in manifest
+ * [JBWS-2763] - Miscellaneous performance optimizations
+ * [JBWS-2772] - Remove JBoss kernel dependencies from SPI, COMMON and all STACKS
+ * [JBWS-2792] - Update to latest available JAX-WS and JAXB RI
Errata
- See: TODO: reference to associated JIRA issue
+ See: https://jira.jboss.org/jira/browse/JBWS-2797
Enjoy,
The JBossWS Team
15 years, 1 month
JBossWS SVN: r11045 - framework/trunk/testsuite/test/java/org/jboss/test/ws/management/recording.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2009-10-27 08:27:16 -0400 (Tue, 27 Oct 2009)
New Revision: 11045
Modified:
framework/trunk/testsuite/test/java/org/jboss/test/ws/management/recording/MemoryBufferRecorderTestCase.java
Log:
[JBWS-2203] removing FIXME
Modified: framework/trunk/testsuite/test/java/org/jboss/test/ws/management/recording/MemoryBufferRecorderTestCase.java
===================================================================
--- framework/trunk/testsuite/test/java/org/jboss/test/ws/management/recording/MemoryBufferRecorderTestCase.java 2009-10-27 11:44:43 UTC (rev 11044)
+++ framework/trunk/testsuite/test/java/org/jboss/test/ws/management/recording/MemoryBufferRecorderTestCase.java 2009-10-27 12:27:16 UTC (rev 11045)
@@ -92,20 +92,14 @@
System.out.println("FIXME: [JBWS-2204] Implement Metro standard message context properties");
return;
}
- if (isIntegrationCXF())
- {
- //The WSDL_OPERATION ctx property is required for the operation filter to work
- System.out.println("FIXME: [JBWS-2203] Implement CXF standard message context properties");
- return;
- }
Endpoint port = getPort();
MBeanServerConnection server = getServer();
ObjectName oname = new ObjectName(endpointObjectName + ",recordProcessor=MemoryBufferRecorder");
setRecording(true);
-
+
port.echo1("Test getRecordsByOperation");
port.echo2("Test getRecordsByOperation");
-
+
Map<String, List<Record>> echo1Records = (Map<String, List<Record>>)server.invoke(oname, "getRecordsByOperation", new Object[] { targetNS, "echo1" }, new String[] {
"java.lang.String", "java.lang.String" });
Map<String, List<Record>> echo2Records = (Map<String, List<Record>>)server.invoke(oname, "getRecordsByOperation", new Object[] { targetNS, "echo2" }, new String[] {
@@ -166,23 +160,17 @@
System.out.println("FIXME: [JBWS-2204] Implement Metro standard message context properties");
return;
}
- if (isIntegrationCXF())
- {
- //The WSDL_OPERATION ctx property is required for the operation filter to work
- System.out.println("FIXME: [JBWS-2203] Implement CXF standard message context properties");
- return;
- }
Endpoint port = getPort();
MBeanServerConnection server = getServer();
ObjectName oname = new ObjectName(endpointObjectName + ",recordProcessor=MemoryBufferRecorder");
setRecording(true);
-
+
OperationFilter operationFilter = new OperationFilter(new QName(targetNS, "echo1"));
LinkedList<String> l = new LinkedList<String>();
l.add("localhost");
l.add("127.0.0.1");
HostFilter hostFilter = new HostFilter(l,false); //destination
-
+
RecordFilter[] filters = new RecordFilter[] {operationFilter, hostFilter};
Map<String, List<Record>> startRecords = (Map<String, List<Record>>)server.invoke(oname, "getMatchingRecords", new Object[] { filters }, new String[] { filters.getClass().getName() });
@@ -203,19 +191,13 @@
System.out.println("FIXME: [JBWS-2204] Implement Metro standard message context properties");
return;
}
- if (isIntegrationCXF())
- {
- //The WSDL_OPERATION ctx property is required for the operation filter to work
- System.out.println("FIXME: [JBWS-2203] Implement CXF standard message context properties");
- return;
- }
Endpoint port = getPort();
MBeanServerConnection server = getServer();
ObjectName oname = new ObjectName(endpointObjectName + ",recordProcessor=MemoryBufferRecorder");
setRecording(true);
-
+
OperationFilter operationFilter = new OperationFilter(new QName(targetNS, "echo1"));
-
+
//Adding Operation filter...
server.invoke(oname, "addFilter", new Object[] { operationFilter }, new String[] { RecordFilter.class.getName() });
int size = (Integer)server.getAttribute(oname, "Size");
15 years, 1 month