Author: dkulp
Date: Fri Aug 21 16:35:19 2009
New Revision: 806633
URL: http://svn.apache.org/viewvc?rev=806633&view=rev
Log:
Update so ws/security tests run with jdk 1.6.0_16
Modified:
cxf/trunk/parent/pom.xml
cxf/trunk/rt/ws/security/pom.xml
Modified: cxf/trunk/parent/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/parent/pom.xml?rev=806633&r1=806632&r2=806633&view=diff
==============================================================================
--- cxf/trunk/parent/pom.xml (original)
+++ cxf/trunk/parent/pom.xml Fri Aug 21 16:35:19 2009
@@ -74,6 +74,10 @@
<downloadSources>true</downloadSources>
<pmd.eclipse.ruleset>cxf-pmd-ruleset.xml</pmd.eclipse.ruleset>
+
+ <extra.surefire.syspropery.name>None</extra.surefire.syspropery.name>
+ <extra.surefire.syspropery.value>None</extra.surefire.syspropery.value>
+
</properties>
@@ -295,9 +299,10 @@
<value>${surefire.fork.vmargs}</value>
</property>
<property>
- <name>java.security.properties</name>
-
<value>${basedir}/target/test-classes/ibm.security</value>
+ <name>${extra.surefire.syspropery.name}</name>
+
<value>${extra.surefire.syspropery.value}</value>
</property>
+
<property>
<!-- If we close the port after a client in
the same JVM has opened a keep-alive
connection, on some Linux's, the socket
remains consumed until
Modified: cxf/trunk/rt/ws/security/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/rt/ws/security/pom.xml?rev=806633&r1=806632&r2=806633&view=diff
==============================================================================
--- cxf/trunk/rt/ws/security/pom.xml (original)
+++ cxf/trunk/rt/ws/security/pom.xml Fri Aug 21 16:35:19 2009
@@ -190,6 +190,10 @@
<scope>test</scope>
</dependency>
</dependencies>
+ <properties>
+
<extra.surefire.syspropery.name>java.security.properties</extra.surefire.syspropery.name>
+
<extra.surefire.syspropery.value>${basedir}/target/test-classes/ibm.security</extra.surefire.syspropery.value>
+ </properties>
</profile>
</profiles>