Hi Colm,
hi developers;

After cxf/trunk built OK with JDK1.7.0_03 on a Vista system, (as reported), so 
I tried the same build from trunk sources with Vista / JDK1.6.0_30 / 
maven-3.0.5 (I just changed from JDK1.7.0_03 to JDK 1.6.0_30 (including strong 
encryption files for wss4j in place))

Unfortunately that build fails to produce project cxf-systests-jaxws; 
see attached text file.    Maybe you have a clue what I can do?

Guess I am missing a jar file which comes from JDK1.7.0 to be placed into 
jre/lib/endorsed directory. But which one?

As endorsements are to overcome few shortcomings of an older JDK, can we still 
say that cxf builds with JDK 1.6 if more and more jar files are taken from JDK 
1.7 to be endorsed to JDK 1.6?

The reason I am still trying to build on JDK1.6.0_30 is: 
1. http://cxf.apache.org/building.html states that I can build with JDK 1.5.0 
or better.
2. We have only a JDK 1.6.0 on OpenVMS, and when the build on VISTA/JDK 1.6.0 
is OK I will move cxf/trunk to OpenVMS and do it there, that would give us a 
true alternative to Tomcat/Axis2-1.6.2 running since it was released on OpenVMS.
3. That is because it is very uncertain that HP is ever willing or able to come 
out with a Open JDK1.7.0 for OpenVMS (not talking about Open JDK 1.8.0 which is 
far in development at Oracle/Sun)

So any hint, why it should build but does not build on JDK1.6.0_30 is very 
welcome.
Josef

Also the build on Vista / JDK1.6.0_30 / maven-3.0.5 
"$ mvn -Pnochecks -T 2" progresses very good but later fails and leaves i.e. 
the api projects target-dir in a condition that the following 
"$ mvn cleanup" fails. But this not my issue now. YFI




-----Ursprüngliche Nachricht-----
Von: Stadelmann Josef [mailto:[email protected]] 
Gesendet: Montag, 19. November 2012 19:49
An: [email protected]; [email protected]
Betreff: AW: [cxf] trunk and tags/2.7.0

Colm,

just updated the cxf/trunk and rerun the cxf/trunk build.
this time with a fresh built wss4j-1.6.7 in .m2\repository (including surefire 
testing) and strong encryption policy files on-site (under Vista / JDK1.7.0_03 
/ maven 3.0.5 )

The build of cxf just completed successfully after 2 restarts due to "out of 
memory"

it takes time on my little machine, and I need a bigger one, or a better tuning 
of the memory parameters for the JVM running maven. 

(BTW: what are your recommendations for a 4 GB Vista machine ?)

BUT most important:

cxf/trunk build has passed to successful completion.

so your cxf/trunk commitments show effect.

Josef





-----Ursprüngliche Nachricht-----
Von: Colm O hEigeartaigh [mailto:[email protected]]
Gesendet: Montag, 19. November 2012 17:39
An: [email protected]
Betreff: Re: [cxf] trunk and tags/2.7.0

I've just committed a potential fix. Could you try building trunk again?

Colm.

On Mon, Nov 19, 2012 at 1:51 PM, Stadelmann Josef < 
[email protected]> wrote:

> Sorry my fault, I was looking somehow skew to the version output.
> in fact what I described below was attempted with mvn 3.0.5 on Vista, 
> (would be 2.2.1 on OpenVMS but that is not the point yet).
> So the version of maven might not be the problem. I would also update 
> to maven-3.1 but that bootstrap-build of maven fails at my site.
>
> So I hope that the version of maven given below should make it?
>
> E:\asf\cxf\tags\cxf-2.7.0>mvn -version Apache Maven 3.0.5-SNAPSHOT 
> (r1297401; 2012-03-06 12:23:19+0100) Maven home:
> E:\Users\C770817\SW-UMGEBUNG\apache-maven-3.0.5
> Java version: 1.6.0_30, vendor: Sun Microsystems Inc.
> Java home: E:\Users\C770817\SW-UMGEBUNG\Java\jdk1.6.0_30\jre
> Default locale: de_CH, platform encoding: Cp1252 OS name: "windows 
> vista", version: "6.0", arch: "x86", family: "windows"
> 'cmd' is not recognized as an internal or external command, operable 
> program or batch file.
> E:\asf\cxf\tags\cxf-2.7.0>
>
>
> -----Ursprüngliche Nachricht-----
> Von: Colm O hEigeartaigh [mailto:[email protected]]
> Gesendet: Montag, 19. November 2012 14:43
> An: [email protected]
> Betreff: Re: [cxf] trunk and tags/2.7.0
>
> You must build with at least Maven 3.0.
>
> Colm.
>
> On Mon, Nov 19, 2012 at 1:25 PM, Stadelmann Josef < 
> [email protected]> wrote:
>
> > Hy developers
> >
> > I just tried to build cxf from the trunk and as it failed from the 
> > tags/cxf-2.7.0 using maven-2.2.1 && JDK_1.6.0_30 and it failed twice 
> > at the same place on a Windows Vista System.
> >
> > Running org.apache.cxf.ws.security.wss4j.WSS4JFaultCodeTest
> > Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 
> > 1.035 sec <<< FAILURE!
> > testInvalidTimestamp(org.apache.cxf.ws.security.wss4j.WSS4JFaultCode
> > Te
> > st
> > )  Time elapsed: 1.02 sec  <<< FAILURE!
> > java.lang.AssertionError: Expected failure on an invalid Timestamp
> >         at org.junit.Assert.fail(Assert.java:93)
> >         at
> > org.apache.cxf.ws.security.wss4j.WSS4JFaultCodeTest.testInvalidTimes
> > ta
> > mp
> > (WSS4JFaultCodeTest.java:171)
> >         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> >         at
> > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl
> > .j
> > av
> > a:39)
> >         at
> > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcce
> > ss
> > or
> > Impl.java:25)
> >         at java.lang.reflect.Method.invoke(Method.java:597)
> >         at
> > org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(Framewor
> > kM
> > et
> > hod.java:45)
> >         at
> > org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCa
> > ll
> > ab
> > le.java:15)
> >         at
> > org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkM
> > et
> > ho
> > d.java:42)
> >         at
> > org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMe
> > th
> > od
> > .java:20)
> >         at
> > org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores
> > .j
> > av
> > a:28)
> >         at
> > org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:
> > 30)
> >         at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:263)
> >         at
> > org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRu
> > nn
> > er
> > .java:68)
> >         at
> > org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRu
> > nn
> > er
> > .java:47)
> >         at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
> >         at
> > org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
> >         at
> > org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
> >         at
> > org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
> >         at
> > org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
> >         at
> > org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:
> > 30)
> >         at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
> >         at
> > org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provid
> > er
> > .j
> > ava:252)
> >         at
> > org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit
> > 4P
> > ro
> > vider.java:141)
> >         at
> > org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.
> > ja
> > va:112)
> >         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> >         at
> > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl
> > .j
> > av
> > a:39)
> >         at
> > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcce
> > ss
> > or
> > Impl.java:25)
> >         at java.lang.reflect.Method.invoke(Method.java:597)
> >         at
> > org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray
> > (R
> > ef
> > lectionUtils.java:189)
> >         at
> > org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invok
> > e(
> > Pr
> > oviderFactory.java:165)
> >         at
> > org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(Prov
> > id
> > er
> > Factory.java:85)
> >         at
> > org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(For
> > ke
> > dB
> > ooter.java:113)
> >         at
> > org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java
> > :7
> > 5) Running org.apache.cxf.ws.security.wss4j.WSS4JInOutTest
> > Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
> > 0.297 sec
> >
> >
> > [INFO] Apache CXF Runtime UDP Transport .................. SUCCESS 
> > [5.819s] [INFO] Apache CXF Runtime WS Reliable Messaging ..........
> > SUCCESS [52.329s] [INFO] Apache CXF Runtime WS MetadataExchange 
> > ............ SUCCESS [5.772s] [INFO] Apache CXF Runtime WS Security 
> > .................... FAILURE [57.194s] [INFO] Apache CXF JAX-RS
> > Extensions: Providers ........... SKIPPED [INFO] Apache CXF JAX-RS
> > Extensions: Search .............. SKIPPED [INFO] Apache CXF RS XML 
> > Security ........................ SKIPPED
> >
> > Any special attentions preparations key-stores required or to be 
> > consider/setup for WSS4J before it can be used in a cxf/trunk  build.
> >
> > Josef - thanks full for any hint
> >
> >
> >
> >
> >
> >
>
>
> --
> Colm O hEigeartaigh
>
> Talend Community Coder
> http://coders.talend.com
>



--
Colm O hEigeartaigh

Talend Community Coder
http://coders.talend.com
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF JAX-WS System Tests 2.7.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-bundle-plugin:2.3.7:cleanVersions (versions) @ 
cxf-systests-jaxws ---
[INFO]
[INFO] --- maven-checkstyle-plugin:2.9.1:checkstyle (validate) @ 
cxf-systests-jaxws ---
[INFO] Starting audit...
Audit done.

[INFO]
[INFO] >>> maven-pmd-plugin:2.7.1:check (validate) @ cxf-systests-jaxws >>>
[INFO]
[INFO] --- maven-pmd-plugin:2.7.1:pmd (pmd) @ cxf-systests-jaxws ---
[INFO]
[INFO] <<< maven-pmd-plugin:2.7.1:check (validate) @ cxf-systests-jaxws <<<
[INFO]
[INFO] --- maven-pmd-plugin:2.7.1:check (validate) @ cxf-systests-jaxws ---
[INFO]
[INFO]
[INFO] --- cxf-xml2fastinfoset-plugin:2.4.1:xml2fastinfoset (xml2fastinfoset) @ 
cxf-systests-jaxws ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.3:process (default) @ 
cxf-systests-jaxws ---
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ 
cxf-systests-jaxws ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
E:\asf\cxf\trunk\systests\jaxws\src\main\java
[INFO] skip non existing resourceDirectory 
E:\asf\cxf\trunk\systests\jaxws\src\main\resources
[INFO] skip non existing resourceDirectory 
E:\asf\cxf\trunk\systests\jaxws\src\main\resources-filtered
[INFO] skip non existing resourceDirectory 
E:\asf\cxf\trunk\systests\jaxws\target\generated\src\main\resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ 
cxf-systests-jaxws ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-bundle-plugin:2.3.7:manifest (bundle-manifest) @ 
cxf-systests-jaxws ---
[WARNING] Manifest 
org.apache.cxf.systests:cxf-systests-jaxws:jar:2.7.1-SNAPSHOT : Superfluous 
export-package instructions: [org.apache.cxf.*]
[INFO]
[INFO] --- cxf-codegen-plugin:2.7.1-SNAPSHOT:wsdl2java (generate-test-sources) 
@ cxf-systests-jaxws ---
[INFO] Using proxy server configured in maven.
[INFO] Running code generation in fork mode...
[INFO] Building jar: 
C:\Users\C770817\AppData\Local\Temp\1\cxf-tmp-271581\cxf-codegen8658631862700474626.jar
[WARNING] 20.11.2012 18:56:42 
org.apache.cxf.tools.wsdlto.databinding.jaxb.JAXBDataBinding checkEncoding
[WARNING] WARNUNG: Version hudson-jaxb-ri-2.1-2 of JAXB XJC does not support 
setting an encoding.  Using default file encoding of Cp1252.
[WARNING] 20.11.2012 18:56:42 
org.apache.cxf.tools.wsdlto.databinding.jaxb.JAXBDataBinding checkEncoding
[WARNING] WARNUNG: Version hudson-jaxb-ri-2.1-2 of JAXB XJC does not support 
setting an encoding.  Using default file encoding of Cp1252.
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ 
cxf-systests-jaxws ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 44 resources
[INFO] Copying 8 resources
[INFO] skip non existing resourceDirectory 
E:\asf\cxf\trunk\systests\jaxws\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ 
cxf-systests-jaxws ---
[INFO] Compiling 148 source files to 
E:\asf\cxf\trunk\systests\jaxws\target\test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.12.2:test (default-test) @ 
cxf-systests-jaxws ---
[INFO] Surefire report directory: 
E:\asf\cxf\trunk\systests\jaxws\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.dispatch.DispatchClientServerTest
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.407 sec
Running org.apache.cxf.systest.dispatch.DispatchClientServerWithHugeResponseTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.229 sec
Running 
org.apache.cxf.systest.dispatch.DispatchClientServerWithMalformedResponseTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.285 sec
Running org.apache.cxf.systest.dispatch.DispatchXMLClientServerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.301 sec
Running org.apache.cxf.systest.handlers.DispatchHandlerInvocationTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.624 sec
Running org.apache.cxf.systest.handlers.HandlerInvocationTest
Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.28 sec
Running org.apache.cxf.systest.handlers.HandlerInvocationUsingAddNumbersTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.203 sec
Running 
org.apache.cxf.systest.handlers.SpringConfiguredAutoRewriteSoapAddressTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.332 sec
Running org.apache.cxf.systest.handlers.SpringConfiguredHandlerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.223 sec
Running 
org.apache.cxf.systest.handlers.SpringConfiguredNoAutoRewriteSoapAddressTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.207 sec
Running org.apache.cxf.systest.handlers.TrivialSOAPHandlerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.229 sec
Running org.apache.cxf.systest.jaxws.AnyClientServerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.171 sec
Running org.apache.cxf.systest.jaxws.ClientServerGreeterBaseNoWsdlTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.187 sec
Running org.apache.cxf.systest.jaxws.ClientServerGreeterBaseTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 sec
Running org.apache.cxf.systest.jaxws.ClientServerGreeterNoWsdlTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.172 sec
Running org.apache.cxf.systest.jaxws.ClientServerMiscTest
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.691 sec
Running org.apache.cxf.systest.jaxws.ClientServerMixedStyleTest
Call greetMe here: Bonjour
Call sayHi here
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.39 sec
Running org.apache.cxf.systest.jaxws.ClientServerRPCLitDefatulAnnoTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.188 sec
Running org.apache.cxf.systest.jaxws.ClientServerRPCLitTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.375 sec
Running org.apache.cxf.systest.jaxws.ClientServerTest
the testNillable is invoked
the testNillable is invoked
Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.645 sec
Running org.apache.cxf.systest.jaxws.ClientServerXMLTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.593 sec
Running org.apache.cxf.systest.jaxws.JaxWsClientThreadTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.156 sec
Running org.apache.cxf.systest.jaxws.JaxWsDynamicClientTest
values length is 2
Got values: [foobar, something]
values length is 2
Got values: [foobar, something]
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.59 sec
Running org.apache.cxf.systest.jaxws.JaxwsExecutorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.202 sec
Running org.apache.cxf.systest.jaxws.LocatorClientServerTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.344 sec
Running org.apache.cxf.systest.jaxws.OASISCatalogTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.087 sec
Running org.apache.cxf.systest.jaxws.SchemaValidationClientServerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.503 sec
Running org.apache.cxf.systest.jaxws.beanpostprocessor.BeanPostProcessorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 sec
Running 
org.apache.cxf.systest.jaxws.beanpostprocessor.CustomizedfBeanPostProcessorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 sec
Running org.apache.cxf.systest.jaxws.httpget.JavaFirstHttpGetTest
d is null
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.343 sec
Running org.apache.cxf.systest.provider.AttachmentProviderXMLClientServerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.234 sec
Running org.apache.cxf.systest.provider.CXF4130Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.328 sec
Running org.apache.cxf.systest.provider.InterpretNullAsOnewayProviderTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.202 sec
Running org.apache.cxf.systest.provider.ProviderClientServerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.281 sec
Running org.apache.cxf.systest.provider.ProviderRPCClientServerTest
Tests run: 8, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.858 sec <<< 
FAILURE!
testSWA(org.apache.cxf.systest.provider.ProviderRPCClientServerTest)  Time 
elapsed: 0 sec  <<< ERROR!
javax.xml.soap.SOAPException: Unable to create SOAP connection factory: 
Provider com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnectionFactory not 
found
        at javax.xml.soap.SOAPConnectionFactory.newInstance(Unknown Source)
        at 
org.apache.cxf.systest.provider.ProviderRPCClientServerTest.testSWA(ProviderRPCClientServerTest.java:53)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)
        at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
        at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
        at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
        at 
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:30)
        at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:263)
        at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68)
        at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
        at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
        at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
        at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
        at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
        at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
        at 
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
        at 
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:30)
        at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at 
org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
        at 
org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
        at 
org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
        at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:113)
        at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)
Running org.apache.cxf.systest.provider.ProviderXMLClientServerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.328 sec
Running org.apache.cxf.systest.provider.datasource.DataSourceProviderTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.249 sec
Running org.apache.cxf.systest.swa.ClientServerSwaTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.873 sec

Results :

Tests in error:
  testSWA(org.apache.cxf.systest.provider.ProviderRPCClientServerTest): Unable 
to create SOAP connection factory: Provider 
com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConn

Tests run: 196, Failures: 0, Errors: 1, Skipped: 1

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Apache CXF ........................................ SUCCESS [1.248s]
[INFO] Apache CXF Parent ................................. SUCCESS [1.716s]
[INFO] Apache CXF API .................................... SUCCESS [3:00.283s]
[INFO] Apache CXF Woodstox/MSV Schema Validation ......... SUCCESS [3.057s]
[INFO] Apache CXF XML Schema Validation with Xerces ...... SUCCESS [2.278s]
[INFO] Apache CXF Common ................................. SUCCESS [0.140s]
[INFO] Apache CXF Runtime Core ........................... SUCCESS [36.754s]
[INFO] Apache CXF Command Line Tools Common .............. SUCCESS [13.073s]
[INFO] Apache CXF Runtime JAXB DataBinding ............... SUCCESS [14.617s]
[INFO] Apache CXF Runtime SOAP Binding ................... SUCCESS [18.299s]
[INFO] Apache CXF Command Line Tools Validator ........... SUCCESS [8.892s]
[INFO] Apache CXF Command Line Tools WSDLTo Core ......... SUCCESS [5.663s]
[INFO] Apache CXF Command Line Tools WSDLTo JAXWS Frontend  SUCCESS [14.945s]
[INFO] Apache CXF Runtime JavaScript Client Generator Projects  SUCCESS [0.250s]
[INFO] Apache CXF Runtime JavaScript Client Generator .... SUCCESS [5.569s]
[INFO] Apache CXF Command Line Tools WSDL to JavaScript Front End  SUCCESS 
[5.959s]
[INFO] Apache CXF Command Line Tools WSDLTo JAXB Databinding  SUCCESS [5.132s]
[INFO] Apache CXF Maven Plugins .......................... SUCCESS [0.266s]
[INFO] Apache CXF WSDL Validator Maven2 Plugin ........... SUCCESS [3.525s]
[INFO] Apache CXF Code Generation Maven2 Plugins ......... SUCCESS [6.864s]
[INFO] Apache CXF Test Utilities ......................... SUCCESS [1:28.422s]
[INFO] Apache CXF Runtime Management ..................... SUCCESS [19.250s]
[INFO] Apache CXF Runtime JMS Transport .................. SUCCESS [44.102s]
[INFO] Apache CXF Runtime XML Binding .................... SUCCESS [6.879s]
[INFO] Apache CXF Runtime Local Transport ................ SUCCESS [3.479s]
[INFO] Apache CXF Runtime WS Policy ...................... SUCCESS [31.169s]
[INFO] Apache CXF Runtime HTTP Transport ................. SUCCESS [19.609s]
[INFO] Apache CXF Runtime HTTP Jetty Transport ........... SUCCESS [14.943s]
[INFO] Apache CXF Runtime Simple Frontend ................ SUCCESS [11.044s]
[INFO] Apache CXF Runtime WS Addressing .................. SUCCESS [9.531s]
[INFO] Apache CXF Runtime JAX-WS Frontend ................ SUCCESS [54.910s]
[INFO] Apache CXF Runtime XmlBeans DataBinding ........... SUCCESS [29.145s]
[INFO] Apache CXF Command Line Tools WSDLTo Test ......... SUCCESS [1:59.573s]
[INFO] Apache CXF Command Line Tools WSDLTo Misctools .... SUCCESS [9.562s]
[INFO] Apache CXF Command Line Tools ..................... SUCCESS [0.125s]
[INFO] Apache CXF Command Line Tools WSDLTo .............. SUCCESS [0.094s]
[INFO] Apache CXF Runtime Aegis Databinding .............. SUCCESS [41.132s]
[INFO] Apache CXF Command Line Tools JavaTo WS ........... SUCCESS [39.904s]
[INFO] Apache CXF Command Line Tools JavaTo .............. SUCCESS [0.125s]
[INFO] Apache CXF Runtime JAX-RS Frontend ................ SUCCESS [1:03.132s]
[INFO] Apache CXF Command Line Tools WADLTo JAXRS Frontend  SUCCESS [1:18.389s]
[INFO] Apache CXF Command Line Tools WADLTo .............. SUCCESS [0.063s]
[INFO] Apache CXF Runtime CORBA Binding .................. SUCCESS [21.449s]
[INFO] Apache CXF Command Line Tools CORBA ............... SUCCESS [42.057s]
[INFO] Apache CXF Runtime SDO DataBinding ................ SUCCESS [13.401s]
[INFO] Apache CXF Runtime JiBX DataBinding ............... SUCCESS [8.330s]
[INFO] Apache CXF Runtime Object Binding ................. SUCCESS [6.961s]
[INFO] Apache CXF Runtime Colocated Binding .............. SUCCESS [6.473s]
[INFO] Apache CXF Runtime ................................ SUCCESS [0.063s]
[INFO] Apache CXF Runtime Bindings ....................... SUCCESS [0.062s]
[INFO] Apache CXF Runtime Clustering ..................... SUCCESS [3.058s]
[INFO] Apache CXF Runtime JavaScript Frontend ............ SUCCESS [5.195s]
[INFO] Apache CXF Runtime HTTP Async Transport ........... SUCCESS [13.249s]
[INFO] Apache CXF Runtime UDP Transport .................. SUCCESS [5.538s]
[INFO] Apache CXF Runtime WS Reliable Messaging .......... SUCCESS [48.616s]
[INFO] Apache CXF Runtime WS MetadataExchange ............ SUCCESS [4.961s]
[INFO] Apache CXF Runtime WS Security .................... SUCCESS [55.614s]
[INFO] Apache CXF JAX-RS Extensions: Providers ........... SUCCESS [15.366s]
[INFO] Apache CXF JAX-RS Extensions: Search .............. SUCCESS [14.492s]
[INFO] Apache CXF RS XML Security ........................ SUCCESS [7.285s]
[INFO] Apache CXF RS SSO SAML ............................ SUCCESS [9.126s]
[INFO] Apache CXF Runtime RS Security OAuth Parent ....... SUCCESS [0.172s]
[INFO] Apache CXF Runtime OAuth 1.0a ..................... SUCCESS [6.037s]
[INFO] Apache CXF Runtime OAuth 2.0 ...................... SUCCESS [7.738s]
[INFO] Apache CXF RS Cross-Origin Resource Sharing ....... SUCCESS [2.558s]
[INFO] Apache CXF Runtime Web Management ................. SUCCESS [1:13.055s]
[INFO] Apache CXF Runtime JavaScript Client Generator Tests  SUCCESS [22.764s]
[INFO] Apache CXF JCA Connection ......................... SUCCESS [16.286s]
[INFO] Apache CXF Integration ............................ SUCCESS [0.094s]
[INFO] Apache CXF Java2WS Maven2 Plugin .................. SUCCESS [2.558s]
[INFO] Apache CXF WADL2Java Code Generation Maven2 Plugin  SUCCESS [4.134s]
[INFO] Apache CXF CORBA Tools Maven2 Plugins ............. SUCCESS [2.933s]
[INFO] Apache CXF Archetype - Simple JAX-WS Java First ... SUCCESS [8.908s]
[INFO] Apache CXF Archetype - Simple JAX-RS webapp ....... SUCCESS [0.624s]
[INFO] Apache CXF Maven Archetypes ....................... SUCCESS [0.140s]
[INFO] Apache CXF STS Core ............................... SUCCESS [57.034s]
[INFO] Apache CXF STS war deployment ..................... SUCCESS [9.250s]
[INFO] Apache CXF STS basic systests ..................... SUCCESS [41.262s]
[INFO] Apache CXF STS advanced systests .................. SUCCESS [1:17.601s]
[INFO] Apache CXF Services ............................... SUCCESS [0.109s]
[INFO] Apache CXF STS service ............................ SUCCESS [0.125s]
[INFO] Apache CXF STS systests ........................... SUCCESS [0.078s]
[INFO] Apache CXF WSN API ................................ SUCCESS [16.006s]
[INFO] Apache CXF WSN Core ............................... SUCCESS [39.670s]
[INFO] Apache CXF WSN OSGi ............................... SUCCESS [3.167s]
[INFO] Apache CXF WSN service ............................ SUCCESS [0.109s]
[INFO] Apache CXF WS-Discovery API ....................... SUCCESS [5.772s]
[INFO] Apache CXF WS-Discovery Service ................... SUCCESS [1.857s]
[INFO] Apache CXF WS-Discovery ........................... SUCCESS [0.093s]
[INFO] Apache CXF Karaf Parent ........................... SUCCESS [0.156s]
[INFO] Apache CXF Karaf Features ......................... SUCCESS [2.481s]
[INFO] Apache CXF Karaf Commands ......................... SUCCESS [3.509s]
[INFO] Apache CXF Bundle Parent .......................... SUCCESS [0.749s]
[INFO] Apache CXF Bundle Jar ............................. SUCCESS [15.522s]
[INFO] Apache CXF Minimal Bundle Jar ..................... SUCCESS [9.454s]
[INFO] Apache CXF JAX-RS Bundle Jar ...................... SUCCESS [5.038s]
[INFO] Apache CXF Compatibility Bundle Jar ............... SUCCESS [2.091s]
[INFO] Apache CXF Container Integration System Tests ..... SUCCESS [0.218s]
[INFO] Apache CXF Container Integration Test Webapp ...... SUCCESS [3.682s]
[INFO] Apache CXF Uncategorized System Tests ............. SUCCESS [2:40.963s]
[INFO] Apache CXF Transport System Tests ................. SUCCESS [1:04.710s]
[INFO] Apache CXF Transport System Tests JMS ............. SUCCESS [1:22.056s]
[INFO] Apache CXF JAX-WS System Tests .................... FAILURE [1:16.456s]
[INFO] Apache CXF Databinding System Tests ............... SKIPPED
[INFO] Apache CXF JAX-RS System Tests .................... SKIPPED
[INFO] Apache CXF WS-* Specifications System Tests ....... SKIPPED
[INFO] Apache CXF WS-RM Specifications System Tests ...... SKIPPED
[INFO] Apache CXF WS-Security System Tests ............... SKIPPED
[INFO] Apache CXF WS-Security Interop System Tests ....... SKIPPED
[INFO] Apache CXF JAX-RS System Advanced Security Tests .. SKIPPED
[INFO] Test for writing wsdl to repo ..................... SKIPPED
[INFO] Test for generating code from wsdl in repo ........ SKIPPED
[INFO] Apache CXF System Tests ........................... SKIPPED
[INFO] Apache CXF System Tests for Maven Plugins ......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 35:23.919s
[INFO] Finished at: Tue Nov 20 18:57:44 CET 2012
[INFO] Final Memory: 158M/918M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.12.2:test (default-test) on 
project cxf-systests-jaxws: There are test failures.
[ERROR]
[ERROR] Please refer to E:\asf\cxf\trunk\systests\jaxws\target\surefire-reports 
for the individual test results.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :cxf-systests-jaxws
'cmd' is not recognized as an internal or external command,
operable program or batch file.
E:\asf\cxf\trunk>

Reply via email to