JBossWS SVN: r14684 - in stack/cxf/trunk: modules/dist and 3 other directories.
by jbossws-commits@lists.jboss.org
Author: jim.ma
Date: 2011-07-13 03:56:05 -0400 (Wed, 13 Jul 2011)
New Revision: 14684
Modified:
stack/cxf/trunk/build.xml
stack/cxf/trunk/modules/dist/pom.xml
stack/cxf/trunk/modules/dist/src/main/distro/ant.properties.example
stack/cxf/trunk/modules/dist/src/main/distro/build-deploy.xml
stack/cxf/trunk/modules/dist/src/main/distro/build-setup.xml
stack/cxf/trunk/modules/dist/src/main/distro/build.xml
stack/cxf/trunk/modules/server/src/main/scripts/antrun-beans-config.xml
stack/cxf/trunk/modules/testsuite/pom.xml
stack/cxf/trunk/pom.xml
Log:
Add jboss710 profile
Modified: stack/cxf/trunk/build.xml
===================================================================
--- stack/cxf/trunk/build.xml 2011-07-13 05:23:58 UTC (rev 14683)
+++ stack/cxf/trunk/build.xml 2011-07-13 07:56:05 UTC (rev 14684)
@@ -67,8 +67,12 @@
<condition property="jboss700.home" value="${profiles.profile.properties.jboss700.home}">
<isset property="profiles.profile.properties.jboss700.home"/>
</condition>
+ <condition property="jboss710.home" value="${profiles.profile.properties.jboss710.home}">
+ <isset property="profiles.profile.properties.jboss710.home"/>
+ </condition>
- <fail message="jboss home not set, use jboss601.home=value, jboss600.home=value or jboss700.home=value to set">
+
+ <fail message="jboss home not set, use jboss601.home=value, jboss600.home=value, jboss700.home=value or jboss710.home=value to set">
<condition>
<and>
<not>
@@ -80,6 +84,9 @@
<not>
<isset property="jboss700.home"/>
</not>
+ <not>
+ <isset property="jboss710.home"/>
+ </not>
</and>
</condition>
</fail>
@@ -88,6 +95,7 @@
<echo message="jboss600.home=${jboss600.home}"/>
<echo message="jboss601.home=${jboss601.home}"/>
<echo message="jboss700.home=${jboss700.home}"/>
+ <echo message="jboss710.home=${jboss710.home}"/>
</target>
<target name="init" depends="mvn-settings,prepare,os-init">
Modified: stack/cxf/trunk/modules/dist/pom.xml
===================================================================
--- stack/cxf/trunk/modules/dist/pom.xml 2011-07-13 05:23:58 UTC (rev 14683)
+++ stack/cxf/trunk/modules/dist/pom.xml 2011-07-13 07:56:05 UTC (rev 14684)
@@ -194,7 +194,10 @@
</xslt>
<xslt style="${basedir}/src/main/distro/test-exclude.xsl" in="../testsuite/pom.xml" out="${basedir}/target/exclude-file/test-excludes-jboss700.txt">
<param name="targetName" expression="jboss700" />
- </xslt>
+ </xslt>
+ <xslt style="${basedir}/src/main/distro/test-exclude.xsl" in="../testsuite/pom.xml" out="${basedir}/target/exclude-file/test-excludes-jboss710.txt">
+ <param name="targetName" expression="jboss710" />
+ </xslt>
</tasks>
</configuration>
<goals>
Modified: stack/cxf/trunk/modules/dist/src/main/distro/ant.properties.example
===================================================================
--- stack/cxf/trunk/modules/dist/src/main/distro/ant.properties.example 2011-07-13 05:23:58 UTC (rev 14683)
+++ stack/cxf/trunk/modules/dist/src/main/distro/ant.properties.example 2011-07-13 07:56:05 UTC (rev 14684)
@@ -6,8 +6,9 @@
jboss600.home=(a)jboss600.home@
jboss601.home=(a)jboss601.home@
jboss700.home=(a)jboss700.home@
+jboss710.home=(a)jboss710.home@
-# The JBoss server under test. This can be [jboss600|jboss601|jboss700]
+# The JBoss server under test. This can be [jboss600|jboss601|jboss700|jboss710]
jbossws.integration.target=jboss601
# The JBoss settings
Modified: stack/cxf/trunk/modules/dist/src/main/distro/build-deploy.xml
===================================================================
--- stack/cxf/trunk/modules/dist/src/main/distro/build-deploy.xml 2011-07-13 05:23:58 UTC (rev 14683)
+++ stack/cxf/trunk/modules/dist/src/main/distro/build-deploy.xml 2011-07-13 07:56:05 UTC (rev 14684)
@@ -145,6 +145,56 @@
</target>
<!-- ================================================================== -->
+ <!-- Prepare Deployment Structure JBoss-7.1.0 -->
+ <!-- ================================================================== -->
+
+ <target name="deploy-structure-jboss710" depends="prepare-deploy">
+ <delete dir="${deploy.structure}"/>
+
+ <path id="jbossws-common.path">
+ <fileset dir="${deploy.artifacts.dir}">
+ <include name="**/jbossws-common-tools.jar"/>
+ </fileset>
+ </path>
+ <taskdef name="installModules" classname="org.jboss.ws.tools.ant.InstallModulesTask" classpathref="jbossws-common.path"/>
+
+ <antcall target="deploy-jbossws-cxf-modules" inheritall="false">
+ <param name="installserver" value="${deploy.structure}"/>
+ <param name="thirdpartydir" value="${deploy.artifacts.dir}"/>
+ </antcall>
+ </target>
+
+ <!-- ================================================================== -->
+ <!-- Deployment jboss710 -->
+ <!-- ================================================================== -->
+
+ <target name="target-jboss710">
+ <property name="jbossws.integration.target" value="jboss710"/>
+ <echo message="jbossws.integration.target=${jbossws.integration.target}" file="${target.properties.file}"/>
+ </target>
+
+ <target name="deploy-jboss710" depends="undeploy-jboss710,deploy-structure-jboss710,check-spring,install-spring-module" description="Deploy jbossws to jboss710">
+ <fail message="Not available: ${jboss710.available.file}" unless="jboss710.available"/>
+ <copy todir="${jboss710.home}" overwrite="true" verbose="true">
+ <fileset dir="${deploy.structure}">
+ <exclude name="**/jboss/as/webservices/**/module.xml"/>
+ </fileset>
+ </copy>
+ <!-- Install org/jboss/as/webservices module.xml separately since it needs to reference libs already on the AS -->
+ <installModules targetDir="${jboss710.home}/modules">
+ <fileset dir="${deploy.structure}/modules">
+ <include name="**/jboss/as/webservices/**/module.xml"/>
+ </fileset>
+ </installModules>
+ </target>
+
+ <target name="undeploy-jboss710" depends="target-jboss710,init" description="Remove jbossws from jboss710">
+ <fail message="Not available: ${jboss710.available.file}" unless="jboss710.available"/>
+ <macro-undeploy-jbossws-modules targetdir="${jboss710.home}" defaultmodulesconf="${jbossws.default.modules.conf}"/>
+ </target>
+
+
+ <!-- ================================================================== -->
<!-- Spring -->
<!-- ================================================================== -->
<target name="check-spring">
Modified: stack/cxf/trunk/modules/dist/src/main/distro/build-setup.xml
===================================================================
--- stack/cxf/trunk/modules/dist/src/main/distro/build-setup.xml 2011-07-13 05:23:58 UTC (rev 14683)
+++ stack/cxf/trunk/modules/dist/src/main/distro/build-setup.xml 2011-07-13 07:56:05 UTC (rev 14684)
@@ -36,14 +36,17 @@
<property name="jboss601.server.deployers" value="${jboss601.server}/deployers"/>
<property name="jboss700.modules" value="${jboss700.home}/modules"/>
+ <property name="jboss710.modules" value="${jboss710.home}/modules"/>
<property name="jboss600.available.file" value="${jboss600.client}/jboss-client.jar"/>
<property name="jboss601.available.file" value="${jboss601.client}/jboss-client.jar"/>
<property name="jboss700.available.file" value="${jboss700.home}/jboss-modules.jar"/>
+ <property name="jboss710.available.file" value="${jboss710.home}/jboss-modules.jar"/>
<available property="jboss600.available" file="${jboss600.available.file}"/>
<available property="jboss601.available" file="${jboss601.available.file}"/>
<available property="jboss700.available" file="${jboss700.available.file}"/>
+ <available property="jboss710.available" file="${jboss710.available.file}"/>
<tstamp>
<format property="build.id" pattern="yyyyMMddHHmm"/>
Modified: stack/cxf/trunk/modules/dist/src/main/distro/build.xml
===================================================================
--- stack/cxf/trunk/modules/dist/src/main/distro/build.xml 2011-07-13 05:23:58 UTC (rev 14683)
+++ stack/cxf/trunk/modules/dist/src/main/distro/build.xml 2011-07-13 07:56:05 UTC (rev 14684)
@@ -56,6 +56,7 @@
<condition property="jbossws.integration.jboss70" value="true">
<or>
<equals arg1="${jbossws.integration.target}" arg2="jboss700"/>
+ <equals arg1="${jbossws.integration.target}" arg2="jboss710"/>
</or>
</condition>
Modified: stack/cxf/trunk/modules/server/src/main/scripts/antrun-beans-config.xml
===================================================================
--- stack/cxf/trunk/modules/server/src/main/scripts/antrun-beans-config.xml 2011-07-13 05:23:58 UTC (rev 14683)
+++ stack/cxf/trunk/modules/server/src/main/scripts/antrun-beans-config.xml 2011-07-13 07:56:05 UTC (rev 14684)
@@ -40,6 +40,10 @@
file="${src.dir}/jbossws-cxf-config-as7.xml"
tofile="${dest.dir}/jbossws-jboss700/jbossws.beans/META-INF/stack-specific-deployment-aspects.xml"
/>
+ <copy
+ file="${src.dir}/jbossws-cxf-config-as7.xml"
+ tofile="${dest.dir}/jbossws-jboss710/jbossws.beans/META-INF/stack-specific-deployment-aspects.xml"
+ />
</target>
Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml 2011-07-13 05:23:58 UTC (rev 14683)
+++ stack/cxf/trunk/modules/testsuite/pom.xml 2011-07-13 07:56:05 UTC (rev 14684)
@@ -896,12 +896,12 @@
<!--
Name: jboss700
- Descr: JBoss-7.0.0 specific options
+ Descr: JBoss-7.0.0.Final specific options
-->
<profile>
<id>jboss700</id>
<properties>
- <jboss.version>7.0.0.CR2-SNAPSHOT</jboss.version>
+ <jboss.version>7.0.0.Final</jboss.version>
<jbossws.integration.target>jboss700</jbossws.integration.target>
</properties>
<dependencies>
@@ -1078,6 +1078,189 @@
</profile>
<!--
+ Name: jboss710
+ Descr: JBoss-7.1.0 specific options
+ -->
+ <profile>
+ <id>jboss710</id>
+ <properties>
+ <jboss.version>7.1.0.Alpha1-SNAPSHOT</jboss.version>
+ <jbossws.integration.target>jboss710</jbossws.integration.target>
+ </properties>
+ <dependencies>
+ <dependency>
+ <groupId>org.jboss.as</groupId>
+ <artifactId>jboss-as-webservices-tests-integration</artifactId>
+ <version>${jboss.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.mail</groupId>
+ <artifactId>mail</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.naming</groupId>
+ <artifactId>jnp-client</artifactId>
+ <version>5.0.5.Final</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.ejb3</groupId>
+ <artifactId>jboss-ejb3-ext-api</artifactId>
+ <version>2.0.0-beta-1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss</groupId>
+ <artifactId>jboss-common-core</artifactId>
+ <exclusions>
+ <exclusion>
+ <groupId>org.jboss.logging</groupId>
+ <artifactId>jboss-logging-spi</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ </dependencies>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <compilerArguments>
+ <endorseddirs>${project.build.directory}/endorsed</endorseddirs>
+ </compilerArguments>
+ </configuration>
+ <executions>
+ <execution>
+ <id>default-testCompile</id>
+ <phase>test-compile</phase>
+ <configuration>
+ <testExcludes>
+ <!-- AS7 compilation excludes -->
+ <exclude>org/jboss/test/ws/jaxrpc/**</exclude>
+ <!-- EJB3 client API dependencies -->
+ <exclude>org/jboss/test/ws/jaxws/jbws944/**</exclude>
+ <exclude>org/jboss/test/ws/jaxws/samples/webserviceref/**</exclude>
+ </testExcludes>
+ </configuration>
+ <goals>
+ <goal>testCompile</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <argLine>${surefire.jvm.args} ${surefire.jvm.management.args} -Djava.endorsed.dirs=${project.build.directory}/endorsed</argLine>
+ <!-- TODO: replace with maven dependencies -->
+ <additionalClasspathElements>
+ <!-- Lib below required just for jaxrpc tests; listed here to prevent CXF stack from depending on Native stack -->
+ <additionalClasspathElement>${jboss.home}/common/lib/jbossws-native-core.jar</additionalClasspathElement>
+ </additionalClasspathElements>
+ <excludes>
+ <!--# UsernameTestCase requires trustore in jboss-web tomcat configuration-->
+ <exclude>org/jboss/test/ws/jaxws/samples/wssePolicy/UsernameTestCase.*</exclude>
+ <exclude>org/jboss/test/ws/jaxws/samples/wsse/policy/basic/UsernameOverTransportTestCase.*</exclude>
+
+ <!--# [CXF-1519] Explicitly set the namespace of a WebFault-->
+ <exclude>org/jboss/test/ws/jaxws/jbws1904/**</exclude>
+
+ <!--# [CXF-2006] RespectBinding feature and not understood required extensibility elements-->
+ <exclude>org/jboss/test/ws/jaxws/jbws2449/**</exclude>
+
+ <!--# [EJBTHREE-1152] service-ref in ejb-jar.xml is ignored-->
+ <exclude>org/jboss/test/ws/jaxws/samples/serviceref/ServiceRefEJBTestCase.*</exclude>
+
+ <!--# [JBWS-2561] XOP request not properly inlined-->
+ <exclude>org/jboss/test/ws/jaxws/samples/xop/doclit/XOPHandlerTestCase.*</exclude>
+
+ <!--# [JBWS-2480] Soap attachments are dropped on server response-->
+ <exclude>org/jboss/test/ws/jaxws/jbws1283/**</exclude>
+
+ <!--# [JBWS-2397] Fix jbws1797 testcase-->
+ <exclude>org/jboss/test/ws/jaxws/jbws1797/**</exclude>
+
+ <!--# [JBAS-8363] Virtual host issue in JBossWeb-->
+ <exclude>org/jboss/test/ws/jaxws/jbws981/JBWS981TestCase.*</exclude>
+
+ <!-- # [JBAS-9188] Implement support for nested EJBs & WARs in .sar archives -->
+ <exclude>org/jboss/test/ws/jaxws/jbws1854/**</exclude>
+
+ <!--# Seems MSFT interop. endpoints are down :(-->
+ <exclude>org/jboss/test/ws/jaxws/cxf/interop/wstrust10/**</exclude>
+
+ <!-- ////////////////////////// -->
+ <!-- AS7 integration exclusions -->
+ <!-- ////////////////////////// -->
+
+ <!-- TODO: Injections support for WS components -->
+ <exclude>org/jboss/test/ws/jaxws/jbws2074/**</exclude>
+ <exclude>org/jboss/test/ws/jaxws/jbws2634/**</exclude>
+ <exclude>org/jboss/test/ws/jaxws/jbws3026/**</exclude>
+
+ <!-- @WebServiceRef / webserviceref not implemented / ready yet on AS7 -->
+ <exclude>org/jboss/test/ws/jaxws/cxf/webserviceref/WebServiceRefServletTestCase*</exclude>
+ <exclude>org/jboss/test/ws/jaxws/jbws2307/**</exclude>
+ <exclude>org/jboss/test/ws/jaxws/jbws2527/**</exclude>
+ <exclude>org/jboss/test/ws/jaxws/samples/advanced/retail/**</exclude>
+
+ <!-- TODO: EJB3 DD driven deployments -->
+ <exclude>org/jboss/test/ws/jaxws/jbws1813/**</exclude>
+ <exclude>org/jboss/test/ws/jaxws/jbws1841/**</exclude>
+ <exclude>org/jboss/test/ws/jaxws/jbws2241/**</exclude>
+
+ <!-- TODO: JMX client to AS7 server -->
+ <exclude>org/jboss/test/ws/management/recording/**</exclude>
+
+ <!-- TODO: will we support wars bundled in jars on AS7? -->
+ <exclude>org/jboss/test/ws/jaxws/jbws2630/**</exclude>
+
+ <!-- [AS7-1101][JBWS-3322] -->
+ <exclude>org/jboss/test/ws/jaxws/samples/webservicerefsec/**</exclude>
+ <exclude>org/jboss/test/ws/jaxws/jbws2957/**</exclude>
+ <exclude>org/jboss/test/ws/jaxws/jbws2999/**</exclude>
+
+ <!-- # [JBWS-3232] javax.naming.NameNotFoundException: Name 'service' not found in context 'env' -->
+ <exclude>org/jboss/test/ws/jaxws/jbws3140/**</exclude>
+
+ <!-- TODO: tests using org.jboss.ejb3.client.ClientLauncher -->
+ <exclude>org/jboss/test/ws/jaxws/samples/webserviceref/**</exclude>
+
+ <!-- # [JBWS-3234] JNDI over RMI not available on AS7 -->
+ <exclude>org/jboss/test/ws/jaxrpc/**</exclude>
+ <exclude>org/jboss/test/ws/jaxws/jbws944/**</exclude>
+ <exclude>org/jboss/test/ws/jaxws/samples/serviceref/**</exclude>
+ <exclude>org/jboss/test/ws/jaxws/jbws1581/**</exclude>
+ <exclude>org/jboss/test/ws/jaxws/cxf/bus/*EJB3*</exclude>
+
+ <!-- TODO: investigate -->
+ <exclude>org/jboss/test/ws/jaxws/jbws1815/**</exclude>
+ <exclude>org/jboss/test/ws/jaxws/samples/wsseEJB/WsseEjbTestCase*</exclude>
+ <exclude>org/jboss/test/ws/jaxws/samples/wsse/policy/jaas/UsernameAuthorizationEJBTestCase*</exclude>
+
+ <!-- # [JBWS-3205] JDKLogManager not used -->
+ <exclude>org/jboss/test/ws/jaxws/cxf/logging/JDKLoggingTestCase*</exclude>
+
+ <!-- # [JBWS-3225] jbossws console not yet available -->
+ <exclude>org/jboss/test/ws/console/**</exclude>
+
+ <!-- # [JBWS-3227] handlers config file not found on classpath -->
+ <exclude>org/jboss/test/ws/jaxws/jbws3034/**</exclude>
+
+ <!-- # [JBWS-3249] Restore UsernameAuthorizationCustomFileTestCase on AS7 -->
+ <exclude>org/jboss/test/ws/jaxws/samples/wsse/UsernameAuthorizationCustomFileTestCase*</exclude>
+
+ <!-- JAXR not available -->
+ <exclude>org/jboss/test/ws/jaxws/samples/jaxr/**</exclude>
+
+ <!-- Former JMS endpoint functionalities replaced by SOAP-over-JMS on AS7 -->
+ <exclude>org/jboss/test/ws/jaxws/samples/**/jmstransport/**</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+
+ <!--
Name: no-jboss-bind-address
Descr: Set the default jboss.bind.address
Modified: stack/cxf/trunk/pom.xml
===================================================================
--- stack/cxf/trunk/pom.xml 2011-07-13 05:23:58 UTC (rev 14683)
+++ stack/cxf/trunk/pom.xml 2011-07-13 07:56:05 UTC (rev 14684)
@@ -57,7 +57,7 @@
<jbossws.jboss601.version>3.2.1.GA</jbossws.jboss601.version>
-->
<!-- END -->
- <jboss700.version>7.0.0.CR2-SNAPSHOT</jboss700.version>
+ <jboss700.version>7.0.0.Final</jboss700.version>
<cxf.version>2.4.1</cxf.version>
<cxf.asm.version>3.3</cxf.asm.version>
<cxf.xjcplugins.version>2.3.2</cxf.xjcplugins.version>
@@ -1303,7 +1303,7 @@
<!--
Name: jboss700
- Descr: JBoss-7.0.0 specific options
+ Descr: JBoss-7.0.0.Final specific options
-->
<profile>
<id>jboss700</id>
@@ -1314,6 +1314,18 @@
</profile>
<!--
+ Name: jboss710
+ Descr: JBoss-7.1.0 specific options
+ -->
+ <profile>
+ <id>jboss710</id>
+ <properties>
+ <jbossws.integration.target>jboss710</jbossws.integration.target>
+ <jboss.home>${jboss710.home}</jboss.home>
+ </properties>
+ </profile>
+
+ <!--
Name: smoketest
Descr: Executes the smoke tests
-->
13 years, 5 months
JBossWS SVN: r14683 - stack/native/tags/jbossws-native-2.0.1.SP2_CP11.
by jbossws-commits@lists.jboss.org
Author: jim.ma
Date: 2011-07-13 01:23:58 -0400 (Wed, 13 Jul 2011)
New Revision: 14683
Modified:
stack/native/tags/jbossws-native-2.0.1.SP2_CP11/version.properties
Log:
[JBPAPP-6828]:update version number
Modified: stack/native/tags/jbossws-native-2.0.1.SP2_CP11/version.properties
===================================================================
--- stack/native/tags/jbossws-native-2.0.1.SP2_CP11/version.properties 2011-07-13 05:16:50 UTC (rev 14682)
+++ stack/native/tags/jbossws-native-2.0.1.SP2_CP11/version.properties 2011-07-13 05:23:58 UTC (rev 14683)
@@ -6,8 +6,8 @@
specification.vendor=JBoss (http://www.jboss.org)
specification.version=jbossws-2.0
-version.id=2.0.1.SP2_CP-SNAPSHOT
-repository.id=2.0.1.SP2_CP-SNAPSHOT
+version.id=2.0.1.SP2_CP11
+repository.id=2.0.1.SP2_CP11
implementation.title=JBoss Web Services - Native
implementation.url=http://www.jboss.org/products/jbossws
13 years, 5 months
JBossWS SVN: r14682 - stack/native/tags.
by jbossws-commits@lists.jboss.org
Author: jim.ma
Date: 2011-07-13 01:16:50 -0400 (Wed, 13 Jul 2011)
New Revision: 14682
Added:
stack/native/tags/jbossws-native-2.0.1.SP2_CP11/
Log:
[JBPAPP-6828]:Tag jbossws-native-2.0.1.SP2_CP11
13 years, 5 months
JBossWS SVN: r14681 - stack/native/branches/jbossws-native-2.0.1.SP2_CP.
by jbossws-commits@lists.jboss.org
Author: jim.ma
Date: 2011-07-13 01:14:38 -0400 (Wed, 13 Jul 2011)
New Revision: 14681
Modified:
stack/native/branches/jbossws-native-2.0.1.SP2_CP/version.properties
Log:
[JBPAPP-6827]:update jbossws-common to 1.0.0.GA_CP07
Modified: stack/native/branches/jbossws-native-2.0.1.SP2_CP/version.properties
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP/version.properties 2011-07-12 07:57:11 UTC (rev 14680)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP/version.properties 2011-07-13 05:14:38 UTC (rev 14681)
@@ -26,8 +26,8 @@
# Dependend integration projects
jbossws-spi=1.0.0.GA_CP03-brew
-jbossws-common=1.0.0.GA_CP06-brew
-jbossws-framework=2.0.1.GA_CP05-brew
+jbossws-common=1.0.0.GA_CP07-brew
+jbossws-framework=2.0.1.GA_CP06-brew
jbossws-jboss40=2.0.1.GA
jbossws-jboss42=2.0.1.GA_CP01
13 years, 5 months
JBossWS SVN: r14680 - in stack/native/branches/jbossws-native-2.0.1.SP2_CP/src: test/java/org/jboss/test/ws/jaxws/jbws1582 and 3 other directories.
by jbossws-commits@lists.jboss.org
Author: jim.ma
Date: 2011-07-12 03:57:11 -0400 (Tue, 12 Jul 2011)
New Revision: 14680
Added:
stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/jbws1582/attack-message-1.xml
stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/jbws1582/attack-message-2.xml
Removed:
stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/jbws1582/attack-message.xml
Modified:
stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/main/resources/schema/ws-addr.xsd
stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/main/resources/schema/wsdl20.xsd
stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws1582/JBWS1582TestCase.java
stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/samples/wseventing/WEB-INF/wsdl/ws-addr.xsd
stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/samples/wseventing/WEB-INF/wsdl/ws-eventing.wsdl
stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/samples/wseventing/WEB-INF/wsdl/ws-eventing.xsd
stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/wseventing/WEB-INF/wsdl/ws-addr.xsd
stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/wseventing/WEB-INF/wsdl/ws-eventing.wsdl
stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/wseventing/WEB-INF/wsdl/ws-eventing.xsd
Log:
[JBPAPP-6247]:Add test case and modify the related schema file to remove the DOCTYPE
Modified: stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/main/resources/schema/ws-addr.xsd
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/main/resources/schema/ws-addr.xsd 2011-07-12 05:29:09 UTC (rev 14679)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/main/resources/schema/ws-addr.xsd 2011-07-12 07:57:11 UTC (rev 14680)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE xs:schema PUBLIC "-//W3C//DTD XMLSCHEMA 200102//EN" "http://www.w3.org/2001/XMLSchema.dtd">
+<!--DOCTYPE xs:schema PUBLIC "-//W3C//DTD XMLSCHEMA 200102//EN" "http://www.w3.org/2001/XMLSchema.dtd"-->
<!--
W3C XML Schema defined in the Web Services Addressing 1.0 specification
http://www.w3.org/TR/ws-addr-core
Modified: stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/main/resources/schema/wsdl20.xsd
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/main/resources/schema/wsdl20.xsd 2011-07-12 05:29:09 UTC (rev 14679)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/main/resources/schema/wsdl20.xsd 2011-07-12 07:57:11 UTC (rev 14680)
@@ -15,7 +15,7 @@
[1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
-->
-<!DOCTYPE xs:schema PUBLIC "-//W3C//DTD XMLSCHEMA 200102//EN" "http://www.w3.org/2001/XMLSchema.dtd">
+<!--DOCTYPE xs:schema PUBLIC "-//W3C//DTD XMLSCHEMA 200102//EN" "http://www.w3.org/2001/XMLSchema.dtd"-->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:wsdl="http://www.w3.org/2003/11/wsdl" targetNamespace="http://www.w3.org/2003/11/wsdl" elementFormDefault="qualified" finalDefault="" blockDefault="" attributeFormDefault="unqualified">
Modified: stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws1582/JBWS1582TestCase.java
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws1582/JBWS1582TestCase.java 2011-07-12 05:29:09 UTC (rev 14679)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws1582/JBWS1582TestCase.java 2011-07-12 07:57:11 UTC (rev 14680)
@@ -74,16 +74,22 @@
assertTrue(response.contains("<return>Hello</return>"));
}
- public void testSOAPMessageAttack() throws Exception
+ public void testSOAPMessageAttack1() throws Exception
{
- String response = getResponse("jaxws/jbws1582/attack-message.xml");
+ String response = getResponse("jaxws/jbws1582/attack-message-1.xml");
assertTrue(response.contains("HTTP/1.1 500"));
- // There's a bug in xerces that is shipped with EAP 4.3.
- // NPE thrown from xerces can be solved with xerces upgrade.
- //assertTrue(response.contains("The parser has encountered more than"));
- //assertTrue(response.contains("entity expansions in this document"));
+ assertTrue(response.contains("DOCTYPE is disallowed when the feature"));
+ assertTrue(response.contains("http://apache.org/xml/features/disallow-doctype-decl"));
}
+ public void testSOAPMessageAttack2() throws Exception
+ {
+ String response = getResponse("jaxws/jbws1582/attack-message-2.xml");
+ assertTrue(response.contains("HTTP/1.1 500"));
+ assertTrue(response.contains("DOCTYPE is disallowed when the feature"));
+ assertTrue(response.contains("http://apache.org/xml/features/disallow-doctype-decl"));
+ }
+
private String getResponse(String requestFile) throws Exception
{
final String CRNL = "\r\n";
Added: stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/jbws1582/attack-message-1.xml
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/jbws1582/attack-message-1.xml (rev 0)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/jbws1582/attack-message-1.xml 2011-07-12 07:57:11 UTC (rev 14680)
@@ -0,0 +1,151 @@
+<?xml version="1.0"?>
+<!DOCTYPE root [
+ <!ENTITY hello1 "Hello">
+ <!ENTITY hello2 "&hello1; &hello1;">
+ <!ENTITY hello3 "&hello2; &hello2;">
+ <!ENTITY hello4 "&hello3; &hello3;">
+ <!ENTITY hello5 "&hello4; &hello4;">
+ <!ENTITY hello6 "&hello5; &hello5;">
+ <!ENTITY hello7 "&hello6; &hello6;">
+ <!ENTITY hello8 "&hello7; &hello7;">
+ <!ENTITY hello9 "&hello8; &hello8;">
+ <!ENTITY hello10 "&hello9; &hello9;">
+
+ <!ENTITY hello11 "&hello10; &hello10;">
+ <!ENTITY hello12 "&hello11; &hello11;">
+ <!ENTITY hello13 "&hello12; &hello12;">
+ <!ENTITY hello14 "&hello13; &hello13;">
+ <!ENTITY hello15 "&hello14; &hello14;">
+ <!ENTITY hello16 "&hello15; &hello15;">
+ <!ENTITY hello17 "&hello16; &hello16;">
+ <!ENTITY hello18 "&hello17; &hello17;">
+ <!ENTITY hello19 "&hello18; &hello18;">
+ <!ENTITY hello20 "&hello19; &hello19;">
+
+ <!ENTITY hello21 "&hello20; &hello20;">
+ <!ENTITY hello22 "&hello21; &hello21;">
+ <!ENTITY hello23 "&hello22; &hello22;">
+ <!ENTITY hello24 "&hello23; &hello23;">
+ <!ENTITY hello25 "&hello24; &hello24;">
+ <!ENTITY hello26 "&hello25; &hello25;">
+ <!ENTITY hello27 "&hello26; &hello26;">
+ <!ENTITY hello28 "&hello27; &hello27;">
+ <!ENTITY hello29 "&hello28; &hello28;">
+ <!ENTITY hello30 "&hello29; &hello29;">
+
+ <!ENTITY hello31 "&hello30; &hello30;">
+ <!ENTITY hello32 "&hello31; &hello31;">
+ <!ENTITY hello33 "&hello32; &hello32;">
+ <!ENTITY hello34 "&hello33; &hello33;">
+ <!ENTITY hello35 "&hello34; &hello34;">
+ <!ENTITY hello36 "&hello35; &hello35;">
+ <!ENTITY hello37 "&hello36; &hello36;">
+ <!ENTITY hello38 "&hello37; &hello37;">
+ <!ENTITY hello39 "&hello38; &hello38;">
+ <!ENTITY hello40 "&hello39; &hello39;">
+
+ <!ENTITY hello41 "&hello40; &hello40;">
+ <!ENTITY hello42 "&hello41; &hello41;">
+ <!ENTITY hello43 "&hello42; &hello42;">
+ <!ENTITY hello44 "&hello43; &hello43;">
+ <!ENTITY hello45 "&hello44; &hello44;">
+ <!ENTITY hello46 "&hello45; &hello45;">
+ <!ENTITY hello47 "&hello46; &hello46;">
+ <!ENTITY hello48 "&hello47; &hello47;">
+ <!ENTITY hello49 "&hello48; &hello48;">
+ <!ENTITY hello50 "&hello49; &hello49;">
+
+ <!ENTITY hello51 "&hello50; &hello50;">
+ <!ENTITY hello52 "&hello51; &hello51;">
+ <!ENTITY hello53 "&hello52; &hello52;">
+ <!ENTITY hello54 "&hello53; &hello53;">
+ <!ENTITY hello55 "&hello54; &hello54;">
+ <!ENTITY hello56 "&hello55; &hello55;">
+ <!ENTITY hello57 "&hello56; &hello56;">
+ <!ENTITY hello58 "&hello57; &hello57;">
+ <!ENTITY hello59 "&hello58; &hello58;">
+ <!ENTITY hello60 "&hello59; &hello59;">
+
+ <!ENTITY hello61 "&hello60; &hello60;">
+ <!ENTITY hello62 "&hello61; &hello61;">
+ <!ENTITY hello63 "&hello62; &hello62;">
+ <!ENTITY hello64 "&hello63; &hello63;">
+ <!ENTITY hello65 "&hello64; &hello64;">
+ <!ENTITY hello66 "&hello65; &hello65;">
+ <!ENTITY hello67 "&hello66; &hello66;">
+ <!ENTITY hello68 "&hello67; &hello67;">
+ <!ENTITY hello69 "&hello68; &hello68;">
+ <!ENTITY hello70 "&hello69; &hello69;">
+
+ <!ENTITY hello71 "&hello70; &hello70;">
+ <!ENTITY hello72 "&hello71; &hello71;">
+ <!ENTITY hello73 "&hello72; &hello72;">
+ <!ENTITY hello74 "&hello73; &hello73;">
+ <!ENTITY hello75 "&hello74; &hello74;">
+ <!ENTITY hello76 "&hello75; &hello75;">
+ <!ENTITY hello77 "&hello76; &hello76;">
+ <!ENTITY hello78 "&hello77; &hello77;">
+ <!ENTITY hello79 "&hello78; &hello78;">
+ <!ENTITY hello80 "&hello79; &hello79;">
+
+ <!ENTITY hello81 "&hello80; &hello80;">
+ <!ENTITY hello82 "&hello81; &hello81;">
+ <!ENTITY hello83 "&hello82; &hello82;">
+ <!ENTITY hello84 "&hello83; &hello83;">
+ <!ENTITY hello85 "&hello84; &hello84;">
+ <!ENTITY hello86 "&hello85; &hello85;">
+ <!ENTITY hello87 "&hello86; &hello86;">
+ <!ENTITY hello88 "&hello87; &hello87;">
+ <!ENTITY hello89 "&hello88; &hello88;">
+ <!ENTITY hello90 "&hello89; &hello89;">
+
+ <!ENTITY hello91 "&hello90; &hello90;">
+ <!ENTITY hello92 "&hello91; &hello91;">
+ <!ENTITY hello93 "&hello92; &hello92;">
+ <!ENTITY hello94 "&hello93; &hello93;">
+ <!ENTITY hello95 "&hello94; &hello94;">
+ <!ENTITY hello96 "&hello95; &hello95;">
+ <!ENTITY hello97 "&hello96; &hello96;">
+ <!ENTITY hello98 "&hello97; &hello97;">
+ <!ENTITY hello99 "&hello98; &hello98;">
+ <!ENTITY hello100 "&hello99; &hello99;">
+
+ <!ENTITY hello101 "&hello100; &hello100;">
+ <!ENTITY hello102 "&hello101; &hello101;">
+ <!ENTITY hello103 "&hello102; &hello102;">
+ <!ENTITY hello104 "&hello103; &hello103;">
+ <!ENTITY hello105 "&hello104; &hello104;">
+ <!ENTITY hello106 "&hello105; &hello105;">
+ <!ENTITY hello107 "&hello106; &hello106;">
+ <!ENTITY hello108 "&hello107; &hello107;">
+ <!ENTITY hello109 "&hello108; &hello108;">
+ <!ENTITY hello110 "&hello109; &hello109;">
+
+ <!ENTITY hello111 "&hello110; &hello110;">
+ <!ENTITY hello112 "&hello111; &hello111;">
+ <!ENTITY hello113 "&hello112; &hello112;">
+ <!ENTITY hello114 "&hello113; &hello113;">
+ <!ENTITY hello115 "&hello114; &hello114;">
+ <!ENTITY hello116 "&hello115; &hello115;">
+ <!ENTITY hello117 "&hello116; &hello116;">
+ <!ENTITY hello118 "&hello117; &hello117;">
+ <!ENTITY hello119 "&hello118; &hello118;">
+ <!ENTITY hello120 "&hello119; &hello119;">
+
+ <!ENTITY hello121 "&hello120; &hello120;">
+ <!ENTITY hello122 "&hello121; &hello121;">
+ <!ENTITY hello123 "&hello122; &hello122;">
+ <!ENTITY hello124 "&hello123; &hello123;">
+ <!ENTITY hello125 "&hello124; &hello124;">
+ <!ENTITY hello126 "&hello125; &hello125;">
+ <!ENTITY hello127 "&hello126; &hello126;">
+ <!ENTITY hello128 "&hello127; &hello127;">
+]>
+<env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'>
+ <env:Header/>
+ <env:Body>
+ <ns1:echoString xmlns:ns1='http://jbws1582.jaxws.ws.test.jboss.org/'>
+ <arg0>&hello128;</arg0>
+ </ns1:echoString>
+ </env:Body>
+</env:Envelope>
\ No newline at end of file
Added: stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/jbws1582/attack-message-2.xml
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/jbws1582/attack-message-2.xml (rev 0)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/jbws1582/attack-message-2.xml 2011-07-12 07:57:11 UTC (rev 14680)
@@ -0,0 +1,17 @@
+<?xml version="1.0" ?>
+<!DOCTYPE root [
+ <!ENTITY a0 "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa!
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa!
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa!
aaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa!
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa!
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa!
aaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa!
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa!
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa!
aaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa">
+ <!ENTITY a1 "&a0;&a0;&a0;&a0;&a0;&a0;&a0;&a0;">
+ <!ENTITY a2 "&a1;&a1;&a1;&a1;&a1;&a1;&a1;&a1;&a1;&a1;&a1;&a1;&a1;&a1;&a1;&a1;">
+ <!ENTITY a3 "&a2;&a2;&a2;&a2;">
+ <!ENTITY a4 "&a3;&a3;&a3;&a3;&a3;&a3;&a3;&a3;&a3;&a3;&a3;&a3;">
+ <!ENTITY a5 "&a4;&a4;&a4;&a4;">
+]>
+<env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'>
+ <env:Header/>
+ <env:Body>
+ <ns1:echoString xmlns:ns1='&a5;http://www.xx.xx/'>
+ <arg0>&a5;</arg0>
+ </ns1:echoString>
+ </env:Body>
+</env:Envelope>
Deleted: stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/jbws1582/attack-message.xml
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/jbws1582/attack-message.xml 2011-07-12 05:29:09 UTC (rev 14679)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/jbws1582/attack-message.xml 2011-07-12 07:57:11 UTC (rev 14680)
@@ -1,151 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE root [
- <!ENTITY hello1 "Hello">
- <!ENTITY hello2 "&hello1; &hello1;">
- <!ENTITY hello3 "&hello2; &hello2;">
- <!ENTITY hello4 "&hello3; &hello3;">
- <!ENTITY hello5 "&hello4; &hello4;">
- <!ENTITY hello6 "&hello5; &hello5;">
- <!ENTITY hello7 "&hello6; &hello6;">
- <!ENTITY hello8 "&hello7; &hello7;">
- <!ENTITY hello9 "&hello8; &hello8;">
- <!ENTITY hello10 "&hello9; &hello9;">
-
- <!ENTITY hello11 "&hello10; &hello10;">
- <!ENTITY hello12 "&hello11; &hello11;">
- <!ENTITY hello13 "&hello12; &hello12;">
- <!ENTITY hello14 "&hello13; &hello13;">
- <!ENTITY hello15 "&hello14; &hello14;">
- <!ENTITY hello16 "&hello15; &hello15;">
- <!ENTITY hello17 "&hello16; &hello16;">
- <!ENTITY hello18 "&hello17; &hello17;">
- <!ENTITY hello19 "&hello18; &hello18;">
- <!ENTITY hello20 "&hello19; &hello19;">
-
- <!ENTITY hello21 "&hello20; &hello20;">
- <!ENTITY hello22 "&hello21; &hello21;">
- <!ENTITY hello23 "&hello22; &hello22;">
- <!ENTITY hello24 "&hello23; &hello23;">
- <!ENTITY hello25 "&hello24; &hello24;">
- <!ENTITY hello26 "&hello25; &hello25;">
- <!ENTITY hello27 "&hello26; &hello26;">
- <!ENTITY hello28 "&hello27; &hello27;">
- <!ENTITY hello29 "&hello28; &hello28;">
- <!ENTITY hello30 "&hello29; &hello29;">
-
- <!ENTITY hello31 "&hello30; &hello30;">
- <!ENTITY hello32 "&hello31; &hello31;">
- <!ENTITY hello33 "&hello32; &hello32;">
- <!ENTITY hello34 "&hello33; &hello33;">
- <!ENTITY hello35 "&hello34; &hello34;">
- <!ENTITY hello36 "&hello35; &hello35;">
- <!ENTITY hello37 "&hello36; &hello36;">
- <!ENTITY hello38 "&hello37; &hello37;">
- <!ENTITY hello39 "&hello38; &hello38;">
- <!ENTITY hello40 "&hello39; &hello39;">
-
- <!ENTITY hello41 "&hello40; &hello40;">
- <!ENTITY hello42 "&hello41; &hello41;">
- <!ENTITY hello43 "&hello42; &hello42;">
- <!ENTITY hello44 "&hello43; &hello43;">
- <!ENTITY hello45 "&hello44; &hello44;">
- <!ENTITY hello46 "&hello45; &hello45;">
- <!ENTITY hello47 "&hello46; &hello46;">
- <!ENTITY hello48 "&hello47; &hello47;">
- <!ENTITY hello49 "&hello48; &hello48;">
- <!ENTITY hello50 "&hello49; &hello49;">
-
- <!ENTITY hello51 "&hello50; &hello50;">
- <!ENTITY hello52 "&hello51; &hello51;">
- <!ENTITY hello53 "&hello52; &hello52;">
- <!ENTITY hello54 "&hello53; &hello53;">
- <!ENTITY hello55 "&hello54; &hello54;">
- <!ENTITY hello56 "&hello55; &hello55;">
- <!ENTITY hello57 "&hello56; &hello56;">
- <!ENTITY hello58 "&hello57; &hello57;">
- <!ENTITY hello59 "&hello58; &hello58;">
- <!ENTITY hello60 "&hello59; &hello59;">
-
- <!ENTITY hello61 "&hello60; &hello60;">
- <!ENTITY hello62 "&hello61; &hello61;">
- <!ENTITY hello63 "&hello62; &hello62;">
- <!ENTITY hello64 "&hello63; &hello63;">
- <!ENTITY hello65 "&hello64; &hello64;">
- <!ENTITY hello66 "&hello65; &hello65;">
- <!ENTITY hello67 "&hello66; &hello66;">
- <!ENTITY hello68 "&hello67; &hello67;">
- <!ENTITY hello69 "&hello68; &hello68;">
- <!ENTITY hello70 "&hello69; &hello69;">
-
- <!ENTITY hello71 "&hello70; &hello70;">
- <!ENTITY hello72 "&hello71; &hello71;">
- <!ENTITY hello73 "&hello72; &hello72;">
- <!ENTITY hello74 "&hello73; &hello73;">
- <!ENTITY hello75 "&hello74; &hello74;">
- <!ENTITY hello76 "&hello75; &hello75;">
- <!ENTITY hello77 "&hello76; &hello76;">
- <!ENTITY hello78 "&hello77; &hello77;">
- <!ENTITY hello79 "&hello78; &hello78;">
- <!ENTITY hello80 "&hello79; &hello79;">
-
- <!ENTITY hello81 "&hello80; &hello80;">
- <!ENTITY hello82 "&hello81; &hello81;">
- <!ENTITY hello83 "&hello82; &hello82;">
- <!ENTITY hello84 "&hello83; &hello83;">
- <!ENTITY hello85 "&hello84; &hello84;">
- <!ENTITY hello86 "&hello85; &hello85;">
- <!ENTITY hello87 "&hello86; &hello86;">
- <!ENTITY hello88 "&hello87; &hello87;">
- <!ENTITY hello89 "&hello88; &hello88;">
- <!ENTITY hello90 "&hello89; &hello89;">
-
- <!ENTITY hello91 "&hello90; &hello90;">
- <!ENTITY hello92 "&hello91; &hello91;">
- <!ENTITY hello93 "&hello92; &hello92;">
- <!ENTITY hello94 "&hello93; &hello93;">
- <!ENTITY hello95 "&hello94; &hello94;">
- <!ENTITY hello96 "&hello95; &hello95;">
- <!ENTITY hello97 "&hello96; &hello96;">
- <!ENTITY hello98 "&hello97; &hello97;">
- <!ENTITY hello99 "&hello98; &hello98;">
- <!ENTITY hello100 "&hello99; &hello99;">
-
- <!ENTITY hello101 "&hello100; &hello100;">
- <!ENTITY hello102 "&hello101; &hello101;">
- <!ENTITY hello103 "&hello102; &hello102;">
- <!ENTITY hello104 "&hello103; &hello103;">
- <!ENTITY hello105 "&hello104; &hello104;">
- <!ENTITY hello106 "&hello105; &hello105;">
- <!ENTITY hello107 "&hello106; &hello106;">
- <!ENTITY hello108 "&hello107; &hello107;">
- <!ENTITY hello109 "&hello108; &hello108;">
- <!ENTITY hello110 "&hello109; &hello109;">
-
- <!ENTITY hello111 "&hello110; &hello110;">
- <!ENTITY hello112 "&hello111; &hello111;">
- <!ENTITY hello113 "&hello112; &hello112;">
- <!ENTITY hello114 "&hello113; &hello113;">
- <!ENTITY hello115 "&hello114; &hello114;">
- <!ENTITY hello116 "&hello115; &hello115;">
- <!ENTITY hello117 "&hello116; &hello116;">
- <!ENTITY hello118 "&hello117; &hello117;">
- <!ENTITY hello119 "&hello118; &hello118;">
- <!ENTITY hello120 "&hello119; &hello119;">
-
- <!ENTITY hello121 "&hello120; &hello120;">
- <!ENTITY hello122 "&hello121; &hello121;">
- <!ENTITY hello123 "&hello122; &hello122;">
- <!ENTITY hello124 "&hello123; &hello123;">
- <!ENTITY hello125 "&hello124; &hello124;">
- <!ENTITY hello126 "&hello125; &hello125;">
- <!ENTITY hello127 "&hello126; &hello126;">
- <!ENTITY hello128 "&hello127; &hello127;">
-]>
-<env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'>
- <env:Header/>
- <env:Body>
- <ns1:echoString xmlns:ns1='http://jbws1582.jaxws.ws.test.jboss.org/'>
- <arg0>&hello128;</arg0>
- </ns1:echoString>
- </env:Body>
-</env:Envelope>
Modified: stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/samples/wseventing/WEB-INF/wsdl/ws-addr.xsd
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/samples/wseventing/WEB-INF/wsdl/ws-addr.xsd 2011-07-12 05:29:09 UTC (rev 14679)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/samples/wseventing/WEB-INF/wsdl/ws-addr.xsd 2011-07-12 07:57:11 UTC (rev 14680)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE xs:schema PUBLIC "-//W3C//DTD XMLSCHEMA 200102//EN" "http://www.w3.org/2001/XMLSchema.dtd">
+<!--DOCTYPE xs:schema PUBLIC "-//W3C//DTD XMLSCHEMA 200102//EN" "http://www.w3.org/2001/XMLSchema.dtd"-->
<!--
W3C XML Schema defined in the Web Services Addressing 1.0 specification
http://www.w3.org/TR/ws-addr-core
Modified: stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/samples/wseventing/WEB-INF/wsdl/ws-eventing.wsdl
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/samples/wseventing/WEB-INF/wsdl/ws-eventing.wsdl 2011-07-12 05:29:09 UTC (rev 14679)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/samples/wseventing/WEB-INF/wsdl/ws-eventing.wsdl 2011-07-12 07:57:11 UTC (rev 14680)
@@ -10,7 +10,7 @@
<wsdl:types>
<xs:import namespace="http://schemas.xmlsoap.org/ws/2004/08/eventing"
- schemaLocation="http://schemas.xmlsoap.org/ws/2004/08/eventing/eventing.xsd"/>
+ schemaLocation="ws-eventing.xsd"/>
</wsdl:types>
<wsdl:message name='SubscribeMsg'>
Modified: stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/samples/wseventing/WEB-INF/wsdl/ws-eventing.xsd
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/samples/wseventing/WEB-INF/wsdl/ws-eventing.xsd 2011-07-12 05:29:09 UTC (rev 14679)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/samples/wseventing/WEB-INF/wsdl/ws-eventing.xsd 2011-07-12 07:57:11 UTC (rev 14680)
@@ -24,7 +24,7 @@
elementFormDefault="qualified"
blockDefault="#all">
- <xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/2001/xml.xsd"/>
+ <!--xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/2001/xml.xsd"/-->
<xs:import namespace="http://www.w3.org/2005/08/addressing" schemaLocation="ws-addr.xsd"/>
Modified: stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/wseventing/WEB-INF/wsdl/ws-addr.xsd
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/wseventing/WEB-INF/wsdl/ws-addr.xsd 2011-07-12 05:29:09 UTC (rev 14679)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/wseventing/WEB-INF/wsdl/ws-addr.xsd 2011-07-12 07:57:11 UTC (rev 14680)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE xs:schema PUBLIC "-//W3C//DTD XMLSCHEMA 200102//EN" "http://www.w3.org/2001/XMLSchema.dtd">
+<!--DOCTYPE xs:schema PUBLIC "-//W3C//DTD XMLSCHEMA 200102//EN" "http://www.w3.org/2001/XMLSchema.dtd"-->
<!--
W3C XML Schema defined in the Web Services Addressing 1.0 specification
http://www.w3.org/TR/ws-addr-core
@@ -148,4 +148,4 @@
<xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:complexType>
-</xs:schema>
\ No newline at end of file
+</xs:schema>
Modified: stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/wseventing/WEB-INF/wsdl/ws-eventing.wsdl
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/wseventing/WEB-INF/wsdl/ws-eventing.wsdl 2011-07-12 05:29:09 UTC (rev 14679)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/wseventing/WEB-INF/wsdl/ws-eventing.wsdl 2011-07-12 07:57:11 UTC (rev 14680)
@@ -9,7 +9,7 @@
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
<wsdl:types>
- <xs:import namespace="http://schemas.xmlsoap.org/ws/2004/08/eventing" schemaLocation="http://schemas.xmlsoap.org/ws/2004/08/eventing/eventing.xsd"/>
+ <xs:import namespace="http://schemas.xmlsoap.org/ws/2004/08/eventing" schemaLocation="ws-eventing.xsd"/>
</wsdl:types>
<wsdl:message name='SubscribeMsg'>
@@ -129,4 +129,4 @@
</wsdl:service>
-</wsdl:definitions>
\ No newline at end of file
+</wsdl:definitions>
Modified: stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/wseventing/WEB-INF/wsdl/ws-eventing.xsd
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/wseventing/WEB-INF/wsdl/ws-eventing.xsd 2011-07-12 05:29:09 UTC (rev 14679)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxws/wseventing/WEB-INF/wsdl/ws-eventing.xsd 2011-07-12 07:57:11 UTC (rev 14680)
@@ -24,7 +24,7 @@
elementFormDefault="qualified"
blockDefault="#all">
- <xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/2001/xml.xsd"/>
+ <!--xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/2001/xml.xsd"/-->
<xs:import namespace="http://www.w3.org/2005/08/addressing" schemaLocation="ws-addr.xsd"/>
@@ -182,4 +182,4 @@
<xs:attribute name="EventSource" type="xs:boolean"/>
-</xs:schema>
\ No newline at end of file
+</xs:schema>
13 years, 5 months
JBossWS SVN: r14679 - common/tags/jbossws-common-1.0.0.GA_CP07.
by jbossws-commits@lists.jboss.org
Author: jim.ma
Date: 2011-07-12 01:29:09 -0400 (Tue, 12 Jul 2011)
New Revision: 14679
Modified:
common/tags/jbossws-common-1.0.0.GA_CP07/version.properties
Log:
Update version number
Modified: common/tags/jbossws-common-1.0.0.GA_CP07/version.properties
===================================================================
--- common/tags/jbossws-common-1.0.0.GA_CP07/version.properties 2011-07-12 05:27:17 UTC (rev 14678)
+++ common/tags/jbossws-common-1.0.0.GA_CP07/version.properties 2011-07-12 05:29:09 UTC (rev 14679)
@@ -5,8 +5,8 @@
specification.vendor=JBoss (http://www.jboss.org)
specification.version=jbossws-2.0
-version.id=1.0.0.GA_CP-SNAPSHOT
-repository.id=1.0.0.GA_CP-SNAPSHOT
+version.id=1.0.0.GA_CP07
+repository.id=1.0.0.GA_CP07
implementation.title=JBoss Web Services - Common
implementation.url=http://www.jboss.org/products/jbossws
13 years, 5 months
JBossWS SVN: r14678 - common/tags.
by jbossws-commits@lists.jboss.org
Author: jim.ma
Date: 2011-07-12 01:27:17 -0400 (Tue, 12 Jul 2011)
New Revision: 14678
Added:
common/tags/jbossws-common-1.0.0.GA_CP07/
Log:
Re-tag it
13 years, 5 months
JBossWS SVN: r14677 - common/tags.
by jbossws-commits@lists.jboss.org
Author: jim.ma
Date: 2011-07-12 01:25:44 -0400 (Tue, 12 Jul 2011)
New Revision: 14677
Removed:
common/tags/jbossws-common-1.0.0.GA_CP07/
Log:
Remove the tag
13 years, 5 months
JBossWS SVN: r14676 - common/branches/jbossws-common-1.0.0.GA_CP/src/main/java/org/jboss/wsf/common.
by jbossws-commits@lists.jboss.org
Author: jim.ma
Date: 2011-07-12 01:23:56 -0400 (Tue, 12 Jul 2011)
New Revision: 14676
Modified:
common/branches/jbossws-common-1.0.0.GA_CP/src/main/java/org/jboss/wsf/common/DOMUtils.java
Log:
[JBPAPP-6247]:correct the previous fix
Modified: common/branches/jbossws-common-1.0.0.GA_CP/src/main/java/org/jboss/wsf/common/DOMUtils.java
===================================================================
--- common/branches/jbossws-common-1.0.0.GA_CP/src/main/java/org/jboss/wsf/common/DOMUtils.java 2011-07-12 05:02:15 UTC (rev 14675)
+++ common/branches/jbossws-common-1.0.0.GA_CP/src/main/java/org/jboss/wsf/common/DOMUtils.java 2011-07-12 05:23:56 UTC (rev 14676)
@@ -97,7 +97,7 @@
factory.setFeature(DEFER_NODE_EXPANSION_FEATURE, false);
}
- if (Boolean.getBoolean(ENABLE_DOCTYPE_DECL))
+ if (!Boolean.getBoolean(ENABLE_DOCTYPE_DECL))
{
factory.setFeature(DISALLOW_DOCTYPE_DECL_FEATURE, true);
}
13 years, 5 months
JBossWS SVN: r14675 - common/tags/jbossws-common-1.0.0.GA_CP07.
by jbossws-commits@lists.jboss.org
Author: jim.ma
Date: 2011-07-12 01:02:15 -0400 (Tue, 12 Jul 2011)
New Revision: 14675
Modified:
common/tags/jbossws-common-1.0.0.GA_CP07/version.properties
Log:
Update version numver
Modified: common/tags/jbossws-common-1.0.0.GA_CP07/version.properties
===================================================================
--- common/tags/jbossws-common-1.0.0.GA_CP07/version.properties 2011-07-12 04:57:50 UTC (rev 14674)
+++ common/tags/jbossws-common-1.0.0.GA_CP07/version.properties 2011-07-12 05:02:15 UTC (rev 14675)
@@ -5,8 +5,8 @@
specification.vendor=JBoss (http://www.jboss.org)
specification.version=jbossws-2.0
-version.id=1.0.0.GA_CP-SNAPSHOT
-repository.id=1.0.0.GA_CP-SNAPSHOT
+version.id=1.0.0.GA_CP07
+repository.id=1.0.0.GA_CP07
implementation.title=JBoss Web Services - Common
implementation.url=http://www.jboss.org/products/jbossws
13 years, 5 months