Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 945096 Details for
Bug 1150687
Unexpected failure of JBossWS testsuite - removing connector requires reload
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Productization patch for JBossWS sources
jbossws-cxf-4.3.1.Final-EAP-6.4.0.DR4.diff (text/plain), 19.85 KB, created by
Jan Blizňák
on 2014-10-08 16:47:22 UTC
(
hide
)
Description:
Productization patch for JBossWS sources
Filename:
MIME Type:
Creator:
Jan Blizňák
Created:
2014-10-08 16:47:22 UTC
Size:
19.85 KB
patch
obsolete
>Index: modules/endorsed/pom.xml >--- modules/endorsed/pom.xml (revision 17303) >+++ modules/endorsed/pom.xml (working copy) >=================================================================== >@@ -9,7 +9,7 @@ > <parent> > <groupId>org.jboss.ws.cxf</groupId> > <artifactId>jbossws-cxf</artifactId> >- <version>4.3.1.Final</version> >+ <version>4.3.1.Final</version> > <relativePath>../../pom.xml</relativePath> > </parent> > >Index: modules/addons/transports/udp/pom.xml >=================================================================== >--- modules/addons/transports/udp/pom.xml (revision 17303) >+++ modules/addons/transports/udp/pom.xml (working copy) >@@ -8,7 +8,7 @@ > <parent> > <groupId>org.jboss.ws.cxf</groupId> > <artifactId>jbossws-cxf-addons</artifactId> >- <version>4.3.1.Final</version> >+ <version>4.3.1.Final</version> > <relativePath>../../pom.xml</relativePath> > </parent> > >Index: modules/addons/transports/http/httpserver/pom.xml >=================================================================== >--- modules/addons/transports/http/httpserver/pom.xml (revision 17303) >+++ modules/addons/transports/http/httpserver/pom.xml (working copy) >@@ -8,7 +8,7 @@ > <parent> > <groupId>org.jboss.ws.cxf</groupId> > <artifactId>jbossws-cxf-addons</artifactId> >- <version>4.3.1.Final</version> >+ <version>4.3.1.Final</version> > <relativePath>../../../pom.xml</relativePath> > </parent> > >Index: modules/addons/pom.xml >=================================================================== >--- modules/addons/pom.xml (revision 17303) >+++ modules/addons/pom.xml (working copy) >@@ -10,7 +10,7 @@ > <parent> > <groupId>org.jboss.ws.cxf</groupId> > <artifactId>jbossws-cxf</artifactId> >- <version>4.3.1.Final</version> >+ <version>4.3.1.Final</version> > <relativePath>../../pom.xml</relativePath> > </parent> > >Index: modules/dist/pom.xml >=================================================================== >--- modules/dist/pom.xml (revision 17303) >+++ modules/dist/pom.xml (working copy) >@@ -8,7 +8,7 @@ > <parent> > <groupId>org.jboss.ws.cxf</groupId> > <artifactId>jbossws-cxf</artifactId> >- <version>4.3.1.Final</version> >+ <version>4.3.1.Final</version> > <relativePath>../../pom.xml</relativePath> > </parent> > >Index: modules/resources/pom.xml >=================================================================== >--- modules/resources/pom.xml (revision 17303) >+++ modules/resources/pom.xml (working copy) >@@ -9,7 +9,7 @@ > <parent> > <groupId>org.jboss.ws.cxf</groupId> > <artifactId>jbossws-cxf</artifactId> >- <version>4.3.1.Final</version> >+ <version>4.3.1.Final</version> > <relativePath>../../pom.xml</relativePath> > </parent> > >Index: modules/client/pom.xml >=================================================================== >--- modules/client/pom.xml (revision 17303) >+++ modules/client/pom.xml (working copy) >@@ -8,7 +8,7 @@ > <parent> > <groupId>org.jboss.ws.cxf</groupId> > <artifactId>jbossws-cxf</artifactId> >- <version>4.3.1.Final</version> >+ <version>4.3.1.Final</version> > <relativePath>../../pom.xml</relativePath> > </parent> > >Index: modules/server/pom.xml >=================================================================== >--- modules/server/pom.xml (revision 17303) >+++ modules/server/pom.xml (working copy) >@@ -9,7 +10,7 @@ > <parent> > <groupId>org.jboss.ws.cxf</groupId> > <artifactId>jbossws-cxf</artifactId> >- <version>4.3.1.Final</version> >+ <version>4.3.1.Final</version> > <relativePath>../../pom.xml</relativePath> > </parent> > >Index: modules/testsuite/cxf-spring-tests/pom.xml >=================================================================== >--- modules/testsuite/cxf-spring-tests/pom.xml (revision 17303) >+++ modules/testsuite/cxf-spring-tests/pom.xml (working copy) >@@ -10,7 +10,7 @@ > <parent> > <groupId>org.jboss.ws.cxf</groupId> > <artifactId>jbossws-cxf-testsuite</artifactId> >- <version>4.3.1.Final</version> >+ <version>4.3.1.Final</version> > <relativePath>../pom.xml</relativePath> > </parent> > >Index: modules/testsuite/cxf-tests/pom.xml >=================================================================== >--- modules/testsuite/cxf-tests/pom.xml (revision 17303) >+++ modules/testsuite/cxf-tests/pom.xml (working copy) >@@ -10,7 +10,7 @@ > <parent> > <groupId>org.jboss.ws.cxf</groupId> > <artifactId>jbossws-cxf-testsuite</artifactId> >- <version>4.3.1.Final</version> >+ <version>4.3.1.Final</version> > <relativePath>../pom.xml</relativePath> > </parent> > >@@ -220,6 +220,27 @@ > </build> > </profile> > >+ <profile> >+ <id>nojaspi</id> >+ <activation> >+ <property> >+ <name>!jaspi</name> >+ </property> >+ </activation> >+ <build> >+ <plugins> >+ <plugin> >+ <groupId>org.apache.maven.plugins</groupId> >+ <artifactId>maven-compiler-plugin</artifactId> >+ <configuration> >+ <testExcludes> >+ <testExclude>org/jboss/test/ws/jaxws/samples/wsse/policy/jaspi/*.java</testExclude> >+ </testExcludes> >+ </configuration> >+ </plugin> >+ </plugins> >+ </build> >+ </profile> > </profiles> > > </project> >Index: modules/testsuite/pom.xml >=================================================================== >--- modules/testsuite/pom.xml (revision 17303) >+++ modules/testsuite/pom.xml (working copy) >@@ -10,7 +10,7 @@ > <parent> > <groupId>org.jboss.ws.cxf</groupId> > <artifactId>jbossws-cxf</artifactId> >- <version>4.3.1.Final</version> >+ <version>4.3.1.Final</version> > <relativePath>../../pom.xml</relativePath> > </parent> > >@@ -27,8 +27,8 @@ > <log4j.output.dir>${project.build.directory}</log4j.output.dir> > <appclient.output.dir>${project.build.directory}/appclient-logs</appclient.output.dir> > <org.littleshoot.littleproxy.version>1.0.0-beta2</org.littleshoot.littleproxy.version> >- <org.slf4j.version>1.6.1</org.slf4j.version> >- <gnu.getopt.version>1.0.13</gnu.getopt.version> >+ <org.slf4j.version>1.7.2.redhat-3</org.slf4j.version><!-- org.slf4j:slf4j-api: --> >+ <gnu.getopt.version>1.0.13.redhat-4</gnu.getopt.version><!-- gnu.getopt:java-getopt: --> > <bc.version>1.46</bc.version> > <log4j.version>1.2.14</log4j.version> > <remote.port>4447</remote.port> >@@ -70,12 +70,20 @@ > <groupId>org.jboss.ws.cxf</groupId> > <artifactId>jbossws-cxf-client</artifactId> > <version>${project.version}</version> >+ <exclusions> >+ <exclusion> >+ <groupId>org.slf4j</groupId> >+ <artifactId>log4j-over-slf4j</artifactId> >+ </exclusion> >+ </exclusions> > </dependency> >+ <!-- not supported in EAP > <dependency> > <groupId>org.jboss.ws.cxf</groupId> > <artifactId>jbossws-cxf-jaspi</artifactId> > <version>${project.version}</version> > </dependency> >+ --> > <dependency> > <groupId>org.jboss.ws.cxf</groupId> > <artifactId>jbossws-cxf-factories</artifactId> >@@ -116,12 +124,23 @@ > <version>${bc.version}</version> > <scope>test</scope> > </dependency> >+ <!-- exclude slf4j-log4j12 > <dependency> > <groupId>org.slf4j</groupId> > <artifactId>slf4j-log4j12</artifactId> > <version>${org.slf4j.version}</version> > </dependency> >- >+ --> >+ <dependency> >+ <groupId>org.slf4j</groupId> >+ <artifactId>slf4j-api</artifactId> >+ <version>1.7.2.redhat-3</version><!-- org.slf4j:slf4j-api: --> >+ </dependency> >+ <dependency> >+ <groupId>org.slf4j</groupId> >+ <artifactId>slf4j-log4j12</artifactId> >+ <version>1.7.2</version> >+ </dependency> > </dependencies> > > <!-- Build --> >@@ -683,9 +702,6 @@ > <!-- # Tests migrated from JBossWS-Native specific testsuite which are meant to pass with JBossWS-CXF too, but are still to be fixed --> > <exclude>org/jboss/test/ws/jaxws/jbws2978/**</exclude> > >- <!-- # [PLFED-390] PicketLink STS chokes on WS-Policy 1.5 tags --> >- <exclude>org/jboss/test/ws/jaxws/samples/wsse/policy/trust/WSTrustPicketLinkTestCase*</exclude> >- > <!--# [AS7-537] Fixed on AS 8 or greater --> > <exclude>org/jboss/test/ws/jaxws/cxf/noIntegration/AS7537TestCase**</exclude> > >@@ -703,6 +722,9 @@ > > <!-- [WELD-1328] @WebServiceRef injection not working w/ Weld 1.x --> > <exclude>org/jboss/test/ws/jaxws/cxf/jbws3679/**</exclude> >+ >+ <!--[JBWS-3738] still under development --> >+ <exclude>org/jboss/test/ws/jaxws/samples/wsse/policy/trust/WSTrustHolderOfKeyTestCase*</exclude> > </excludes> > </configuration> > </plugin> >@@ -785,6 +807,9 @@ > > <!-- Manually setup KDC before run this test--> > <exclude>org/jboss/test/ws/jaxws/samples/wsse/kerberos/*TestCase*</exclude> >+ >+ <!--[JBWS-3738] still under development --> >+ <exclude>org/jboss/test/ws/jaxws/samples/wsse/policy/trust/WSTrustHolderOfKeyTestCase*</exclude> > </excludes> > </configuration> > </plugin> >@@ -867,6 +892,9 @@ > > <!-- Manually setup KDC before run this test--> > <exclude>org/jboss/test/ws/jaxws/samples/wsse/kerberos/*TestCase*</exclude> >+ >+ <!--[JBWS-3738] still under development --> >+ <exclude>org/jboss/test/ws/jaxws/samples/wsse/policy/trust/WSTrustHolderOfKeyTestCase*</exclude> > </excludes> > </configuration> > </plugin> >Index: modules/testsuite/shared-tests/pom.xml >=================================================================== >--- modules/testsuite/shared-tests/pom.xml (revision 17303) >+++ modules/testsuite/shared-tests/pom.xml (working copy) >@@ -10,7 +10,7 @@ > <parent> > <groupId>org.jboss.ws.cxf</groupId> > <artifactId>jbossws-cxf-testsuite</artifactId> >- <version>4.3.1.Final</version> >+ <version>4.3.1.Final</version> > <relativePath>../pom.xml</relativePath> > </parent> > >@@ -27,6 +27,12 @@ > <artifactId>jbossws-cxf-client</artifactId> > <version>${project.version}</version> > <scope>runtime</scope> <!-- override scope from parent dependency to make sure tests are not compiled using (JBWS-)CXF classes --> >+ <exclusions> >+ <exclusion> >+ <groupId>org.slf4j</groupId> >+ <artifactId>log4j-over-slf4j</artifactId> >+ </exclusion> >+ </exclusions> > </dependency> > <dependency> > <groupId>junit</groupId> >Index: modules/addons/transports/http/undertow/pom.xml >=================================================================== >--- modules/addons/transports/http/undertow/pom.xml (revision 17303) >+++ modules/addons/transports/http/undertow/pom.xml (working copy) >@@ -8,7 +8,7 @@ > <parent> > <groupId>org.jboss.ws.cxf</groupId> > <artifactId>jbossws-cxf-addons</artifactId> >- <version>4.3.1.Final</version> >+ <version>4.3.1.Final</version> > <relativePath>../../../pom.xml</relativePath> > </parent> > >Index: modules/jaspi/pom.xml >=================================================================== >--- modules/jaspi/pom.xml (revision 17303) >+++ modules/jaspi/pom.xml (working copy) >@@ -9,7 +9,7 @@ > <parent> > <groupId>org.jboss.ws.cxf</groupId> > <artifactId>jbossws-cxf</artifactId> >- <version>4.3.1.Final</version> >+ <version>4.3.1.Final</version> > <relativePath>../../pom.xml</relativePath> > </parent> > >Index: modules/testsuite/test-utils/pom.xml >=================================================================== >--- modules/testsuite/test-utils/pom.xml (revision 17303) >+++ modules/testsuite/test-utils/pom.xml (working copy) >@@ -10,7 +10,7 @@ > <parent> > <groupId>org.jboss.ws.cxf</groupId> > <artifactId>jbossws-cxf-testsuite</artifactId> >- <version>4.3.1.Final</version> >+ <version>4.3.1.Final</version> > <relativePath>../pom.xml</relativePath> > </parent> > >Index: pom.xml >=================================================================== >--- pom.xml (revision 17303) >+++ pom.xml (working copy) >@@ -32,7 +32,7 @@ > <description>JBossWS CXF stack</description> > > >- <version>4.3.1.Final</version> >+ <version>4.3.1.Final</version> > > <!-- Parent --> > <parent> >@@ -60,57 +60,57 @@ > > <!-- Properties --> > <properties> >- <jbossws.api.version>1.0.2.Final</jbossws.api.version> >+ <jbossws.api.version>1.0.2.Final-redhat-1</jbossws.api.version><!-- org.jboss.ws:jbossws-api: --> >- <jbossws.spi.version>2.3.0.Final</jbossws.spi.version> >+ <jbossws.spi.version>2.3.0.Final-redhat-1</jbossws.spi.version><!-- org.jboss.ws:jbossws-spi: --> >- <jbossws.common.version>2.3.1.Final</jbossws.common.version> >+ <jbossws.common.version>2.3.1.Final</jbossws.common.version><!-- org.jboss.ws:jbossws-common: --> >- <jbossws.common.tools.version>1.2.0.Final</jbossws.common.tools.version> >+ <jbossws.common.tools.version>1.2.0.Final-redhat-2</jbossws.common.tools.version><!-- org.jboss.ws:jbossws-common-tools: --> > <jbossws.jboss720.version>4.3.0.Final</jbossws.jboss720.version> > <jbossws.wildfly800.version>4.3.0.Final</jbossws.wildfly800.version> > <jbossws.wildfly810.version>4.3.1.Final</jbossws.wildfly810.version> >- <jbossws.native.version>4.2.0.Final</jbossws.native.version> >+ <jbossws.native.version>4.2.0.Final-redhat-1</jbossws.native.version><!-- org.jboss.ws.native:jbossws-native: --> >- <jboss720.version>7.2.0.Final</jboss720.version> >+ <jboss720.version>7.5.0.Final-redhat-6</jboss720.version><!-- org.jboss.as:jboss-as-server: --> > <wildfly800.version>8.0.0.Final</wildfly800.version> > <wildfly810.version>8.1.0.Final</wildfly810.version> >- <ejb.api.version>1.0.2.Final</ejb.api.version> >+ <ejb.api.version>1.0.2.Final-redhat-2</ejb.api.version><!-- org.jboss.spec.javax.ejb:jboss-ejb-api_3.1_spec: --> >- <cxf.version>2.7.12</cxf.version> >+ <cxf.version>2.7.12.redhat-2</cxf.version><!-- org.apache.cxf:cxf-api: --> >- <cxf.asm.version>3.3.1</cxf.asm.version> >+ <cxf.asm.version>3.3.1-redhat-5</cxf.asm.version><!-- asm:asm: --> >- <cxf.xjcplugins.version>2.6.1</cxf.xjcplugins.version> >+ <cxf.xjcplugins.version>2.6.2.redhat-1</cxf.xjcplugins.version><!-- org.apache.cxf.xjcplugins:cxf-xjc-ts: --> >- <jboss.common.core.version>2.2.17.GA</jboss.common.core.version> >+ <jboss.common.core.version>2.2.17.GA-redhat-2</jboss.common.core.version><!-- org.jboss:jboss-common-core: --> >- <jboss-logging.version>3.1.2.GA</jboss-logging.version> >+ <jboss-logging.version>3.1.4.GA-redhat-1</jboss-logging.version><!-- org.jboss.logging:jboss-logging: --> >- <jboss-logging-processor.version>1.0.3.Final</jboss-logging-processor.version> >+ <jboss-logging-processor.version>1.1.0.Final</jboss-logging-processor.version><!-- FIXME used in module jbossws-cxf-client to generate files in modules/client/target/generated-translation-files/ org.jboss.logging:jboss-logging-processor: (not in BOM supported dependencies, not in as maven repo) --> >- <jboss.jandex.version>1.0.3.Final</jboss.jandex.version> >+ <jboss.jandex.version>1.2.2.Final-redhat-1</jboss.jandex.version><!-- org.jboss:jandex: --> >- <jboss.xb.version>2.0.3.GA</jboss.xb.version> >+ <jboss.xb.version>2.0.3.GA-redhat-2</jboss.xb.version><!-- org.jboss:jbossxb: --> >- <picketbox.version>4.0.19.Final</picketbox.version> >+ <picketbox.version>4.1.0.Beta1-redhat-1</picketbox.version><!-- org.picketbox:picketbox: --> >- <picketlink.version>2.5.2.Final</picketlink.version> >+ <picketlink.version>2.5.3.SP11-redhat-1</picketlink.version><!-- org.picketlink:picketlink-common: --> >- <jaxws-jboss-httpserver-httpspi.version>1.0.1.GA</jaxws-jboss-httpserver-httpspi.version> >+ <jaxws-jboss-httpserver-httpspi.version>1.0.1.GA-redhat-2</jaxws-jboss-httpserver-httpspi.version><!-- org.jboss.ws.projects:jaxws-jboss-httpserver-httpspi: --> > <jaxws-undertow-httpspi.version>1.0.1.Beta1</jaxws-undertow-httpspi.version> >- <httpserver.version>1.0.0.Final</httpserver.version> >+ <httpserver.version>1.0.2.Final</httpserver.version><!-- org.jboss.com.sun.httpserver:httpserver: --> > <io.undertow.version>1.0.0.Beta33</io.undertow.version> >- <jaxb.api.version>1.0.4.Final</jaxb.api.version> >+ <jaxb.api.version>1.0.4.Final-redhat-2</jaxb.api.version><!-- org.jboss.spec.javax.xml.bind:jboss-jaxb-api_2.2_spec: --> >- <jaxb.impl.version>2.2.6</jaxb.impl.version> >+ <jaxb.impl.version>2.2.5.redhat-9</jaxb.impl.version><!-- com.sun.xml.bind:jaxb-impl: --> >- <jaxrpc.api.version>1.0.1.Final</jaxrpc.api.version> >+ <jaxrpc.api.version>1.0.1.Final-redhat-3</jaxrpc.api.version><!-- org.jboss.spec.javax.xml.rpc:jboss-jaxrpc-api_1.1_spec: --> >- <jaxws.api.version>2.0.2.Final</jaxws.api.version> >+ <jaxws.api.version>2.0.2.Final-redhat-1</jaxws.api.version><!-- org.jboss.spec.javax.xml.ws:jboss-jaxws-api_2.2_spec: --> >- <jsr181.api.version>1.0-MR1</jsr181.api.version> >+ <jsr181.api.version>1.0-MR1-redhat-6</jsr181.api.version><!-- javax.jws:jsr181-api: --> >- <commons-collections.version>3.2.1</commons-collections.version> >+ <commons-collections.version>3.2.1.redhat-3</commons-collections.version><!-- commons-collections:commons-collections: --> >- <commons-lang.version>2.6</commons-lang.version> >+ <commons-lang.version>2.6.redhat-3</commons-lang.version><!-- commons-lang:commons-lang: --> > <commons.logging.version>1.1.1</commons.logging.version> > <log4j.version>1.2.16</log4j.version> >- <activation.version>1.1</activation.version> >+ <activation.version>1.1.1-redhat-2</activation.version><!-- javax.activation:activation: --> > <fastinfoset.version>1.2.12</fastinfoset.version> >- <neethi.version>3.0.2</neethi.version> >+ <neethi.version>3.0.2.redhat-3</neethi.version><!-- org.apache.neethi:neethi: --> >- <opensaml.version>2.5.3</opensaml.version> >+ <opensaml.version>2.5.3.redhat-2</opensaml.version><!-- org.opensaml:opensaml: --> >- <saaj.api.version>1.0.3.Final</saaj.api.version> >+ <saaj.api.version>1.0.3.Final-redhat-1</saaj.api.version><!-- org.jboss.spec.javax.xml.soap:jboss-saaj-api_1.3_spec: --> >- <servlet.api.version>1.0.2.Final</servlet.api.version> >+ <servlet.api.version>1.0.2.Final-redhat-1</servlet.api.version><!-- org.jboss.spec.javax.servlet:jboss-servlet-api_3.0_spec: --> > <stax.api.version>1.0-2</stax.api.version> >- <jms.api.version>1.0.1.Final</jms.api.version> >+ <jms.api.version>1.0.1.Final-redhat-2</jms.api.version><!-- org.jboss.spec.javax.jms:jboss-jms-api_1.1_spec: --> >- <velocity.version>1.7</velocity.version> >+ <velocity.version>1.7.redhat-3</velocity.version><!-- org.apache.velocity:velocity: --> >- <xerces.version>2.9.1</xerces.version> >+ <xerces.version>2.9.1.redhat-6</xerces.version><!-- xerces:xercesImpl: --> >- <xmlsec.version>1.5.7</xmlsec.version> >+ <xmlsec.version>1.5.7</xmlsec.version><!-- org.apache.santuario:xmlsec: --> >- <wss4j.version>1.6.16</wss4j.version> >+ <wss4j.version>1.6.16</wss4j.version><!-- org.apache.ws.security:wss4j: --> >- <wstx.version>4.2.0</wstx.version> >+ <wstx.version>4.2.0.redhat-4</wstx.version><!-- org.codehaus.woodstox:woodstox-core-asl: --> > <spring.version>3.0.7.RELEASE</spring.version> > <shrinkwrap.version>1.1.3</shrinkwrap.version> >- <jaspi.api.version>1.0.0.Alpha1</jaspi.api.version> >+ <jaspi.api.version>1.0.0.Alpha1</jaspi.api.version><!-- FIXME required org.jboss.spec.javax.security.auth.message:jboss-jaspi-api_1.1_spec but EAP uses org.jboss.spec.javax.security.auth.message:jboss-jaspi-api_1.0_spec FIXMEreplace with version of org.jboss.spec.javax.security.auth.message:jboss-jaspi-api_1.1_spec: --> > <javax.inject.version>1</javax.inject.version> > </properties> > >@@ -1234,6 +1234,11 @@ > <artifactId>jaxb-xjc</artifactId> > <version>${jaxb.impl.version}</version> > </dependency> >+ <dependency> >+ <groupId>com.github.relaxng</groupId> >+ <artifactId>relaxngDatatype</artifactId> >+ <version>2011.1-redhat-6</version><!-- com.github.relaxng:relaxngDatatype: --> >+ </dependency> > <dependency> > <groupId>commons-logging</groupId> > <artifactId>commons-logging</artifactId>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1150687
: 945096