Author: gertv
Date: Tue Jan 19 14:35:43 2010
New Revision: 900799
URL: http://svn.apache.org/viewvc?rev=900799&view=rev
Log:
SMX4-461: Fix test failures on AIX
Modified:
servicemix/smx4/features/trunk/examples/itests/cxf-ws-security-osgi/pom.xml
servicemix/smx4/features/trunk/examples/itests/tests/pom.xml
Modified:
servicemix/smx4/features/trunk/examples/itests/cxf-ws-security-osgi/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/itests/cxf-ws-security-osgi/pom.xml?rev=900799&r1=900798&r2=900799&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/itests/cxf-ws-security-osgi/pom.xml
(original)
+++ servicemix/smx4/features/trunk/examples/itests/cxf-ws-security-osgi/pom.xml
Tue Jan 19 14:35:43 2010
@@ -62,6 +62,7 @@
<Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
<Import-Package>
javax.jws,
+ javax.xml.bind.annotation,
javax.wsdl,
META-INF.cxf,
META-INF.cxf.osgi,
Modified: servicemix/smx4/features/trunk/examples/itests/tests/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/itests/tests/pom.xml?rev=900799&r1=900798&r2=900799&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/itests/tests/pom.xml (original)
+++ servicemix/smx4/features/trunk/examples/itests/tests/pom.xml Tue Jan 19
14:35:43 2010
@@ -488,6 +488,7 @@
<value />
</property>
</systemProperties>
+ <argLine>-Dxml.catalog.files=</argLine>
</configuration>
</plugin>
</plugins>