You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by Daniel Kulp <dk...@apache.org> on 2010/02/09 22:29:28 UTC

CXF, Java 6/Spring/etc... and deps.....

As you may have noticed, last week (on trunk only) I moved all the 
dependencies that can be provided by Java 6 (except jaxb-impl/jaxb-xjc) into a 
special jdk15 profile that is auto activated on Java5.   Thus, trunk should 
now require less dependencies when running on Java 6.    

HOWEVER, I put Woodstox back in as a runtime dep this morning.   There are a 
couple reasons:
1) The parser in the JDK really sucks.   My benchmarking over the last couple 
days for a customer showed nearly 40% throughput reduction compared to 
woodstox.   IMO, the "out of the box" speed is important.

2) Related to (1), a full "mvn install -Pnochecks" was taking 6 minutes longer 
on Java 6 compared to last week.    Turns out, that's parser related.  :-)   I 
could have added woodstox as a test dep to all the modules, but again, I think 
it's important enough to make sure everyone uses it by default.   

The good news is that while the Sun parser was being used, I found a couple 
places where tests were failing with it.   I've updated the code so we now 
should work better with the Sun parser if someone really wants to use it.

I also started going through and marking the spring stuff as optional or 
provided (or test scope).    We don't really REQUIRE it in all cases, and this 
should allow the user to more easily use whatever version of Spring they want.

Anyway, I still have to update the distribution and bundle modules to now work 
correctly with java6.   If you build with java6, you get different results 
than with Java 5.   The lib dir has about 9 less jars, the manifest is missing 
entries, etc....    

For those of you using Maven and Java 6, I'd really appreciate it if you could 
try the 2.3.0-SNAPSHOT's to see if having all the extra deps removed will 
cause any major issues.   Likewise, on Java 5, I'd like to make sure all the 
required deps still come in.

Thanks!
-- 
Daniel Kulp
dkulp@apache.org
http://www.dankulp.com/blog

RE: CXF, Java 6/Spring/etc... and deps.....

Posted by Gary Gregory <GG...@seagullsoftware.com>.
> -----Original Message-----
> From: Daniel Kulp [mailto:dkulp@apache.org]
> Sent: Friday, July 23, 2010 11:21
> To: users@cxf.apache.org
> Cc: Gary Gregory; dev@cxf.apache.org
> Subject: Re: CXF, Java 6/Spring/etc... and deps.....
>
>
> Can you run again?
>
> I THINK this is due to Maven running out of some resource.   Not sure if it's
> memory or some files aren't getting closed or what.    Running again usually
> fixes it.
>
> Dan

[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 46 minutes 52 seconds
[INFO] Finished at: Fri Jul 23 12:48:42 PDT 2010
[INFO] Final Memory: 208M/418M
[INFO] ------------------------------------------------------------------------

Odd, but hey, it worked.

Thank you,
Gary

>
>
> On Friday 23 July 2010 2:09:47 pm Gary Gregory wrote:
> > Dan,
> >
> > I just tried a build from the latest SVN trunk and got an error (see the
> > end of this msg.)
> >
> > My set up:
> >
> > Apache Maven 2.2.1 (r801777; 2009-08-06 12:16:01-0700)
> > Java version: 1.6.0_20
> > Java home: C:\Program Files\Java\jdk1.6.0_20\jre
> > Default locale: en_US, platform encoding: Cp1252
> > OS name: "windows vista" version: "6.0" arch: "amd64" Family: "windows"
> > Fri 07/23/201011:08:26.04 C:\Users\ggregory\b\svn\apache.org\cxf\trunk
> >
> > Here my build output:
> >
> > [INFO] Scanning for projects...
> > [INFO] Reactor build order:
> > [INFO]   Apache CXF
> > [INFO]   Apache CXF Parent
> > [INFO]   Apache CXF Common Utilities
> > [INFO]   Apache CXF Common Schemas
> > [INFO]   Apache CXF API
> > [INFO]   Apache CXF Woodstox/MSV Schema Validation
> > [INFO]   Apache CXF XML Schema Validation with Xerces
> > [INFO]   Apache CXF Common
> > [INFO]   Apache CXF Runtime Core
> > [INFO]   Apache CXF Command Line Tools Common
> > [INFO]   Apache CXF Command Line Tools Validator
> > [INFO]   Apache CXF Command Line Tools WSDLTo Core
> > [INFO]   Apache CXF Command Line Tools WSDLTo JAXWS Frontend
> > [INFO]   Apache CXF WSDL Validator Maven2 Plugin
> > [INFO]   Apache CXF Command Line Tools WSDLTo JAXB Databinding
> > [INFO]   Apache CXF Code Generation Maven2 Plugins
> > [INFO]   Apache CXF Test Utilities
> > [INFO]   Apache CXF Runtime JAXB DataBinding
> > [INFO]   Apache CXF Runtime XML Binding
> > [INFO]   Apache CXF Runtime SOAP Binding
> > [INFO]   Apache CXF Runtime Local Transport
> > [INFO]   Apache CXF Runtime Simple Frontend
> > [INFO]   Apache CXF Runtime HTTP Transport
> > [INFO]   Apache CXF Runtime HTTP Jetty Transport
> > [INFO]   Apache CXF Runtime WS Addressing
> > [INFO]   Apache CXF Runtime JAX-WS Frontend
> > [INFO]   Apache CXF Test Case Support
> > [INFO]   Apache CXF Runtime Aegis Databinding
> > [INFO]   Apache CXF Runtime JavaScript Client Generator
> > [INFO]   Apache CXF Command Line Tools WSDL to JavaScript Front End
> > [INFO]   Apache CXF Runtime Management
> > [INFO]   Apache CXF Runtime JMS Transport
> > [INFO]   Apache CXF Runtime XmlBeans DataBinding
> > [INFO]   Apache CXF Command Line Tools WSDLTo Test
> > [INFO]   Apache CXF Command Line Tools WSDLTo Misctools
> > [INFO]   Apache CXF Command Line Tools
> > [INFO]   Apache CXF Command Line Tools WSDLTo
> > [INFO]   Apache CXF Command Line Tools JavaTo WS
> > [INFO]   Apache CXF Command Line Tools JavaTo
> > [INFO]   Apache CXF Runtime CORBA Binding
> > [INFO]   Apache CXF Command Line Tools CORBA
> > [INFO]   Apache CXF Runtime SDO DataBinding
> > [INFO]   Apache CXF Runtime HTTP Binding
> > [INFO]   Apache CXF Runtime Object Binding
> > [INFO]   Apache CXF Runtime Colocated Binding
> > [INFO]   Apache CXF Runtime JBI Binding
> > [INFO]   Apache CXF Runtime
> > [INFO]   Apache CXF Runtime Bindings
> > [INFO]   Apache CXF Runtime JAX-RS Frontend
> > [INFO]   Apache CXF Runtime JavaScript Frontend
> > [INFO]   Apache CXF HTTP Transport for OSGi
> > [INFO]   Apache CXF Runtime JBI Transport
> > [INFO]   Apache CXF Runtime WS Policy
> > [INFO]   Apache CXF Runtime WS Reliable Messaging
> > [INFO]   Apache CXF Runtime WS Security
> > [INFO]   Apache CXF Runtime Web Management
> > [INFO]   Apache CXF JBI Integration
> > [INFO]   Apache CXF JCA Connection
> > [INFO]   Apache CXF Integration
> > [INFO]   Apache CXF Java2WS Maven2 Plugin
> > [INFO]   Apache CXF CORBA Tools Maven2 Plugins
> > [INFO]   Apache CXF Archetype - Simple JAX-WS Java First
> > [INFO]   Apache CXF Maven Archetypes
> > [INFO]   Apache CXF Maven Plugins
> > [INFO]   Apache CXF Uncategorized System Tests
> > [INFO]   Apache CXF Transport System Tests
> > [INFO]   Apache CXF JAX-WS System Tests
> > [INFO]   Apache CXF Databinding System Tests
> > [INFO]   Apache CXF JAX-RS System Tests
> > [INFO]   Apache CXF WS-* Specifications System Tests
> > [INFO]   Test for writing wsdl to repo
> > [INFO]   Test for reading wsdl from repo and generating code from it
> > [INFO]   Apache CXF System Tests
> > [INFO]   Apache CXF System Tests for WSDL generation and retrieval
> > [INFO]   Apache CXF Bundle Parent
> > [INFO]   Apache CXF Bundle Jar
> > [INFO]   Apache CXF Minimal Bundle Jar
> > [INFO]   Apache CXF JAX-RS Bundle Jar
> > [INFO]   Apache CXF Manifest Jar
> > [INFO]   Apache CXF Distribution
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
> > [INFO] [install:install {execution: default-install}]
> > [INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\pom.xml to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf\2.3.0-SNAPSHOT\cxf-2.3
> > .0-SNAPSHOT.pom [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Parent
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Source directory does not exist - skipping report.
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] Setting property: classpath.resource.loader.class =>
> > 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'. [INFO]
> > Setting property: velocimacro.messages.on => 'false'.
> > [INFO] Setting property: resource.loader => 'classpath'.
> > [INFO] Setting property: resource.manager.logwhenfound => 'false'.
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
> > [INFO] [install:install {execution: default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\parent\pom.xml to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-parent\2.3.0-SNAPSHOT\
> > cxf-parent-2.3.0-SNA PSHOT.pom
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Common Utilities
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 8 resources
> > [INFO] Copying 2 resources
> > [INFO] Copying 1 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\common\target\generate
> > d\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 14 resources
> > [INFO] Copying 7 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\common\target\generate
> > d\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\common\target\surefire
> > -reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.helpers.HttpHeaderHelperTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 sec
> > Running org.apache.cxf.staxutils.FragmentStreamReaderTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.31 sec
> > Running org.apache.cxf.common.i18n.BundleUtilsTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec
> > Running org.apache.cxf.jaxb.DatatypeFactoryTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 sec
> > Running org.apache.cxf.common.commands.ForkedCommandTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.349 sec
> > Running org.apache.cxf.common.injection.ResourceInjectorTest
> > Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.269 sec
> > Running org.apache.cxf.common.logging.LogUtilsTest
> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 sec
> > Running org.apache.cxf.common.util.XmlSchemaPrimitiveUtilsTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
> > Running org.apache.cxf.common.util.StringUtilsTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
> > Running org.apache.cxf.helpers.XMLUtilsTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.177 sec
> > Running org.apache.cxf.resource.ClassLoaderResolverTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.354 sec
> > Running org.apache.cxf.configuration.spring.SpringBeanQNameMapTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.736 sec
> > Running org.apache.cxf.helpers.FileUtilsTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec
> > Running org.apache.cxf.common.xmlschema.ImportRepairTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.342 sec
> > Running org.apache.cxf.common.util.CollectionUtilsTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec
> > Running org.apache.cxf.resource.URIResolverTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 sec
> > Running org.apache.cxf.staxutils.W3CDOMStreamReaderTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.178 sec
> > Running org.apache.cxf.helpers.ServiceUtilsTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
> > Running org.apache.cxf.staxutils.DepthXMLStreamReaderTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
> > Running org.apache.cxf.jaxb.JAXBElementToStringStyleTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 sec
> > Running org.apache.cxf.common.security.SimplePrincipalTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
> > Running org.apache.cxf.common.classloader.FireWallClassLoaderTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
> > Running org.apache.cxf.common.util.Base64UtilityTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 sec
> > Running org.apache.cxf.common.security.SimpleGroupTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
> > Running org.apache.cxf.jaxb.JAXBUtilsTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 sec
> > Running org.apache.cxf.common.i18n.MessageTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
> > Running org.apache.cxf.common.util.PropertiesLoaderUtilsTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec
> > Running org.apache.cxf.staxutils.StaxUtilsTest
> > Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 sec
> > Running org.apache.cxf.jaxb.JAXBToStringBuilderTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec
> > Running org.apache.cxf.helpers.NameSpaceTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
> > Running org.apache.cxf.configuration.spring.SpringBeanMapTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 sec
> > Running org.apache.cxf.version.VersionTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 sec
> > Running org.apache.cxf.common.commands.ResultBufferedCommandTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.294 sec
> > Running org.apache.cxf.common.util.UrlUtilsTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
> > Running org.apache.cxf.common.util.PackageUtilsTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
> > Running org.apache.cxf.staxutils.StaxStreamFilterTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec
> > Running org.apache.cxf.common.annotation.AnnotationProcessorTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 sec
> >
> > Results :
> >
> > Tests run: 109, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\common\target\cxf-comm
> > on-utilities-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\common\target\cxf-comm
> > on-utilities-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\
> > cxf-common-utilities\2.3.0-SNAPSHOT\cxf-common-utilities-2.3.0-SNAPSHOT.ja
> > r [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Common Schemas
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\schemas\src\main\java
> > [INFO] Copying 23 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\schemas\src\main\resou
> > rces-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\schemas\target\generat
> > ed\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] No sources to compile
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\schemas\src\test\java
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\schemas\src\test\resou
> > rces [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\schemas\target\generat
> > ed\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Not compiling test sources
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Tests are skipped.
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\schemas\target\cxf-com
> > mon-schemas-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\schemas\target\cxf-com
> > mon-schemas-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\c
> > xf-common-schemas\2.3.0-SNAPSHOT\cxf-common-schemas-2.3.0-SNAPSHOT.jar
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF API
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 15 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\resources [INFO]
> > skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\resources-filter
> > ed [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\target\generated\src\main
> > \resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [cxf-xjc:xsdtojava-tests {execution: generate-test-sources}]
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 1 resource
> > [INFO] Copying 5 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\target\generated\src\test
> > \resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\target\surefire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertionTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.558 sec
> > Running
> > org.apache.cxf.ws.policy.builder.primitive.NestedPrimitiveAssertionTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 sec
> > Running
> > org.apache.cxf.ws.policy.builder.primitive.NestedPrimitiveAssertionBuilder
> > Test Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.354
> > sec Running org.apache.cxf.service.model.MessagePartInfoTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.239 sec
> > Running org.apache.cxf.continuations.SuspendedInvocationExceptionTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 sec
> > Running org.apache.cxf.wsdl.JAXBExtensionHelperTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.978 sec
> > Running org.apache.cxf.phase.PhaseInterceptorChainTest
> > Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.328 sec
> > Running org.apache.cxf.service.model.MessageInfoTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
> > Running org.apache.cxf.service.model.InterfaceInfoTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 sec
> > Running org.apache.cxf.BusFactoryTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec
> > Running org.apache.cxf.service.model.FaultInfoTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
> > Running org.apache.cxf.ws.policy.AssertionInfoMapTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
> > Running org.apache.cxf.service.model.BindingOperationInfoTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec
> > Running org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertionBuilderTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 sec
> > Running org.apache.cxf.service.model.OperationInfoTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
> > Running org.apache.cxf.databinding.AbstractDataBindingTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 sec
> > Running org.apache.cxf.service.model.BindingFaultInfoTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
> > Running org.apache.cxf.service.model.BindingMessageInfoTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
> > Running org.apache.cxf.ws.policy.IntersectorTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
> > Running org.apache.cxf.NSManagerTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
> > Running org.apache.cxf.continuations.ContinuationInfoTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec
> >
> > Results :
> >
> > Tests run: 75, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\target\cxf-api-2.3.0-SNAP
> > SHOT.jar [INFO] [javadoc:jar {execution: package}]
> > [WARNING] Are you sure about the <javadocVersion/> parameter? It seems to
> > be 1.6 [INFO]
> > 27 warnings
> > [WARNING] Javadoc Warnings
> > [WARNING] javadoc: warning - Multiple sources of package comments found for
> > package "org.apache.cxf.binding" [WARNING] javadoc: warning - Multiple
> > sources of package comments found for package "org.apache.cxf" [WARNING]
> > javadoc: warning - Multiple sources of package comments found for package
> > "org.apache.cxf.endpoint" [WARNING] javadoc: warning - Multiple sources of
> > package comments found for package "org.apache.cxf.interceptor" [WARNING]
> > javadoc: warning - Multiple sources of package comments found for package
> > "org.apache.cxf.phase" [WARNING] javadoc: warning - Multiple sources of
> > package comments found for package "org.apache.cxf.service" [WARNING]
> > javadoc: warning - Multiple sources of package comments found for package
> > "org.apache.cxf.transport" [WARNING]
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> > cxf\annotations\DataBinding.java:42: warning - @return tag has no
> > arguments. [WARNING]
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> > cxf\clustering\FailoverStrategy.java:63: warning - @param argument
> > "alternates" is not a pa rameter name.
> > [WARNING]
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> > cxf\configuration\ConfiguredBeanLocator.java:36: warning - @return tag has
> > no arguments. [WARNING]
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> > cxf\configuration\ConfiguredBeanLocator.java:54: warning - @return tag has
> > no arguments. [WARNING]
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> > cxf\configuration\ConfiguredBeanLocator.java:45: warning - @return tag has
> > no arguments. [WARNING]
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> > cxf\configuration\ConfiguredBeanLocator.java:76: warning - @return tag has
> > no arguments. [WARNING]
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> > cxf\configuration\ConfiguredBeanLocator.java:64: warning - @return tag has
> > no arguments. [WARNING]
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> > cxf\configuration\ConfiguredBeanLocator.java:76: warning - @param argument
> > "<T>" is not a t ype parameter name.
> > [WARNING]
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> > cxf\configuration\ConfiguredBeanLocator.java:76: warning - @param argument
> > "type" is not a parameter name.
> > [WARNING]
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> > cxf\configuration\ConfiguredBeanLocator.java:76: warning - @param argument
> > "property" is no t a parameter name.
> > [WARNING]
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> > cxf\configuration\ConfiguredBeanLocator.java:95: warning - @return tag has
> > no arguments. [WARNING]
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> > cxf\configuration\ConfiguredBeanLocator.java:86: warning - @return tag has
> > no arguments. [WARNING]
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> > cxf\continuations\Continuation.java:36: warning - @param argument
> > "timeout." is not a param eter name.
> > [WARNING]
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> > cxf\endpoint\Client.java:240: warning - @return tag has no arguments.
> > [WARNING]
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> > cxf\io\StaxValidationManager.java:39: warning - @param argument "schemas"
> > is not a paramete r name.
> > [WARNING]
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> > cxf\phase\AbstractPhaseInterceptor.java:75: warning - @param argument "p"
> > is not a paramete r name.
> > [WARNING]
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> > cxf\service\model\SchemaInfo.java:86: warning - @return tag has no
> > arguments. [WARNING]
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> > cxf\transport\Observable.java:38: warning - @return tag has no arguments.
> > [WARNING]
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> > cxf\ws\policy\AssertionBuilderRegistry.java:56: warning - @return tag has
> > no arguments. [WARNING]
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> > cxf\wsdl\WSDLManager.java:100: warning - @return tag has no arguments.
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\target\cxf-api-2.3.0-SNAP
> > SHOT-javadoc.jar [INFO] [install:install {execution: default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\target\cxf-api-2.3.0-SNAP
> > SHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-api\2.3.0-SNAPSHOT\
> > cxf-api-2.3.0-SNAPSHOT.jar
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\target\cxf-api-2.3.0-SNAP
> > SHOT-javadoc.jar to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-api\2.3.0-S
> > NAPSHOT\cxf-api-2.3.0-SNAPSHOT-javadoc.jar
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Woodstox/MSV Schema Validation
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] Copying 4 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\wstx-msv-validation\sr
> > c\main\resources-filtered [INFO] Copying 1 resource
> > [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\wstx-msv-validation\sr
> > c\test\resources [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\wstx-msv-validation\ta
> > rget\generated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\wstx-msv-validation\ta
> > rget\surefire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > There are no tests to run.
> >
> > Results :
> >
> > Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\wstx-msv-validation\ta
> > rget\cxf-wstx-msv-validation-2.3.0-SNAPSHOT.jar [INFO] [install:install
> > {execution: default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\wstx-msv-validation\ta
> > rget\cxf-wstx-msv-validation-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository
> > \org\apache\cxf\cxf-wstx-msv-validation\2.3.0-SNAPSHOT\cxf-wstx-msv-valida
> > tion-2.3.0-SNAPSHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF XML Schema Validation with Xerces
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] Copying 3 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\xerces-xsd-validation\
> > src\main\resources-filtered [INFO] Copying 1 resource
> > [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\xerces-xsd-validation\
> > src\test\java [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\xerces-xsd-validation\
> > src\test\resources [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\xerces-xsd-validation\
> > target\generated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] No sources to compile
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\xerces-xsd-validation\
> > target\surefire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > There are no tests to run.
> >
> > Results :
> >
> > Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\xerces-xsd-validation\
> > target\cxf-xerces-xsd-validation-2.3.0-SNAPSHOT.jar [INFO] [install:install
> > {execution: default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\xerces-xsd-validation\
> > target\cxf-xerces-xsd-validation-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\reposi
> > tory\org\apache\cxf\cxf-xerces-xsd-validation\2.3.0-SNAPSHOT\cxf-xerces-xs
> > d-validation-2.3.0-SNAPSHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Common
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
> > [INFO] [install:install {execution: default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\pom.xml to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-common\2.3.0-SNAPSHOT\
> > cxf-common-2.3.0-SNA PSHOT.pom
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime Core
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 14 resources
> > [INFO] Copying 8 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\core\src\main\resources-fi
> > ltered [INFO] Copying 1 resource
> > [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 18 resources
> > [INFO] Copying 30 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\core\target\generated\src\
> > test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\core\target\surefire-repor
> > ts
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.bus.extension.ExtensionTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.193 sec
> > Running org.apache.cxf.interceptor.ServiceInvokerInterceptorTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.155 sec
> > Running org.apache.cxf.endpoint.ServerRegistryImpTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
> > Running org.apache.cxf.endpoint.EndpointResolverRegistryImplTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.161 sec
> > Running org.apache.cxf.bus.spring.BusApplicationContextTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.054 sec
> > Running org.apache.cxf.workqueue.AutomaticWorkQueueTest
> > Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.832 sec
> > Running org.apache.cxf.transport.ChainInitiationObserverTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 sec
> > Running org.apache.cxf.bus.CXFBusImplTest
> > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.996 sec
> > Running org.apache.cxf.interceptor.OutgoingChainInterceptorTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.283 sec
> > Running org.apache.cxf.wsdl11.WSDLServiceBuilderTest
> > Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.688 sec
> > Running org.apache.cxf.attachment.AttachmentSerializerTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.561 sec
> > Running org.apache.cxf.wsdl11.ServiceWSDLBuilderTest
> > Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.19 sec
> > Running org.apache.cxf.interceptor.DocLiteralInInterceptorTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.326 sec
> > Running org.apache.cxf.bus.spring.SpringBusFactoryTest
> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.615 sec
> > Running org.apache.cxf.bus.extension.ExtensionFragmentParserTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
> > Running org.apache.cxf.transport.CachedOutputStreamTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.208 sec
> > Running org.apache.cxf.bus.spring.BusDefinitionParserTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.126 sec
> > Running org.apache.cxf.wsdl11.WSDLDefinitionBuilderTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.152 sec
> > Running org.apache.cxf.buslifecycle.CXFBusLifeCycleManagerTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
> > Running org.apache.cxf.interceptor.PrettyLoggingOutInterceptorTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec
> > Running org.apache.cxf.test.XPathAssertTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 sec
> > Running org.apache.cxf.wsdl11.WSDLManagerImplTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
> > Running org.apache.cxf.endpoint.ServiceContractResolverRegistryImplTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
> > Running org.apache.cxf.configuration.spring.ConfigurerImplTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.217 sec
> > Running org.apache.cxf.transport.HttpUriMapperTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec
> > Running org.apache.cxf.bus.extension.ExtensionManagerTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec
> > Running org.apache.cxf.attachment.AttachmentDeserializerTest
> > Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.257 sec
> > Running
> > org.apache.cxf.interceptor.security.SimpleAuthorizingInterceptorTest Tests
> > run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 sec
> >
> > Results :
> >
> > Tests run: 115, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\core\target\cxf-rt-core-2.
> > 3.0-SNAPSHOT.jar [INFO] [install:install {execution: default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\core\target\cxf-rt-core-2.
> > 3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-rt-core\2.3
> > .0-SNAPSHOT\cxf-rt-core-2.3.0-SNAPSHOT.jar
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Command Line Tools Common
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 12 resources
> > [INFO] Copying 1 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\common\src\main\resourc
> > es-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\common\target\generated
> > \src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 7 resources
> > [INFO] Copying 1 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\common\target\generated
> > \src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\common\target\surefire-
> > reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.tools.common.dom.ExtendedDocumentBuilderTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.195 sec
> > Running org.apache.cxf.tools.common.model.JavaParameterTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec
> > Running org.apache.cxf.tools.common.ToolContextTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec
> > Running org.apache.cxf.tools.common.dom.DocumentTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.011 sec
> > Running org.apache.cxf.tools.util.FileWriterUtilTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 sec
> > Running org.apache.cxf.tools.common.ProcessorEnvironmentTest
> > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
> > Running org.apache.cxf.tools.common.toolspec.ToolExceptionTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec
> > Running org.apache.cxf.tools.common.toolspec.ToolSpecTest
> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 sec
> > Running org.apache.cxf.tools.common.model.JavaInterfaceTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
> > Running org.apache.cxf.tools.common.toolspec.AbstractToolContainerTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.479 sec
> > Running org.apache.cxf.tools.common.toolspec.ToolSupportTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
> > Running org.apache.cxf.tools.common.dom.SchemaValidatingSAXParserTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.188 sec
> > Running org.apache.cxf.tools.util.URIParserUtilTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec
> > Running org.apache.cxf.tools.util.BuiltInTypesJavaMappingUtilTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec
> > Running org.apache.cxf.tools.common.WSDLVersionTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
> > Running org.apache.cxf.tools.common.model.JavaClassTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 sec
> > Running org.apache.cxf.tools.common.model.JavaTypeTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
> > Running org.apache.cxf.tools.util.NameUtilTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
> > Running org.apache.cxf.tools.common.toolspec.parser.CommandLineParserTest
> > Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.837 sec
> > Running org.apache.cxf.tools.common.model.JAnnotationTest
> > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 sec
> > Running org.apache.cxf.tools.util.StAXUtilTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.485 sec
> >
> > Results :
> >
> > Tests run: 68, Failures: 0, Errors: 0, Skipped: 1
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\common\target\cxf-tools
> > -common-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\common\target\cxf-tools
> > -common-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-t
> > ools-common\2.3.0-SNAPSHOT\cxf-tools-common-2.3.0-SNAPSHOT.jar
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Command Line Tools Validator
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 3 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\validator\src\main\reso
> > urces [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\validator\src\main\reso
> > urces-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\validator\target\genera
> > ted\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 10 resources
> > [INFO] Copying 22 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\validator\target\genera
> > ted\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\validator\target\surefi
> > re-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.tools.validator.internal.WSDLRefValidatorTest
> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.899 sec
> > Running org.apache.cxf.tools.validator.internal.WSDL11ValidatorTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 sec
> > Running org.apache.cxf.tools.validator.internal.Stax2DOMTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.397 sec
> > Running org.apache.cxf.tools.validator.internal.model.XNodeTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
> > Running org.apache.cxf.tools.validator.WSDLValidationTest
> > Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.175 sec
> >
> > Results :
> >
> > Tests run: 31, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\validator\target\cxf-to
> > ols-validator-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\validator\target\cxf-to
> > ols-validator-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf
> > \cxf-tools-validator\2.3.0-SNAPSHOT\cxf-tools-validator-2.3.0-SNAPSHOT.jar
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Command Line Tools WSDLTo Core
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 6 resources
> > [INFO] Copying 1 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\core\src\main\re
> > sources-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\core\target\gene
> > rated\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 2 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\core\src\test\re
> > sources [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\core\target\gene
> > rated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\core\target\sure
> > fire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.tools.wsdlto.WSDLToJavaContainerTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.212 sec
> > Running org.apache.cxf.tools.wsdlto.core.AbstractGeneratorTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.455 sec
> >
> > Results :
> >
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\core\target\cxf-
> > tools-wsdlto-core-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\core\target\cxf-
> > tools-wsdlto-core-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache
> > \cxf\cxf-tools-wsdlto-core\2.3.0-SNAPSHOT\cxf-tools-wsdlto-core-2.3.0-SNAP
> > SHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Command Line Tools WSDLTo JAXWS Frontend [INFO]
> >    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 14 resources
> > [INFO] Copying 3 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\jaxws\s
> > rc\main\resources-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\jaxws\t
> > arget\generated\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 16 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\jaxws\s
> > rc\test\resources [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\jaxws\t
> > arget\generated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\jaxws\t
> > arget\surefire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running
> > org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.mapper.Metho
> > dMapperTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
> > 0.189 sec Running
> > org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.mapper.Inter
> > faceMapperTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time
> > elapsed: 0.063 sec Running
> > org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.annotator.We
> > bMethodAnnotatorTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time
> > elapsed: 0.052 sec Running
> > org.apache.cxf.tools.wsdlto.frontend.jaxws.customization.CustomizationPars
> > erTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
> > 0.637 sec Running
> > org.apache.cxf.tools.wsdlto.frontend.jaxws.JAXWSProfileTest Tests run: 1,
> > Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.589 sec Running
> > org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.annotator.We
> > bParamAnnotatorTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time
> > elapsed: 0.031 sec Running
> > org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.annotator.Xm
> > lSeeAlsoAnnotatorTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0,
> > Time elapsed: 0.019 sec Running
> > org.apache.cxf.tools.wsdlto.frontend.jaxws.wsdl11.JAXWSDefinitionBuilderTe
> > st Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.498
> > sec Running org.apache.cxf.tools.wsdlto.frontend.jaxws.CatalogTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec
> > Running
> > org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.ParameterPro
> > cessorTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
> > 0.038 sec Running
> > org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.ProcessorUti
> > lTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005
> > sec Running
> > org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.PortTypeProc
> > essorTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
> > 0.005 sec
> >
> > Results :
> >
> > Tests run: 26, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\jaxws\t
> > arget\cxf-tools-wsdlto-frontend-jaxws-2.3.0-SNAPSHOT.jar [INFO]
> > [install:install {execution: default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\jaxws\t
> > arget\cxf-tools-wsdlto-frontend-jaxws-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\r
> > epository\org\apache\cxf\cxf-tools-wsdlto-frontend-jaxws\2.3.0-SNAPSHOT\cx
> > f-tools-wsdlto-frontend-jaxws-2.3.0-SNAPSHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF WSDL Validator Maven2 Plugin
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [plugin:descriptor {execution: default-descriptor}]
> > [WARNING] Using platform encoding (Cp1252 actually) to read mojo metadata,
> > i.e. build is platform dependent! [INFO] Applying mojo extractor for
> > language: java
> > [INFO] Mojo extractor for language: java found 1 mojo descriptors.
> > [INFO] Applying mojo extractor for language: bsh
> > [INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\wsdl-validator-
> > plugin\src\main\resources [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\wsdl-validator-
> > plugin\src\main\resources-filtered [INFO] skip non existing
> > resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\wsdl-validator-
> > plugin\target\generated\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\wsdl-validator-
> > plugin\src\test\java [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\wsdl-validator-
> > plugin\src\test\resources [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\wsdl-validator-
> > plugin\target\generated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] No sources to compile
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\wsdl-validator-
> > plugin\target\surefire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > There are no tests to run.
> >
> > Results :
> >
> > Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\wsdl-validator-
> > plugin\target\cxf-wsdl-validator-plugin-2.3.0-SNAPSHOT.jar [INFO]
> > [plugin:addPluginArtifactMetadata {execution:
> > default-addPluginArtifactMetadata}] [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\wsdl-validator-
> > plugin\target\cxf-wsdl-validator-plugin-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2
> > \repository\org\apache\cxf\cxf-wsdl-validator-plugin\2.3.0-SNAPSHOT\cxf-ws
> > dl-validator-plugin-2.3.0-SNAPSHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Command Line Tools WSDLTo JAXB Databinding
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 3 resources
> > [INFO] Copying 1 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\databinding\jaxb
> > \src\main\resources-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\databinding\jaxb
> > \target\generated\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\databinding\jaxb
> > \src\test\resources [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\databinding\jaxb
> > \target\generated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\databinding\jaxb
> > \target\surefire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > There are no tests to run.
> >
> > Results :
> >
> > Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\databinding\jaxb
> > \target\cxf-tools-wsdlto-databinding-jaxb-2.3.0-SNAPSHOT.jar [INFO]
> > [install:install {execution: default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\databinding\jaxb
> > \target\cxf-tools-wsdlto-databinding-jaxb-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.
> > m2\repository\org\apache\cxf\cxf-tools-wsdlto-databinding-jaxb\2.3.0-SNAPS
> > HOT\cxf-tools-wsdlto-databinding-jaxb-2.3.0-SNAPSHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Code Generation Maven2 Plugins
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [plugin:descriptor {execution: default-descriptor}]
> > [WARNING] Using platform encoding (Cp1252 actually) to read mojo metadata,
> > i.e. build is platform dependent! [INFO] Applying mojo extractor for
> > language: java
> > [INFO] Mojo extractor for language: java found 1 mojo descriptors.
> > [INFO] Applying mojo extractor for language: bsh
> > [INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\codegen-plugin\
> > src\main\resources [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\codegen-plugin\
> > src\main\resources-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\codegen-plugin\
> > target\generated\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] Copying 0 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\codegen-plugin\
> > target\generated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\codegen-plugin\
> > target\surefire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > There are no tests to run.
> >
> > Results :
> >
> > Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\codegen-plugin\
> > target\cxf-codegen-plugin-2.3.0-SNAPSHOT.jar [INFO]
> > [plugin:addPluginArtifactMetadata {execution:
> > default-addPluginArtifactMetadata}] [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\codegen-plugin\
> > target\cxf-codegen-plugin-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\or
> > g\apache\cxf\cxf-codegen-plugin\2.3.0-SNAPSHOT\cxf-codegen-plugin-2.3.0-SN
> > APSHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Test Utilities
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [WARNING] DEPRECATED [sourceRoot]: Use the build-helper-maven-plugin to
> > bind source directories [INFO] [antrun:run {execution: validate}]
> > project.artifactId
> > [INFO] Executing tasks
> > [INFO] Executed tasks
> > [INFO] Registering compile source root
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\testutils\target\generated\sr
> > c\main\java [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution:
> > xml2fastinfoset}] [INFO] [cxf-codegen:wsdl2java {execution:
> > generate-sources}]
> > [INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 1 resource
> > [INFO] Copying 89 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\testutils\src\main\resources-
> > filtered [INFO] Copying 9 resources
> > [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\testutils\src\test\resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\testutils\target\generated\sr
> > c\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\testutils\target\surefire-rep
> > orts
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.testutils.header_test.rpc.TestRPCHeaderTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 sec
> >
> > Results :
> >
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\testutils\target\cxf-testutil
> > s-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution: default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\testutils\target\cxf-testutil
> > s-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-testuti
> > ls\2.3.0-SNAPSHOT\cxf-testutils-2.3.0-SNAPSHOT.jar
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime JAXB DataBinding
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 3 resources
> > [INFO] Copying 1 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\jaxb\src\main\
> > resources-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\jaxb\target\ge
> > nerated\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [cxf-xjc:xsdtojava-tests {execution: generate-sources}]
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 13 resources
> > [INFO] Copying 3 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\jaxb\target\ge
> > nerated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\jaxb\target\su
> > refire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.jaxb.DocLiteralInInterceptorTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.985 sec
> > Running org.apache.cxf.jaxb.BareOutInterceptorTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.245 sec
> > Running org.apache.cxf.jaxb.BareInInterceptorTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 sec
> > Running org.apache.cxf.jaxb.JAXBEncoderDecoderTest
> > Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.325 sec
> > Running org.apache.cxf.jaxb.io.XMLStreamDataWriterTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec
> > Running org.apache.cxf.jaxb.WrappedInInterceptorTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec
> > Running org.apache.cxf.jaxb.io.XMLStreamDataReaderTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec
> > Running org.apache.cxf.jaxb.JAXBWrapperHelperTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec
> > Running org.apache.cxf.jaxb.JAXBDataBindingTest
> > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.287 sec
> >
> > Results :
> >
> > Tests run: 39, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\jaxb\target\cx
> > f-rt-databinding-jaxb-2.3.0-SNAPSHOT.jar [INFO] [install:install
> > {execution: default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\jaxb\target\cx
> > f-rt-databinding-jaxb-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\ap
> > ache\cxf\cxf-rt-databinding-jaxb\2.3.0-SNAPSHOT\cxf-rt-databinding-jaxb-2.
> > 3.0-SNAPSHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime XML Binding
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 1 resource
> > [INFO] Copying 8 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\xml\src\main\reso
> > urces-filtered [INFO] Copying 1 resource
> > [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] Copying 4 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\xml\target\genera
> > ted\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\xml\target\surefi
> > re-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.binding.xml.XMLBindingFactoryTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.215 sec
> > Running org.apache.cxf.binding.xml.interceptor.XMLMessageInInterceptorTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1 sec
> > Running org.apache.cxf.binding.xml.interceptor.XMLFaultInterceptorsTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 sec
> > Running org.apache.cxf.binding.xml.interceptor.XMLMessageOutInterceptorTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.18 sec
> > Running org.apache.cxf.binding.xml.interceptor.XMLFaultOutInterceptorTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
> >
> > Results :
> >
> > Tests run: 9, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\xml\target\cxf-rt
> > -bindings-xml-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\xml\target\cxf-rt
> > -bindings-xml-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf
> > \cxf-rt-bindings-xml\2.3.0-SNAPSHOT\cxf-rt-bindings-xml-2.3.0-SNAPSHOT.jar
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime SOAP Binding
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 3 resources
> > [INFO] Copying 7 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\soap\src\main\res
> > ources-filtered [INFO] Copying 1 resource
> > [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 4 resources
> > [INFO] Copying 12 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\soap\target\gener
> > ated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\soap\target\suref
> > ire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.binding.soap.RPCInInterceptorTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.962 sec
> > Running org.apache.cxf.binding.soap.SoapDestinationFactoryTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec
> > Running org.apache.cxf.binding.soap.ReadHeaderInterceptorTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.542 sec
> > Running org.apache.cxf.binding.soap.saaj.SAAJInInterceptorTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 sec
> > Running org.apache.cxf.binding.soap.SoapActionInterceptorTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
> > Running org.apache.cxf.binding.soap.SoapBindingFactoryTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 sec
> > Running org.apache.cxf.binding.soap.jms.interceptor.SoapFaultFactoryTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.209 sec
> > Running org.apache.cxf.binding.soap.SoapBindingTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
> > Running org.apache.cxf.binding.soap.ServiceModelUtilTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
> > Running org.apache.cxf.binding.soap.MustUnderstandInterceptorTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 sec
> > Running org.apache.cxf.binding.soap.tcp.TCPConduitTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.006 sec
> > Running org.apache.cxf.binding.soap.RPCOutInterceptorTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.147 sec
> > Running org.apache.cxf.binding.soap.SoapOutInterceptorTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec
> > Running org.apache.cxf.binding.soap.interceptor.SoapFaultSerializerTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 sec
> >
> > Results :
> >
> > Tests run: 29, Failures: 0, Errors: 0, Skipped: 1
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\soap\target\cxf-r
> > t-bindings-soap-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\soap\target\cxf-r
> > t-bindings-soap-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache\c
> > xf\cxf-rt-bindings-soap\2.3.0-SNAPSHOT\cxf-rt-bindings-soap-2.3.0-SNAPSHOT
> > .jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime Local Transport
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 1 resource
> > [INFO] Copying 2 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\local\src\main\
> > resources-filtered [INFO] Copying 1 resource
> > [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\local\src\test\
> > resources [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\local\target\ge
> > nerated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\local\target\su
> > refire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.transport.local.LocalTransportFactoryTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.156 sec
> >
> > Results :
> >
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\local\target\cx
> > f-rt-transports-local-2.3.0-SNAPSHOT.jar [INFO] [install:install
> > {execution: default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\local\target\cx
> > f-rt-transports-local-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\ap
> > ache\cxf\cxf-rt-transports-local\2.3.0-SNAPSHOT\cxf-rt-transports-local-2.
> > 3.0-SNAPSHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime Simple Frontend
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 2 resources
> > [INFO] Copying 3 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\simple\src\main\r
> > esources-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\simple\target\gen
> > erated\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 7 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\simple\src\test\r
> > esources [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\simple\target\gen
> > erated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\simple\target\sur
> > efire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.frontend.soap.SoapBindingSelectionTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.724 sec
> > Running org.apache.cxf.service.factory.ServerFactoryTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.602 sec
> > Running org.apache.cxf.service.factory.RountripTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.262 sec
> > Running org.apache.cxf.service.stax.StaxDatabindingTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.193 sec
> > Running org.apache.cxf.frontend.spring.ClientServerTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.413 sec
> > Running org.apache.cxf.service.factory.ReflectionServiceFactoryTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.185 sec
> > Running org.apache.cxf.service.factory.ClientFactoryBeanTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.131 sec
> > Running org.apache.cxf.frontend.spring.SpringBeansTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.546 sec
> >
> > Results :
> >
> > Tests run: 17, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\simple\target\cxf
> > -rt-frontend-simple-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\simple\target\cxf
> > -rt-frontend-simple-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apac
> > he\cxf\cxf-rt-frontend-simple\2.3.0-SNAPSHOT\cxf-rt-frontend-simple-2.3.0-
> > SNAPSHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime HTTP Transport
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 6 resources
> > [INFO] Copying 10 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http\src\main\r
> > esources-filtered [INFO] Copying 2 resources
> > [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 8 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http\src\test\r
> > esources [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http\target\gen
> > erated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http\target\sur
> > efire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.transport.http.gzip.GZIPAcceptEncodingTest
> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.196 sec
> > Running org.apache.cxf.transport.servlet.AbstractCXFServletTest
> > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 sec
> > Running org.apache.cxf.transport.http.HTTPConduitTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.202 sec
> > Running org.apache.cxf.transport.http.HTTPConduitURLConnectionTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.001 sec
> > Running org.apache.cxf.transport.http.policy.HTTPClientAssertionBuilderTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec
> > Running org.apache.cxf.transport.http.HTTPConduitURLEasyMockTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.538 sec
> > Running org.apache.cxf.transport.servlet.ServletControllerTest
> > Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 sec
> > Running org.apache.cxf.transport.http.policy.HTTPServerAssertionBuilderTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
> > Running org.apache.cxf.transport.https.CertConstraintsTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.541 sec
> > Running org.apache.cxf.transport.http.policy.PolicyUtilsTest
> > Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
> >
> > Results :
> >
> > Tests run: 58, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http\target\cxf
> > -rt-transports-http-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http\target\cxf
> > -rt-transports-http-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apac
> > he\cxf\cxf-rt-transports-http\2.3.0-SNAPSHOT\cxf-rt-transports-http-2.3.0-
> > SNAPSHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime HTTP Jetty Transport
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 2 resources
> > [INFO] Copying 6 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-jetty\src\
> > main\resources-filtered [INFO] Copying 1 resource
> > [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 9 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-jetty\src\
> > test\resources [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-jetty\targ
> > et\generated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-jetty\targ
> > et\surefire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.transport.http_jetty.JettyHTTPServerEngineTest
> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.74 sec
> > Running org.apache.cxf.transport.http_jetty.JettyContextInspectorTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.276 sec
> > Running org.apache.cxf.transport.http_jetty.spring.ApplicationContextTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.189 sec
> > Running org.apache.cxf.transport.http_jetty.JettyHTTPDestinationTest
> > Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.342 sec
> > Running
> > org.apache.cxf.transport.http_jetty.continuations.JettyContinuationProvide
> > rTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016
> > sec Running
> > org.apache.cxf.transport.http_jetty.JettyHTTPServerEngineFactoryTest Tests
> > run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.269 sec
> > Running
> > org.apache.cxf.transport.http_jetty.continuations.JettyContinuationWrapper
> > Test Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005
> > sec Running
> > org.apache.cxf.transport.http_jetty.spring.BeanDefinitionParsersTest Tests
> > run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.005 sec
> >
> > Results :
> >
> > Tests run: 41, Failures: 0, Errors: 0, Skipped: 1
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-jetty\targ
> > et\cxf-rt-transports-http-jetty-2.3.0-SNAPSHOT.jar [INFO] [install:install
> > {execution: default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-jetty\targ
> > et\cxf-rt-transports-http-jetty-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\reposit
> > ory\org\apache\cxf\cxf-rt-transports-http-jetty\2.3.0-SNAPSHOT\cxf-rt-tran
> > sports-http-jetty-2.3.0-SNAPSHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime WS Addressing
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 3 resources
> > [INFO] Copying 7 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\addr\src\main\resources
> > -filtered [INFO] Copying 1 resource
> > [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 1 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\addr\src\test\resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\addr\target\generated\s
> > rc\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\addr\target\surefire-re
> > ports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.ws.addressing.AddressingConstantsImplTest
> > Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.178 sec
> > Running org.apache.cxf.ws.addressing.AddressingBuilderTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
> > Running org.apache.cxf.ws.addressing.VersionTransformerTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.479 sec
> > Running org.apache.cxf.ws.addressing.AddressingBuilderImplTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
> > Running org.apache.cxf.ws.addressing.soap.MAPCodecTest
> > Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.407 sec
> > Running org.apache.cxf.ws.addressing.MAPAggregatorTest
> > Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.636 sec
> >
> > Results :
> >
> > Tests run: 76, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\addr\target\cxf-rt-ws-a
> > ddr-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\addr\target\cxf-rt-ws-a
> > ddr-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-rt-ws
> > -addr\2.3.0-SNAPSHOT\cxf-rt-ws-addr-2.3.0-SNAPSHOT.jar
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime JAX-WS Frontend
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [build-helper:add-source {execution: add-source}]
> > [INFO] Source directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxws\src\main\ge
> > nerated added. [INFO] [remote-resources:process {execution: default}]
> > [INFO] [build-helper:add-resource {execution: add-spi}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 11 resources
> > [INFO] Copying 5 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxws\src\main\re
> > sources-filtered [INFO] Copying 1 resource
> > [INFO] Copying 3 resources
> > [INFO] Copying 1 resource
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 28 resources
> > [INFO] Copying 1 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxws\target\gene
> > rated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxws\target\sure
> > fire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.jaxws.header.HeaderClientServerTest
> > Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.194 sec
> > Running org.apache.cxf.jaxws.support.JaxWsImplementorInfoTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
> > Running org.apache.cxf.jaxws.EndpointReferenceTest
> > Tests run: 12, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 2.359 sec
> > Running org.apache.cxf.jaxws.support.JaxWsServiceFactoryBeanTest
> > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.493 sec
> > Running org.apache.cxf.jaxws.context.WebServiceContextImplTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 sec
> > Running org.apache.cxf.jaxws.JAXWSMethodInvokerTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.218 sec
> > Running org.apache.cxf.jaxws.handler.AnnotationHandlerChainBuilderTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.17 sec
> > Running org.apache.cxf.jaxws.CodeFirstTest
> > Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.154 sec
> > Running org.apache.cxf.jaxws.SOAPBindingTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 sec
> > Running org.apache.cxf.jaxws.dispatch.DispatchTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.697 sec
> > Running org.apache.cxf.jaxws.GreeterTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.228 sec
> > Running org.apache.cxf.jaxws.EndpointImplTest
> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.418 sec
> > Running org.apache.cxf.jaxws.handler.soap.SOAPHandlerInterceptorTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.168 sec
> > Running org.apache.cxf.jaxws.JaxWsServerFactoryBeanTest
> > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.979 sec
> > Running org.apache.cxf.jaxws.URIMappingInterceptorDocLitTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.16 sec
> > Running org.apache.cxf.jaxws.URIMappingInterceptorRPCTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.259 sec
> > Running org.apache.cxf.jaxws.handler.InitParamResourceResolverTest
> > Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.157 sec
> > Running org.apache.cxf.jaxws.SEIWithJAXBAnnoTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 sec
> > Running org.apache.cxf.jaxws.support.ContextPropertiesMappingTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
> > Running org.apache.cxf.jaxws.ServiceImplTest
> > Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.43 sec
> > Running org.apache.cxf.jaxws.SchemaFirstXmlConfigTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.179 sec
> > Running org.apache.cxf.jaxws.handler.HandlerChainBuilderTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
> > Running org.apache.cxf.jaxws.spring.SpringBeansTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.372 sec
> > Running org.apache.cxf.jaxws.handler.LogicalMessageImplTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 sec
> > Running org.apache.cxf.jaxws.holder.HolderTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.278 sec
> > Running org.apache.cxf.jaxws.provider.ProviderTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.103 sec
> > Running org.apache.cxf.jaxws.SchemaFirstTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec
> > Running org.apache.cxf.jaxws.handler.AbstractProtocolHandlerInterceptorTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 sec
> > Running org.apache.cxf.jaxws.JaxWsClientTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.365 sec
> > Running org.apache.cxf.jaxws.handler.LogicalHandlerInterceptorTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 sec
> > Running org.apache.cxf.jaxws.handler.HandlerChainInvokerTest
> > Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 sec
> > Running org.apache.cxf.jaxws.WrapperClassGeneratorTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec
> > Running org.apache.cxf.jaxws.ConfiguredEndpointTest
> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.371 sec
> > Running org.apache.cxf.jaxws.provider.ProviderServiceFactoryTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.652 sec
> > Running org.apache.cxf.jaxws.SoapFaultTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.138 sec
> > Running org.apache.cxf.jaxws.HeaderTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 sec
> > Running org.apache.cxf.jaxws.support.JaxWsServiceConfigurationTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec
> > Running org.apache.cxf.jaxws.spi.ProverImplTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
> > Running org.apache.cxf.jaxws.service.AnnotationInterceptorTest
> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.304 sec
> > Running org.apache.cxf.jaxws.ServiceModelUtilsTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.186 sec
> > Running org.apache.cxf.jaxws.CodeFirstWSDLTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.244 sec
> >
> > Results :
> >
> > Tests run: 199, Failures: 0, Errors: 0, Skipped: 3
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxws\target\cxf-
> > rt-frontend-jaxws-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxws\target\cxf-
> > rt-frontend-jaxws-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache
> > \cxf\cxf-rt-frontend-jaxws\2.3.0-SNAPSHOT\cxf-rt-frontend-jaxws-2.3.0-SNAP
> > SHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Test Case Support
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] Copying 1 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\testsupport\src\main\resou
> > rces-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\testsupport\target\generat
> > ed\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\testsupport\src\test\resou
> > rces [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\testsupport\target\generat
> > ed\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\testsupport\target\surefir
> > e-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > There are no tests to run.
> >
> > Results :
> >
> > Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\testsupport\target\cxf-rt-
> > testsupport-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\testsupport\target\cxf-rt-
> > testsupport-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\c
> > xf-rt-testsupport\2.3.0-SNAPSHOT\cxf-rt-testsupport-2.3.0-SNAPSHOT.jar
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime Aegis Databinding
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [build-helper:add-source {execution: add-source}]
> > [INFO] Source directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\aegis\src\main
> > \generated added. [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 3 resources
> > [INFO] Copying 3 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\aegis\src\main
> > \resources-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\aegis\target\g
> > enerated\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 85 resources
> > [INFO] Copying 5 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\aegis\target\g
> > enerated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\aegis\target\s
> > urefire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.aegis.namespaces.NamespaceConfusionTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.489 sec
> > Running org.apache.cxf.aegis.type.java5.map.StudentTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.974 sec
> > Running org.apache.cxf.aegis.type.java5.JaxbTypeTest
> > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.388 sec
> > Running org.apache.cxf.aegis.type.java5.XFireXmlParamTypeTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.163 sec
> > Running org.apache.cxf.aegis.client.ClientServiceConfigTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.538 sec
> > Running org.apache.cxf.aegis.type.encoded.ArrayTypeInfoTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 sec
> > Running org.apache.cxf.aegis.xml.stax.ReaderTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.255 sec
> > Running org.apache.cxf.aegis.inheritance.intf.InterfaceInheritanceTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 sec
> > Running org.apache.cxf.aegis.integration.DOMMappingTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.177 sec
> > Running org.apache.cxf.aegis.type.streams.XMLStreamReaderMappingTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
> > Running org.apache.cxf.aegis.jaxws.AegisJaxwsGetTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.776 sec
> > Running org.apache.cxf.aegis.standalone.StandaloneReadTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 sec
> > Running org.apache.cxf.aegis.type.encoded.StructTypeTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.227 sec
> > Running org.apache.cxf.aegis.xml.stax.WriterTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 sec
> > Running org.apache.cxf.aegis.type.java5.CollectionTest
> > Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.952 sec
> > Running org.apache.cxf.aegis.type.basic.ByteDataTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 sec
> > Running org.apache.cxf.aegis.integration.WrappedTest
> > Tests run: 7, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.794 sec
> > Running org.apache.cxf.aegis.type.java5.AnnotatedTypeTest
> > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.373 sec
> > Running org.apache.cxf.aegis.type.java5.XmlParamTypeTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec
> > Running org.apache.cxf.aegis.type.java5.EnumTypeTest
> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.283 sec
> > Running org.apache.cxf.aegis.standalone.SchemaAddinsTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
> > Running org.apache.cxf.aegis.override.OverrideTypeTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
> > Running org.apache.cxf.aegis.type.basic.DateTimezoneTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec
> > Running org.apache.cxf.aegis.xmlconfig.NillableTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec
> > Running org.apache.cxf.aegis.custom.CustomMappingTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
> > Running org.apache.cxf.aegis.exception.ExceptionTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.228 sec
> > Running org.apache.cxf.aegis.type.basic.BeanTest
> > Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.643 sec
> > Running org.apache.cxf.aegis.integration.ParameterMappingTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.571 sec
> > Running org.apache.cxf.aegis.type.basic.DynamicProxyTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 sec
> > Running org.apache.cxf.aegis.type.java5.MapTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.152 sec
> > Running org.apache.cxf.aegis.type.array.DuplicateArrayTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 sec
> > Running org.apache.cxf.aegis.type.java5.OperationNSTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec
> > Running org.apache.cxf.aegis.type.java5.DualOutServiceTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 sec
> > Running org.apache.cxf.aegis.type.BigDecimalStringTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec
> > Running org.apache.cxf.aegis.type.basic.QualificationTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 sec
> > Running org.apache.cxf.aegis.type.basic.BadXMLTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec
> > Running org.apache.cxf.aegis.type.missing.MissingTypeWSDLTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 sec
> > Running org.apache.cxf.aegis.type.java5.ConfigurationTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.14 sec
> > Running org.apache.cxf.doclitbare.DocLitBareTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.17 sec
> > Running org.apache.cxf.aegis.type.TypeCreationOptionsSpringTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.581 sec
> > Running org.apache.cxf.aegis.services.base64.BinaryDataTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec
> > Running org.apache.cxf.aegis.proxy.ProxyTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 sec
> > Running org.apache.cxf.aegis.type.java5.JaxbXmlParamTypeTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec
> > Running org.apache.cxf.aegis.type.java5.XFireTypeTest
> > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.277 sec
> > Running org.apache.cxf.aegis.standalone.StandaloneWriteTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec
> > Running org.apache.cxf.aegis.custom.CustomBeansTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 sec
> > Running org.apache.cxf.aegis.type.array.FlatArrayTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.495 sec
> > Running org.apache.cxf.aegis.type.encoded.SoapArrayTypeTest
> > Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.366 sec
> > Running org.apache.cxf.aegis.inheritance.ExceptionInheritanceTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.212 sec
> > Running org.apache.cxf.aegis.integration.SchemaValidationTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.512 sec
> > Running org.apache.cxf.aegis.type.map.MapsTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.428 sec
> > Running org.apache.cxf.aegis.namespaces.ExplicitPrefixTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec
> > Running org.apache.cxf.aegis.inheritance.InheritancePOJOTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 sec
> >
> > Results :
> >
> > Tests run: 168, Failures: 0, Errors: 0, Skipped: 3
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\aegis\target\c
> > xf-rt-databinding-aegis-2.3.0-SNAPSHOT.jar [INFO] [install:install
> > {execution: default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\aegis\target\c
> > xf-rt-databinding-aegis-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\
> > apache\cxf\cxf-rt-databinding-aegis\2.3.0-SNAPSHOT\cxf-rt-databinding-aegi
> > s-2.3.0-SNAPSHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime JavaScript Client Generator
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [build-helper:add-source {execution: add-source}]
> > [INFO] Source directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\javascript\src\main\genera
> > ted added. [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 4 resources
> > [INFO] Copying 3 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\javascript\src\main\resour
> > ces-filtered [INFO] Copying 1 resource
> > [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [cxf-codegen:wsdl2java {execution: generate-test-sources}]
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 1 resource
> > [INFO] Copying 29 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\javascript\target\generate
> > d\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\javascript\target\surefire
> > -reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.javascript.DocLitBareClientTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.654 sec
> > Running org.apache.cxf.javascript.types.SerializationTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.217 sec
> > Running org.apache.cxf.javascript.JsHttpRequestTest
> > Jul 23, 2010 10:37:40 AM org.apache.cxf.javascript.JsXMLHttpRequest doSend
> > SEVERE: send state != OPENED.
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.834 sec
> > Running org.apache.cxf.javascript.GreeterClientTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.916 sec
> > Running org.apache.cxf.javascript.QueryHandlerTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.72 sec
> > Running org.apache.cxf.javascript.RPCClientTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.466 sec
> > Running org.apache.cxf.javascript.MtoMTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.366 sec
> > Running org.apache.cxf.javascript.AegisTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.258 sec
> > Running org.apache.cxf.javascript.GenericAegisTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 sec
> > Running org.apache.cxf.javascript.DocLitWrappedClientTest
> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.411 sec
> > Running org.apache.cxf.javascript.types.AttributeTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.198 sec
> > Running org.apache.cxf.javascript.AnyTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.087 sec
> > Running org.apache.cxf.javascript.BasicNameManagerTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
> >
> > Results :
> >
> > Tests run: 39, Failures: 0, Errors: 0, Skipped: 3
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\javascript\target\cxf-rt-j
> > avascript-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\javascript\target\cxf-rt-j
> > avascript-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf
> > -rt-javascript\2.3.0-SNAPSHOT\cxf-rt-javascript-2.3.0-SNAPSHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Command Line Tools WSDL to JavaScript Front End
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 1 resource
> > [INFO] Copying 1 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\javascr
> > ipt\src\main\resources-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\javascr
> > ipt\target\generated\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] Copying 1 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\javascr
> > ipt\target\generated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\javascr
> > ipt\target\surefire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.tools.wsdlto.javascript.WSDLToJavaScriptTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.958 sec
> >
> > Results :
> >
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\javascr
> > ipt\target\cxf-tools-wsdlto-frontend-javascript-2.3.0-SNAPSHOT.jar [INFO]
> > [install:install {execution: default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\javascr
> > ipt\target\cxf-tools-wsdlto-frontend-javascript-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggre
> > gory\.m2\repository\org\apache\cxf\cxf-tools-wsdlto-frontend-javascript\2.
> > 3.0-SNAPSHOT\cxf-tools-wsdlto-frontend-javascript-2.3.0-SNAPSHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime Management
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 4 resources
> > [INFO] Copying 4 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management\src\main\resour
> > ces-filtered [INFO] Copying 1 resource
> > [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] Copying 1 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management\target\generate
> > d\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management\target\surefire
> > -reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running
> > org.apache.cxf.management.interceptor.ResponseTimeMessageInInterceptor2Tes
> > t Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.434 sec
> > Running org.apache.cxf.management.jmx.JMXManagedComponentManagerTest Tests
> > run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.441 sec
> > Running org.apache.cxf.management.counters.CounterRepositoryTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
> > Running org.apache.cxf.management.jmx.MBServerConnectorTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.007 sec
> > Running org.apache.cxf.management.jmx.export.ModelMBeanAssemblerTest
> > Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 sec
> > Running
> > org.apache.cxf.management.interceptor.ResponseTimeMessageOutInterceptorTes
> > t Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 sec
> > Running
> > org.apache.cxf.management.interceptor.ResponseTimeMessageInvokerIntercepto
> > rTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013
> > sec Running
> > org.apache.cxf.management.interceptor.ResponseTimeMessageInInterceptorTest
> > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec
> > Running org.apache.cxf.management.InstrumentationManagerTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.586 sec
> > Running org.apache.cxf.management.utils.ManagementConsoleTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
> >
> > Results :
> >
> > Tests run: 42, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management\target\cxf-rt-m
> > anagement-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management\target\cxf-rt-m
> > anagement-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf
> > -rt-management\2.3.0-SNAPSHOT\cxf-rt-management-2.3.0-SNAPSHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime JMS Transport
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 1 resource
> > [INFO] Copying 14 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jms\src\main\re
> > sources-filtered [INFO] Copying 1 resource
> > [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] Copying 2 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jms\target\gene
> > rated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jms\target\sure
> > fire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.transport.jms.JMSDestinationTest
> > Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 26.559 sec
> > Running org.apache.cxf.transport.jms.JMSUtilsTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec
> > Running
> > org.apache.cxf.transport.jms.continuations.JMSContinuationProviderTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
> > Running org.apache.cxf.transport.jms.continuations.JMSContinuationTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec
> > Running org.apache.cxf.transport.jms.JMSConduitTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.752 sec
> > Running org.apache.cxf.transport.jms.uri.JMSEndpointTest
> > Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 sec
> >
> > Results :
> >
> > Tests run: 32, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jms\target\cxf-
> > rt-transports-jms-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jms\target\cxf-
> > rt-transports-jms-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache
> > \cxf\cxf-rt-transports-jms\2.3.0-SNAPSHOT\cxf-rt-transports-jms-2.3.0-SNAP
> > SHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime XmlBeans DataBinding
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 1 resource
> > [INFO] Copying 1 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\xmlbeans\src\m
> > ain\resources-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\xmlbeans\targe
> > t\generated\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [xmlbeans:xmlbeans-test {execution: default}]
> > [INFO] All schema objects are up to date.
> > [INFO] [cxf-codegen:wsdl2java {execution: generate-test-sources}]
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 16 resources
> > [INFO] Copying 1 resource
> > [INFO] Copying 251 resources
> > [INFO] Copying 3 resources
> > [INFO] Copying 251 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\xmlbeans\targe
> > t\surefire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.xmlbeans.IDRefServiceTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.886 sec
> > Running org.apache.cxf.xmlbeans.WeatherService2Test
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.844 sec
> > Running org.apache.cxf.xmlbeans.MultipleSchemaInNSTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 sec
> > Running org.apache.cxf.xmlbeans.DocumentStyleTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.421 sec
> > Running org.apache.cxf.xmlbeans.WrappedStyleTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.297 sec
> > Running org.apache.cxf.xmlbeans.rpc.WeatherServiceRPCLitTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 sec
> > Running org.apache.cxf.xmlbeans.basic.BasicTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.171 sec
> > Running org.apache.cxf.xmlbeans.XMLBeansServiceTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.391 sec
> > Running org.apache.cxf.xmlbeans.PrimitiveTypesTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.12 sec
> > Running org.apache.cxf.xmlbeans.XmlBeansTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.006 sec
> >
> > Results :
> >
> > Tests run: 23, Failures: 0, Errors: 0, Skipped: 2
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\xmlbeans\targe
> > t\cxf-rt-databinding-xmlbeans-2.3.0-SNAPSHOT.jar [INFO] [install:install
> > {execution: default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\xmlbeans\targe
> > t\cxf-rt-databinding-xmlbeans-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repositor
> > y\org\apache\cxf\cxf-rt-databinding-xmlbeans\2.3.0-SNAPSHOT\cxf-rt-databin
> > ding-xmlbeans-2.3.0-SNAPSHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Command Line Tools WSDLTo Test
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\test\src\main\ja
> > va [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\test\src\main\re
> > sources [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\test\src\main\re
> > sources-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\test\target\gene
> > rated\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] No sources to compile
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 4 resources
> > [INFO] Copying 196 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\test\target\gene
> > rated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\test\target\sure
> > fire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.tools.wsdlto.WSDLToJavaTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.531 sec
> > Running org.apache.cxf.tools.wsdlto.jaxws.wsdl11.JAXWSDefinitionBuilderTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.984 sec
> > Running org.apache.cxf.tools.wsdlto.jaxws.CodeGenOptionTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.259 sec
> > Running org.apache.cxf.tools.wsdlto.jaxws.CatalogTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.162 sec
> > Running org.apache.cxf.tools.wsdlto.jaxws.JAXWSBindingTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.166 sec
> > Running org.apache.cxf.tools.wsdlto.core.PluginLoaderTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
> > Running org.apache.cxf.tools.wsdlto.validator.ValidatorTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 sec
> > Running org.apache.cxf.tools.wsdlto.jaxws.CodeGenTest
> > Tests run: 46, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.661 sec
> > Running org.apache.cxf.tools.wsdlto.jaxws.CodeGenBugTest
> > Jul 23, 2010 10:39:39 AM
> > org.apache.cxf.tools.validator.internal.WSDLRefValidator
> > collectValidationPoints WARNING: WSDL document
> > file:/C:/Users/ggregory/b/svn/apache.org/cxf/trunk/tools/wsdlto/test/targe
> > t/test-classes/wsdl2java_wsdl/helloworld_withnoservice.wsdl does not define
> > an y services
> > Jul 23, 2010 10:39:39 AM
> > org.apache.cxf.tools.validator.internal.WSDLRefValidator
> > collectValidationPoints WARNING: WSDL document
> > file:/C:/Users/ggregory/b/svn/apache.org/cxf/trunk/tools/wsdlto/test/targe
> > t/test-classes/wsdl2java_wsdl/helloworld_noservice_import.wsdl does not
> > define any services
> > Jul 23, 2010 10:39:40 AM
> > org.apache.cxf.tools.validator.internal.WSDLRefValidator
> > collectValidationPoints WARNING: WSDL document
> > file:/C:/Users/ggregory/b/svn/apache.org/cxf/trunk/tools/wsdlto/test/targe
> > t/test-classes/wsdl2java_wsdl/no_port_or_service.wsdl does not define any
> > serv ices
> > Jul 23, 2010 10:39:42 AM org.mortbay.log.Slf4jLog info
> > INFO: Logging to org.slf4j.impl.JDK14LoggerAdapter(org.mortbay.log) via
> > org.mortbay.log.Slf4jLog Jul 23, 2010 10:39:42 AM org.mortbay.log.Slf4jLog
> > info
> > INFO: jetty-6.1.24
> > Jul 23, 2010 10:39:42 AM org.mortbay.log.Slf4jLog info
> > INFO: Started SocketConnector@0.0.0.0:8585
> > Jul 23, 2010 10:39:43 AM org.mortbay.log.Slf4jLog info
> > INFO: Stopped SocketConnector@0.0.0.0:8585
> > Jul 23, 2010 10:39:55 AM
> > org.apache.cxf.tools.validator.internal.WSDLRefValidator
> > collectValidationPointsForBindings SEVERE: {http://child/}Binding is not
> > correct, please check that the correct namespace is being used Tests run:
> > 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.633 sec Running
> > org.apache.cxf.tools.wsdlto.jaxws.JAXWSContainerTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.182 sec
> > Running org.apache.cxf.tools.wsdlto.jaxb.JAXBCodeGenOptionTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.318 sec
> > Running org.apache.cxf.tools.wsdlto.xmlbeans.XmlbeansBindingTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.585 sec
> >
> > Results :
> >
> > Tests run: 125, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\test\target\cxf-
> > tools-wsdlto-test-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\test\target\cxf-
> > tools-wsdlto-test-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache
> > \cxf\cxf-tools-wsdlto-test\2.3.0-SNAPSHOT\cxf-tools-wsdlto-test-2.3.0-SNAP
> > SHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Command Line Tools WSDLTo Misctools
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 7 resources
> > [INFO] Copying 0 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\misc\src\main\re
> > sources-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\misc\target\gene
> > rated\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] Copying 8 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\misc\target\gene
> > rated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\misc\target\sure
> > fire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.tools.misc.processor.XSDToWSDLProcessorTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.81 sec
> > Running org.apache.cxf.tools.misc.processor.WSDLToXMLProcessorTest
> > Jul 23, 2010 10:40:02 AM
> > org.apache.cxf.tools.misc.processor.address.AddressFactory getAddresser
> > INFO: Found addresser
> > org.apache.cxf.tools.misc.processor.address.XmlAddress Tests run: 1,
> > Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.184 sec Running
> > org.apache.cxf.tools.misc.processor.WSDLToServiceProcessorTest Jul 23,
> > 2010 10:40:03 AM
> > org.apache.cxf.tools.misc.processor.address.AddressFactory getAddresser
> > INFO: Found addresser
> > org.apache.cxf.tools.misc.processor.address.SoapAddress Jul 23, 2010
> > 10:40:04 AM org.apache.cxf.tools.misc.processor.address.AddressFactory
> > getAddresser INFO: Found addresser
> > org.apache.cxf.tools.misc.processor.address.JmsAddress Tests run: 7,
> > Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.025 sec Running
> > org.apache.cxf.tools.misc.processor.WSDLToSoapProcessorTest Tests run: 9,
> > Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.426 sec
> >
> > Results :
> >
> > Tests run: 19, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\misc\target\cxf-
> > tools-misctools-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\misc\target\cxf-
> > tools-misctools-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache\c
> > xf\cxf-tools-misctools\2.3.0-SNAPSHOT\cxf-tools-misctools-2.3.0-SNAPSHOT.j
> > ar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Command Line Tools
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
> > [INFO] [install:install {execution: default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\pom.xml to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-tools\2.3.0-SNAPSHOT\c
> > xf-tools-2.3.0-SNAPSH OT.pom
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Command Line Tools WSDLTo
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
> > [INFO] [install:install {execution: default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\pom.xml to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-tools-wsdlto\2.3.0-SNA
> > PSHOT\cxf-tool s-wsdlto-2.3.0-SNAPSHOT.pom
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Command Line Tools JavaTo WS
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 20 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\javato\ws\src\main\reso
> > urces [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\javato\ws\src\main\reso
> > urces-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\javato\ws\target\genera
> > ted\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [cxf-codegen:wsdl2java {execution: generate-test-sources}]
> > [INFO] [build-helper:add-test-source {execution: add-source}]
> > [INFO] Test Source directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\javato\ws\src\test\gene
> > rated added. [INFO] [resources:testResources {execution:
> > default-testResources}] [INFO] Using 'UTF-8' encoding to copy filtered
> > resources.
> > [INFO] Copying 1 resource
> > [INFO] Copying 44 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\javato\ws\target\genera
> > ted\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\javato\ws\target\surefi
> > re-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running
> > org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.JaxwsServiceBuilde
> > rTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 1, Time elapsed:
> > 2.377 sec Running
> > org.apache.cxf.tools.java2wsdl.generator.wsdl11.WrapperBeanGeneratorTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.588 sec
> > Running
> > org.apache.cxf.tools.java2wsdl.generator.wsdl11.DateTypeCustomGeneratorTes
> > t Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.292 sec
> > Running
> > org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.ResponseWrapperTes
> > t Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec
> > Running
> > org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.WrapperUtilTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 sec
> > Running
> > org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.WrapperTest Tests
> > run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
> > Running org.apache.cxf.tools.java2wsdl.processor.FrontendFactoryTest Tests
> > run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 sec Running
> > org.apache.cxf.tools.java2wsdl.processor.internal.ServiceBuilderFactoryTes
> > t Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 sec
> > Running
> > org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.RequestWrapperTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 sec
> > Running
> > org.apache.cxf.tools.java2wsdl.generator.wsdl11.annotator.WrapperBeanAnnot
> > atorTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
> > 0.004 sec Running
> > org.apache.cxf.tools.java2wsdl.generator.wsdl11.annotator.WrapperBeanField
> > AnnotatorTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time
> > elapsed: 0.006 sec Running
> > org.apache.cxf.tools.java2js.processor.JavaToJSProcessorTest Tests run: 2,
> > Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.327 sec Running
> > org.apache.cxf.tools.java2ws.AegisTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.332 sec
> > Running org.apache.cxf.tools.java2wsdl.JavaToWSFlagTest
> > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.867 sec
> > Running org.apache.cxf.tools.java2ws.JavaToWSTest
> > Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.042 sec
> > Running
> > org.apache.cxf.tools.java2wsdl.generator.wsdl11.FaultBeanGeneratorTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.05 sec
> > Running
> > org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.JaxwsServiceBuilde
> > rNoAnnoTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
> > 0.12 sec Running
> > org.apache.cxf.tools.java2wsdl.generator.WSDLGeneratorFactoryTest Tests
> > run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
> > Running org.apache.cxf.tools.java2wsdl.processor.JavaToProcessorTest Tests
> > run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.735 sec
> > Running
> > org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.FaultBeanTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
> > Running
> > org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.JaxwsServiceBuilde
> > rRPCTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
> > 0.045 sec
> >
> > Results :
> >
> > Tests run: 110, Failures: 0, Errors: 0, Skipped: 2
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\javato\ws\target\cxf-to
> > ols-java2ws-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\javato\ws\target\cxf-to
> > ols-java2ws-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\c
> > xf-tools-java2ws\2.3.0-SNAPSHOT\cxf-tools-java2ws-2.3.0-SNAPSHOT.jar
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Command Line Tools JavaTo
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
> > [INFO] [install:install {execution: default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\javato\pom.xml to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-tools-javato\2.3.0-SNA
> > PSHOT\cxf-tool s-javato-2.3.0-SNAPSHOT.pom
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime CORBA Binding
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 5 resources
> > [INFO] Copying 6 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\corba\src\main\re
> > sources-filtered [INFO] Copying 1 resource
> > [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] Copying 6 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\corba\target\gene
> > rated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\corba\target\sure
> > fire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.binding.corba.types.CorbaHandlerUtilsYokoNSTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.831 sec
> > Running org.apache.cxf.binding.corba.runtime.CorbaDSIServantTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.253 sec
> > Running org.apache.cxf.binding.corba.CorbaServerConduitTest
> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.92 sec
> > Running org.apache.cxf.binding.corba.types.CorbaArrayHandlerTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
> > Running org.apache.cxf.binding.corba.utils.CorbaUtilsTest
> > Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 sec
> > Running org.apache.cxf.binding.corba.types.CorbaHandlerUtilsTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.419 sec
> > Running org.apache.cxf.binding.corba.types.CorbaStructHandlerTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
> > Running org.apache.cxf.binding.corba.types.CorbaFixedHandlerTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
> > Running org.apache.cxf.binding.corba.types.CorbaObjectHandlerTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
> > Running org.apache.cxf.binding.corba.CorbaDestinationTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.217 sec
> > Running org.apache.cxf.binding.corba.runtime.CorbaObjectWriterTest
> > Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 sec
> > Running org.apache.cxf.binding.corba.runtime.CorbaStreamReaderTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
> > Running org.apache.cxf.binding.corba.CorbaConduitTest
> > Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.414 sec
> > Running org.apache.cxf.binding.corba.CorbaMessageTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
> > Running org.apache.cxf.binding.corba.CorbaTypeMapTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
> > Running org.apache.cxf.binding.corba.types.CorbaEnumHandlerTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
> > Running org.apache.cxf.binding.corba.runtime.CorbaObjectReaderTest
> > Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 sec
> > Running org.apache.cxf.binding.corba.CorbaBindingTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
> > Running org.apache.cxf.binding.corba.utils.ContextUtilsTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
> > Running org.apache.cxf.binding.corba.runtime.CorbaStreamableTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
> > Running org.apache.cxf.binding.corba.CorbaBindingFactoryTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.771 sec
> > Running org.apache.cxf.binding.corba.types.CorbaAnyHandlerTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
> > Running org.apache.cxf.binding.corba.types.CorbaPrimitiveHandlerTest
> > Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
> > Running org.apache.cxf.binding.corba.types.CorbaSequenceHandlerTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
> >
> > Results :
> >
> > Tests run: 124, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\corba\target\cxf-
> > rt-bindings-corba-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\corba\target\cxf-
> > rt-bindings-corba-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache
> > \cxf\cxf-rt-bindings-corba\2.3.0-SNAPSHOT\cxf-rt-bindings-corba-2.3.0-SNAP
> > SHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Command Line Tools CORBA
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [build-helper:add-source {execution: add-source}]
> > [INFO] Source directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\corba\src\main\generate
> > d added. [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 6 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\corba\src\main\resource
> > s [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\corba\src\main\resource
> > s-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\corba\target\generated\
> > src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] Copying 231 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\corba\target\generated\
> > src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\corba\target\surefire-r
> > eports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.tools.corba.processors.WSDLToIDLGenerationTest
> > Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.58 sec
> > Running
> > org.apache.cxf.tools.corba.idlpreprocessor.IdlPreprocessorReaderTest Tests
> > run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 sec
> > Running org.apache.cxf.tools.corba.processors.WSDLToCorbaBindingTest Tests
> > run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.327 sec
> > Running org.apache.cxf.tools.corba.WSDLToIDLTest
> > Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.251 sec
> > Running org.apache.cxf.tools.corba.processors.IDLToWSDLGenerationTest
> > Tests run: 51, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.1 sec
> > Running org.apache.cxf.tools.corba.IDLToWSDLTest
> > Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.294 sec
> > Running org.apache.cxf.tools.corba.common.CorbaPrimitiveMapTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
> > Running org.apache.cxf.tools.corba.processors.WSDLToCorbaBindingTypeTest
> > Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.188 sec
> >
> > Results :
> >
> > Tests run: 153, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\corba\target\cxf-tools-
> > corba-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\corba\target\cxf-tools-
> > corba-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-too
> > ls-corba\2.3.0-SNAPSHOT\cxf-tools-corba-2.3.0-SNAPSHOT.jar
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime SDO DataBinding
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] Copying 1 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\sdo\src\main\r
> > esources-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\sdo\target\gen
> > erated\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [cxf-codegen:wsdl2java {execution: generate-test-sources-static}]
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 2 resources
> > [INFO] Copying 3 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\sdo\target\gen
> > erated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\sdo\target\sur
> > efire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.sdo.HelloWorldStaticTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.715 sec
> > Running org.apache.cxf.sdo.HelloWorldDynamicTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.349 sec
> >
> > Results :
> >
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\sdo\target\cxf
> > -rt-databinding-sdo-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\sdo\target\cxf
> > -rt-databinding-sdo-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apac
> > he\cxf\cxf-rt-databinding-sdo\2.3.0-SNAPSHOT\cxf-rt-databinding-sdo-2.3.0-
> > SNAPSHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime HTTP Binding
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 2 resources
> > [INFO] Copying 3 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\http\src\main\res
> > ources-filtered [INFO] Copying 1 resource
> > [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [cxf-xjc:xsdtojava-tests {execution: generate-sources}]
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 7 resources
> > [INFO] Copying 1 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\http\target\gener
> > ated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\http\target\suref
> > ire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.binding.http.bare.ClientTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.21 sec
> > Running org.apache.cxf.binding.http.InflectorTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
> > Running org.apache.cxf.binding.http.IriDecoderTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 sec
> > Running org.apache.cxf.binding.http.wrapped.WrappedServiceTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.646 sec
> > Running org.apache.cxf.binding.http.bare.BareServiceTest
> > DefaultValidationEventHandler: [ERROR]: For input string: "bleh"
> >      Location: line 0
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.807 sec
> > Running org.apache.cxf.binding.http.mtom.MtomTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.239 sec
> > Running org.apache.cxf.binding.http.bare.UserServiceTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.233 sec
> >
> > Results :
> >
> > Tests run: 12, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\http\target\cxf-r
> > t-bindings-http-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\http\target\cxf-r
> > t-bindings-http-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache\c
> > xf\cxf-rt-bindings-http\2.3.0-SNAPSHOT\cxf-rt-bindings-http-2.3.0-SNAPSHOT
> > .jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime Object Binding
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 1 resource
> > [INFO] Copying 6 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\object\src\main\r
> > esources-filtered [INFO] Copying 1 resource
> > [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\object\src\test\r
> > esources [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\object\target\gen
> > erated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\object\target\sur
> > efire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.binding.object.LocalServerRegistrationTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.363 sec
> > Running org.apache.cxf.binding.object.ObjectBindingTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.216 sec
> >
> > Results :
> >
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\object\target\cxf
> > -rt-bindings-object-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\object\target\cxf
> > -rt-bindings-object-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apac
> > he\cxf\cxf-rt-bindings-object\2.3.0-SNAPSHOT\cxf-rt-bindings-object-2.3.0-
> > SNAPSHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime Colocated Binding
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 1 resource
> > [INFO] Copying 1 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\coloc\src\main\re
> > sources-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\coloc\target\gene
> > rated\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\coloc\src\test\re
> > sources [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\coloc\target\gene
> > rated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\coloc\target\sure
> > fire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.binding.coloc.ColocMessageObserverTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.55 sec
> > Running org.apache.cxf.binding.coloc.ColocUtilTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
> > Running org.apache.cxf.binding.coloc.ColocOutInterceptorTest
> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 sec
> >
> > Results :
> >
> > Tests run: 16, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\coloc\target\cxf-
> > rt-bindings-coloc-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\coloc\target\cxf-
> > rt-bindings-coloc-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache
> > \cxf\cxf-rt-bindings-coloc\2.3.0-SNAPSHOT\cxf-rt-bindings-coloc-2.3.0-SNAP
> > SHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime JBI Binding
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 1 resource
> > [INFO] Copying 9 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\jbi\src\main\reso
> > urces-filtered [INFO] Copying 1 resource
> > [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [bundle:manifest {execution: bundle-manifest}]
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 1 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\jbi\src\test\reso
> > urces [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\jbi\target\genera
> > ted\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\jbi\target\surefi
> > re-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.binding.jbi.interceptor.JBIFaultOutInterceptorTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.249 sec
> > Running org.apache.cxf.binding.jbi.spring.JBIBindingConfigurationInfoTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.328 sec
> > Running
> > org.apache.cxf.binding.jbi.interceptor.JBIOperationInInterceptorTest Tests
> > run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.346 sec
> > Running org.apache.cxf.binding.jbi.JBIBindingFactoryTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
> >
> > Results :
> >
> > Tests run: 9, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\jbi\target\cxf-rt
> > -bindings-jbi-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\jbi\target\cxf-rt
> > -bindings-jbi-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf
> > \cxf-rt-bindings-jbi\2.3.0-SNAPSHOT\cxf-rt-bindings-jbi-2.3.0-SNAPSHOT.jar
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
> > [INFO] [install:install {execution: default-install}]
> > [INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\pom.xml
> > to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-rt\2.3.0-SNAPSHOT\cxf-
> > rt-2.3.0-SNAPSHOT.pom [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime Bindings
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
> > [INFO] [install:install {execution: default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\pom.xml to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-rt-bindings\2.3.0-SNAP
> > SHOT\cxf-rt-bin dings-2.3.0-SNAPSHOT.pom
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime JAX-RS Frontend
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 7 resources
> > [INFO] Copying 7 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxrs\src\main\re
> > sources-filtered [INFO] Copying 1 resource
> > [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 14 resources
> > [INFO] Copying 6 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxrs\target\gene
> > rated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxrs\target\sure
> > fire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.jaxrs.ext.MessageContextImplTest
> > Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.542 sec
> > Running org.apache.cxf.jaxrs.ext.search.FiqlParserTest
> > Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 sec
> > Running org.apache.cxf.jaxrs.provider.JSONProviderTest
> > Tests run: 48, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 0.618 sec
> > Running org.apache.cxf.jaxrs.utils.HttpUtilsTest
> > Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
> > Running org.apache.cxf.jaxrs.utils.AnnotationTestUtilsTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
> > Running org.apache.cxf.jaxrs.ext.search.SearchContextImplTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
> > Running org.apache.cxf.jaxrs.ext.multipart.ContentDispositionTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
> > Running org.apache.cxf.jaxrs.client.WebClientTest
> > Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.73 sec
> > Running org.apache.cxf.jaxrs.JAXRSServerFactoryBeanTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 sec
> > Running org.apache.cxf.jaxrs.provider.DataBindingJSONProviderTest
> > Tests run: 7, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.857 sec
> > Running org.apache.cxf.jaxrs.provider.BinaryDataProviderTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
> > Running org.apache.cxf.jaxrs.provider.XPathProviderTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec
> > Running org.apache.cxf.jaxrs.spring.SpringResourceFactoryTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.247 sec
> > Running org.apache.cxf.jaxrs.model.ClassResourceInfoTest
> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
> > Running org.apache.cxf.jaxrs.provider.DataBindingProviderTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.211 sec
> > Running org.apache.cxf.jaxrs.impl.NewCookieHeaderProviderTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
> > Running org.apache.cxf.jaxrs.provider.JAXBElementProviderTest
> > Tests run: 52, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 sec
> > Running org.apache.cxf.jaxrs.model.wadl.WadlGeneratorTest
> > Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.331 sec
> > Running org.apache.cxf.jaxrs.provider.SourceProviderTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
> > Running org.apache.cxf.jaxrs.spring.JAXRSClientFactoryBeanTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.276 sec
> > Running org.apache.cxf.jaxrs.SelectMethodCandidatesTest
> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 sec
> > Running org.apache.cxf.jaxrs.impl.MediaTypeHeaderProviderTest
> > Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
> > Running org.apache.cxf.jaxrs.provider.PrimitiveTextProviderTest
> > Hello, my name is FΘlix AgnΘs
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
> > Running org.apache.cxf.jaxrs.impl.ResponseBuilderImplTest
> > Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
> > Running org.apache.cxf.jaxrs.ext.search.SimpleSearchConditionTest
> > Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
> > Running org.apache.cxf.jaxrs.provider.AegisElementProviderTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec
> > Running org.apache.cxf.jaxrs.impl.MetadataMapTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
> > Running org.apache.cxf.jaxrs.impl.UriInfoImplTest
> > Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
> > Running org.apache.cxf.jaxrs.impl.CookieHeaderProviderTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
> > Running org.apache.cxf.jaxrs.impl.ResponseImplTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
> > Running org.apache.cxf.jaxrs.ext.multipart.MultipartBodyTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
> > Running org.apache.cxf.jaxrs.impl.UriBuilderImplTest
> > Tests run: 93, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 sec
> > Running org.apache.cxf.jaxrs.provider.AtomEntryProviderTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.295 sec
> > Running org.apache.cxf.jaxrs.impl.HttpHeadersImplTest
> > Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
> > Running org.apache.cxf.jaxrs.impl.VariantListBuilderImplTest
> > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
> > Running org.apache.cxf.jaxrs.impl.CacheControlHeaderProviderTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec
> > Running org.apache.cxf.jaxrs.spring.JAXRSServerFactoryBeanTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 sec
> > Running org.apache.cxf.jaxrs.impl.RuntimeDelegateImplTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
> > Running org.apache.cxf.jaxrs.impl.RequestPreprocessorTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
> > Running org.apache.cxf.jaxrs.impl.RequestImplTest
> > Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
> > Running org.apache.cxf.jaxrs.provider.AtomPojoProviderTest
> > <?xml version='1.0' encoding='UTF-8'?>
> > <entry xmlns="http://www.w3.org/2005/Atom">
> >   <title type="text">a</title>
> >   <content type="application/xml">
> >     <book xmlns="">
> >       <name>a</name>
> >     </book>
> >   </content>
> > </entry>
> > <?xml version='1.0' encoding='UTF-8'?>
> > <entry xmlns="http://www.w3.org/2005/Atom">
> >   <content type="application/xml">
> >     <book xmlns="">
> >       <name>a</name>
> >     </book>
> >   </content>
> > </entry>
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.353 sec
> > Running org.apache.cxf.jaxrs.provider.XSLTJaxbProviderTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.153 sec
> > Running org.apache.cxf.jaxrs.impl.EntityTagHeaderProviderTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
> > Running org.apache.cxf.jaxrs.model.OperationResourceInfoTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
> > Running org.apache.cxf.jaxrs.utils.JAXRSUtilsTest
> > Tests run: 45, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.358 sec
> > Running org.apache.cxf.jaxrs.lifecycle.PerRequestResourceProviderTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
> > Running org.apache.cxf.jaxrs.ext.xml.XMLSourceTest
> > Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 sec
> > Running org.apache.cxf.jaxrs.impl.PathSegmentImplTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
> > Running org.apache.cxf.jaxrs.provider.FormEncodingProviderTest
> > name=FΘlix
> > FΘlix
> > Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
> > Running org.apache.cxf.jaxrs.utils.ResourceUtilsTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
> > Running org.apache.cxf.jaxrs.model.URITemplateTest
> > a%20{digit:[0-9]}%20b
> > Tests run: 47, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
> > Running org.apache.cxf.jaxrs.provider.ProviderFactoryTest
> > Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
> > Running org.apache.cxf.jaxrs.provider.AegisJSONProviderTest
> > Tests run: 17, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.153 sec
> > Running org.apache.cxf.jaxrs.JAXRSServiceFactoryBeanTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
> > Running org.apache.cxf.jaxrs.client.JAXRSClientFactoryBeanTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 sec
> > Running org.apache.cxf.jaxrs.ext.multipart.AttachmentTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
> > Running org.apache.cxf.jaxrs.ext.codegen.CodeGeneratorProviderTest
> > C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.w
> > adl.BookStore-src\superbooks\Book.java
> > C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.
> > wadl.BookStore-src\superbooks\Book2.java
> > C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.
> > wadl.BookStore-src\superbooks\Chapter.java
> > C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.
> > wadl.BookStore-src\superbooks\ObjectFactory.java
> > C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.
> > wadl.BookStore-src\superbooks\package-info.java
> > C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.
> > wadl.BookStore-src\superbooks\Book.java
> > C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.
> > wadl.BookStore-src\superbooks\Book2.java
> > C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.
> > wadl.BookStore-src\superbooks\Chapter.java
> > C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.
> > wadl.BookStore-src\superbooks\ObjectFactory.java
> > C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.
> > wadl.BookStore-src\superbooks\package-info.java
> > C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.
> > wadl.BookStore-src\superbooks\Book.java
> > C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.
> > wadl.BookStore-src\superbooks\Book2.java
> > C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.
> > wadl.BookStore-src\superbooks\Chapter.java
> > C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.
> > wadl.BookStore-src\superbooks\ObjectFactory.java
> > C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.
> > wadl.BookStore-src\superbooks\package-info.java Tests run: 3, Failures: 0,
> > Errors: 0, Skipped: 0, Time elapsed: 6.219 sec Running
> > org.apache.cxf.jaxrs.provider.AtomFeedProviderTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
> > Running org.apache.cxf.jaxrs.utils.InjectionUtilsTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
> >
> > Results :
> >
> > Tests run: 665, Failures: 0, Errors: 0, Skipped: 6
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxrs\target\cxf-
> > rt-frontend-jaxrs-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxrs\target\cxf-
> > rt-frontend-jaxrs-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache
> > \cxf\cxf-rt-frontend-jaxrs\2.3.0-SNAPSHOT\cxf-rt-frontend-jaxrs-2.3.0-SNAP
> > SHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime JavaScript Frontend
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] Copying 0 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\js\src\main\resou
> > rces-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\js\target\generat
> > ed\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] Copying 12 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\js\target\generat
> > ed\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\js\target\surefir
> > e-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.js.rhino.AbstractDOMProviderTest
> > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.218 sec
> > Running org.apache.cxf.js.rhino.ProviderFactoryTest
> > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.27 sec
> > Running org.apache.cxf.js.rhino.ServerAppTest
> > Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 sec
> >
> > Results :
> >
> > Tests run: 27, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\js\target\cxf-rt-
> > frontend-js-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\js\target\cxf-rt-
> > frontend-js-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\c
> > xf-rt-frontend-js\2.3.0-SNAPSHOT\cxf-rt-frontend-js-2.3.0-SNAPSHOT.jar
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF HTTP Transport for OSGi
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] Copying 2 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-osgi\src\m
> > ain\resources-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-osgi\targe
> > t\generated\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-osgi\src\t
> > est\resources [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-osgi\targe
> > t\generated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-osgi\targe
> > t\surefire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.transport.http_osgi.OsgiTransportFactoryTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.221 sec
> > Running org.apache.cxf.transport.http_osgi.OsgiDestinationTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.222 sec
> > Running org.apache.cxf.transport.http_osgi.OsgiServletTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.333 sec
> >
> > Results :
> >
> > Tests run: 10, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [bundle:bundle {execution: default-bundle}]
> > [WARNING] Warning building bundle
> > org.apache.cxf:cxf-rt-transports-http-osgi:bundle:2.3.0-SNAPSHOT :
> > Instructions in Export-Package that are never used: =META-INF\.cxf\.osgi
> > [WARNING] Warning building bundle
> > org.apache.cxf:cxf-rt-transports-http-osgi:bundle:2.3.0-SNAPSHOT : Did not
> > find matching referal for javax.xml.rpc* [WARNING] Warning building bundle
> > org.apache.cxf:cxf-rt-transports-http-osgi:bundle:2.3.0-SNAPSHOT :
> > Exporting packages that are not on the Bundle-Classpath[Jar:dot]: [META-IN
> > F.cxf.osgi]
> > [INFO] [install:install {execution: default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-osgi\targe
> > t\cxf-rt-transports-http-osgi-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repositor
> > y\org\apache\cxf\cxf-rt-transports-http-osgi\2.3.0-SNAPSHOT\cxf-rt-transpo
> > rts-http-osgi-2.3.0-SNAPSHOT.jar [INFO] [bundle:install {execution:
> > default-install}]
> > [INFO] Installing
> > org/apache/cxf/cxf-rt-transports-http-osgi/2.3.0-SNAPSHOT/cxf-rt-transport
> > s-http-osgi-2.3.0-SNAPSHOT.jar [INFO] Writing OBR metadata
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime JBI Transport
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 1 resource
> > [INFO] Copying 8 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jbi\src\main\re
> > sources-filtered [INFO] Copying 1 resource
> > [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [bundle:manifest {execution: bundle-manifest}]
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jbi\src\test\re
> > sources [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jbi\target\gene
> > rated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jbi\target\sure
> > fire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.transport.jbi.JBIConduitTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.729 sec
> > Running org.apache.cxf.transport.jbi.JBIDestinationTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.441 sec
> >
> > Results :
> >
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jbi\target\cxf-
> > rt-transports-jbi-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jbi\target\cxf-
> > rt-transports-jbi-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache
> > \cxf\cxf-rt-transports-jbi\2.3.0-SNAPSHOT\cxf-rt-transports-jbi-2.3.0-SNAP
> > SHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime WS Policy
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 4 resources
> > [INFO] Copying 17 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\policy\src\main\resourc
> > es-filtered [INFO] Copying 1 resource
> > [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [cxf-codegen:wsdl2java {execution: generate-test-sources}]
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 20 resources
> > [INFO] Copying 89 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\policy\target\generated
> > \src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\policy\target\surefire-
> > reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.ws.policy.PolicyInterceptorsTest
> > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.669 sec
> > Running org.apache.cxf.ws.policy.EndpointPolicyImplTest
> > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.218 sec
> > Running org.apache.cxf.ws.policy.PolicyVerificationInFaultInterceptorTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec
> > Running org.apache.cxf.ws.policy.selector.FirstAlternativeSelectorTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
> > Running org.apache.cxf.ws.policy.spring.PolicyFeatureTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.009 sec
> > Running org.apache.cxf.ws.policy.NormalizeTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.178 sec
> > Running org.apache.cxf.ws.policy.attachment.reference.ReferenceResolverTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 sec
> > Running org.apache.cxf.ws.policy.attachment.external.PolicyAttachmentTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
> > Running
> > org.apache.cxf.ws.policy.attachment.external.DomainExpressionBuilderRegist
> > ryTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
> > 0.016 sec Running
> > org.apache.cxf.ws.policy.AssertionBuilderRegistryImplTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
> > Running org.apache.cxf.ws.policy.PolicyExtensionsTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.478 sec
> > Running org.apache.cxf.ws.policy.PolicyInterceptorProviderRegistryImplTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
> > Running org.apache.cxf.ws.policy.spring.PolicyBeansTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.181 sec
> > Running
> > org.apache.cxf.ws.policy.builder.primitive.NestedPrimitiveAssertionTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 sec
> > Running org.apache.cxf.ws.policy.PolicyAnnotationTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.798 sec
> > Running org.apache.cxf.ws.policy.PolicyBuilderTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
> > Running org.apache.cxf.ws.policy.EffectivePolicyImplTest
> > Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec
> > Running
> > org.apache.cxf.ws.policy.attachment.wsdl11.Wsdl11AttachmentPolicyProviderT
> > est Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.473
> > sec Running
> > org.apache.cxf.ws.policy.attachment.external.ExternalAttachmentProviderTes
> > t Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063
> > sec Running
> > org.apache.cxf.ws.policy.selector.MinimalMaximalAlternativeSelectorTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec
> > Running org.apache.cxf.ws.policy.PolicyVerificationInInterceptorTest Tests
> > run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
> > Running
> > org.apache.cxf.ws.policy.attachment.external.EndpointReferenceDomainExpres
> > sionTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
> > 0.03 sec Running org.apache.cxf.ws.policy.PolicyRegistryImplTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
> > Running org.apache.cxf.ws.policy.PolicyEngineTest
> > Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec
> > Running org.apache.cxf.ws.policy.PolicyVerificationOutInterceptorTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec
> >
> > Results :
> >
> > Tests run: 101, Failures: 0, Errors: 0, Skipped: 1
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\policy\target\cxf-rt-ws
> > -policy-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\policy\target\cxf-rt-ws
> > -policy-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-r
> > t-ws-policy\2.3.0-SNAPSHOT\cxf-rt-ws-policy-2.3.0-SNAPSHOT.jar
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime WS Reliable Messaging
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 3 resources
> > [INFO] Copying 10 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\rm\src\main\resources-f
> > iltered [INFO] Copying 1 resource
> > [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 9 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\rm\src\test\resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\rm\target\generated\src
> > \test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\rm\target\surefire-repo
> > rts
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.ws.rm.soap.RMSoapInterceptorTest
> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.432 sec
> > Running org.apache.cxf.ws.rm.persistence.jdbc.RMTxStoreConfigurationTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.326 sec
> > Running org.apache.cxf.ws.rm.RMManagerConfigurationTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.428 sec
> > Running org.apache.cxf.ws.rm.persistence.PersistenceUtilsTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 sec
> > Running org.apache.cxf.ws.rm.soap.RetransmissionQueueImplTest
> > Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.299 sec
> > Running org.apache.cxf.ws.rm.RMContextUtilsTest
> > Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.315 sec
> > Running org.apache.cxf.ws.rm.AbstractSequenceTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
> > Running org.apache.cxf.ws.rm.DestinationTest
> > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.19 sec
> > Running org.apache.cxf.ws.rm.RMUtilsTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 sec
> > Running org.apache.cxf.ws.rm.AbstractRMInterceptorTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 sec
> > Running org.apache.cxf.ws.rm.SourceSequenceTest
> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.029 sec
> > Running org.apache.cxf.ws.rm.RMEndpointTest
> > Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.216 sec
> > Running org.apache.cxf.ws.rm.persistence.jdbc.RMTxStoreTest
> > Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.32 sec
> > Running org.apache.cxf.ws.rm.AbstractEndpointTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
> > Running org.apache.cxf.ws.rm.policy.PolicyUtilsTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
> > Running org.apache.cxf.ws.rm.DestinationSequenceTest
> > Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.281 sec
> > Running org.apache.cxf.ws.rm.soap.SoapFaultFactoryTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 sec
> > Running org.apache.cxf.ws.rm.RMInInterceptorTest
> > Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 sec
> > Running org.apache.cxf.ws.rm.RMOutInterceptorTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec
> > Running org.apache.cxf.ws.rm.RMManagerTest
> > Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.167 sec
> > Running org.apache.cxf.ws.rm.ProxyTest
> > Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 sec
> >
> > Results :
> >
> > Tests run: 169, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\rm\target\cxf-rt-ws-rm-
> > 2.3.0-SNAPSHOT.jar [INFO] [install:install {execution: default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\rm\target\cxf-rt-ws-rm-
> > 2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-rt-ws-rm\
> > 2.3.0-SNAPSHOT\cxf-rt-ws-rm-2.3.0-SNAPSHOT.jar
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime WS Security
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 4 resources
> > [INFO] Copying 2 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\security\src\main\resou
> > rces-filtered [INFO] Copying 1 resource
> > [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 48 resources
> > [INFO] Copying 1 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\security\target\generat
> > ed\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\security\target\surefir
> > e-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.ws.security.wss4j.DefaultSecurityContextTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 sec
> > Running org.apache.cxf.ws.security.wss4j.CryptoCoverageCheckerTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.207 sec
> > Running org.apache.cxf.ws.security.wss4j.WSS4JFaultCodeTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.244 sec
> > Running org.apache.cxf.ws.security.wss4j.WSS4JOutInterceptorTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.406 sec
> > Running org.apache.cxf.ws.security.wss4j.SignatureConfirmationTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 sec
> > Running org.apache.cxf.ws.security.wss4j.RoundTripTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.714 sec
> > Running org.apache.cxf.ws.security.wss4j.WSS4JInOutTest
> > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.547 sec
> > Running org.apache.cxf.ws.security.wss4j.UserNameTokenAuthorizationTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.893 sec
> > Running org.apache.cxf.ws.security.wss4j.PolicyBasedWss4JInOutTest
> > Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.774 sec
> >
> > Results :
> >
> > Tests run: 49, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\security\target\cxf-rt-
> > ws-security-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\security\target\cxf-rt-
> > ws-security-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\c
> > xf-rt-ws-security\2.3.0-SNAPSHOT\cxf-rt-ws-security-2.3.0-SNAPSHOT.jar
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime Web Management
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management-web\src\main\re
> > sources [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management-web\src\main\re
> > sources-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management-web\target\gene
> > rated\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Compiling 1 source file to
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management-web\target\clas
> > ses [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management-web\src\test\re
> > sources [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management-web\target\gene
> > rated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management-web\target\sure
> > fire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > There are no tests to run.
> >
> > Results :
> >
> > Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management-web\target\cxf-
> > rt-management-web-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management-web\target\cxf-
> > rt-management-web-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache
> > \cxf\cxf-rt-management-web\2.3.0-SNAPSHOT\cxf-rt-management-web-2.3.0-SNAP
> > SHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF JBI Integration
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 4 resources
> > [INFO] Copying 0 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jbi\src\main\reso
> > urces-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jbi\target\genera
> > ted\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] Copying 11 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jbi\target\genera
> > ted\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jbi\target\surefi
> > re-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.jbi.se.state.ServiceEngineStateFactoryTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 sec
> > Running org.apache.cxf.jbi.se.state.ServiceEngineShutdownTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
> > Running org.apache.cxf.jbi.se.CXFServiceUnitManagerTest
> > Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.38 sec
> > Running org.apache.cxf.jbi.se.CXFServiceUnitTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.603 sec
> > Running org.apache.cxf.jbi.se.state.ServiceEngineStopTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
> > Running org.apache.cxf.jbi.se.state.ServiceEngineStartTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
> >
> > Results :
> >
> > Tests run: 40, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jbi\target\cxf-in
> > tegration-jbi-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jbi\target\cxf-in
> > tegration-jbi-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf
> > \cxf-integration-jbi\2.3.0-SNAPSHOT\cxf-integration-jbi-2.3.0-SNAPSHOT.jar
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF JCA Connection
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 2 resources
> > [INFO] Copying 1 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jca\src\main\reso
> > urces-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jca\target\genera
> > ted\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 10 resources
> > [INFO] Copying 4 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jca\target\genera
> > ted\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jca\target\surefi
> > re-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.jca.cxf.ConnectionFactoryImplTest
> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.438 sec
> > Running org.apache.cxf.jca.servant.EJBServantConfigTest
> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 sec
> > Running org.apache.cxf.jca.cxf.handlers.InvokingInvocationHandlerTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.181 sec
> > Running org.apache.cxf.jca.core.resourceadapter.ManagedConnectionImplTest
> > Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 sec
> > Running org.apache.cxf.jca.core.resourceadapter.UriHandlerInitTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
> > Running org.apache.cxf.jca.cxf.CXFConnectionRequestInfoTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
> > Running org.apache.cxf.jca.jarloader.JarLoaderTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
> > Running org.apache.cxf.jca.core.resourceadapter.HandlerTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
> > Running org.apache.cxf.jca.cxf.handlers.InvocationHandlerFactoryTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 sec
> > Running org.apache.cxf.jca.cxf.ResourceAdapterImplTest
> > Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec
> > Running org.apache.cxf.jca.core.classloader.PlugInClassLoaderTest
> > Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 sec
> > Running
> > org.apache.cxf.jca.core.resourceadapter.ResourceAdapterInternalExceptionTe
> > st Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013
> > sec Running org.apache.cxf.jca.servant.EJBEndpointTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
> > Running org.apache.cxf.jca.core.logging.LoggerHelperTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
> > Running org.apache.cxf.jca.cxf.handlers.ProxyInvocationHandlerTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.46 sec
> > Running org.apache.cxf.jca.core.resourceadapter.ResourceBeanTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
> > Running org.apache.cxf.jca.cxf.handlers.ObjectMethodInvocationHandlerTest
> > Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
> > Running org.apache.cxf.jca.cxf.JCABusFactoryTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.18 sec
> > Running
> > org.apache.cxf.jca.core.resourceadapter.ManagedConnectionFactoryImplTest
> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
> > Running org.apache.cxf.jca.outbound.ManagedConnectionImplTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.888 sec
> > Running org.apache.cxf.jca.cxf.ManagedConnectionImplTest
> > Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.055 sec
> > Running org.apache.cxf.jca.cxf.AssociatedManagedConnectionFactoryImplTest
> > Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.148 sec
> > Running org.apache.cxf.jca.cxf.ManagedConnectionFactoryImplTest
> > Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.135 sec
> >
> > Results :
> >
> > Tests run: 160, Failures: 0, Errors: 0, Skipped: 1
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jca\target\cxf-in
> > tegration-jca-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jca\target\cxf-in
> > tegration-jca-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf
> > \cxf-integration-jca\2.3.0-SNAPSHOT\cxf-integration-jca-2.3.0-SNAPSHOT.jar
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Integration
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
> > [INFO] [install:install {execution: default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\pom.xml to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-integration\2.3.0-SNAP
> > SHOT\cxf-integr ation-2.3.0-SNAPSHOT.pom
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Java2WS Maven2 Plugin
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [plugin:descriptor {execution: default-descriptor}]
> > [WARNING] Using platform encoding (Cp1252 actually) to read mojo metadata,
> > i.e. build is platform dependent! [INFO] Applying mojo extractor for
> > language: java
> > [INFO] Mojo extractor for language: java found 1 mojo descriptors.
> > [INFO] Applying mojo extractor for language: bsh
> > [INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\java2ws-plugin\
> > src\main\resources [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\java2ws-plugin\
> > src\main\resources-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\java2ws-plugin\
> > target\generated\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\java2ws-plugin\
> > src\test\java [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\java2ws-plugin\
> > src\test\resources [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\java2ws-plugin\
> > target\generated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] No sources to compile
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\java2ws-plugin\
> > target\surefire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > There are no tests to run.
> >
> > Results :
> >
> > Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\java2ws-plugin\
> > target\cxf-java2ws-plugin-2.3.0-SNAPSHOT.jar [INFO]
> > [plugin:addPluginArtifactMetadata {execution:
> > default-addPluginArtifactMetadata}] [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\java2ws-plugin\
> > target\cxf-java2ws-plugin-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\or
> > g\apache\cxf\cxf-java2ws-plugin\2.3.0-SNAPSHOT\cxf-java2ws-plugin-2.3.0-SN
> > APSHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF CORBA Tools Maven2 Plugins
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [plugin:descriptor {execution: default-descriptor}]
> > [WARNING] Using platform encoding (Cp1252 actually) to read mojo metadata,
> > i.e. build is platform dependent! [INFO] Applying mojo extractor for
> > language: java
> > [INFO] Mojo extractor for language: java found 2 mojo descriptors.
> > [INFO] Applying mojo extractor for language: bsh
> > [INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\corba\src\main\
> > resources [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\corba\src\main\
> > resources-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\corba\target\ge
> > nerated\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\corba\src\test\
> > java [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\corba\src\test\
> > resources [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\corba\target\ge
> > nerated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] No sources to compile
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\corba\target\su
> > refire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > There are no tests to run.
> >
> > Results :
> >
> > Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\corba\target\cx
> > f-corbatools-maven-plugin-2.3.0-SNAPSHOT.jar [INFO]
> > [plugin:addPluginArtifactMetadata {execution:
> > default-addPluginArtifactMetadata}] [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\corba\target\cx
> > f-corbatools-maven-plugin-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\or
> > g\apache\cxf\cxf-corbatools-maven-plugin\2.3.0-SNAPSHOT\cxf-corbatools-mav
> > en-plugin-2.3.0-SNAPSHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Archetype - Simple JAX-WS Java First
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 6 resources
> > [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] No sources to compile
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\archetypes\cxf-
> > jaxws-javafirst\src\test\java [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\archetypes\cxf-
> > jaxws-javafirst\src\test\resources [INFO] skip non existing
> > resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\archetypes\cxf-
> > jaxws-javafirst\target\generated\src\test\resources [INFO] Copying 3
> > resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Not compiling test sources
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Tests are skipped.
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\archetypes\cxf-
> > jaxws-javafirst\target\cxf-jaxws-javafirst-2.3.0-SNAPSHOT.jar [INFO]
> > [install:install {execution: default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\archetypes\cxf-
> > jaxws-javafirst\target\cxf-jaxws-javafirst-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\
> > .m2\repository\org\apache\cxf\archetype\cxf-jaxws-javafirst\2.3.0-SNAPSHOT
> > \cxf-jaxws-javafirst-2.3.0-SNAPSHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Maven Archetypes
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
> > [INFO] [install:install {execution: default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\archetypes\pom.
> > xml to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-archetypes\2.3.0-SNAPS
> > HO T\cxf-archetypes-2.3.0-SNAPSHOT.pom
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Maven Plugins
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
> > [INFO] [install:install {execution: default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\pom.xml to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-maven-plugins\2.3.0-SN
> > APSHOT\cxf-ma ven-plugins-2.3.0-SNAPSHOT.pom
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Uncategorized System Tests
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\uncategorized\src\ma
> > in\java [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\uncategorized\src\ma
> > in\resources [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\uncategorized\src\ma
> > in\resources-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\uncategorized\target
> > \generated\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] No sources to compile
> > [INFO] [cxf-codegen:wsdl2java {execution: generate-test-sources}]
> > [INFO] [cxf-corbatools:wsdl2idl {execution: generate-test-sources}]
> > Jul 23, 2010 10:44:09 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaProcessor
> > setOutputFile WARNING: Using default wsdl/idl filenames...
> > Jul 23, 2010 10:44:09 AM
> > org.springframework.context.support.AbstractApplicationContext
> > prepareRefresh INFO: Refreshing
> > org.apache.cxf.bus.spring.BusApplicationContext@a268256: display name
> > [org.apache.cxf.bus.spring.BusApplicationContext@a268256]; startup date
> > [Fri Jul 23 10:4 4:09 PDT 2010]; root of context hierarchy
> > Jul 23, 2010 10:44:09 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf.xml] Jul 23, 2010 10:44:09 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-corba.xml] Jul 23, 2010 10:44:09 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-jaxws.xml] Jul 23, 2010 10:44:09 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-soap.xml] Jul 23, 2010 10:44:09 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-xml.xml] Jul 23, 2010 10:44:09 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-addr.xml] Jul 23, 2010 10:44:09 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-management.xml] Jul 23, 2010 10:44:09
> > AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-jbi-binding.xml] Jul 23, 2010
> > 10:44:09 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-jbi.xml] Jul 23, 2010 10:44:09 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-http-binding.xml] Jul 23, 2010
> > 10:44:09 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-http.xml] Jul 23, 2010 10:44:09 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-http-jetty.xml] Jul 23, 2010 10:44:09
> > AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-http.xml] Jul 23, 2010 10:44:09 AM
> > org.springframework.beans.factory.support.DefaultListableBeanFactory
> > registerBeanDefinition INFO: Overriding bean definition for bean
> > 'org.apache.cxf.transport.http.policy.HTTPClientAssertionBuilder':
> > replacing [Generic bean: class [org.apache.cxf.transport.http.poli
> > cy.HTTPClientAssertionBuilder]; scope=singleton; abstract=false;
> > lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true;
> > primary=false; factoryBeanName=null; factoryMethodName=null;
> > initMethodName=null; destroyMethodName=null; defined in class path
> > resource [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class
> > [org.apac he.cxf.transport.http.policy.HTTPClientAssertionBuilder];
> > scope=singleton; abstract=false; lazyInit=true; autowireMode=0;
> > dependencyCheck=0; autowireCandidate=true; primary=fa lse;
> > factoryBeanName=null; factoryMethodName=null; initMethodName=null;
> > destroyMethodName=null; defined in class path resource
> > [META-INF/cxf/cxf-extension-http.xml]] Jul 23, 2010 10:44:09 AM
> > org.springframework.beans.factory.support.DefaultListableBeanFactory
> > registerBeanDefinition INFO: Overriding bean definition for bean
> > 'org.apache.cxf.transport.http.policy.HTTPServerAssertionBuilder':
> > replacing [Generic bean: class [org.apache.cxf.transport.http.poli
> > cy.HTTPServerAssertionBuilder]; scope=singleton; abstract=false;
> > lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true;
> > primary=false; factoryBeanName=null; factoryMethodName=null;
> > initMethodName=null; destroyMethodName=null; defined in class path
> > resource [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class
> > [org.apac he.cxf.transport.http.policy.HTTPServerAssertionBuilder];
> > scope=singleton; abstract=false; lazyInit=true; autowireMode=0;
> > dependencyCheck=0; autowireCandidate=true; primary=fa lse;
> > factoryBeanName=null; factoryMethodName=null; initMethodName=null;
> > destroyMethodName=null; defined in class path resource
> > [META-INF/cxf/cxf-extension-http.xml]] Jul 23, 2010 10:44:09 AM
> > org.springframework.beans.factory.support.DefaultListableBeanFactory
> > registerBeanDefinition INFO: Overriding bean definition for bean
> > 'org.apache.cxf.transport.http.policy.NoOpPolicyInterceptorProvider':
> > replacing [Generic bean: class [org.apache.cxf.transport.http.p
> > olicy.NoOpPolicyInterceptorProvider]; scope=singleton; abstract=false;
> > lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true;
> > primary=false; factoryBeanName =null; factoryMethodName=null;
> > initMethodName=null; destroyMethodName=null; defined in class path
> > resource [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class
> > [or g.apache.cxf.transport.http.policy.NoOpPolicyInterceptorProvider];
> > scope=singleton; abstract=false; lazyInit=true; autowireMode=0;
> > dependencyCheck=0; autowireCandidate=true; p rimary=false;
> > factoryBeanName=null; factoryMethodName=null; initMethodName=null;
> > destroyMethodName=null; defined in class path resource
> > [META-INF/cxf/cxf-extension-http.xml]] Jul 23, 2010 10:44:09 AM
> > org.springframework.beans.factory.support.DefaultListableBeanFactory
> > registerBeanDefinition INFO: Overriding bean definition for bean
> > 'org.apache.cxf.transport.http.ClientOnlyHTTPTransportFactory': replacing
> > [Generic bean: class [org.apache.cxf.transport.http.ClientO
> > nlyHTTPTransportFactory]; scope=singleton; abstract=false; lazyInit=true;
> > autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false;
> > factoryBeanName=null; facto ryMethodName=null; initMethodName=null;
> > destroyMethodName=null; defined in class path resource
> > [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class
> > [org.apache.cxf .transport.http.ClientOnlyHTTPTransportFactory];
> > scope=singleton; abstract=false; lazyInit=true; autowireMode=0;
> > dependencyCheck=0; autowireCandidate=true; primary=false; fact
> > oryBeanName=null; factoryMethodName=null; initMethodName=null;
> > destroyMethodName=null; defined in class path resource
> > [META-INF/cxf/cxf-extension-http.xml]] Jul 23, 2010 10:44:09 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-local.xml] Jul 23, 2010 10:44:09 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-jms.xml] Jul 23, 2010 10:44:09 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-policy.xml] Jul 23, 2010 10:44:09 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-jaxrs-binding.xml] Jul 23, 2010
> > 10:44:09 AM org.springframework.context.support.AbstractApplicationContext
> > obtainFreshBeanFactory INFO: Bean factory for application context
> > [org.apache.cxf.bus.spring.BusApplicationContext@a268256]:
> > org.springframework.beans.factory.support.DefaultListableBeanFactory@5496
> > 2fcd
> > Jul 23, 2010 10:44:09 AM
> > org.springframework.beans.factory.support.DefaultListableBeanFactory
> > preInstantiateSingletons INFO: Pre-instantiating singletons in
> > org.springframework.beans.factory.support.DefaultListableBeanFactory@54962
> > fcd: defining beans [cxf,org.apache.cxf.bus.spring.BusApplicati
> > onListener,org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor,org
> > .apache.cxf.bus.spring.Jsr250BeanPostProcessor,org.apache.cxf.bus.spring.Bu
> > sExtensionPostProcessor,or
> > g.apache.cxf.resource.ResourceManager,org.apache.cxf.configuration.Configu
> > rer,org.apache.cxf.binding.BindingFactoryManager,org.apache.cxf.transport.D
> > estinationFactoryManager,o
> > rg.apache.cxf.transport.ConduitInitiatorManager,org.apache.cxf.wsdl.WSDLMa
> > nager,org.apache.cxf.phase.PhaseManager,org.apache.cxf.workqueue.WorkQueueM
> > anager,org.apache.cxf.busl
> > ifecycle.BusLifeCycleManager,org.apache.cxf.endpoint.ServerRegistry,org.ap
> > ache.cxf.endpoint.ServerLifeCycleManager,org.apache.cxf.endpoint.ClientLife
> > CycleManager,org.apache.cx
> > f.transports.http.QueryHandlerRegistry,org.apache.cxf.endpoint.EndpointRes
> > olverRegistry,org.apache.cxf.headers.HeaderManager,org.apache.cxf.catalog.O
> > ASISCatalogManager,org.apa
> > che.cxf.service.factory.FactoryBeanListenerManager,org.apache.cxf.endpoint
> > .ServiceContractResolverRegistry,org.apache.cxf.binding.corba.CorbaBindingF
> > actory,org.apache.cxf.bind
> > ing.corba.wsdl.WSDLExtensionRegister#0,org.apache.cxf.jaxws.context.WebSer
> > viceContextResourceResolver,org.apache.cxf.jaxws.context.WebServiceContextI
> > mpl,org.apache.cxf.binding
> > .soap.SoapBindingFactory,org.apache.cxf.binding.soap.SoapTransportFactory,
> > org.apache.cxf.binding.soap.customEditorConfigurer,org.apache.cxf.binding.x
> > ml.XMLBindingFactory,org.a
> > pache.cxf.ws.addressing.policy.AddressingAssertionBuilder,org.apache.cxf.w
> > s.addressing.policy.AddressingPolicyInterceptorProvider,org.apache.cxf.ws.a
> > ddressing.policy.UsingAddr
> > essingAssertionBuilder,org.apache.cxf.management.InstrumentationManager,or
> > g.apache.cxf.binding.jbi.JBIBindingFactory,org.apache.cxf.transport.jbi.JBI
> > TransportFactory,org.apach
> > e.cxf.binding.http.HttpBindingFactory,org.apache.cxf.transport.http.policy
> > .HTTPClientAssertionBuilder,org.apache.cxf.transport.http.policy.HTTPServer
> > AssertionBuilder,org.apach
> > e.cxf.transport.http.policy.NoOpPolicyInterceptorProvider,org.apache.cxf.t
> > ransport.http.ClientOnlyHTTPTransportFactory,org.apache.cxf.transport.http_
> > jetty.JettyHTTPTransportFa
> > ctory,org.apache.cxf.transport.local.LocalTransportFactory,org.apache.cxf.
> > transport.jms.JMSTransportFactory,org.apache.cxf.ws.policy.AssertionBuilder
> > Registry,org.apache.cxf.ws
> > .policy.PolicyInterceptorProviderRegistry,org.apache.cxf.ws.policy.attachm
> > ent.external.DomainExpressionBuilderRegistry,org.apache.cxf.ws.policy.attac
> > hment.external.EndpointRef
> > erenceDomainExpressionBuilder,org.apache.cxf.ws.policy.PolicyBuilder,org.a
> > pache.cxf.ws.policy.PolicyEngine,org.apache.cxf.ws.policy.attachment.wsdl11
> > .Wsdl11AttachmentPolicyPro
> > vider,org.apache.cxf.ws.policy.attachment.ServiceModelPolicyProvider,org.a
> > pache.cxf.ws.policy.mtom.MTOMAssertionBuilder,org.apache.cxf.ws.policy.mtom
> > .MTOMPolicyInterceptorProv ider,org.apache.cxf.jaxrs.JAXRSBindingFactory];
> > root of factory hierarchy SimpleType Union Not Supported in CORBA Binding
> > SimpleType Union Not Supported in CORBA Binding
> > SimpleType Union Not Supported in CORBA Binding
> > SimpleType Union Not Supported in CORBA Binding
> > SimpleType Union Not Supported in CORBA Binding
> > SimpleType Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}attribList Jul 23,
> > 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}attribUnion
> > SimpleType Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}varUnion SimpleType
> > Union Not Supported in CORBA Binding
> > SimpleType Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: class
> > org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> > CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: class
> > org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> > CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unknown particle type
> > org.apache.ws.commons.schema.XmlSchemaGroupRef SimpleType Union Not
> > Supported in CORBA Binding
> > SimpleType Union Not Supported in CORBA Binding
> > SimpleType Union Not Supported in CORBA Binding
> > SimpleType Union Not Supported in CORBA Binding
> > SimpleType Union Not Supported in CORBA Binding
> > SimpleType Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}attribList Jul 23,
> > 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}attribUnion
> > SimpleType Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}varUnion SimpleType
> > Union Not Supported in CORBA Binding
> > SimpleType Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: class
> > org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> > CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: class
> > org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> > CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unknown particle type
> > org.apache.ws.commons.schema.XmlSchemaGroupRef SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}return SimpleType
> > Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}y SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}z Jul 23, 2010
> > 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: class
> > org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> > CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: class
> > org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> > CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}x Jul 23, 2010
> > 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}y SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}x SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}y Jul 23, 2010
> > 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}attribUnion
> > SimpleType Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}varUnion Jul 23,
> > 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}attribUnion
> > SimpleType Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}varUnion Jul 23,
> > 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}attribUnion
> > SimpleType Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}varUnion Jul 23,
> > 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: class
> > org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> > CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: class
> > org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> > CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: class
> > org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> > CORBA binding.  Skipping. SimpleType Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}x SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}y SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}return SimpleType
> > Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}y SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}z Jul 23, 2010
> > 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}attribUnion
> > SimpleType Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}varUnion Jul 23,
> > 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}attribUnion
> > SimpleType Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}varUnion Jul 23,
> > 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: class
> > org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> > CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: class
> > org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> > CORBA binding.  Skipping. SimpleType Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}x SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}y SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}return SimpleType
> > Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}y SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}z SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}return SimpleType
> > Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}y SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}z SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}return SimpleType
> > Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}y SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}z SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}x SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}y Jul 23, 2010
> > 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unknown particle type
> > org.apache.ws.commons.schema.XmlSchemaGroupRef Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unknown particle type
> > org.apache.ws.commons.schema.XmlSchemaGroupRef SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}x SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}y Jul 23, 2010
> > 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}return Jul 23, 2010
> > 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}y Jul 23, 2010
> > 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}z SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}x SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}y Jul 23, 2010
> > 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}attribList Jul 23,
> > 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}attribList Jul 23,
> > 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}attribList Jul 23,
> > 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}attribList Jul 23,
> > 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}attribList Jul 23,
> > 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unknown particle type
> > org.apache.ws.commons.schema.XmlSchemaGroupRef Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unknown particle type
> > org.apache.ws.commons.schema.XmlSchemaGroupRef Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unknown particle type
> > org.apache.ws.commons.schema.XmlSchemaGroupRef SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}return SimpleType
> > Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}y SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}z SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}return SimpleType
> > Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}y SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}z SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}x SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}y Jul 23, 2010
> > 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: class
> > org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> > CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: class
> > org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> > CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: class
> > org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> > CORBA binding.  Skipping. SimpleType Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}return SimpleType
> > Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}y SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}z SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}x SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}y Jul 23, 2010
> > 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaBinding
> > addBindingOperations WARNING: Operation testNMTOKENS not mapped to CORBA
> > binding.
> > SimpleType Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaBinding
> > addBindingOperations WARNING: Operation testSimpleUnionList not mapped to
> > CORBA binding. SimpleType Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaBinding
> > addBindingOperations WARNING: Operation testAnonUnionList not mapped to
> > CORBA binding.
> > SimpleType Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaBinding
> > addBindingOperations WARNING: Operation testSimpleUnion not mapped to
> > CORBA binding.
> > SimpleType Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaBinding
> > addBindingOperations WARNING: Operation testUnionWithAnonEnum not mapped
> > to CORBA binding. SimpleType Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaBinding
> > addBindingOperations WARNING: Operation testUnionWithStringList not mapped
> > to CORBA binding. SimpleType Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaBinding
> > addBindingOperations WARNING: Operation testUnionWithStringListRestriction
> > not mapped to CORBA binding. SimpleType Union Not Supported in CORBA
> > Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaBinding
> > addBindingOperations WARNING: Operation testUnionWithAnonList not mapped
> > to CORBA binding. Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}attribList Jul 23,
> > 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}attribList Jul 23,
> > 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}attribList Jul 23,
> > 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}attribList Jul 23,
> > 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}attribList Jul 23,
> > 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}attribUnion
> > SimpleType Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}varUnion Jul 23,
> > 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}attribUnion
> > SimpleType Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}varUnion Jul 23,
> > 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}attribUnion
> > SimpleType Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}varUnion Jul 23,
> > 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}attribUnion
> > SimpleType Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}varUnion Jul 23,
> > 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}attribUnion
> > SimpleType Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}varUnion SimpleType
> > Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaBinding
> > addBindingOperations WARNING: Operation testUnionSimpleContent not mapped
> > to CORBA binding. Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: class
> > org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> > CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: class
> > org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> > CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: class
> > org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> > CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: class
> > org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> > CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: class
> > org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> > CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: class
> > org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> > CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: class
> > org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> > CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: class
> > org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> > CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: class
> > org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> > CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: class
> > org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> > CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unknown particle type
> > org.apache.ws.commons.schema.XmlSchemaGroupRef Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unknown particle type
> > org.apache.ws.commons.schema.XmlSchemaGroupRef Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unknown particle type
> > org.apache.ws.commons.schema.XmlSchemaGroupRef Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unknown particle type
> > org.apache.ws.commons.schema.XmlSchemaGroupRef Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unknown particle type
> > org.apache.ws.commons.schema.XmlSchemaGroupRef Jul 23, 2010 10:44:11 AM
> > org.springframework.context.support.AbstractApplicationContext doClose
> > INFO: Closing org.apache.cxf.bus.spring.BusApplicationContext@a268256:
> > display name [org.apache.cxf.bus.spring.BusApplicationContext@a268256];
> > startup date [Fri Jul 23 10:44:0 9 PDT 2010]; root of context hierarchy
> > Jul 23, 2010 10:44:11 AM
> > org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
> > destroySingletons INFO: Destroying singletons in
> > org.springframework.beans.factory.support.DefaultListableBeanFactory@54962
> > fcd: defining beans [cxf,org.apache.cxf.bus.spring.BusApplicationListe
> > ner,org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor,org.apache
> > .cxf.bus.spring.Jsr250BeanPostProcessor,org.apache.cxf.bus.spring.BusExtens
> > ionPostProcessor,org.apach
> > e.cxf.resource.ResourceManager,org.apache.cxf.configuration.Configurer,org
> > .apache.cxf.binding.BindingFactoryManager,org.apache.cxf.transport.Destinat
> > ionFactoryManager,org.apac
> > he.cxf.transport.ConduitInitiatorManager,org.apache.cxf.wsdl.WSDLManager,o
> > rg.apache.cxf.phase.PhaseManager,org.apache.cxf.workqueue.WorkQueueManager,
> > org.apache.cxf.buslifecycl
> > e.BusLifeCycleManager,org.apache.cxf.endpoint.ServerRegistry,org.apache.cx
> > f.endpoint.ServerLifeCycleManager,org.apache.cxf.endpoint.ClientLifeCycleMa
> > nager,org.apache.cxf.trans
> > ports.http.QueryHandlerRegistry,org.apache.cxf.endpoint.EndpointResolverRe
> > gistry,org.apache.cxf.headers.HeaderManager,org.apache.cxf.catalog.OASISCat
> > alogManager,org.apache.cxf
> > .service.factory.FactoryBeanListenerManager,org.apache.cxf.endpoint.Servic
> > eContractResolverRegistry,org.apache.cxf.binding.corba.CorbaBindingFactory,
> > org.apache.cxf.binding.cor
> > ba.wsdl.WSDLExtensionRegister#0,org.apache.cxf.jaxws.context.WebServiceCon
> > textResourceResolver,org.apache.cxf.jaxws.context.WebServiceContextImpl,org
> > .apache.cxf.binding.soap.S
> > oapBindingFactory,org.apache.cxf.binding.soap.SoapTransportFactory,org.apa
> > che.cxf.binding.soap.customEditorConfigurer,org.apache.cxf.binding.xml.XMLB
> > indingFactory,org.apache.c
> > xf.ws.addressing.policy.AddressingAssertionBuilder,org.apache.cxf.ws.addre
> > ssing.policy.AddressingPolicyInterceptorProvider,org.apache.cxf.ws.addressi
> > ng.policy.UsingAddressingA
> > ssertionBuilder,org.apache.cxf.management.InstrumentationManager,org.apach
> > e.cxf.binding.jbi.JBIBindingFactory,org.apache.cxf.transport.jbi.JBITranspo
> > rtFactory,org.apache.cxf.b
> > inding.http.HttpBindingFactory,org.apache.cxf.transport.http.policy.HTTPCl
> > ientAssertionBuilder,org.apache.cxf.transport.http.policy.HTTPServerAsserti
> > onBuilder,org.apache.cxf.t
> > ransport.http.policy.NoOpPolicyInterceptorProvider,org.apache.cxf.transpor
> > t.http.ClientOnlyHTTPTransportFactory,org.apache.cxf.transport.http_jetty.J
> > ettyHTTPTransportFactory,o
> > rg.apache.cxf.transport.local.LocalTransportFactory,org.apache.cxf.transpo
> > rt.jms.JMSTransportFactory,org.apache.cxf.ws.policy.AssertionBuilderRegistr
> > y,org.apache.cxf.ws.policy
> > .PolicyInterceptorProviderRegistry,org.apache.cxf.ws.policy.attachment.ext
> > ernal.DomainExpressionBuilderRegistry,org.apache.cxf.ws.policy.attachment.e
> > xternal.EndpointReferenceD
> > omainExpressionBuilder,org.apache.cxf.ws.policy.PolicyBuilder,org.apache.c
> > xf.ws.policy.PolicyEngine,org.apache.cxf.ws.policy.attachment.wsdl11.Wsdl11
> > AttachmentPolicyProvider,o
> > rg.apache.cxf.ws.policy.attachment.ServiceModelPolicyProvider,org.apache.c
> > xf.ws.policy.mtom.MTOMAssertionBuilder,org.apache.cxf.ws.policy.mtom.MTOMPo
> > licyInterceptorProvider,or g.apache.cxf.jaxrs.JAXRSBindingFactory]; root of
> > factory hierarchy [INFO] [resources:testResources {execution:
> > default-testResources}] [INFO] Using 'UTF-8' encoding to copy filtered
> > resources.
> > [INFO] Copying 36 resources
> > [INFO] Copying 15 resources
> > [INFO] Copying 2 resources
> > [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Compiling 200 source files to
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\uncategorized\target
> > \test-classes [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\uncategorized\target
> > \surefire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.interceptor.InterceptorFaultTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.075 sec
> >
> > Results :
> >
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.versioning.ClientServerVersioningTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.042 sec
> >
> > Results :
> >
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.js.JSClientServerTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.004 sec
> >
> > Results :
> >
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.bus.BusShutdownTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.082 sec
> >
> > Results :
> >
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.corba.CorbaTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.055 sec
> >
> > Results :
> >
> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.cxf1226.MissingQualification1226Test
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.152 sec
> >
> > Results :
> >
> > Tests run: 9, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.rest.RestClientServerHttpBindingTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.743 sec
> >
> > Results :
> >
> > Tests run: 11, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.rest.RestClientServerBookTest
> > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.132 sec
> >
> > Results :
> >
> > Tests run: 18, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.mtom_bindingtype.MTOMBindingTypeTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 3.237 sec
> >
> > Results :
> >
> > Tests run: 20, Failures: 0, Errors: 0, Skipped: 1
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.factory_pattern.MultiplexClientServerTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.707 sec
> >
> > Results :
> >
> > Tests run: 22, Failures: 0, Errors: 0, Skipped: 1
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.resolver.JarResolverTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.16 sec
> >
> > Results :
> >
> > Tests run: 23, Failures: 0, Errors: 0, Skipped: 1
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.type_substitution.AppleFindClientServerTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.91 sec
> >
> > Results :
> >
> > Tests run: 24, Failures: 0, Errors: 0, Skipped: 1
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.bus.SpringBusFactoryTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.621 sec
> >
> > Results :
> >
> > Tests run: 26, Failures: 0, Errors: 0, Skipped: 1
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.type_test.soap.SOAPDocLitClientTypeTest
> > Tests run: 177, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.203
> > sec
> >
> > Results :
> >
> > Tests run: 203, Failures: 0, Errors: 0, Skipped: 1
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jbi.ClientServerTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.544 sec
> >
> > Results :
> >
> > Tests run: 204, Failures: 0, Errors: 0, Skipped: 1
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.rest.RestClientServerTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.501 sec
> >
> > Results :
> >
> > Tests run: 207, Failures: 0, Errors: 0, Skipped: 1
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.soap12.Soap12ClientServerTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.351 sec
> >
> > Results :
> >
> > Tests run: 212, Failures: 0, Errors: 0, Skipped: 1
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.soapfault.SOAPFaultRequestTestCase
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.264 sec
> >
> > Results :
> >
> > Tests run: 213, Failures: 0, Errors: 0, Skipped: 1
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running
> > org.apache.cxf.systest.factory_pattern.MultiplexHttpAddressClientServerTes
> > t Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.325 sec
> >
> > Results :
> >
> > Tests run: 217, Failures: 0, Errors: 0, Skipped: 1
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.cxf1332.Cxf1332Test
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.846 sec
> >
> > Results :
> >
> > Tests run: 218, Failures: 0, Errors: 0, Skipped: 1
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.cxf993.Cxf993Test
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.958 sec
> >
> > Results :
> >
> > Tests run: 219, Failures: 0, Errors: 0, Skipped: 1
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.stringarray.StringArrayTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.647 sec
> >
> > Results :
> >
> > Tests run: 220, Failures: 0, Errors: 0, Skipped: 1
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.type_test.xml.XMLClientTypeTest
> > Tests run: 174, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 20.963
> > sec
> >
> > Results :
> >
> > Tests run: 394, Failures: 0, Errors: 0, Skipped: 3
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.fault.IntFaultClientServerTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.612 sec
> >
> > Results :
> >
> > Tests run: 395, Failures: 0, Errors: 0, Skipped: 3
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.type_test.corba.CORBADocLitClientTypeTest
> > Tests run: 175, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 13.515
> > sec
> >
> > Results :
> >
> > Tests run: 570, Failures: 0, Errors: 0, Skipped: 5
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.type_substitution.TypeSubClientServerTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.049 sec
> >
> > Results :
> >
> > Tests run: 571, Failures: 0, Errors: 0, Skipped: 5
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.soap.SoapActionTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.707 sec
> >
> > Results :
> >
> > Tests run: 573, Failures: 0, Errors: 0, Skipped: 5
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.mtom.MtomServerTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.918 sec
> >
> > Results :
> >
> > Tests run: 575, Failures: 0, Errors: 0, Skipped: 5
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jca.OutBoundConnectionTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.839 sec
> >
> > Results :
> >
> > Tests run: 577, Failures: 0, Errors: 0, Skipped: 5
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.clustering.FailoverTest
> > Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.607 sec
> >
> > Results :
> >
> > Tests run: 587, Failures: 0, Errors: 0, Skipped: 5
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.lifecycle.LifeCycleTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.511 sec
> >
> > Results :
> >
> > Tests run: 589, Failures: 0, Errors: 0, Skipped: 5
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.mtom.ClientMtomXopTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 3.296 sec
> >
> > Results :
> >
> > Tests run: 591, Failures: 0, Errors: 0, Skipped: 6
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.mtom.ClientMtomXopWithJMSTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.625 sec
> >
> > Results :
> >
> > Tests run: 592, Failures: 0, Errors: 0, Skipped: 6
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.management.ManagedBusTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.832 sec
> >
> > Results :
> >
> > Tests run: 595, Failures: 0, Errors: 0, Skipped: 6
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.type_test.soap.SOAPRpcLitClientTypeTest
> > Tests run: 176, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.113
> > sec
> >
> > Results :
> >
> > Tests run: 771, Failures: 0, Errors: 0, Skipped: 6
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.corba.CorbaBindingFactoryConfigurerTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.277 sec
> >
> > Results :
> >
> > Tests run: 772, Failures: 0, Errors: 0, Skipped: 6
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.mtom_feature.MtomFeatureClientServerTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.263 sec
> >
> > Results :
> >
> > Tests run: 775, Failures: 0, Errors: 0, Skipped: 6
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.basicDOCBare.DOCBareClientServerTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.015 sec
> >
> > Results :
> >
> > Tests run: 778, Failures: 0, Errors: 0, Skipped: 6
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running
> > org.apache.cxf.systest.factory_pattern.ManualHttpMulitplexClientServerTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.832 sec
> >
> > Results :
> >
> > Tests run: 780, Failures: 0, Errors: 0, Skipped: 6
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.clustering.FailoverAddressOverrideTest
> > starting replicated target:
> > http://localhost:9053/SoapContext/ReplicatedPortC starting replicated
> > target: http://localhost:9052/SoapContext/ReplicatedPortB starting
> > replicated target: http://localhost:9051/SoapContext/ReplicatedPortA Tests
> > run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.28 sec
> >
> > Results :
> >
> > Tests run: 783, Failures: 0, Errors: 0, Skipped: 6
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.mtom.MtomPolicyTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.082 sec
> >
> > Results :
> >
> > Tests run: 785, Failures: 0, Errors: 0, Skipped: 6
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.management.CountersClientServerTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.354 sec
> >
> > Results :
> >
> > Tests run: 786, Failures: 0, Errors: 0, Skipped: 6
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.coloc.ColocHeaderRpcLitTest
> > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.05 sec
> >
> > Results :
> >
> > Tests run: 793, Failures: 0, Errors: 0, Skipped: 6
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.coloc.ColocHeaderDocLitTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.784 sec
> >
> > Results :
> >
> > Tests run: 798, Failures: 0, Errors: 0, Skipped: 6
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.soapheader.HeaderClientServerTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.92 sec
> >
> > Results :
> >
> > Tests run: 800, Failures: 0, Errors: 0, Skipped: 6
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.management.ManagedClientServerTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.731 sec
> >
> > Results :
> >
> > Tests run: 801, Failures: 0, Errors: 0, Skipped: 6
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.callback.CallbackClientServerTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.218 sec
> >
> > Results :
> >
> > Tests run: 802, Failures: 0, Errors: 0, Skipped: 6
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.coloc.ColocWrappedDocLitTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.088 sec
> >
> > Results :
> >
> > Tests run: 806, Failures: 0, Errors: 0, Skipped: 6
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.nested_callback.CallbackClientServerTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.673 sec
> >
> > Results :
> >
> > Tests run: 807, Failures: 0, Errors: 0, Skipped: 6
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.schema_validation.ValidationClientServerTest
> > DefaultValidationEventHandler: [FATAL_ERROR]: cvc-complex-type.2.4.a:
> > Invalid content was found starting with element 'varString'. One of
> > '{"http://apache.org/schema_validatio n/types":varFloat}' is expected.
> >      Location: line 1
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.099 sec
> >
> > Results :
> >
> > Tests run: 808, Failures: 0, Errors: 0, Skipped: 6
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.outofband.header.OOBHeaderTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.327 sec
> >
> > Results :
> >
> > Tests run: 809, Failures: 0, Errors: 0, Skipped: 6
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\uncategorized\target
> > \cxf-systests-uncategorized-2.3.0-SNAPSHOT.jar [INFO] [jar:test-jar
> > {execution: attach-sources}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\uncategorized\target
> > \cxf-systests-uncategorized-2.3.0-SNAPSHOT-tests.jar [INFO]
> > [install:install {execution: default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\uncategorized\target
> > \cxf-systests-uncategorized-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\
> > org\apache\cxf\systests\cxf-systests-uncategorized\2.3.0-SNAPSHOT\cxf-syst
> > ests-uncategorized-2.3.0-SNAPSHOT.jar [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\uncategorized\target
> > \cxf-systests-uncategorized-2.3.0-SNAPSHOT-tests.jar to
> > C:\Users\ggregory\.m2\repos
> > itory\org\apache\cxf\systests\cxf-systests-uncategorized\2.3.0-SNAPSHOT\cx
> > f-systests-uncategorized-2.3.0-SNAPSHOT-tests.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Transport System Tests
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
> > [INFO] [remote-resources:process {execution: default}]
> > Downloading:
> > http://repo1.maven.org/maven2/commons-pool/commons-pool/1.3/commons-pool-1
> > .3.jar
> >
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\src\main\
> > java [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\src\main\
> > resources [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\src\main\
> > resources-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\target\ge
> > nerated\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Compiling 6 source files to
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\target\cl
> > asses [INFO] [cxf-codegen:wsdl2java {execution: generate-test-sources}]
> > [INFO] Nothing to generate
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 72 resources
> > [INFO] Copying 2 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\target\ge
> > nerated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Compiling 111 source files to
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\target\te
> > st-classes [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\target\su
> > refire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jms.tx.JMSTransactionClientServerTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.77 sec
> >
> > Results :
> >
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running
> > org.apache.cxf.systest.http_jetty.continuations.ClientServerWrappedContinu
> > ationTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
> > 6.998 sec
> >
> > Results :
> >
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.http_jetty.ThreadPoolTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.149 sec
> >
> > Results :
> >
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.servlet.SpringServletTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.22 sec
> >
> > Results :
> >
> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jms.JMSClientServerTest
> > Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.625 sec
> >
> > Results :
> >
> > Tests run: 32, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running
> > org.apache.cxf.systest.multitransport.MultiTransportClientServerTest Tests
> > run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.115 sec
> >
> > Results :
> >
> > Tests run: 33, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.local_transport.DirectDispatchClientTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.496 sec
> >
> > Results :
> >
> > Tests run: 35, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running
> > org.apache.cxf.systest.jms.continuations.HelloWorldContinuationsClientServ
> > erTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
> > 11.641 sec
> >
> > Results :
> >
> > Tests run: 36, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.http.HTTPSClientTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.715 sec
> >
> > Results :
> >
> > Tests run: 42, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.jms.testsuite.testcases.SOAPJMSTestSuiteTest
> > Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.603 sec
> >
> > Results :
> >
> > Tests run: 74, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.http.HTTPConduitTest
> > Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.943 sec
> >
> > Results :
> >
> > Tests run: 85, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running
> > org.apache.cxf.systest.jms.continuations.HelloWorldContinuationsThrottleTe
> > st Completed : 5
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.67 sec
> >
> > Results :
> >
> > Tests run: 86, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running
> > org.apache.cxf.systest.jms.continuations.JMSContinuationsClientServerTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.364 sec
> >
> > Results :
> >
> > Tests run: 87, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.http_jetty.EngineLifecycleTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.344 sec
> >
> > Results :
> >
> > Tests run: 89, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.servlet.HttpBindingServletTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.702 sec
> >
> > Results :
> >
> > Tests run: 92, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.servlet.ErrorContextSerletTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.337 sec
> >
> > Results :
> >
> > Tests run: 93, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.http.CertConstraintsTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.482 sec
> >
> > Results :
> >
> > Tests run: 94, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.http.PublishedEndpointUrlTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.223 sec
> >
> > Results :
> >
> > Tests run: 95, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.servlet.JsFrontEndServletTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.887 sec
> >
> > Results :
> >
> > Tests run: 96, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.servlet.SpringAutoPublishServletTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.877 sec
> >
> > Results :
> >
> > Tests run: 99, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.servlet.ExternalServicesServletTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.397 sec
> >
> > Results :
> >
> > Tests run: 101, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.http.WSDLAddressRewriteTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.267 sec
> >
> > Results :
> >
> > Tests run: 103, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.servlet.CXFServletTest
> > class org.apache.cxf.jaxws.binding.soap.SOAPBindingImpl
> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.889 sec
> >
> > Results :
> >
> > Tests run: 111, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.servlet.NoSpringServletClientTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.974 sec
> >
> > Results :
> >
> > Tests run: 114, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.http.ClientServerSessionTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 6.416 sec
> >
> > Results :
> >
> > Tests run: 117, Failures: 0, Errors: 0, Skipped: 1
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.http.WSDLQueryTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.599 sec
> >
> > Results :
> >
> > Tests run: 123, Failures: 0, Errors: 0, Skipped: 1
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\target\cx
> > f-systests-transports-2.3.0-SNAPSHOT.jar [INFO] [jar:test-jar {execution:
> > attach-sources}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\target\cx
> > f-systests-transports-2.3.0-SNAPSHOT-tests.jar [INFO] [install:install
> > {execution: default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\target\cx
> > f-systests-transports-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\ap
> > ache\cxf\systests\cxf-systests-transports\2.3.0-SNAPSHOT\cxf-systests-tran
> > sports-2.3.0-SNAPSHOT.jar [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\target\cx
> > f-systests-transports-2.3.0-SNAPSHOT-tests.jar to
> > C:\Users\ggregory\.m2\repository\
> > org\apache\cxf\systests\cxf-systests-transports\2.3.0-SNAPSHOT\cxf-systest
> > s-transports-2.3.0-SNAPSHOT-tests.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF JAX-WS System Tests
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\src\main\java
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\src\main\resou
> > rces [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\src\main\resou
> > rces-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\target\generat
> > ed\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] No sources to compile
> > [INFO] [cxf-codegen:wsdl2java {execution: generate-test-sources}]
> > [INFO] Nothing to generate
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 37 resources
> > [INFO] Copying 3 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\target\generat
> > ed\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Compiling 106 source files to
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\target\test-cl
> > asses [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\target\surefir
> > e-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.provider.ProviderClientServerTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.206 sec
> >
> > Results :
> >
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.handlers.HandlerInvocationTest
> > Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.904 sec
> >
> > Results :
> >
> > Tests run: 35, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxws.ClientServerMixedStyleTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.116 sec
> >
> > Results :
> >
> > Tests run: 37, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxws.JaxWsDynamicClientTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.665 sec
> >
> > Results :
> >
> > Tests run: 38, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxws.ClientServerGreeterNoWsdlTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.565 sec
> >
> > Results :
> >
> > Tests run: 40, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxws.JaxwsExecutorTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.307 sec
> >
> > Results :
> >
> > Tests run: 41, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxws.ClientServerGreeterBaseNoWsdlTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.704 sec
> >
> > Results :
> >
> > Tests run: 42, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.handlers.DispatchHandlerInvocationTest
> > Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.2 sec
> >
> > Results :
> >
> > Tests run: 53, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxws.AnyClientServerTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.631 sec
> >
> > Results :
> >
> > Tests run: 55, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running
> > org.apache.cxf.systest.handlers.HandlerInvocationUsingAddNumbersTest Tests
> > run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.252 sec
> >
> > Results :
> >
> > Tests run: 60, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running
> > org.apache.cxf.systest.jaxws.beanpostprocessor.CustomizedfBeanPostProcesso
> > rTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.577
> > sec
> >
> > Results :
> >
> > Tests run: 61, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.dispatch.DispatchClientServerTest
> > Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.918 sec
> >
> > Results :
> >
> > Tests run: 71, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.provider.datasource.DataSourceProviderTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.848 sec
> >
> > Results :
> >
> > Tests run: 73, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxws.OASISCatalogTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.325 sec
> >
> > Results :
> >
> > Tests run: 78, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.handlers.TrivialSOAPHandlerTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.744 sec
> >
> > Results :
> >
> > Tests run: 79, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxws.ClientServerRPCLitTest
> > DefaultValidationEventHandler: [FATAL_ERROR]: cvc-complex-type.2.4.a:
> > Invalid content was found starting with element 'ns2:elem3'. One of
> > '{"http://apache.org/hello_world_rpcl it/types":elem2}' is expected.
> >      Location: line 1
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.058 sec
> >
> > Results :
> >
> > Tests run: 83, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxws.ClientServerRPCLitDefatulAnnoTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.855 sec
> >
> > Results :
> >
> > Tests run: 84, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxws.ClientServerTest
> > Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.581 sec
> >
> > Results :
> >
> > Tests run: 112, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxws.ClientServerMiscTest
> > DefaultValidationEventHandler: [ERROR]: NoName is not a valid name
> >      Location:
> > DefaultValidationEventHandler: [ERROR]: NoName is not a valid name
> >      Location:
> > DefaultValidationEventHandler: [ERROR]: NoName is not a valid name
> >      Location:
> > DefaultValidationEventHandler: [ERROR]: NoName is not a valid name
> >      Location:
> > Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.205 sec
> >
> > Results :
> >
> > Tests run: 130, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.swa.ClientServerSwaTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.967 sec
> >
> > Results :
> >
> > Tests run: 136, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running
> > org.apache.cxf.systest.jaxws.beanpostprocessor.BeanPostProcessorTest Tests
> > run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.225 sec
> >
> > Results :
> >
> > Tests run: 137, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.provider.ProviderXMLClientServerTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.356 sec
> >
> > Results :
> >
> > Tests run: 139, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxws.LocatorClientServerTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 3.201 sec
> >
> > Results :
> >
> > Tests run: 141, Failures: 0, Errors: 0, Skipped: 1
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxws.ClientServerGreeterBaseTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.548 sec
> >
> > Results :
> >
> > Tests run: 142, Failures: 0, Errors: 0, Skipped: 1
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.dispatch.DispatchXMLClientServerTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.489 sec
> >
> > Results :
> >
> > Tests run: 145, Failures: 0, Errors: 0, Skipped: 1
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.handlers.SpringConfiguredHandlerTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.874 sec
> >
> > Results :
> >
> > Tests run: 146, Failures: 0, Errors: 0, Skipped: 1
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxws.JaxWsClientThreadTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.652 sec
> >
> > Results :
> >
> > Tests run: 147, Failures: 0, Errors: 0, Skipped: 1
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running
> > org.apache.cxf.systest.provider.AttachmentProviderXMLClientServerTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.807 sec
> >
> > Results :
> >
> > Tests run: 148, Failures: 0, Errors: 0, Skipped: 1
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.provider.ProviderRPCClientServerTest
> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.503 sec
> >
> > Results :
> >
> > Tests run: 156, Failures: 0, Errors: 0, Skipped: 1
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxws.ClientServerXMLTest
> > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.718 sec
> >
> > Results :
> >
> > Tests run: 163, Failures: 0, Errors: 0, Skipped: 1
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\target\cxf-sys
> > tests-jaxws-2.3.0-SNAPSHOT.jar [INFO] [jar:test-jar {execution:
> > attach-sources}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\target\cxf-sys
> > tests-jaxws-2.3.0-SNAPSHOT-tests.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\target\cxf-sys
> > tests-jaxws-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\s
> > ystests\cxf-systests-jaxws\2.3.0-SNAPSHOT\cxf-systests-jaxws-2.3.0-SNAPSHO
> > T.jar [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\target\cxf-sys
> > tests-jaxws-2.3.0-SNAPSHOT-tests.jar to
> > C:\Users\ggregory\.m2\repository\org\apache
> > \cxf\systests\cxf-systests-jaxws\2.3.0-SNAPSHOT\cxf-systests-jaxws-2.3.0-S
> > NAPSHOT-tests.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Databinding System Tests
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\src\main
> > \java [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\src\main
> > \resources [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\src\main
> > \resources-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\target\g
> > enerated\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] No sources to compile
> > [INFO] [build-helper:add-test-source {execution: add-test-source}]
> > [INFO] Test Source directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\src\test
> > \generated added. [INFO] [cxf-codegen:wsdl2java {execution:
> > generate-test-sources}]
> > Jul 23, 2010 10:57:31 AM
> > org.springframework.context.support.AbstractApplicationContext
> > prepareRefresh INFO: Refreshing
> > org.apache.cxf.bus.spring.BusApplicationContext@a46f0b5: display name
> > [org.apache.cxf.bus.spring.BusApplicationContext@a46f0b5]; startup date
> > [Fri Jul 23 10:5 7:31 PDT 2010]; root of context hierarchy
> > Jul 23, 2010 10:57:31 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf.xml] Jul 23, 2010 10:57:31 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-jaxws.xml] Jul 23, 2010 10:57:31 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-soap.xml] Jul 23, 2010 10:57:31 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-xml.xml] Jul 23, 2010 10:57:31 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-addr.xml] Jul 23, 2010 10:57:31 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-http.xml] Jul 23, 2010 10:57:31 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-http-jetty.xml] Jul 23, 2010 10:57:31
> > AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-http.xml] Jul 23, 2010 10:57:31 AM
> > org.springframework.beans.factory.support.DefaultListableBeanFactory
> > registerBeanDefinition INFO: Overriding bean definition for bean
> > 'org.apache.cxf.transport.http.policy.HTTPClientAssertionBuilder':
> > replacing [Generic bean: class [org.apache.cxf.transport.http.poli
> > cy.HTTPClientAssertionBuilder]; scope=singleton; abstract=false;
> > lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true;
> > primary=false; factoryBeanName=null; factoryMethodName=null;
> > initMethodName=null; destroyMethodName=null; defined in class path
> > resource [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class
> > [org.apac he.cxf.transport.http.policy.HTTPClientAssertionBuilder];
> > scope=singleton; abstract=false; lazyInit=true; autowireMode=0;
> > dependencyCheck=0; autowireCandidate=true; primary=fa lse;
> > factoryBeanName=null; factoryMethodName=null; initMethodName=null;
> > destroyMethodName=null; defined in class path resource
> > [META-INF/cxf/cxf-extension-http.xml]] Jul 23, 2010 10:57:31 AM
> > org.springframework.beans.factory.support.DefaultListableBeanFactory
> > registerBeanDefinition INFO: Overriding bean definition for bean
> > 'org.apache.cxf.transport.http.policy.HTTPServerAssertionBuilder':
> > replacing [Generic bean: class [org.apache.cxf.transport.http.poli
> > cy.HTTPServerAssertionBuilder]; scope=singleton; abstract=false;
> > lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true;
> > primary=false; factoryBeanName=null; factoryMethodName=null;
> > initMethodName=null; destroyMethodName=null; defined in class path
> > resource [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class
> > [org.apac he.cxf.transport.http.policy.HTTPServerAssertionBuilder];
> > scope=singleton; abstract=false; lazyInit=true; autowireMode=0;
> > dependencyCheck=0; autowireCandidate=true; primary=fa lse;
> > factoryBeanName=null; factoryMethodName=null; initMethodName=null;
> > destroyMethodName=null; defined in class path resource
> > [META-INF/cxf/cxf-extension-http.xml]] Jul 23, 2010 10:57:31 AM
> > org.springframework.beans.factory.support.DefaultListableBeanFactory
> > registerBeanDefinition INFO: Overriding bean definition for bean
> > 'org.apache.cxf.transport.http.policy.NoOpPolicyInterceptorProvider':
> > replacing [Generic bean: class [org.apache.cxf.transport.http.p
> > olicy.NoOpPolicyInterceptorProvider]; scope=singleton; abstract=false;
> > lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true;
> > primary=false; factoryBeanName =null; factoryMethodName=null;
> > initMethodName=null; destroyMethodName=null; defined in class path
> > resource [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class
> > [or g.apache.cxf.transport.http.policy.NoOpPolicyInterceptorProvider];
> > scope=singleton; abstract=false; lazyInit=true; autowireMode=0;
> > dependencyCheck=0; autowireCandidate=true; p rimary=false;
> > factoryBeanName=null; factoryMethodName=null; initMethodName=null;
> > destroyMethodName=null; defined in class path resource
> > [META-INF/cxf/cxf-extension-http.xml]] Jul 23, 2010 10:57:31 AM
> > org.springframework.beans.factory.support.DefaultListableBeanFactory
> > registerBeanDefinition INFO: Overriding bean definition for bean
> > 'org.apache.cxf.transport.http.ClientOnlyHTTPTransportFactory': replacing
> > [Generic bean: class [org.apache.cxf.transport.http.ClientO
> > nlyHTTPTransportFactory]; scope=singleton; abstract=false; lazyInit=true;
> > autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false;
> > factoryBeanName=null; facto ryMethodName=null; initMethodName=null;
> > destroyMethodName=null; defined in class path resource
> > [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class
> > [org.apache.cxf .transport.http.ClientOnlyHTTPTransportFactory];
> > scope=singleton; abstract=false; lazyInit=true; autowireMode=0;
> > dependencyCheck=0; autowireCandidate=true; primary=false; fact
> > oryBeanName=null; factoryMethodName=null; initMethodName=null;
> > destroyMethodName=null; defined in class path resource
> > [META-INF/cxf/cxf-extension-http.xml]] Jul 23, 2010 10:57:31 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-local.xml] Jul 23, 2010 10:57:31 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-ws-security.xml] Jul 23, 2010
> > 10:57:31 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-jaxrs-binding.xml] Jul 23, 2010
> > 10:57:31 AM org.springframework.context.support.AbstractApplicationContext
> > obtainFreshBeanFactory INFO: Bean factory for application context
> > [org.apache.cxf.bus.spring.BusApplicationContext@a46f0b5]:
> > org.springframework.beans.factory.support.DefaultListableBeanFactory@780e
> > a6fb
> > Jul 23, 2010 10:57:31 AM
> > org.springframework.beans.factory.support.DefaultListableBeanFactory
> > preInstantiateSingletons INFO: Pre-instantiating singletons in
> > org.springframework.beans.factory.support.DefaultListableBeanFactory@780ea
> > 6fb: defining beans [cxf,org.apache.cxf.bus.spring.BusApplicati
> > onListener,org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor,org
> > .apache.cxf.bus.spring.Jsr250BeanPostProcessor,org.apache.cxf.bus.spring.Bu
> > sExtensionPostProcessor,or
> > g.apache.cxf.resource.ResourceManager,org.apache.cxf.configuration.Configu
> > rer,org.apache.cxf.binding.BindingFactoryManager,org.apache.cxf.transport.D
> > estinationFactoryManager,o
> > rg.apache.cxf.transport.ConduitInitiatorManager,org.apache.cxf.wsdl.WSDLMa
> > nager,org.apache.cxf.phase.PhaseManager,org.apache.cxf.workqueue.WorkQueueM
> > anager,org.apache.cxf.busl
> > ifecycle.BusLifeCycleManager,org.apache.cxf.endpoint.ServerRegistry,org.ap
> > ache.cxf.endpoint.ServerLifeCycleManager,org.apache.cxf.endpoint.ClientLife
> > CycleManager,org.apache.cx
> > f.transports.http.QueryHandlerRegistry,org.apache.cxf.endpoint.EndpointRes
> > olverRegistry,org.apache.cxf.headers.HeaderManager,org.apache.cxf.catalog.O
> > ASISCatalogManager,org.apa
> > che.cxf.service.factory.FactoryBeanListenerManager,org.apache.cxf.endpoint
> > .ServiceContractResolverRegistry,org.apache.cxf.jaxws.context.WebServiceCon
> > textResourceResolver,org.a
> > pache.cxf.jaxws.context.WebServiceContextImpl,org.apache.cxf.binding.soap.
> > SoapBindingFactory,org.apache.cxf.binding.soap.SoapTransportFactory,org.apa
> > che.cxf.binding.soap.custo
> > mEditorConfigurer,org.apache.cxf.binding.xml.XMLBindingFactory,org.apache.
> > cxf.ws.addressing.policy.AddressingAssertionBuilder,org.apache.cxf.ws.addre
> > ssing.policy.AddressingPol
> > icyInterceptorProvider,org.apache.cxf.ws.addressing.policy.UsingAddressing
> > AssertionBuilder,org.apache.cxf.transport.http.policy.HTTPClientAssertionBu
> > ilder,org.apache.cxf.trans
> > port.http.policy.HTTPServerAssertionBuilder,org.apache.cxf.transport.http.
> > policy.NoOpPolicyInterceptorProvider,org.apache.cxf.transport.http.ClientOn
> > lyHTTPTransportFactory,org
> > .apache.cxf.transport.http_jetty.JettyHTTPTransportFactory,org.apache.cxf.
> > transport.local.LocalTransportFactory,org.apache.cxf.ws.security.policy.WSS
> > ecurityPolicyLoader,org.ap ache.cxf.jaxrs.JAXRSBindingFactory]; root of
> > factory hierarchy
> > Jul 23, 2010 10:57:33 AM
> > org.springframework.context.support.AbstractApplicationContext doClose
> > INFO: Closing org.apache.cxf.bus.spring.BusApplicationContext@a46f0b5:
> > display name [org.apache.cxf.bus.spring.BusApplicationContext@a46f0b5];
> > startup date [Fri Jul 23 10:57:3 1 PDT 2010]; root of context hierarchy
> > Jul 23, 2010 10:57:33 AM
> > org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
> > destroySingletons INFO: Destroying singletons in
> > org.springframework.beans.factory.support.DefaultListableBeanFactory@780ea
> > 6fb: defining beans [cxf,org.apache.cxf.bus.spring.BusApplicationListe
> > ner,org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor,org.apache
> > .cxf.bus.spring.Jsr250BeanPostProcessor,org.apache.cxf.bus.spring.BusExtens
> > ionPostProcessor,org.apach
> > e.cxf.resource.ResourceManager,org.apache.cxf.configuration.Configurer,org
> > .apache.cxf.binding.BindingFactoryManager,org.apache.cxf.transport.Destinat
> > ionFactoryManager,org.apac
> > he.cxf.transport.ConduitInitiatorManager,org.apache.cxf.wsdl.WSDLManager,o
> > rg.apache.cxf.phase.PhaseManager,org.apache.cxf.workqueue.WorkQueueManager,
> > org.apache.cxf.buslifecycl
> > e.BusLifeCycleManager,org.apache.cxf.endpoint.ServerRegistry,org.apache.cx
> > f.endpoint.ServerLifeCycleManager,org.apache.cxf.endpoint.ClientLifeCycleMa
> > nager,org.apache.cxf.trans
> > ports.http.QueryHandlerRegistry,org.apache.cxf.endpoint.EndpointResolverRe
> > gistry,org.apache.cxf.headers.HeaderManager,org.apache.cxf.catalog.OASISCat
> > alogManager,org.apache.cxf
> > .service.factory.FactoryBeanListenerManager,org.apache.cxf.endpoint.Servic
> > eContractResolverRegistry,org.apache.cxf.jaxws.context.WebServiceContextRes
> > ourceResolver,org.apache.c
> > xf.jaxws.context.WebServiceContextImpl,org.apache.cxf.binding.soap.SoapBin
> > dingFactory,org.apache.cxf.binding.soap.SoapTransportFactory,org.apache.cxf
> > .binding.soap.customEditor
> > Configurer,org.apache.cxf.binding.xml.XMLBindingFactory,org.apache.cxf.ws.
> > addressing.policy.AddressingAssertionBuilder,org.apache.cxf.ws.addressing.p
> > olicy.AddressingPolicyInte
> > rceptorProvider,org.apache.cxf.ws.addressing.policy.UsingAddressingAsserti
> > onBuilder,org.apache.cxf.transport.http.policy.HTTPClientAssertionBuilder,o
> > rg.apache.cxf.transport.ht
> > tp.policy.HTTPServerAssertionBuilder,org.apache.cxf.transport.http.policy.
> > NoOpPolicyInterceptorProvider,org.apache.cxf.transport.http.ClientOnlyHTTPT
> > ransportFactory,org.apache
> > .cxf.transport.http_jetty.JettyHTTPTransportFactory,org.apache.cxf.transpo
> > rt.local.LocalTransportFactory,org.apache.cxf.ws.security.policy.WSSecurity
> > PolicyLoader,org.apache.cx f.jaxrs.JAXRSBindingFactory]; root of factory
> > hierarchy
> > [INFO] [resources:copy-resources {execution: copy-test-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 86 resources
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 3 resources
> > [INFO] Copying 8 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\target\g
> > enerated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Compiling 69 source files to
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\target\t
> > est-classes [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\target\s
> > urefire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxb.TestServiceTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.149 sec
> >
> > Results :
> >
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.aegis.mtom.MtomTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.646 sec
> >
> > Results :
> >
> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.aegis.CharacterSchemaTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.003 sec
> >
> > Results :
> >
> > Tests run: 9, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.aegis.AegisClientServerTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.006 sec
> >
> > Results :
> >
> > Tests run: 14, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.xmlbeans.ClientServerXmlBeansTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.499 sec
> >
> > Results :
> >
> > Tests run: 16, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.aegis.AegisJaxWsTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.341 sec
> >
> > Results :
> >
> > Tests run: 21, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\target\c
> > xf-systests-databinding-2.3.0-SNAPSHOT.jar [INFO] [jar:test-jar {execution:
> > attach-sources}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\target\c
> > xf-systests-databinding-2.3.0-SNAPSHOT-tests.jar [INFO] [install:install
> > {execution: default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\target\c
> > xf-systests-databinding-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\
> > apache\cxf\systests\cxf-systests-databinding\2.3.0-SNAPSHOT\cxf-systests-d
> > atabinding-2.3.0-SNAPSHOT.jar [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\target\c
> > xf-systests-databinding-2.3.0-SNAPSHOT-tests.jar to
> > C:\Users\ggregory\.m2\repositor
> > y\org\apache\cxf\systests\cxf-systests-databinding\2.3.0-SNAPSHOT\cxf-syst
> > ests-databinding-2.3.0-SNAPSHOT-tests.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF JAX-RS System Tests
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > Downloading:
> > http://repo1.maven.org/maven2/jetty/jsp-api/2.1-6.0.2/jsp-api-2.1-6.0.2.po
> > m [INFO] Unable to find resource 'jetty:jsp-api:pom:2.1-6.0.2' in
> > repository central (http://repo1.maven.org/maven2) Downloading:
> > http://repo1.maven.org/maven2/jetty/jsp/2.1-6.0.2/jsp-2.1-6.0.2.pom [INFO]
> > Unable to find resource 'jetty:jsp:pom:2.1-6.0.2' in repository central
> > (http://repo1.maven.org/maven2) Downloading:
> > http://repo1.maven.org/maven2/org/codehaus/jackson/jackson-jaxrs/1.2.0/jac
> > kson-jaxrs-1.2.0.pom
> >
> > Downloading:
> > http://repo1.maven.org/maven2/org/codehaus/jackson/jackson-core-asl/1.2.0/
> > jackson-core-asl-1.2.0.pom
> >
> > Downloading:
> > http://repo1.maven.org/maven2/org/codehaus/jackson/jackson-mapper-asl/1.2.
> > 0/jackson-mapper-asl-1.2.0.pom
> >
> > Downloading:
> > http://repo1.maven.org/maven2/org/codehaus/jackson/jackson-jaxrs/1.2.0/jac
> > kson-jaxrs-1.2.0.jar
> >
> > Downloading:
> > http://repo1.maven.org/maven2/org/codehaus/jackson/jackson-core-asl/1.2.0/
> > jackson-core-asl-1.2.0.jar
> >
> > Downloading:
> > http://repo1.maven.org/maven2/org/codehaus/jackson/jackson-mapper-asl/1.2.
> > 0/jackson-mapper-asl-1.2.0.jar
> >
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\src\main\java
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\src\main\resou
> > rces [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\src\main\resou
> > rces-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\target\generat
> > ed\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] No sources to compile
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 91 resources
> > [INFO] Copying 40 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\target\generat
> > ed\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Compiling 121 source files to
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\target\test-cl
> > asses [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\target\surefir
> > e-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running
> > org.apache.cxf.systest.jaxrs.JAXRSClientServerResourceCreatedSpringProvide
> > rTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.011
> > sec
> >
> > Results :
> >
> > Tests run: 9, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running
> > org.apache.cxf.systest.jaxrs.JAXRSClientServerResourceCreatedOutsideBookTe
> > st Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.211
> > sec
> >
> > Results :
> >
> > Tests run: 11, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxrs.JAXRSClientServerNonSpringBookTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.006 sec
> >
> > Results :
> >
> > Tests run: 17, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxrs.security.JAXRSSpringSecurityClassTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.038 sec
> >
> > Results :
> >
> > Tests run: 23, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running
> > org.apache.cxf.systest.jaxrs.security.JAXRSSpringSecurityNoAnnotationsTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.239 sec
> >
> > Results :
> >
> > Tests run: 27, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPullSpringTest
> > Starting Server
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.284 sec
> >
> > Results :
> >
> > Tests run: 31, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxrs.JAXRSClientServerSpringBookTest
> > Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.817 sec
> >
> > Results :
> >
> > Tests run: 54, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxrs.JAXRSMultipartTest
> > Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.877 sec
> >
> > Results :
> >
> > Tests run: 91, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxrs.JAXRSRequestDispatcherTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 4.658 sec
> >
> > Results :
> >
> > Tests run: 95, Failures: 0, Errors: 0, Skipped: 2
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxrs.security.JAXRSHttpsBookTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.863 sec
> >
> > Results :
> >
> > Tests run: 101, Failures: 0, Errors: 0, Skipped: 2
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxrs.JAXRSMultithreadedClientTest
> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.065 sec
> >
> > Results :
> >
> > Tests run: 109, Failures: 0, Errors: 0, Skipped: 2
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxrs.JAXRSSoapBookTest
> > Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.54 sec
> >
> > Results :
> >
> > Tests run: 141, Failures: 0, Errors: 0, Skipped: 2
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxrs.JAXRSJmsTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.762 sec
> >
> > Results :
> >
> > Tests run: 144, Failures: 0, Errors: 0, Skipped: 2
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.servlet.JaxRsServletTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.126 sec
> >
> > Results :
> >
> > Tests run: 145, Failures: 0, Errors: 0, Skipped: 3
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxrs.JAXRSClientServerStreamingTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.529 sec
> >
> > Results :
> >
> > Tests run: 147, Failures: 0, Errors: 0, Skipped: 3
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxrs.JAXRSClientServerBookTest
> > PostConstruct called
> > empty post
> > empty post
> >
> > <?xml version="1.0" encoding="utf-8"?><Book><id>123</id><name>CXF in Action
> > - 3</name></Book> Tests run: 86, Failures: 0, Errors: 0, Skipped: 1, Time
> > elapsed: 4.24 sec
> >
> > Results :
> >
> > Tests run: 233, Failures: 0, Errors: 0, Skipped: 4
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxrs.JAXRSClientServerUserResourceTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.406 sec
> >
> > Results :
> >
> > Tests run: 236, Failures: 0, Errors: 0, Skipped: 4
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running
> > org.apache.cxf.systest.jaxrs.security.JAXRSSpringSecurityInterfaceTest
> > Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.789 sec
> >
> > Results :
> >
> > Tests run: 246, Failures: 0, Errors: 0, Skipped: 4
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxrs.JAXRSClientServerProxySpringBookTest
> > Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.514 sec
> >
> > Results :
> >
> > Tests run: 258, Failures: 0, Errors: 0, Skipped: 4
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxrs.JAXRSContinuationsTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.846 sec
> >
> > Results :
> >
> > Tests run: 259, Failures: 0, Errors: 0, Skipped: 4
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running
> > org.apache.cxf.systest.jaxrs.JAXRSClientServerResourceCreatedSpringBookTes
> > t Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.492 sec
> >
> > Results :
> >
> > Tests run: 261, Failures: 0, Errors: 0, Skipped: 4
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxrs.JAXRSAtomBookTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.964 sec
> >
> > Results :
> >
> > Tests run: 265, Failures: 0, Errors: 0, Skipped: 4
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxrs.JAXRSUriInfoTest
> > Starting Server
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.095 sec
> >
> > Results :
> >
> > Tests run: 266, Failures: 0, Errors: 0, Skipped: 4
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushSpringTest
> > Starting Server
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.258 sec
> >
> > Results :
> >
> > Tests run: 271, Failures: 0, Errors: 0, Skipped: 4
> >
> > engine shutdown
> > engine shutdown
> > engine shutdown
> > engine shutdown
> > engine shutdown
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxrs.JAXRSDataBindingTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.993 sec
> >
> > Results :
> >
> > Tests run: 275, Failures: 0, Errors: 0, Skipped: 4
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running
> > org.apache.cxf.systest.jaxrs.JAXRSClientServerResourceJacksonSpringProvide
> > rTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.552
> > sec
> >
> > Results :
> >
> > Tests run: 278, Failures: 0, Errors: 0, Skipped: 4
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest
> > Jul 23, 2010 11:01:24 AM
> > org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents SEVERE:
> > severe message
> > Jul 23, 2010 11:01:25 AM
> > org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents
> > WARNING: warning message
> > Jul 23, 2010 11:01:25 AM
> > org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents INFO:
> > info message
> > Jul 23, 2010 11:01:28 AM
> > org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents SEVERE:
> > severe message
> > Jul 23, 2010 11:01:28 AM
> > org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents
> > WARNING: warning message
> > Jul 23, 2010 11:01:28 AM
> > org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents INFO:
> > info message
> > Jul 23, 2010 11:01:31 AM
> > org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents SEVERE:
> > severe message
> > Jul 23, 2010 11:01:31 AM
> > org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents
> > WARNING: warning message
> > Jul 23, 2010 11:01:31 AM
> > org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents INFO:
> > info message
> > Jul 23, 2010 11:01:34 AM
> > org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents SEVERE:
> > severe message
> > Jul 23, 2010 11:01:34 AM
> > org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents
> > WARNING: warning message
> > Jul 23, 2010 11:01:34 AM
> > org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents INFO:
> > info message
> > Jul 23, 2010 11:01:37 AM
> > org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents SEVERE:
> > severe message
> > Jul 23, 2010 11:01:37 AM
> > org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents
> > WARNING: warning message
> > Jul 23, 2010 11:01:37 AM
> > org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents INFO:
> > info message
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.935 sec
> >
> > Results :
> >
> > Tests run: 283, Failures: 0, Errors: 0, Skipped: 4
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\target\cxf-sys
> > tests-jaxrs-2.3.0-SNAPSHOT.jar [INFO] [jar:test-jar {execution:
> > attach-sources}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\target\cxf-sys
> > tests-jaxrs-2.3.0-SNAPSHOT-tests.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\target\cxf-sys
> > tests-jaxrs-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\s
> > ystests\cxf-systests-jaxrs\2.3.0-SNAPSHOT\cxf-systests-jaxrs-2.3.0-SNAPSHO
> > T.jar [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\target\cxf-sys
> > tests-jaxrs-2.3.0-SNAPSHOT-tests.jar to
> > C:\Users\ggregory\.m2\repository\org\apache
> > \cxf\systests\cxf-systests-jaxrs\2.3.0-SNAPSHOT\cxf-systests-jaxrs-2.3.0-S
> > NAPSHOT-tests.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF WS-* Specifications System Tests
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\ws-specs\src\main\ja
> > va [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\ws-specs\src\main\re
> > sources [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\ws-specs\src\main\re
> > sources-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\ws-specs\target\gene
> > rated\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] No sources to compile
> > [INFO] [cxf-codegen:wsdl2java {execution: generate-test-sources}]
> > Jul 23, 2010 11:01:50 AM
> > org.springframework.context.support.AbstractApplicationContext
> > prepareRefresh INFO: Refreshing
> > org.apache.cxf.bus.spring.BusApplicationContext@765590d6: display name
> > [org.apache.cxf.bus.spring.BusApplicationContext@765590d6]; startup date
> > [Fri Jul 23 11
> >
> > :01:50 PDT 2010]; root of context hierarchy
> >
> > Jul 23, 2010 11:01:50 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf.xml] Jul 23, 2010 11:01:50 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-jaxws.xml] Jul 23, 2010 11:01:50 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-soap.xml] Jul 23, 2010 11:01:50 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-xml.xml] Jul 23, 2010 11:01:50 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-addr.xml] Jul 23, 2010 11:01:50 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-http.xml] Jul 23, 2010 11:01:50 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-jms.xml] Jul 23, 2010 11:01:50 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-management.xml] Jul 23, 2010 11:01:50
> > AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-http-jetty.xml] Jul 23, 2010 11:01:50
> > AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-http.xml] Jul 23, 2010 11:01:50 AM
> > org.springframework.beans.factory.support.DefaultListableBeanFactory
> > registerBeanDefinition INFO: Overriding bean definition for bean
> > 'org.apache.cxf.transport.http.policy.HTTPClientAssertionBuilder':
> > replacing [Generic bean: class [org.apache.cxf.transport.http.poli
> > cy.HTTPClientAssertionBuilder]; scope=singleton; abstract=false;
> > lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true;
> > primary=false; factoryBeanName=null; factoryMethodName=null;
> > initMethodName=null; destroyMethodName=null; defined in class path
> > resource [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class
> > [org.apac he.cxf.transport.http.policy.HTTPClientAssertionBuilder];
> > scope=singleton; abstract=false; lazyInit=true; autowireMode=0;
> > dependencyCheck=0; autowireCandidate=true; primary=fa lse;
> > factoryBeanName=null; factoryMethodName=null; initMethodName=null;
> > destroyMethodName=null; defined in class path resource
> > [META-INF/cxf/cxf-extension-http.xml]] Jul 23, 2010 11:01:50 AM
> > org.springframework.beans.factory.support.DefaultListableBeanFactory
> > registerBeanDefinition INFO: Overriding bean definition for bean
> > 'org.apache.cxf.transport.http.policy.HTTPServerAssertionBuilder':
> > replacing [Generic bean: class [org.apache.cxf.transport.http.poli
> > cy.HTTPServerAssertionBuilder]; scope=singleton; abstract=false;
> > lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true;
> > primary=false; factoryBeanName=null; factoryMethodName=null;
> > initMethodName=null; destroyMethodName=null; defined in class path
> > resource [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class
> > [org.apac he.cxf.transport.http.policy.HTTPServerAssertionBuilder];
> > scope=singleton; abstract=false; lazyInit=true; autowireMode=0;
> > dependencyCheck=0; autowireCandidate=true; primary=fa lse;
> > factoryBeanName=null; factoryMethodName=null; initMethodName=null;
> > destroyMethodName=null; defined in class path resource
> > [META-INF/cxf/cxf-extension-http.xml]] Jul 23, 2010 11:01:50 AM
> > org.springframework.beans.factory.support.DefaultListableBeanFactory
> > registerBeanDefinition INFO: Overriding bean definition for bean
> > 'org.apache.cxf.transport.http.policy.NoOpPolicyInterceptorProvider':
> > replacing [Generic bean: class [org.apache.cxf.transport.http.p
> > olicy.NoOpPolicyInterceptorProvider]; scope=singleton; abstract=false;
> > lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true;
> > primary=false; factoryBeanName =null; factoryMethodName=null;
> > initMethodName=null; destroyMethodName=null; defined in class path
> > resource [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class
> > [or g.apache.cxf.transport.http.policy.NoOpPolicyInterceptorProvider];
> > scope=singleton; abstract=false; lazyInit=true; autowireMode=0;
> > dependencyCheck=0; autowireCandidate=true; p rimary=false;
> > factoryBeanName=null; factoryMethodName=null; initMethodName=null;
> > destroyMethodName=null; defined in class path resource
> > [META-INF/cxf/cxf-extension-http.xml]] Jul 23, 2010 11:01:50 AM
> > org.springframework.beans.factory.support.DefaultListableBeanFactory
> > registerBeanDefinition INFO: Overriding bean definition for bean
> > 'org.apache.cxf.transport.http.ClientOnlyHTTPTransportFactory': replacing
> > [Generic bean: class [org.apache.cxf.transport.http.ClientO
> > nlyHTTPTransportFactory]; scope=singleton; abstract=false; lazyInit=true;
> > autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false;
> > factoryBeanName=null; facto ryMethodName=null; initMethodName=null;
> > destroyMethodName=null; defined in class path resource
> > [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class
> > [org.apache.cxf .transport.http.ClientOnlyHTTPTransportFactory];
> > scope=singleton; abstract=false; lazyInit=true; autowireMode=0;
> > dependencyCheck=0; autowireCandidate=true; primary=false; fact
> > oryBeanName=null; factoryMethodName=null; initMethodName=null;
> > destroyMethodName=null; defined in class path resource
> > [META-INF/cxf/cxf-extension-http.xml]] Jul 23, 2010 11:01:50 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-rm.xml] Jul 23, 2010 11:01:50 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-policy.xml] Jul 23, 2010 11:01:50 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-ws-security.xml] Jul 23, 2010
> > 11:01:50 AM org.springframework.context.support.AbstractApplicationContext
> > obtainFreshBeanFactory INFO: Bean factory for application context
> > [org.apache.cxf.bus.spring.BusApplicationContext@765590d6]:
> > org.springframework.beans.factory.support.DefaultListableBeanFactory@837
> > 5b8f
> > Jul 23, 2010 11:01:50 AM
> > org.springframework.beans.factory.support.DefaultListableBeanFactory
> > preInstantiateSingletons INFO: Pre-instantiating singletons in
> > org.springframework.beans.factory.support.DefaultListableBeanFactory@8375b
> > 8f: defining beans [cxf,org.apache.cxf.bus.spring.BusApplicatio
> > nListener,org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor,org.
> > apache.cxf.bus.spring.Jsr250BeanPostProcessor,org.apache.cxf.bus.spring.Bus
> > ExtensionPostProcessor,org
> > .apache.cxf.resource.ResourceManager,org.apache.cxf.configuration.Configur
> > er,org.apache.cxf.binding.BindingFactoryManager,org.apache.cxf.transport.De
> > stinationFactoryManager,or
> > g.apache.cxf.transport.ConduitInitiatorManager,org.apache.cxf.wsdl.WSDLMan
> > ager,org.apache.cxf.phase.PhaseManager,org.apache.cxf.workqueue.WorkQueueMa
> > nager,org.apache.cxf.busli
> > fecycle.BusLifeCycleManager,org.apache.cxf.endpoint.ServerRegistry,org.apa
> > che.cxf.endpoint.ServerLifeCycleManager,org.apache.cxf.endpoint.ClientLifeC
> > ycleManager,org.apache.cxf
> > .transports.http.QueryHandlerRegistry,org.apache.cxf.endpoint.EndpointReso
> > lverRegistry,org.apache.cxf.headers.HeaderManager,org.apache.cxf.catalog.OA
> > SISCatalogManager,org.apac
> > he.cxf.service.factory.FactoryBeanListenerManager,org.apache.cxf.endpoint.
> > ServiceContractResolverRegistry,org.apache.cxf.jaxws.context.WebServiceCont
> > extResourceResolver,org.ap
> > ache.cxf.jaxws.context.WebServiceContextImpl,org.apache.cxf.binding.soap.S
> > oapBindingFactory,org.apache.cxf.binding.soap.SoapTransportFactory,org.apac
> > he.cxf.binding.soap.custom
> > EditorConfigurer,org.apache.cxf.binding.xml.XMLBindingFactory,org.apache.c
> > xf.ws.addressing.policy.AddressingAssertionBuilder,org.apache.cxf.ws.addres
> > sing.policy.AddressingPoli
> > cyInterceptorProvider,org.apache.cxf.ws.addressing.policy.UsingAddressingA
> > ssertionBuilder,org.apache.cxf.transport.http.policy.HTTPClientAssertionBui
> > lder,org.apache.cxf.transp
> > ort.http.policy.HTTPServerAssertionBuilder,org.apache.cxf.transport.http.p
> > olicy.NoOpPolicyInterceptorProvider,org.apache.cxf.transport.http.ClientOnl
> > yHTTPTransportFactory,org.
> > apache.cxf.transport.jms.JMSTransportFactory,org.apache.cxf.management.Ins
> > trumentationManager,org.apache.cxf.transport.http_jetty.JettyHTTPTransportF
> > actory,org.apache.cxf.ws.r
> > m.RMManager,org.apache.cxf.ws.rm.policy.RMPolicyInterceptorProvider,org.ap
> > ache.cxf.ws.rm.policy.RMAssertionBuilder,org.apache.cxf.ws.policy.Assertion
> > BuilderRegistry,org.apache
> > .cxf.ws.policy.PolicyInterceptorProviderRegistry,org.apache.cxf.ws.policy.
> > attachment.external.DomainExpressionBuilderRegistry,org.apache.cxf.ws.polic
> > y.attachment.external.Endp
> > ointReferenceDomainExpressionBuilder,org.apache.cxf.ws.policy.PolicyBuilde
> > r,org.apache.cxf.ws.policy.PolicyEngine,org.apache.cxf.ws.policy.attachment
> > .wsdl11.Wsdl11AttachmentPo
> > licyProvider,org.apache.cxf.ws.policy.attachment.ServiceModelPolicyProvide
> > r,org.apache.cxf.ws.policy.mtom.MTOMAssertionBuilder,org.apache.cxf.ws.poli
> > cy.mtom.MTOMPolicyIntercep
> > torProvider,org.apache.cxf.ws.security.policy.WSSecurityPolicyLoader];
> > root of factory hierarchy Jul 23, 2010 11:01:51 AM
> > org.springframework.context.support.AbstractApplicationContext doClose
> > INFO: Closing org.apache.cxf.bus.spring.BusApplicationContext@765590d6:
> > display name [org.apache.cxf.bus.spring.BusApplicationContext@765590d6];
> > startup date [Fri Jul 23 11:01
> >
> > :50 PDT 2010]; root of context hierarchy
> >
> > Jul 23, 2010 11:01:51 AM
> > org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
> > destroySingletons INFO: Destroying singletons in
> > org.springframework.beans.factory.support.DefaultListableBeanFactory@8375b
> > 8f: defining beans [cxf,org.apache.cxf.bus.spring.BusApplicationListen
> > er,org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor,org.apache.
> > cxf.bus.spring.Jsr250BeanPostProcessor,org.apache.cxf.bus.spring.BusExtensi
> > onPostProcessor,org.apache
> > .cxf.resource.ResourceManager,org.apache.cxf.configuration.Configurer,org.
> > apache.cxf.binding.BindingFactoryManager,org.apache.cxf.transport.Destinati
> > onFactoryManager,org.apach
> > e.cxf.transport.ConduitInitiatorManager,org.apache.cxf.wsdl.WSDLManager,or
> > g.apache.cxf.phase.PhaseManager,org.apache.cxf.workqueue.WorkQueueManager,o
> > rg.apache.cxf.buslifecycle
> > .BusLifeCycleManager,org.apache.cxf.endpoint.ServerRegistry,org.apache.cxf
> > .endpoint.ServerLifeCycleManager,org.apache.cxf.endpoint.ClientLifeCycleMan
> > ager,org.apache.cxf.transp
> > orts.http.QueryHandlerRegistry,org.apache.cxf.endpoint.EndpointResolverReg
> > istry,org.apache.cxf.headers.HeaderManager,org.apache.cxf.catalog.OASISCata
> > logManager,org.apache.cxf.
> > service.factory.FactoryBeanListenerManager,org.apache.cxf.endpoint.Service
> > ContractResolverRegistry,org.apache.cxf.jaxws.context.WebServiceContextReso
> > urceResolver,org.apache.cx
> > f.jaxws.context.WebServiceContextImpl,org.apache.cxf.binding.soap.SoapBind
> > ingFactory,org.apache.cxf.binding.soap.SoapTransportFactory,org.apache.cxf.
> > binding.soap.customEditorC
> > onfigurer,org.apache.cxf.binding.xml.XMLBindingFactory,org.apache.cxf.ws.a
> > ddressing.policy.AddressingAssertionBuilder,org.apache.cxf.ws.addressing.po
> > licy.AddressingPolicyInter
> > ceptorProvider,org.apache.cxf.ws.addressing.policy.UsingAddressingAssertio
> > nBuilder,org.apache.cxf.transport.http.policy.HTTPClientAssertionBuilder,or
> > g.apache.cxf.transport.htt
> > p.policy.HTTPServerAssertionBuilder,org.apache.cxf.transport.http.policy.N
> > oOpPolicyInterceptorProvider,org.apache.cxf.transport.http.ClientOnlyHTTPTr
> > ansportFactory,org.apache.
> > cxf.transport.jms.JMSTransportFactory,org.apache.cxf.management.Instrument
> > ationManager,org.apache.cxf.transport.http_jetty.JettyHTTPTransportFactory,
> > org.apache.cxf.ws.rm.RMMan
> > ager,org.apache.cxf.ws.rm.policy.RMPolicyInterceptorProvider,org.apache.cx
> > f.ws.rm.policy.RMAssertionBuilder,org.apache.cxf.ws.policy.AssertionBuilder
> > Registry,org.apache.cxf.ws
> > .policy.PolicyInterceptorProviderRegistry,org.apache.cxf.ws.policy.attachm
> > ent.external.DomainExpressionBuilderRegistry,org.apache.cxf.ws.policy.attac
> > hment.external.EndpointRef
> > erenceDomainExpressionBuilder,org.apache.cxf.ws.policy.PolicyBuilder,org.a
> > pache.cxf.ws.policy.PolicyEngine,org.apache.cxf.ws.policy.attachment.wsdl11
> > .Wsdl11AttachmentPolicyPro
> > vider,org.apache.cxf.ws.policy.attachment.ServiceModelPolicyProvider,org.a
> > pache.cxf.ws.policy.mtom.MTOMAssertionBuilder,org.apache.cxf.ws.policy.mtom
> > .MTOMPolicyInterceptorProv
> > ider,org.apache.cxf.ws.security.policy.WSSecurityPolicyLoader]; root of
> > factory hierarchy [INFO]
> > ------------------------------------------------------------------------
> > [ERROR] BUILD ERROR
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Could not find any node with the XPath expression:
> > //wsdl:definitions
> >
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] For more information, run Maven with the -e switch
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Total time: 30 minutes 16 seconds
> > [INFO] Finished at: Fri Jul 23 11:01:51 PDT 2010
> > [INFO] Final Memory: 216M/426M
> > [INFO]
> > ------------------------------------------------------------------------
> > Fri 07/23/201011:01:52.94 C:\Users\ggregory\b\svn\apache.org\cxf\trunk
> >
> >
> > Gary Gregory
> > Senior Software Engineer
> > Seagull Software
> > email: ggregory@seagullsoftware.com
> > email: ggregory@apache.org
> > www.seagullsoftware.com
> >
> > > -----Original Message-----
> > > From: Daniel Kulp [mailto:dkulp@apache.org]
> > > Sent: Tuesday, February 09, 2010 13:29
> > > To: dev@cxf.apache.org; users@cxf.apache.org
> > > Subject: CXF, Java 6/Spring/etc... and deps.....
> > >
> > >
> > > As you may have noticed, last week (on trunk only) I moved all the
> > > dependencies that can be provided by Java 6 (except jaxb-impl/jaxb-xjc)
> > > into a special jdk15 profile that is auto activated on Java5.   Thus,
> > > trunk should now require less dependencies when running on Java 6.
> > >
> > > HOWEVER, I put Woodstox back in as a runtime dep this morning.   There
> > > are a couple reasons:
> > > 1) The parser in the JDK really sucks.   My benchmarking over the last
> > > couple days for a customer showed nearly 40% throughput reduction
> > > compared to woodstox.   IMO, the "out of the box" speed is important.
> > >
> > > 2) Related to (1), a full "mvn install -Pnochecks" was taking 6 minutes
> > > longer on Java 6 compared to last week.    Turns out, that's parser
> > > related.  :-)   I could have added woodstox as a test dep to all the
> > > modules, but again, I think it's important enough to make sure everyone
> > > uses it by default.
> > >
> > > The good news is that while the Sun parser was being used, I found a
> > > couple places where tests were failing with it.   I've updated the code
> > > so we now should work better with the Sun parser if someone really wants
> > > to use it.
> > >
> > > I also started going through and marking the spring stuff as optional or
> > > provided (or test scope).    We don't really REQUIRE it in all cases, and
> > > this should allow the user to more easily use whatever version of Spring
> > > they want.
> > >
> > > Anyway, I still have to update the distribution and bundle modules to now
> > > work correctly with java6.   If you build with java6, you get different
> > > results than with Java 5.   The lib dir has about 9 less jars, the
> > > manifest is missing entries, etc....
> > >
> > > For those of you using Maven and Java 6, I'd really appreciate it if you
> > > could try the 2.3.0-SNAPSHOT's to see if having all the extra deps
> > > removed will cause any major issues.   Likewise, on Java 5, I'd like to
> > > make sure all the required deps still come in.
> > >
> > > Thanks!
> > > --
> > > Daniel Kulp
> > > dkulp@apache.org
> > > http://www.dankulp.com/blog
>
> --
> Daniel Kulp
> dkulp@apache.org
> http://dankulp.com/blog

Re: CXF, Java 6/Spring/etc... and deps.....

Posted by kypriakos <ky...@gmail.com>.
The link below is broken - this is the one that works (for me at least):

http://jaxb.java.net/guide/Migrating_JAXB_2_0_applications_to_JavaSE_6.html

On 7/23/2010 10:08 PM, Gary Gregory wrote:
> Running again...
>
> In the meantime, here is another Java 6 quirk: I see trunk ships the latest JAXB 2.2.1, great, but to properly test and run with this version, the jaxb-api.jar MUST be on the endorsed path, not the classpath and the jaxb-impl.jar and jaxb-xjc.jar must be on the classpath [1]. Does the Maven build test like this?
>
> For delivery, this means customers MUST move the jaxb-api.jar file to another directory and point to it with java.endorsed.dirs usually.
>
> The way I've addressed this in our server is to create an 'endorsed' directory under our 'lib' directory and have our start script use -Djava.endorsed.dirs=lib/endorsed
>
> We have the luxury of only supporting Java 6 which makes this easier.
>
> It sounds like CXF is not set up for Java 6 use yet though.
>
> Gary
>
> [1] https://jaxb.dev.java.net/guide/Migrating_JAXB_2_0_applications_to_JavaSE_6
>
>> -----Original Message-----
>> From: Daniel Kulp [mailto:dkulp@apache.org]
>> Sent: Friday, July 23, 2010 11:21
>> To: users@cxf.apache.org
>> Cc: Gary Gregory; dev@cxf.apache.org
>> Subject: Re: CXF, Java 6/Spring/etc... and deps.....
>>
>>
>> Can you run again?
>>
>> I THINK this is due to Maven running out of some resource.   Not sure if it's
>> memory or some files aren't getting closed or what.    Running again usually
>> fixes it.
>>
>> Dan
>>
>>
>> On Friday 23 July 2010 2:09:47 pm Gary Gregory wrote:
>>> Dan,
>>>
>>> I just tried a build from the latest SVN trunk and got an error (see the
>>> end of this msg.)
>>>
>>> My set up:
>>>
>>> Apache Maven 2.2.1 (r801777; 2009-08-06 12:16:01-0700)
>>> Java version: 1.6.0_20
>>> Java home: C:\Program Files\Java\jdk1.6.0_20\jre
>>> Default locale: en_US, platform encoding: Cp1252
>>> OS name: "windows vista" version: "6.0" arch: "amd64" Family: "windows"
>>> Fri 07/23/201011:08:26.04 C:\Users\ggregory\b\svn\apache.org\cxf\trunk
>>>
>>> Here my build output:
>>>
>>> [INFO] Scanning for projects...
>>> [INFO] Reactor build order:
>>> [INFO]   Apache CXF
>>> [INFO]   Apache CXF Parent
>>> [INFO]   Apache CXF Common Utilities
>>> [INFO]   Apache CXF Common Schemas
>>> [INFO]   Apache CXF API
>>> [INFO]   Apache CXF Woodstox/MSV Schema Validation
>>> [INFO]   Apache CXF XML Schema Validation with Xerces
>>> [INFO]   Apache CXF Common
>>> [INFO]   Apache CXF Runtime Core
>>> [INFO]   Apache CXF Command Line Tools Common
>>> [INFO]   Apache CXF Command Line Tools Validator
>>> [INFO]   Apache CXF Command Line Tools WSDLTo Core
>>> [INFO]   Apache CXF Command Line Tools WSDLTo JAXWS Frontend
>>> [INFO]   Apache CXF WSDL Validator Maven2 Plugin
>>> [INFO]   Apache CXF Command Line Tools WSDLTo JAXB Databinding
>>> [INFO]   Apache CXF Code Generation Maven2 Plugins
>>> [INFO]   Apache CXF Test Utilities
>>> [INFO]   Apache CXF Runtime JAXB DataBinding
>>> [INFO]   Apache CXF Runtime XML Binding
>>> [INFO]   Apache CXF Runtime SOAP Binding
>>> [INFO]   Apache CXF Runtime Local Transport
>>> [INFO]   Apache CXF Runtime Simple Frontend
>>> [INFO]   Apache CXF Runtime HTTP Transport
>>> [INFO]   Apache CXF Runtime HTTP Jetty Transport
>>> [INFO]   Apache CXF Runtime WS Addressing
>>> [INFO]   Apache CXF Runtime JAX-WS Frontend
>>> [INFO]   Apache CXF Test Case Support
>>> [INFO]   Apache CXF Runtime Aegis Databinding
>>> [INFO]   Apache CXF Runtime JavaScript Client Generator
>>> [INFO]   Apache CXF Command Line Tools WSDL to JavaScript Front End
>>> [INFO]   Apache CXF Runtime Management
>>> [INFO]   Apache CXF Runtime JMS Transport
>>> [INFO]   Apache CXF Runtime XmlBeans DataBinding
>>> [INFO]   Apache CXF Command Line Tools WSDLTo Test
>>> [INFO]   Apache CXF Command Line Tools WSDLTo Misctools
>>> [INFO]   Apache CXF Command Line Tools
>>> [INFO]   Apache CXF Command Line Tools WSDLTo
>>> [INFO]   Apache CXF Command Line Tools JavaTo WS
>>> [INFO]   Apache CXF Command Line Tools JavaTo
>>> [INFO]   Apache CXF Runtime CORBA Binding
>>> [INFO]   Apache CXF Command Line Tools CORBA
>>> [INFO]   Apache CXF Runtime SDO DataBinding
>>> [INFO]   Apache CXF Runtime HTTP Binding
>>> [INFO]   Apache CXF Runtime Object Binding
>>> [INFO]   Apache CXF Runtime Colocated Binding
>>> [INFO]   Apache CXF Runtime JBI Binding
>>> [INFO]   Apache CXF Runtime
>>> [INFO]   Apache CXF Runtime Bindings
>>> [INFO]   Apache CXF Runtime JAX-RS Frontend
>>> [INFO]   Apache CXF Runtime JavaScript Frontend
>>> [INFO]   Apache CXF HTTP Transport for OSGi
>>> [INFO]   Apache CXF Runtime JBI Transport
>>> [INFO]   Apache CXF Runtime WS Policy
>>> [INFO]   Apache CXF Runtime WS Reliable Messaging
>>> [INFO]   Apache CXF Runtime WS Security
>>> [INFO]   Apache CXF Runtime Web Management
>>> [INFO]   Apache CXF JBI Integration
>>> [INFO]   Apache CXF JCA Connection
>>> [INFO]   Apache CXF Integration
>>> [INFO]   Apache CXF Java2WS Maven2 Plugin
>>> [INFO]   Apache CXF CORBA Tools Maven2 Plugins
>>> [INFO]   Apache CXF Archetype - Simple JAX-WS Java First
>>> [INFO]   Apache CXF Maven Archetypes
>>> [INFO]   Apache CXF Maven Plugins
>>> [INFO]   Apache CXF Uncategorized System Tests
>>> [INFO]   Apache CXF Transport System Tests
>>> [INFO]   Apache CXF JAX-WS System Tests
>>> [INFO]   Apache CXF Databinding System Tests
>>> [INFO]   Apache CXF JAX-RS System Tests
>>> [INFO]   Apache CXF WS-* Specifications System Tests
>>> [INFO]   Test for writing wsdl to repo
>>> [INFO]   Test for reading wsdl from repo and generating code from it
>>> [INFO]   Apache CXF System Tests
>>> [INFO]   Apache CXF System Tests for WSDL generation and retrieval
>>> [INFO]   Apache CXF Bundle Parent
>>> [INFO]   Apache CXF Bundle Jar
>>> [INFO]   Apache CXF Minimal Bundle Jar
>>> [INFO]   Apache CXF JAX-RS Bundle Jar
>>> [INFO]   Apache CXF Manifest Jar
>>> [INFO]   Apache CXF Distribution
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Apache CXF
>>> [INFO]    task-segment: [install]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
>>> [INFO] [install:install {execution: default-install}]
>>> [INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\pom.xml to
>>> C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf\2.3.0-SNAPSHOT\cxf-2.3
>>> .0-SNAPSHOT.pom [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Apache CXF Parent
>>> [INFO]    task-segment: [install]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] [checkstyle:checkstyle {execution: validate}]
>>> [INFO] Source directory does not exist - skipping report.
>>> [INFO] Preparing pmd:check
>>> [INFO] [pmd:pmd {execution: pmd}]
>>> [INFO] [pmd:check {execution: validate}]
>>> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
>>> [INFO] Setting property: classpath.resource.loader.class =>
>>> 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'. [INFO]
>>> Setting property: velocimacro.messages.on => 'false'.
>>> [INFO] Setting property: resource.loader => 'classpath'.
>>> [INFO] Setting property: resource.manager.logwhenfound => 'false'.
>>> [INFO] [remote-resources:process {execution: default}]
>>> [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
>>> [INFO] [install:install {execution: default-install}]
>>> [INFO] Installing
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\parent\pom.xml to
>>> C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-parent\2.3.0-SNAPSHOT\
>>> cxf-parent-2.3.0-SNA PSHOT.pom
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Apache CXF Common Utilities
>>> [INFO]    task-segment: [install]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] [checkstyle:checkstyle {execution: validate}]
>>> [INFO] Starting audit...
>>> Audit done.
>>>
>>> [INFO] Preparing pmd:check
>>> [INFO] [pmd:pmd {execution: pmd}]
>>> [INFO] [pmd:check {execution: validate}]
>>> [INFO]
>>> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
>>> [INFO] [remote-resources:process {execution: default}]
>>> [INFO] [resources:resources {execution: default-resources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 8 resources
>>> [INFO] Copying 2 resources
>>> [INFO] Copying 1 resource
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\common\target\generate
>>> d\src\main\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:compile {execution: default-compile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [resources:testResources {execution: default-testResources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 14 resources
>>> [INFO] Copying 7 resources
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\common\target\generate
>>> d\src\test\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:testCompile {execution: default-testCompile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [surefire:test {execution: default-test}]
>>> [INFO] Surefire report directory:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\common\target\surefire
>>> -reports
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.helpers.HttpHeaderHelperTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 sec
>>> Running org.apache.cxf.staxutils.FragmentStreamReaderTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.31 sec
>>> Running org.apache.cxf.common.i18n.BundleUtilsTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec
>>> Running org.apache.cxf.jaxb.DatatypeFactoryTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 sec
>>> Running org.apache.cxf.common.commands.ForkedCommandTest
>>> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.349 sec
>>> Running org.apache.cxf.common.injection.ResourceInjectorTest
>>> Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.269 sec
>>> Running org.apache.cxf.common.logging.LogUtilsTest
>>> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 sec
>>> Running org.apache.cxf.common.util.XmlSchemaPrimitiveUtilsTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
>>> Running org.apache.cxf.common.util.StringUtilsTest
>>> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
>>> Running org.apache.cxf.helpers.XMLUtilsTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.177 sec
>>> Running org.apache.cxf.resource.ClassLoaderResolverTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.354 sec
>>> Running org.apache.cxf.configuration.spring.SpringBeanQNameMapTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.736 sec
>>> Running org.apache.cxf.helpers.FileUtilsTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec
>>> Running org.apache.cxf.common.xmlschema.ImportRepairTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.342 sec
>>> Running org.apache.cxf.common.util.CollectionUtilsTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec
>>> Running org.apache.cxf.resource.URIResolverTest
>>> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 sec
>>> Running org.apache.cxf.staxutils.W3CDOMStreamReaderTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.178 sec
>>> Running org.apache.cxf.helpers.ServiceUtilsTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
>>> Running org.apache.cxf.staxutils.DepthXMLStreamReaderTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
>>> Running org.apache.cxf.jaxb.JAXBElementToStringStyleTest
>>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 sec
>>> Running org.apache.cxf.common.security.SimplePrincipalTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
>>> Running org.apache.cxf.common.classloader.FireWallClassLoaderTest
>>> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
>>> Running org.apache.cxf.common.util.Base64UtilityTest
>>> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 sec
>>> Running org.apache.cxf.common.security.SimpleGroupTest
>>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
>>> Running org.apache.cxf.jaxb.JAXBUtilsTest
>>> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 sec
>>> Running org.apache.cxf.common.i18n.MessageTest
>>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
>>> Running org.apache.cxf.common.util.PropertiesLoaderUtilsTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec
>>> Running org.apache.cxf.staxutils.StaxUtilsTest
>>> Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 sec
>>> Running org.apache.cxf.jaxb.JAXBToStringBuilderTest
>>> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec
>>> Running org.apache.cxf.helpers.NameSpaceTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
>>> Running org.apache.cxf.configuration.spring.SpringBeanMapTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 sec
>>> Running org.apache.cxf.version.VersionTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 sec
>>> Running org.apache.cxf.common.commands.ResultBufferedCommandTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.294 sec
>>> Running org.apache.cxf.common.util.UrlUtilsTest
>>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
>>> Running org.apache.cxf.common.util.PackageUtilsTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
>>> Running org.apache.cxf.staxutils.StaxStreamFilterTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec
>>> Running org.apache.cxf.common.annotation.AnnotationProcessorTest
>>> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 sec
>>>
>>> Results :
>>>
>>> Tests run: 109, Failures: 0, Errors: 0, Skipped: 0
>>>
>>> [INFO] [jar:jar {execution: default-jar}]
>>> [INFO] Building jar:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\common\target\cxf-comm
>>> on-utilities-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
>>> default-install}]
>>> [INFO] Installing
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\common\target\cxf-comm
>>> on-utilities-2.3.0-SNAPSHOT.jar to
>>> C:\Users\ggregory\.m2\repository\org\apache\cxf\
>>> cxf-common-utilities\2.3.0-SNAPSHOT\cxf-common-utilities-2.3.0-SNAPSHOT.ja
>>> r [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Apache CXF Common Schemas
>>> [INFO]    task-segment: [install]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] [checkstyle:checkstyle {execution: validate}]
>>> [INFO] Starting audit...
>>> Audit done.
>>>
>>> [INFO] Preparing pmd:check
>>> [INFO] [pmd:pmd {execution: pmd}]
>>> [INFO] [pmd:check {execution: validate}]
>>> [INFO]
>>> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
>>> [INFO] [remote-resources:process {execution: default}]
>>> [INFO] [resources:resources {execution: default-resources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\schemas\src\main\java
>>> [INFO] Copying 23 resources
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\schemas\src\main\resou
>>> rces-filtered [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\schemas\target\generat
>>> ed\src\main\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:compile {execution: default-compile}]
>>> [INFO] No sources to compile
>>> [INFO] [resources:testResources {execution: default-testResources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\schemas\src\test\java
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\schemas\src\test\resou
>>> rces [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\schemas\target\generat
>>> ed\src\test\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:testCompile {execution: default-testCompile}]
>>> [INFO] Not compiling test sources
>>> [INFO] [surefire:test {execution: default-test}]
>>> [INFO] Tests are skipped.
>>> [INFO] [jar:jar {execution: default-jar}]
>>> [INFO] Building jar:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\schemas\target\cxf-com
>>> mon-schemas-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
>>> default-install}]
>>> [INFO] Installing
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\schemas\target\cxf-com
>>> mon-schemas-2.3.0-SNAPSHOT.jar to
>>> C:\Users\ggregory\.m2\repository\org\apache\cxf\c
>>> xf-common-schemas\2.3.0-SNAPSHOT\cxf-common-schemas-2.3.0-SNAPSHOT.jar
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Apache CXF API
>>> [INFO]    task-segment: [install]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] [checkstyle:checkstyle {execution: validate}]
>>> [INFO] Starting audit...
>>> Audit done.
>>>
>>> [INFO] Preparing pmd:check
>>> [INFO] [pmd:pmd {execution: pmd}]
>>> [INFO] [pmd:check {execution: validate}]
>>> [INFO]
>>> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
>>> [INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
>>> [INFO] [remote-resources:process {execution: default}]
>>> [INFO] [resources:resources {execution: default-resources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 15 resources
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\resources [INFO]
>>> skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\resources-filter
>>> ed [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\target\generated\src\main
>>> \resources [INFO] Copying 3 resources
>>> [INFO] [compiler:compile {execution: default-compile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [cxf-xjc:xsdtojava-tests {execution: generate-test-sources}]
>>> [INFO] [resources:testResources {execution: default-testResources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 1 resource
>>> [INFO] Copying 5 resources
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\target\generated\src\test
>>> \resources [INFO] Copying 3 resources
>>> [INFO] [compiler:testCompile {execution: default-testCompile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [surefire:test {execution: default-test}]
>>> [INFO] Surefire report directory:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\target\surefire-reports
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertionTest
>>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.558 sec
>>> Running
>>> org.apache.cxf.ws.policy.builder.primitive.NestedPrimitiveAssertionTest
>>> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 sec
>>> Running
>>> org.apache.cxf.ws.policy.builder.primitive.NestedPrimitiveAssertionBuilder
>>> Test Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.354
>>> sec Running org.apache.cxf.service.model.MessagePartInfoTest
>>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.239 sec
>>> Running org.apache.cxf.continuations.SuspendedInvocationExceptionTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 sec
>>> Running org.apache.cxf.wsdl.JAXBExtensionHelperTest
>>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.978 sec
>>> Running org.apache.cxf.phase.PhaseInterceptorChainTest
>>> Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.328 sec
>>> Running org.apache.cxf.service.model.MessageInfoTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
>>> Running org.apache.cxf.service.model.InterfaceInfoTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 sec
>>> Running org.apache.cxf.BusFactoryTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec
>>> Running org.apache.cxf.service.model.FaultInfoTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
>>> Running org.apache.cxf.ws.policy.AssertionInfoMapTest
>>> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
>>> Running org.apache.cxf.service.model.BindingOperationInfoTest
>>> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec
>>> Running org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertionBuilderTest
>>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 sec
>>> Running org.apache.cxf.service.model.OperationInfoTest
>>> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
>>> Running org.apache.cxf.databinding.AbstractDataBindingTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 sec
>>> Running org.apache.cxf.service.model.BindingFaultInfoTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
>>> Running org.apache.cxf.service.model.BindingMessageInfoTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
>>> Running org.apache.cxf.ws.policy.IntersectorTest
>>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
>>> Running org.apache.cxf.NSManagerTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
>>> Running org.apache.cxf.continuations.ContinuationInfoTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec
>>>
>>> Results :
>>>
>>> Tests run: 75, Failures: 0, Errors: 0, Skipped: 0
>>>
>>> [INFO] [jar:jar {execution: default-jar}]
>>> [INFO] Building jar:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\target\cxf-api-2.3.0-SNAP
>>> SHOT.jar [INFO] [javadoc:jar {execution: package}]
>>> [WARNING] Are you sure about the <javadocVersion/> parameter? It seems to
>>> be 1.6 [INFO]
>>> 27 warnings
>>> [WARNING] Javadoc Warnings
>>> [WARNING] javadoc: warning - Multiple sources of package comments found for
>>> package "org.apache.cxf.binding" [WARNING] javadoc: warning - Multiple
>>> sources of package comments found for package "org.apache.cxf" [WARNING]
>>> javadoc: warning - Multiple sources of package comments found for package
>>> "org.apache.cxf.endpoint" [WARNING] javadoc: warning - Multiple sources of
>>> package comments found for package "org.apache.cxf.interceptor" [WARNING]
>>> javadoc: warning - Multiple sources of package comments found for package
>>> "org.apache.cxf.phase" [WARNING] javadoc: warning - Multiple sources of
>>> package comments found for package "org.apache.cxf.service" [WARNING]
>>> javadoc: warning - Multiple sources of package comments found for package
>>> "org.apache.cxf.transport" [WARNING]
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
>>> cxf\annotations\DataBinding.java:42: warning - @return tag has no
>>> arguments. [WARNING]
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
>>> cxf\clustering\FailoverStrategy.java:63: warning - @param argument
>>> "alternates" is not a pa rameter name.
>>> [WARNING]
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
>>> cxf\configuration\ConfiguredBeanLocator.java:36: warning - @return tag has
>>> no arguments. [WARNING]
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
>>> cxf\configuration\ConfiguredBeanLocator.java:54: warning - @return tag has
>>> no arguments. [WARNING]
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
>>> cxf\configuration\ConfiguredBeanLocator.java:45: warning - @return tag has
>>> no arguments. [WARNING]
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
>>> cxf\configuration\ConfiguredBeanLocator.java:76: warning - @return tag has
>>> no arguments. [WARNING]
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
>>> cxf\configuration\ConfiguredBeanLocator.java:64: warning - @return tag has
>>> no arguments. [WARNING]
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
>>> cxf\configuration\ConfiguredBeanLocator.java:76: warning - @param argument
>>> "<T>" is not a t ype parameter name.
>>> [WARNING]
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
>>> cxf\configuration\ConfiguredBeanLocator.java:76: warning - @param argument
>>> "type" is not a parameter name.
>>> [WARNING]
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
>>> cxf\configuration\ConfiguredBeanLocator.java:76: warning - @param argument
>>> "property" is no t a parameter name.
>>> [WARNING]
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
>>> cxf\configuration\ConfiguredBeanLocator.java:95: warning - @return tag has
>>> no arguments. [WARNING]
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
>>> cxf\configuration\ConfiguredBeanLocator.java:86: warning - @return tag has
>>> no arguments. [WARNING]
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
>>> cxf\continuations\Continuation.java:36: warning - @param argument
>>> "timeout." is not a param eter name.
>>> [WARNING]
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
>>> cxf\endpoint\Client.java:240: warning - @return tag has no arguments.
>>> [WARNING]
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
>>> cxf\io\StaxValidationManager.java:39: warning - @param argument "schemas"
>>> is not a paramete r name.
>>> [WARNING]
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
>>> cxf\phase\AbstractPhaseInterceptor.java:75: warning - @param argument "p"
>>> is not a paramete r name.
>>> [WARNING]
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
>>> cxf\service\model\SchemaInfo.java:86: warning - @return tag has no
>>> arguments. [WARNING]
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
>>> cxf\transport\Observable.java:38: warning - @return tag has no arguments.
>>> [WARNING]
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
>>> cxf\ws\policy\AssertionBuilderRegistry.java:56: warning - @return tag has
>>> no arguments. [WARNING]
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
>>> cxf\wsdl\WSDLManager.java:100: warning - @return tag has no arguments.
>>> [INFO] Building jar:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\target\cxf-api-2.3.0-SNAP
>>> SHOT-javadoc.jar [INFO] [install:install {execution: default-install}]
>>> [INFO] Installing
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\target\cxf-api-2.3.0-SNAP
>>> SHOT.jar to
>>> C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-api\2.3.0-SNAPSHOT\
>>> cxf-api-2.3.0-SNAPSHOT.jar
>>> [INFO] Installing
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\target\cxf-api-2.3.0-SNAP
>>> SHOT-javadoc.jar to
>>> C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-api\2.3.0-S
>>> NAPSHOT\cxf-api-2.3.0-SNAPSHOT-javadoc.jar
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Apache CXF Woodstox/MSV Schema Validation
>>> [INFO]    task-segment: [install]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] [checkstyle:checkstyle {execution: validate}]
>>> [INFO] Starting audit...
>>> Audit done.
>>>
>>> [INFO] Preparing pmd:check
>>> [INFO] [pmd:pmd {execution: pmd}]
>>> [INFO] [pmd:check {execution: validate}]
>>> [INFO]
>>> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
>>> [INFO] [remote-resources:process {execution: default}]
>>> [INFO] [resources:resources {execution: default-resources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 0 resource
>>> [INFO] Copying 4 resources
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\wstx-msv-validation\sr
>>> c\main\resources-filtered [INFO] Copying 1 resource
>>> [INFO] Copying 3 resources
>>> [INFO] [compiler:compile {execution: default-compile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [resources:testResources {execution: default-testResources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 0 resource
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\wstx-msv-validation\sr
>>> c\test\resources [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\wstx-msv-validation\ta
>>> rget\generated\src\test\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:testCompile {execution: default-testCompile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [surefire:test {execution: default-test}]
>>> [INFO] Surefire report directory:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\wstx-msv-validation\ta
>>> rget\surefire-reports
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> There are no tests to run.
>>>
>>> Results :
>>>
>>> Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
>>>
>>> [INFO] [jar:jar {execution: default-jar}]
>>> [INFO] Building jar:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\wstx-msv-validation\ta
>>> rget\cxf-wstx-msv-validation-2.3.0-SNAPSHOT.jar [INFO] [install:install
>>> {execution: default-install}]
>>> [INFO] Installing
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\wstx-msv-validation\ta
>>> rget\cxf-wstx-msv-validation-2.3.0-SNAPSHOT.jar to
>>> C:\Users\ggregory\.m2\repository
>>> \org\apache\cxf\cxf-wstx-msv-validation\2.3.0-SNAPSHOT\cxf-wstx-msv-valida
>>> tion-2.3.0-SNAPSHOT.jar [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Apache CXF XML Schema Validation with Xerces
>>> [INFO]    task-segment: [install]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] [checkstyle:checkstyle {execution: validate}]
>>> [INFO] Starting audit...
>>> Audit done.
>>>
>>> [INFO] Preparing pmd:check
>>> [INFO] [pmd:pmd {execution: pmd}]
>>> [INFO] [pmd:check {execution: validate}]
>>> [INFO]
>>> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
>>> [INFO] [remote-resources:process {execution: default}]
>>> [INFO] [resources:resources {execution: default-resources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 0 resource
>>> [INFO] Copying 3 resources
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\xerces-xsd-validation\
>>> src\main\resources-filtered [INFO] Copying 1 resource
>>> [INFO] Copying 3 resources
>>> [INFO] [compiler:compile {execution: default-compile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [resources:testResources {execution: default-testResources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\xerces-xsd-validation\
>>> src\test\java [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\xerces-xsd-validation\
>>> src\test\resources [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\xerces-xsd-validation\
>>> target\generated\src\test\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:testCompile {execution: default-testCompile}]
>>> [INFO] No sources to compile
>>> [INFO] [surefire:test {execution: default-test}]
>>> [INFO] Surefire report directory:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\xerces-xsd-validation\
>>> target\surefire-reports
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> There are no tests to run.
>>>
>>> Results :
>>>
>>> Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
>>>
>>> [INFO] [jar:jar {execution: default-jar}]
>>> [INFO] Building jar:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\xerces-xsd-validation\
>>> target\cxf-xerces-xsd-validation-2.3.0-SNAPSHOT.jar [INFO] [install:install
>>> {execution: default-install}]
>>> [INFO] Installing
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\xerces-xsd-validation\
>>> target\cxf-xerces-xsd-validation-2.3.0-SNAPSHOT.jar to
>>> C:\Users\ggregory\.m2\reposi
>>> tory\org\apache\cxf\cxf-xerces-xsd-validation\2.3.0-SNAPSHOT\cxf-xerces-xs
>>> d-validation-2.3.0-SNAPSHOT.jar [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Apache CXF Common
>>> [INFO]    task-segment: [install]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
>>> [INFO] [install:install {execution: default-install}]
>>> [INFO] Installing
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\pom.xml to
>>> C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-common\2.3.0-SNAPSHOT\
>>> cxf-common-2.3.0-SNA PSHOT.pom
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Apache CXF Runtime Core
>>> [INFO]    task-segment: [install]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] [checkstyle:checkstyle {execution: validate}]
>>> [INFO] Starting audit...
>>> Audit done.
>>>
>>> [INFO] Preparing pmd:check
>>> [INFO] [pmd:pmd {execution: pmd}]
>>> [INFO] [pmd:check {execution: validate}]
>>> [INFO]
>>> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
>>> [INFO] [remote-resources:process {execution: default}]
>>> [INFO] [resources:resources {execution: default-resources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 14 resources
>>> [INFO] Copying 8 resources
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\core\src\main\resources-fi
>>> ltered [INFO] Copying 1 resource
>>> [INFO] Copying 3 resources
>>> [INFO] [compiler:compile {execution: default-compile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [resources:testResources {execution: default-testResources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 18 resources
>>> [INFO] Copying 30 resources
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\core\target\generated\src\
>>> test\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:testCompile {execution: default-testCompile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [surefire:test {execution: default-test}]
>>> [INFO] Surefire report directory:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\core\target\surefire-repor
>>> ts
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.bus.extension.ExtensionTest
>>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.193 sec
>>> Running org.apache.cxf.interceptor.ServiceInvokerInterceptorTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.155 sec
>>> Running org.apache.cxf.endpoint.ServerRegistryImpTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
>>> Running org.apache.cxf.endpoint.EndpointResolverRegistryImplTest
>>> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.161 sec
>>> Running org.apache.cxf.bus.spring.BusApplicationContextTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.054 sec
>>> Running org.apache.cxf.workqueue.AutomaticWorkQueueTest
>>> Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.832 sec
>>> Running org.apache.cxf.transport.ChainInitiationObserverTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 sec
>>> Running org.apache.cxf.bus.CXFBusImplTest
>>> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.996 sec
>>> Running org.apache.cxf.interceptor.OutgoingChainInterceptorTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.283 sec
>>> Running org.apache.cxf.wsdl11.WSDLServiceBuilderTest
>>> Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.688 sec
>>> Running org.apache.cxf.attachment.AttachmentSerializerTest
>>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.561 sec
>>> Running org.apache.cxf.wsdl11.ServiceWSDLBuilderTest
>>> Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.19 sec
>>> Running org.apache.cxf.interceptor.DocLiteralInInterceptorTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.326 sec
>>> Running org.apache.cxf.bus.spring.SpringBusFactoryTest
>>> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.615 sec
>>> Running org.apache.cxf.bus.extension.ExtensionFragmentParserTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
>>> Running org.apache.cxf.transport.CachedOutputStreamTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.208 sec
>>> Running org.apache.cxf.bus.spring.BusDefinitionParserTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.126 sec
>>> Running org.apache.cxf.wsdl11.WSDLDefinitionBuilderTest
>>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.152 sec
>>> Running org.apache.cxf.buslifecycle.CXFBusLifeCycleManagerTest
>>> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
>>> Running org.apache.cxf.interceptor.PrettyLoggingOutInterceptorTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec
>>> Running org.apache.cxf.test.XPathAssertTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 sec
>>> Running org.apache.cxf.wsdl11.WSDLManagerImplTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
>>> Running org.apache.cxf.endpoint.ServiceContractResolverRegistryImplTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
>>> Running org.apache.cxf.configuration.spring.ConfigurerImplTest
>>> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.217 sec
>>> Running org.apache.cxf.transport.HttpUriMapperTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec
>>> Running org.apache.cxf.bus.extension.ExtensionManagerTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec
>>> Running org.apache.cxf.attachment.AttachmentDeserializerTest
>>> Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.257 sec
>>> Running
>>> org.apache.cxf.interceptor.security.SimpleAuthorizingInterceptorTest Tests
>>> run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 sec
>>>
>>> Results :
>>>
>>> Tests run: 115, Failures: 0, Errors: 0, Skipped: 0
>>>
>>> [INFO] [jar:jar {execution: default-jar}]
>>> [INFO] Building jar:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\core\target\cxf-rt-core-2.
>>> 3.0-SNAPSHOT.jar [INFO] [install:install {execution: default-install}]
>>> [INFO] Installing
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\core\target\cxf-rt-core-2.
>>> 3.0-SNAPSHOT.jar to
>>> C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-rt-core\2.3
>>> .0-SNAPSHOT\cxf-rt-core-2.3.0-SNAPSHOT.jar
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Apache CXF Command Line Tools Common
>>> [INFO]    task-segment: [install]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] [checkstyle:checkstyle {execution: validate}]
>>> [INFO] Starting audit...
>>> Audit done.
>>>
>>> [INFO] Preparing pmd:check
>>> [INFO] [pmd:pmd {execution: pmd}]
>>> [INFO] [pmd:check {execution: validate}]
>>> [INFO]
>>> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
>>> [INFO] [remote-resources:process {execution: default}]
>>> [INFO] [resources:resources {execution: default-resources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 12 resources
>>> [INFO] Copying 1 resource
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\common\src\main\resourc
>>> es-filtered [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\common\target\generated
>>> \src\main\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:compile {execution: default-compile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [resources:testResources {execution: default-testResources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 7 resources
>>> [INFO] Copying 1 resource
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\common\target\generated
>>> \src\test\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:testCompile {execution: default-testCompile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [surefire:test {execution: default-test}]
>>> [INFO] Surefire report directory:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\common\target\surefire-
>>> reports
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.tools.common.dom.ExtendedDocumentBuilderTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.195 sec
>>> Running org.apache.cxf.tools.common.model.JavaParameterTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec
>>> Running org.apache.cxf.tools.common.ToolContextTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec
>>> Running org.apache.cxf.tools.common.dom.DocumentTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.011 sec
>>> Running org.apache.cxf.tools.util.FileWriterUtilTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 sec
>>> Running org.apache.cxf.tools.common.ProcessorEnvironmentTest
>>> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
>>> Running org.apache.cxf.tools.common.toolspec.ToolExceptionTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec
>>> Running org.apache.cxf.tools.common.toolspec.ToolSpecTest
>>> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 sec
>>> Running org.apache.cxf.tools.common.model.JavaInterfaceTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
>>> Running org.apache.cxf.tools.common.toolspec.AbstractToolContainerTest
>>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.479 sec
>>> Running org.apache.cxf.tools.common.toolspec.ToolSupportTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
>>> Running org.apache.cxf.tools.common.dom.SchemaValidatingSAXParserTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.188 sec
>>> Running org.apache.cxf.tools.util.URIParserUtilTest
>>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec
>>> Running org.apache.cxf.tools.util.BuiltInTypesJavaMappingUtilTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec
>>> Running org.apache.cxf.tools.common.WSDLVersionTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
>>> Running org.apache.cxf.tools.common.model.JavaClassTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 sec
>>> Running org.apache.cxf.tools.common.model.JavaTypeTest
>>> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
>>> Running org.apache.cxf.tools.util.NameUtilTest
>>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
>>> Running org.apache.cxf.tools.common.toolspec.parser.CommandLineParserTest
>>> Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.837 sec
>>> Running org.apache.cxf.tools.common.model.JAnnotationTest
>>> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 sec
>>> Running org.apache.cxf.tools.util.StAXUtilTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.485 sec
>>>
>>> Results :
>>>
>>> Tests run: 68, Failures: 0, Errors: 0, Skipped: 1
>>>
>>> [INFO] [jar:jar {execution: default-jar}]
>>> [INFO] Building jar:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\common\target\cxf-tools
>>> -common-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
>>> default-install}]
>>> [INFO] Installing
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\common\target\cxf-tools
>>> -common-2.3.0-SNAPSHOT.jar to
>>> C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-t
>>> ools-common\2.3.0-SNAPSHOT\cxf-tools-common-2.3.0-SNAPSHOT.jar
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Apache CXF Command Line Tools Validator
>>> [INFO]    task-segment: [install]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] [checkstyle:checkstyle {execution: validate}]
>>> [INFO] Starting audit...
>>> Audit done.
>>>
>>> [INFO] Preparing pmd:check
>>> [INFO] [pmd:pmd {execution: pmd}]
>>> [INFO] [pmd:check {execution: validate}]
>>> [INFO]
>>> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
>>> [INFO] [remote-resources:process {execution: default}]
>>> [INFO] [resources:resources {execution: default-resources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 3 resources
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\validator\src\main\reso
>>> urces [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\validator\src\main\reso
>>> urces-filtered [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\validator\target\genera
>>> ted\src\main\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:compile {execution: default-compile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [resources:testResources {execution: default-testResources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 10 resources
>>> [INFO] Copying 22 resources
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\validator\target\genera
>>> ted\src\test\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:testCompile {execution: default-testCompile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [surefire:test {execution: default-test}]
>>> [INFO] Surefire report directory:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\validator\target\surefi
>>> re-reports
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.tools.validator.internal.WSDLRefValidatorTest
>>> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.899 sec
>>> Running org.apache.cxf.tools.validator.internal.WSDL11ValidatorTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 sec
>>> Running org.apache.cxf.tools.validator.internal.Stax2DOMTest
>>> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.397 sec
>>> Running org.apache.cxf.tools.validator.internal.model.XNodeTest
>>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
>>> Running org.apache.cxf.tools.validator.WSDLValidationTest
>>> Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.175 sec
>>>
>>> Results :
>>>
>>> Tests run: 31, Failures: 0, Errors: 0, Skipped: 0
>>>
>>> [INFO] [jar:jar {execution: default-jar}]
>>> [INFO] Building jar:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\validator\target\cxf-to
>>> ols-validator-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
>>> default-install}]
>>> [INFO] Installing
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\validator\target\cxf-to
>>> ols-validator-2.3.0-SNAPSHOT.jar to
>>> C:\Users\ggregory\.m2\repository\org\apache\cxf
>>> \cxf-tools-validator\2.3.0-SNAPSHOT\cxf-tools-validator-2.3.0-SNAPSHOT.jar
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Apache CXF Command Line Tools WSDLTo Core
>>> [INFO]    task-segment: [install]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] [checkstyle:checkstyle {execution: validate}]
>>> [INFO] Starting audit...
>>> Audit done.
>>>
>>> [INFO] Preparing pmd:check
>>> [INFO] [pmd:pmd {execution: pmd}]
>>> [INFO] [pmd:check {execution: validate}]
>>> [INFO]
>>> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
>>> [INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
>>> [INFO] [remote-resources:process {execution: default}]
>>> [INFO] [resources:resources {execution: default-resources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 6 resources
>>> [INFO] Copying 1 resource
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\core\src\main\re
>>> sources-filtered [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\core\target\gene
>>> rated\src\main\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:compile {execution: default-compile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [resources:testResources {execution: default-testResources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 2 resources
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\core\src\test\re
>>> sources [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\core\target\gene
>>> rated\src\test\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:testCompile {execution: default-testCompile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [surefire:test {execution: default-test}]
>>> [INFO] Surefire report directory:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\core\target\sure
>>> fire-reports
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.tools.wsdlto.WSDLToJavaContainerTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.212 sec
>>> Running org.apache.cxf.tools.wsdlto.core.AbstractGeneratorTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.455 sec
>>>
>>> Results :
>>>
>>> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
>>>
>>> [INFO] [jar:jar {execution: default-jar}]
>>> [INFO] Building jar:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\core\target\cxf-
>>> tools-wsdlto-core-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
>>> default-install}]
>>> [INFO] Installing
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\core\target\cxf-
>>> tools-wsdlto-core-2.3.0-SNAPSHOT.jar to
>>> C:\Users\ggregory\.m2\repository\org\apache
>>> \cxf\cxf-tools-wsdlto-core\2.3.0-SNAPSHOT\cxf-tools-wsdlto-core-2.3.0-SNAP
>>> SHOT.jar [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Apache CXF Command Line Tools WSDLTo JAXWS Frontend [INFO]
>>>     task-segment: [install]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] [checkstyle:checkstyle {execution: validate}]
>>> [INFO] Starting audit...
>>> Audit done.
>>>
>>> [INFO] Preparing pmd:check
>>> [INFO] [pmd:pmd {execution: pmd}]
>>> [INFO] [pmd:check {execution: validate}]
>>> [INFO]
>>> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
>>> [INFO] [remote-resources:process {execution: default}]
>>> [INFO] [resources:resources {execution: default-resources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 14 resources
>>> [INFO] Copying 3 resources
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\jaxws\s
>>> rc\main\resources-filtered [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\jaxws\t
>>> arget\generated\src\main\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:compile {execution: default-compile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [resources:testResources {execution: default-testResources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 16 resources
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\jaxws\s
>>> rc\test\resources [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\jaxws\t
>>> arget\generated\src\test\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:testCompile {execution: default-testCompile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [surefire:test {execution: default-test}]
>>> [INFO] Surefire report directory:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\jaxws\t
>>> arget\surefire-reports
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running
>>> org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.mapper.Metho
>>> dMapperTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
>>> 0.189 sec Running
>>> org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.mapper.Inter
>>> faceMapperTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time
>>> elapsed: 0.063 sec Running
>>> org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.annotator.We
>>> bMethodAnnotatorTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time
>>> elapsed: 0.052 sec Running
>>> org.apache.cxf.tools.wsdlto.frontend.jaxws.customization.CustomizationPars
>>> erTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
>>> 0.637 sec Running
>>> org.apache.cxf.tools.wsdlto.frontend.jaxws.JAXWSProfileTest Tests run: 1,
>>> Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.589 sec Running
>>> org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.annotator.We
>>> bParamAnnotatorTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time
>>> elapsed: 0.031 sec Running
>>> org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.annotator.Xm
>>> lSeeAlsoAnnotatorTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0,
>>> Time elapsed: 0.019 sec Running
>>> org.apache.cxf.tools.wsdlto.frontend.jaxws.wsdl11.JAXWSDefinitionBuilderTe
>>> st Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.498
>>> sec Running org.apache.cxf.tools.wsdlto.frontend.jaxws.CatalogTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec
>>> Running
>>> org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.ParameterPro
>>> cessorTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
>>> 0.038 sec Running
>>> org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.ProcessorUti
>>> lTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005
>>> sec Running
>>> org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.PortTypeProc
>>> essorTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
>>> 0.005 sec
>>>
>>> Results :
>>>
>>> Tests run: 26, Failures: 0, Errors: 0, Skipped: 0
>>>
>>> [INFO] [jar:jar {execution: default-jar}]
>>> [INFO] Building jar:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\jaxws\t
>>> arget\cxf-tools-wsdlto-frontend-jaxws-2.3.0-SNAPSHOT.jar [INFO]
>>> [install:install {execution: default-install}]
>>> [INFO] Installing
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\jaxws\t
>>> arget\cxf-tools-wsdlto-frontend-jaxws-2.3.0-SNAPSHOT.jar to
>>> C:\Users\ggregory\.m2\r
>>> epository\org\apache\cxf\cxf-tools-wsdlto-frontend-jaxws\2.3.0-SNAPSHOT\cx
>>> f-tools-wsdlto-frontend-jaxws-2.3.0-SNAPSHOT.jar [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Apache CXF WSDL Validator Maven2 Plugin
>>> [INFO]    task-segment: [install]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] [checkstyle:checkstyle {execution: validate}]
>>> [INFO] Starting audit...
>>> Audit done.
>>>
>>> [INFO] Preparing pmd:check
>>> [INFO] [pmd:pmd {execution: pmd}]
>>> [INFO] [pmd:check {execution: validate}]
>>> [INFO]
>>> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
>>> [INFO] [plugin:descriptor {execution: default-descriptor}]
>>> [WARNING] Using platform encoding (Cp1252 actually) to read mojo metadata,
>>> i.e. build is platform dependent! [INFO] Applying mojo extractor for
>>> language: java
>>> [INFO] Mojo extractor for language: java found 1 mojo descriptors.
>>> [INFO] Applying mojo extractor for language: bsh
>>> [INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
>>> [INFO] [remote-resources:process {execution: default}]
>>> [INFO] [resources:resources {execution: default-resources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 0 resource
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\wsdl-validator-
>>> plugin\src\main\resources [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\wsdl-validator-
>>> plugin\src\main\resources-filtered [INFO] skip non existing
>>> resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\wsdl-validator-
>>> plugin\target\generated\src\main\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:compile {execution: default-compile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [resources:testResources {execution: default-testResources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\wsdl-validator-
>>> plugin\src\test\java [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\wsdl-validator-
>>> plugin\src\test\resources [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\wsdl-validator-
>>> plugin\target\generated\src\test\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:testCompile {execution: default-testCompile}]
>>> [INFO] No sources to compile
>>> [INFO] [surefire:test {execution: default-test}]
>>> [INFO] Surefire report directory:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\wsdl-validator-
>>> plugin\target\surefire-reports
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> There are no tests to run.
>>>
>>> Results :
>>>
>>> Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
>>>
>>> [INFO] [jar:jar {execution: default-jar}]
>>> [INFO] Building jar:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\wsdl-validator-
>>> plugin\target\cxf-wsdl-validator-plugin-2.3.0-SNAPSHOT.jar [INFO]
>>> [plugin:addPluginArtifactMetadata {execution:
>>> default-addPluginArtifactMetadata}] [INFO] [install:install {execution:
>>> default-install}]
>>> [INFO] Installing
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\wsdl-validator-
>>> plugin\target\cxf-wsdl-validator-plugin-2.3.0-SNAPSHOT.jar to
>>> C:\Users\ggregory\.m2
>>> \repository\org\apache\cxf\cxf-wsdl-validator-plugin\2.3.0-SNAPSHOT\cxf-ws
>>> dl-validator-plugin-2.3.0-SNAPSHOT.jar [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Apache CXF Command Line Tools WSDLTo JAXB Databinding
>>> [INFO]    task-segment: [install]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] [checkstyle:checkstyle {execution: validate}]
>>> [INFO] Starting audit...
>>> Audit done.
>>>
>>> [INFO] Preparing pmd:check
>>> [INFO] [pmd:pmd {execution: pmd}]
>>> [INFO] [pmd:check {execution: validate}]
>>> [INFO]
>>> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
>>> [INFO] [remote-resources:process {execution: default}]
>>> [INFO] [resources:resources {execution: default-resources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 3 resources
>>> [INFO] Copying 1 resource
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\databinding\jaxb
>>> \src\main\resources-filtered [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\databinding\jaxb
>>> \target\generated\src\main\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:compile {execution: default-compile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [resources:testResources {execution: default-testResources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 0 resource
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\databinding\jaxb
>>> \src\test\resources [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\databinding\jaxb
>>> \target\generated\src\test\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:testCompile {execution: default-testCompile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [surefire:test {execution: default-test}]
>>> [INFO] Surefire report directory:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\databinding\jaxb
>>> \target\surefire-reports
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> There are no tests to run.
>>>
>>> Results :
>>>
>>> Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
>>>
>>> [INFO] [jar:jar {execution: default-jar}]
>>> [INFO] Building jar:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\databinding\jaxb
>>> \target\cxf-tools-wsdlto-databinding-jaxb-2.3.0-SNAPSHOT.jar [INFO]
>>> [install:install {execution: default-install}]
>>> [INFO] Installing
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\databinding\jaxb
>>> \target\cxf-tools-wsdlto-databinding-jaxb-2.3.0-SNAPSHOT.jar to
>>> C:\Users\ggregory\.
>>> m2\repository\org\apache\cxf\cxf-tools-wsdlto-databinding-jaxb\2.3.0-SNAPS
>>> HOT\cxf-tools-wsdlto-databinding-jaxb-2.3.0-SNAPSHOT.jar [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Apache CXF Code Generation Maven2 Plugins
>>> [INFO]    task-segment: [install]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] [checkstyle:checkstyle {execution: validate}]
>>> [INFO] Starting audit...
>>> Audit done.
>>>
>>> [INFO] Preparing pmd:check
>>> [INFO] [pmd:pmd {execution: pmd}]
>>> [INFO] [pmd:check {execution: validate}]
>>> [INFO]
>>> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
>>> [INFO] [plugin:descriptor {execution: default-descriptor}]
>>> [WARNING] Using platform encoding (Cp1252 actually) to read mojo metadata,
>>> i.e. build is platform dependent! [INFO] Applying mojo extractor for
>>> language: java
>>> [INFO] Mojo extractor for language: java found 1 mojo descriptors.
>>> [INFO] Applying mojo extractor for language: bsh
>>> [INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
>>> [INFO] [remote-resources:process {execution: default}]
>>> [INFO] [resources:resources {execution: default-resources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 0 resource
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\codegen-plugin\
>>> src\main\resources [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\codegen-plugin\
>>> src\main\resources-filtered [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\codegen-plugin\
>>> target\generated\src\main\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:compile {execution: default-compile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [resources:testResources {execution: default-testResources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 0 resource
>>> [INFO] Copying 0 resource
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\codegen-plugin\
>>> target\generated\src\test\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:testCompile {execution: default-testCompile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [surefire:test {execution: default-test}]
>>> [INFO] Surefire report directory:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\codegen-plugin\
>>> target\surefire-reports
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> There are no tests to run.
>>>
>>> Results :
>>>
>>> Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
>>>
>>> [INFO] [jar:jar {execution: default-jar}]
>>> [INFO] Building jar:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\codegen-plugin\
>>> target\cxf-codegen-plugin-2.3.0-SNAPSHOT.jar [INFO]
>>> [plugin:addPluginArtifactMetadata {execution:
>>> default-addPluginArtifactMetadata}] [INFO] [install:install {execution:
>>> default-install}]
>>> [INFO] Installing
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\codegen-plugin\
>>> target\cxf-codegen-plugin-2.3.0-SNAPSHOT.jar to
>>> C:\Users\ggregory\.m2\repository\or
>>> g\apache\cxf\cxf-codegen-plugin\2.3.0-SNAPSHOT\cxf-codegen-plugin-2.3.0-SN
>>> APSHOT.jar [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Apache CXF Test Utilities
>>> [INFO]    task-segment: [install]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] [checkstyle:checkstyle {execution: validate}]
>>> [INFO] Starting audit...
>>> Audit done.
>>>
>>> [INFO] Preparing pmd:check
>>> [INFO] [pmd:pmd {execution: pmd}]
>>> [INFO] [pmd:check {execution: validate}]
>>> [INFO]
>>> [WARNING] DEPRECATED [sourceRoot]: Use the build-helper-maven-plugin to
>>> bind source directories [INFO] [antrun:run {execution: validate}]
>>> project.artifactId
>>> [INFO] Executing tasks
>>> [INFO] Executed tasks
>>> [INFO] Registering compile source root
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\testutils\target\generated\sr
>>> c\main\java [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution:
>>> xml2fastinfoset}] [INFO] [cxf-codegen:wsdl2java {execution:
>>> generate-sources}]
>>> [INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
>>> [INFO] [remote-resources:process {execution: default}]
>>> [INFO] [resources:resources {execution: default-resources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 1 resource
>>> [INFO] Copying 89 resources
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\testutils\src\main\resources-
>>> filtered [INFO] Copying 9 resources
>>> [INFO] Copying 3 resources
>>> [INFO] [compiler:compile {execution: default-compile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [resources:testResources {execution: default-testResources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 0 resource
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\testutils\src\test\resources
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\testutils\target\generated\sr
>>> c\test\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:testCompile {execution: default-testCompile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [surefire:test {execution: default-test}]
>>> [INFO] Surefire report directory:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\testutils\target\surefire-rep
>>> orts
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.testutils.header_test.rpc.TestRPCHeaderTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 sec
>>>
>>> Results :
>>>
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
>>>
>>> [INFO] [jar:jar {execution: default-jar}]
>>> [INFO] Building jar:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\testutils\target\cxf-testutil
>>> s-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution: default-install}]
>>> [INFO] Installing
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\testutils\target\cxf-testutil
>>> s-2.3.0-SNAPSHOT.jar to
>>> C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-testuti
>>> ls\2.3.0-SNAPSHOT\cxf-testutils-2.3.0-SNAPSHOT.jar
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Apache CXF Runtime JAXB DataBinding
>>> [INFO]    task-segment: [install]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] [checkstyle:checkstyle {execution: validate}]
>>> [INFO] Starting audit...
>>> Audit done.
>>>
>>> [INFO] Preparing pmd:check
>>> [INFO] [pmd:pmd {execution: pmd}]
>>> [INFO] [pmd:check {execution: validate}]
>>> [INFO]
>>> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
>>> [INFO] [remote-resources:process {execution: default}]
>>> [INFO] [resources:resources {execution: default-resources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 3 resources
>>> [INFO] Copying 1 resource
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\jaxb\src\main\
>>> resources-filtered [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\jaxb\target\ge
>>> nerated\src\main\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:compile {execution: default-compile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [cxf-xjc:xsdtojava-tests {execution: generate-sources}]
>>> [INFO] [resources:testResources {execution: default-testResources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 13 resources
>>> [INFO] Copying 3 resources
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\jaxb\target\ge
>>> nerated\src\test\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:testCompile {execution: default-testCompile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [surefire:test {execution: default-test}]
>>> [INFO] Surefire report directory:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\jaxb\target\su
>>> refire-reports
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.jaxb.DocLiteralInInterceptorTest
>>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.985 sec
>>> Running org.apache.cxf.jaxb.BareOutInterceptorTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.245 sec
>>> Running org.apache.cxf.jaxb.BareInInterceptorTest
>>> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 sec
>>> Running org.apache.cxf.jaxb.JAXBEncoderDecoderTest
>>> Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.325 sec
>>> Running org.apache.cxf.jaxb.io.XMLStreamDataWriterTest
>>> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec
>>> Running org.apache.cxf.jaxb.WrappedInInterceptorTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec
>>> Running org.apache.cxf.jaxb.io.XMLStreamDataReaderTest
>>> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec
>>> Running org.apache.cxf.jaxb.JAXBWrapperHelperTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec
>>> Running org.apache.cxf.jaxb.JAXBDataBindingTest
>>> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.287 sec
>>>
>>> Results :
>>>
>>> Tests run: 39, Failures: 0, Errors: 0, Skipped: 0
>>>
>>> [INFO] [jar:jar {execution: default-jar}]
>>> [INFO] Building jar:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\jaxb\target\cx
>>> f-rt-databinding-jaxb-2.3.0-SNAPSHOT.jar [INFO] [install:install
>>> {execution: default-install}]
>>> [INFO] Installing
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\jaxb\target\cx
>>> f-rt-databinding-jaxb-2.3.0-SNAPSHOT.jar to
>>> C:\Users\ggregory\.m2\repository\org\ap
>>> ache\cxf\cxf-rt-databinding-jaxb\2.3.0-SNAPSHOT\cxf-rt-databinding-jaxb-2.
>>> 3.0-SNAPSHOT.jar [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Apache CXF Runtime XML Binding
>>> [INFO]    task-segment: [install]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] [checkstyle:checkstyle {execution: validate}]
>>> [INFO] Starting audit...
>>> Audit done.
>>>
>>> [INFO] Preparing pmd:check
>>> [INFO] [pmd:pmd {execution: pmd}]
>>> [INFO] [pmd:check {execution: validate}]
>>> [INFO]
>>> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
>>> [INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
>>> [INFO] [remote-resources:process {execution: default}]
>>> [INFO] [resources:resources {execution: default-resources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 1 resource
>>> [INFO] Copying 8 resources
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\xml\src\main\reso
>>> urces-filtered [INFO] Copying 1 resource
>>> [INFO] Copying 3 resources
>>> [INFO] [compiler:compile {execution: default-compile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [resources:testResources {execution: default-testResources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 0 resource
>>> [INFO] Copying 4 resources
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\xml\target\genera
>>> ted\src\test\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:testCompile {execution: default-testCompile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [surefire:test {execution: default-test}]
>>> [INFO] Surefire report directory:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\xml\target\surefi
>>> re-reports
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.binding.xml.XMLBindingFactoryTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.215 sec
>>> Running org.apache.cxf.binding.xml.interceptor.XMLMessageInInterceptorTest
>>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1 sec
>>> Running org.apache.cxf.binding.xml.interceptor.XMLFaultInterceptorsTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 sec
>>> Running org.apache.cxf.binding.xml.interceptor.XMLMessageOutInterceptorTest
>>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.18 sec
>>> Running org.apache.cxf.binding.xml.interceptor.XMLFaultOutInterceptorTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
>>>
>>> Results :
>>>
>>> Tests run: 9, Failures: 0, Errors: 0, Skipped: 0
>>>
>>> [INFO] [jar:jar {execution: default-jar}]
>>> [INFO] Building jar:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\xml\target\cxf-rt
>>> -bindings-xml-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
>>> default-install}]
>>> [INFO] Installing
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\xml\target\cxf-rt
>>> -bindings-xml-2.3.0-SNAPSHOT.jar to
>>> C:\Users\ggregory\.m2\repository\org\apache\cxf
>>> \cxf-rt-bindings-xml\2.3.0-SNAPSHOT\cxf-rt-bindings-xml-2.3.0-SNAPSHOT.jar
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Apache CXF Runtime SOAP Binding
>>> [INFO]    task-segment: [install]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] [checkstyle:checkstyle {execution: validate}]
>>> [INFO] Starting audit...
>>> Audit done.
>>>
>>> [INFO] Preparing pmd:check
>>> [INFO] [pmd:pmd {execution: pmd}]
>>> [INFO] [pmd:check {execution: validate}]
>>> [INFO]
>>> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
>>> [INFO] [remote-resources:process {execution: default}]
>>> [INFO] [resources:resources {execution: default-resources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 3 resources
>>> [INFO] Copying 7 resources
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\soap\src\main\res
>>> ources-filtered [INFO] Copying 1 resource
>>> [INFO] Copying 3 resources
>>> [INFO] [compiler:compile {execution: default-compile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [resources:testResources {execution: default-testResources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 4 resources
>>> [INFO] Copying 12 resources
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\soap\target\gener
>>> ated\src\test\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:testCompile {execution: default-testCompile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [surefire:test {execution: default-test}]
>>> [INFO] Surefire report directory:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\soap\target\suref
>>> ire-reports
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.binding.soap.RPCInInterceptorTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.962 sec
>>> Running org.apache.cxf.binding.soap.SoapDestinationFactoryTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec
>>> Running org.apache.cxf.binding.soap.ReadHeaderInterceptorTest
>>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.542 sec
>>> Running org.apache.cxf.binding.soap.saaj.SAAJInInterceptorTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 sec
>>> Running org.apache.cxf.binding.soap.SoapActionInterceptorTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
>>> Running org.apache.cxf.binding.soap.SoapBindingFactoryTest
>>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 sec
>>> Running org.apache.cxf.binding.soap.jms.interceptor.SoapFaultFactoryTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.209 sec
>>> Running org.apache.cxf.binding.soap.SoapBindingTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
>>> Running org.apache.cxf.binding.soap.ServiceModelUtilTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
>>> Running org.apache.cxf.binding.soap.MustUnderstandInterceptorTest
>>> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 sec
>>> Running org.apache.cxf.binding.soap.tcp.TCPConduitTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.006 sec
>>> Running org.apache.cxf.binding.soap.RPCOutInterceptorTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.147 sec
>>> Running org.apache.cxf.binding.soap.SoapOutInterceptorTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec
>>> Running org.apache.cxf.binding.soap.interceptor.SoapFaultSerializerTest
>>> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 sec
>>>
>>> Results :
>>>
>>> Tests run: 29, Failures: 0, Errors: 0, Skipped: 1
>>>
>>> [INFO] [jar:jar {execution: default-jar}]
>>> [INFO] Building jar:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\soap\target\cxf-r
>>> t-bindings-soap-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
>>> default-install}]
>>> [INFO] Installing
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\soap\target\cxf-r
>>> t-bindings-soap-2.3.0-SNAPSHOT.jar to
>>> C:\Users\ggregory\.m2\repository\org\apache\c
>>> xf\cxf-rt-bindings-soap\2.3.0-SNAPSHOT\cxf-rt-bindings-soap-2.3.0-SNAPSHOT
>>> .jar [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Apache CXF Runtime Local Transport
>>> [INFO]    task-segment: [install]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] [checkstyle:checkstyle {execution: validate}]
>>> [INFO] Starting audit...
>>> Audit done.
>>>
>>> [INFO] Preparing pmd:check
>>> [INFO] [pmd:pmd {execution: pmd}]
>>> [INFO] [pmd:check {execution: validate}]
>>> [INFO]
>>> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
>>> [INFO] [remote-resources:process {execution: default}]
>>> [INFO] [resources:resources {execution: default-resources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 1 resource
>>> [INFO] Copying 2 resources
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\local\src\main\
>>> resources-filtered [INFO] Copying 1 resource
>>> [INFO] Copying 3 resources
>>> [INFO] [compiler:compile {execution: default-compile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [resources:testResources {execution: default-testResources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 0 resource
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\local\src\test\
>>> resources [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\local\target\ge
>>> nerated\src\test\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:testCompile {execution: default-testCompile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [surefire:test {execution: default-test}]
>>> [INFO] Surefire report directory:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\local\target\su
>>> refire-reports
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.transport.local.LocalTransportFactoryTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.156 sec
>>>
>>> Results :
>>>
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
>>>
>>> [INFO] [jar:jar {execution: default-jar}]
>>> [INFO] Building jar:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\local\target\cx
>>> f-rt-transports-local-2.3.0-SNAPSHOT.jar [INFO] [install:install
>>> {execution: default-install}]
>>> [INFO] Installing
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\local\target\cx
>>> f-rt-transports-local-2.3.0-SNAPSHOT.jar to
>>> C:\Users\ggregory\.m2\repository\org\ap
>>> ache\cxf\cxf-rt-transports-local\2.3.0-SNAPSHOT\cxf-rt-transports-local-2.
>>> 3.0-SNAPSHOT.jar [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Apache CXF Runtime Simple Frontend
>>> [INFO]    task-segment: [install]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] [checkstyle:checkstyle {execution: validate}]
>>> [INFO] Starting audit...
>>> Audit done.
>>>
>>> [INFO] Preparing pmd:check
>>> [INFO] [pmd:pmd {execution: pmd}]
>>> [INFO] [pmd:check {execution: validate}]
>>> [INFO]
>>> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
>>> [INFO] [remote-resources:process {execution: default}]
>>> [INFO] [resources:resources {execution: default-resources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 2 resources
>>> [INFO] Copying 3 resources
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\simple\src\main\r
>>> esources-filtered [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\simple\target\gen
>>> erated\src\main\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:compile {execution: default-compile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [resources:testResources {execution: default-testResources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 7 resources
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\simple\src\test\r
>>> esources [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\simple\target\gen
>>> erated\src\test\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:testCompile {execution: default-testCompile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [surefire:test {execution: default-test}]
>>> [INFO] Surefire report directory:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\simple\target\sur
>>> efire-reports
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.frontend.soap.SoapBindingSelectionTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.724 sec
>>> Running org.apache.cxf.service.factory.ServerFactoryTest
>>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.602 sec
>>> Running org.apache.cxf.service.factory.RountripTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.262 sec
>>> Running org.apache.cxf.service.stax.StaxDatabindingTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.193 sec
>>> Running org.apache.cxf.frontend.spring.ClientServerTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.413 sec
>>> Running org.apache.cxf.service.factory.ReflectionServiceFactoryTest
>>> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.185 sec
>>> Running org.apache.cxf.service.factory.ClientFactoryBeanTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.131 sec
>>> Running org.apache.cxf.frontend.spring.SpringBeansTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.546 sec
>>>
>>> Results :
>>>
>>> Tests run: 17, Failures: 0, Errors: 0, Skipped: 0
>>>
>>> [INFO] [jar:jar {execution: default-jar}]
>>> [INFO] Building jar:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\simple\target\cxf
>>> -rt-frontend-simple-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
>>> default-install}]
>>> [INFO] Installing
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\simple\target\cxf
>>> -rt-frontend-simple-2.3.0-SNAPSHOT.jar to
>>> C:\Users\ggregory\.m2\repository\org\apac
>>> he\cxf\cxf-rt-frontend-simple\2.3.0-SNAPSHOT\cxf-rt-frontend-simple-2.3.0-
>>> SNAPSHOT.jar [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Apache CXF Runtime HTTP Transport
>>> [INFO]    task-segment: [install]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] [checkstyle:checkstyle {execution: validate}]
>>> [INFO] Starting audit...
>>> Audit done.
>>>
>>> [INFO] Preparing pmd:check
>>> [INFO] [pmd:pmd {execution: pmd}]
>>> [INFO] [pmd:check {execution: validate}]
>>> [INFO]
>>> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
>>> [INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
>>> [INFO] [remote-resources:process {execution: default}]
>>> [INFO] [resources:resources {execution: default-resources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 6 resources
>>> [INFO] Copying 10 resources
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http\src\main\r
>>> esources-filtered [INFO] Copying 2 resources
>>> [INFO] Copying 3 resources
>>> [INFO] [compiler:compile {execution: default-compile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [resources:testResources {execution: default-testResources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 8 resources
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http\src\test\r
>>> esources [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http\target\gen
>>> erated\src\test\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:testCompile {execution: default-testCompile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [surefire:test {execution: default-test}]
>>> [INFO] Surefire report directory:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http\target\sur
>>> efire-reports
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.transport.http.gzip.GZIPAcceptEncodingTest
>>> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.196 sec
>>> Running org.apache.cxf.transport.servlet.AbstractCXFServletTest
>>> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 sec
>>> Running org.apache.cxf.transport.http.HTTPConduitTest
>>> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.202 sec
>>> Running org.apache.cxf.transport.http.HTTPConduitURLConnectionTest
>>> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.001 sec
>>> Running org.apache.cxf.transport.http.policy.HTTPClientAssertionBuilderTest
>>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec
>>> Running org.apache.cxf.transport.http.HTTPConduitURLEasyMockTest
>>> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.538 sec
>>> Running org.apache.cxf.transport.servlet.ServletControllerTest
>>> Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 sec
>>> Running org.apache.cxf.transport.http.policy.HTTPServerAssertionBuilderTest
>>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
>>> Running org.apache.cxf.transport.https.CertConstraintsTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.541 sec
>>> Running org.apache.cxf.transport.http.policy.PolicyUtilsTest
>>> Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
>>>
>>> Results :
>>>
>>> Tests run: 58, Failures: 0, Errors: 0, Skipped: 0
>>>
>>> [INFO] [jar:jar {execution: default-jar}]
>>> [INFO] Building jar:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http\target\cxf
>>> -rt-transports-http-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
>>> default-install}]
>>> [INFO] Installing
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http\target\cxf
>>> -rt-transports-http-2.3.0-SNAPSHOT.jar to
>>> C:\Users\ggregory\.m2\repository\org\apac
>>> he\cxf\cxf-rt-transports-http\2.3.0-SNAPSHOT\cxf-rt-transports-http-2.3.0-
>>> SNAPSHOT.jar [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Apache CXF Runtime HTTP Jetty Transport
>>> [INFO]    task-segment: [install]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] [checkstyle:checkstyle {execution: validate}]
>>> [INFO] Starting audit...
>>> Audit done.
>>>
>>> [INFO] Preparing pmd:check
>>> [INFO] [pmd:pmd {execution: pmd}]
>>> [INFO] [pmd:check {execution: validate}]
>>> [INFO]
>>> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
>>> [INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
>>> [INFO] [remote-resources:process {execution: default}]
>>> [INFO] [resources:resources {execution: default-resources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 2 resources
>>> [INFO] Copying 6 resources
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-jetty\src\
>>> main\resources-filtered [INFO] Copying 1 resource
>>> [INFO] Copying 3 resources
>>> [INFO] [compiler:compile {execution: default-compile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [resources:testResources {execution: default-testResources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 9 resources
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-jetty\src\
>>> test\resources [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-jetty\targ
>>> et\generated\src\test\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:testCompile {execution: default-testCompile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [surefire:test {execution: default-test}]
>>> [INFO] Surefire report directory:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-jetty\targ
>>> et\surefire-reports
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.transport.http_jetty.JettyHTTPServerEngineTest
>>> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.74 sec
>>> Running org.apache.cxf.transport.http_jetty.JettyContextInspectorTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.276 sec
>>> Running org.apache.cxf.transport.http_jetty.spring.ApplicationContextTest
>>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.189 sec
>>> Running org.apache.cxf.transport.http_jetty.JettyHTTPDestinationTest
>>> Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.342 sec
>>> Running
>>> org.apache.cxf.transport.http_jetty.continuations.JettyContinuationProvide
>>> rTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016
>>> sec Running
>>> org.apache.cxf.transport.http_jetty.JettyHTTPServerEngineFactoryTest Tests
>>> run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.269 sec
>>> Running
>>> org.apache.cxf.transport.http_jetty.continuations.JettyContinuationWrapper
>>> Test Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005
>>> sec Running
>>> org.apache.cxf.transport.http_jetty.spring.BeanDefinitionParsersTest Tests
>>> run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.005 sec
>>>
>>> Results :
>>>
>>> Tests run: 41, Failures: 0, Errors: 0, Skipped: 1
>>>
>>> [INFO] [jar:jar {execution: default-jar}]
>>> [INFO] Building jar:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-jetty\targ
>>> et\cxf-rt-transports-http-jetty-2.3.0-SNAPSHOT.jar [INFO] [install:install
>>> {execution: default-install}]
>>> [INFO] Installing
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-jetty\targ
>>> et\cxf-rt-transports-http-jetty-2.3.0-SNAPSHOT.jar to
>>> C:\Users\ggregory\.m2\reposit
>>> ory\org\apache\cxf\cxf-rt-transports-http-jetty\2.3.0-SNAPSHOT\cxf-rt-tran
>>> sports-http-jetty-2.3.0-SNAPSHOT.jar [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Apache CXF Runtime WS Addressing
>>> [INFO]    task-segment: [install]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] [checkstyle:checkstyle {execution: validate}]
>>> [INFO] Starting audit...
>>> Audit done.
>>>
>>> [INFO] Preparing pmd:check
>>> [INFO] [pmd:pmd {execution: pmd}]
>>> [INFO] [pmd:check {execution: validate}]
>>> [INFO]
>>> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
>>> [INFO] [remote-resources:process {execution: default}]
>>> [INFO] [resources:resources {execution: default-resources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 3 resources
>>> [INFO] Copying 7 resources
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\addr\src\main\resources
>>> -filtered [INFO] Copying 1 resource
>>> [INFO] Copying 3 resources
>>> [INFO] [compiler:compile {execution: default-compile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [resources:testResources {execution: default-testResources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 1 resource
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\addr\src\test\resources
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\addr\target\generated\s
>>> rc\test\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:testCompile {execution: default-testCompile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [surefire:test {execution: default-test}]
>>> [INFO] Surefire report directory:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\addr\target\surefire-re
>>> ports
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.ws.addressing.AddressingConstantsImplTest
>>> Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.178 sec
>>> Running org.apache.cxf.ws.addressing.AddressingBuilderTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
>>> Running org.apache.cxf.ws.addressing.VersionTransformerTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.479 sec
>>> Running org.apache.cxf.ws.addressing.AddressingBuilderImplTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
>>> Running org.apache.cxf.ws.addressing.soap.MAPCodecTest
>>> Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.407 sec
>>> Running org.apache.cxf.ws.addressing.MAPAggregatorTest
>>> Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.636 sec
>>>
>>> Results :
>>>
>>> Tests run: 76, Failures: 0, Errors: 0, Skipped: 0
>>>
>>> [INFO] [jar:jar {execution: default-jar}]
>>> [INFO] Building jar:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\addr\target\cxf-rt-ws-a
>>> ddr-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
>>> default-install}]
>>> [INFO] Installing
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\addr\target\cxf-rt-ws-a
>>> ddr-2.3.0-SNAPSHOT.jar to
>>> C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-rt-ws
>>> -addr\2.3.0-SNAPSHOT\cxf-rt-ws-addr-2.3.0-SNAPSHOT.jar
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Apache CXF Runtime JAX-WS Frontend
>>> [INFO]    task-segment: [install]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] [checkstyle:checkstyle {execution: validate}]
>>> [INFO] Starting audit...
>>> Audit done.
>>>
>>> [INFO] Preparing pmd:check
>>> [INFO] [pmd:pmd {execution: pmd}]
>>> [INFO] [pmd:check {execution: validate}]
>>> [INFO]
>>> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
>>> [INFO] [build-helper:add-source {execution: add-source}]
>>> [INFO] Source directory:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxws\src\main\ge
>>> nerated added. [INFO] [remote-resources:process {execution: default}]
>>> [INFO] [build-helper:add-resource {execution: add-spi}]
>>> [INFO] [resources:resources {execution: default-resources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 11 resources
>>> [INFO] Copying 5 resources
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxws\src\main\re
>>> sources-filtered [INFO] Copying 1 resource
>>> [INFO] Copying 3 resources
>>> [INFO] Copying 1 resource
>>> [INFO] [compiler:compile {execution: default-compile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [resources:testResources {execution: default-testResources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 28 resources
>>> [INFO] Copying 1 resource
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxws\target\gene
>>> rated\src\test\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:testCompile {execution: default-testCompile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [surefire:test {execution: default-test}]
>>> [INFO] Surefire report directory:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxws\target\sure
>>> fire-reports
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.jaxws.header.HeaderClientServerTest
>>> Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.194 sec
>>> Running org.apache.cxf.jaxws.support.JaxWsImplementorInfoTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
>>> Running org.apache.cxf.jaxws.EndpointReferenceTest
>>> Tests run: 12, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 2.359 sec
>>> Running org.apache.cxf.jaxws.support.JaxWsServiceFactoryBeanTest
>>> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.493 sec
>>> Running org.apache.cxf.jaxws.context.WebServiceContextImplTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 sec
>>> Running org.apache.cxf.jaxws.JAXWSMethodInvokerTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.218 sec
>>> Running org.apache.cxf.jaxws.handler.AnnotationHandlerChainBuilderTest
>>> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.17 sec
>>> Running org.apache.cxf.jaxws.CodeFirstTest
>>> Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.154 sec
>>> Running org.apache.cxf.jaxws.SOAPBindingTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 sec
>>> Running org.apache.cxf.jaxws.dispatch.DispatchTest
>>> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.697 sec
>>> Running org.apache.cxf.jaxws.GreeterTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.228 sec
>>> Running org.apache.cxf.jaxws.EndpointImplTest
>>> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.418 sec
>>> Running org.apache.cxf.jaxws.handler.soap.SOAPHandlerInterceptorTest
>>> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.168 sec
>>> Running org.apache.cxf.jaxws.JaxWsServerFactoryBeanTest
>>> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.979 sec
>>> Running org.apache.cxf.jaxws.URIMappingInterceptorDocLitTest
>>> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.16 sec
>>> Running org.apache.cxf.jaxws.URIMappingInterceptorRPCTest
>>> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.259 sec
>>> Running org.apache.cxf.jaxws.handler.InitParamResourceResolverTest
>>> Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.157 sec
>>> Running org.apache.cxf.jaxws.SEIWithJAXBAnnoTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 sec
>>> Running org.apache.cxf.jaxws.support.ContextPropertiesMappingTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
>>> Running org.apache.cxf.jaxws.ServiceImplTest
>>> Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.43 sec
>>> Running org.apache.cxf.jaxws.SchemaFirstXmlConfigTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.179 sec
>>> Running org.apache.cxf.jaxws.handler.HandlerChainBuilderTest
>>> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
>>> Running org.apache.cxf.jaxws.spring.SpringBeansTest
>>> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.372 sec
>>> Running org.apache.cxf.jaxws.handler.LogicalMessageImplTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 sec
>>> Running org.apache.cxf.jaxws.holder.HolderTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.278 sec
>>> Running org.apache.cxf.jaxws.provider.ProviderTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.103 sec
>>> Running org.apache.cxf.jaxws.SchemaFirstTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec
>>> Running org.apache.cxf.jaxws.handler.AbstractProtocolHandlerInterceptorTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 sec
>>> Running org.apache.cxf.jaxws.JaxWsClientTest
>>> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.365 sec
>>> Running org.apache.cxf.jaxws.handler.LogicalHandlerInterceptorTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 sec
>>> Running org.apache.cxf.jaxws.handler.HandlerChainInvokerTest
>>> Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 sec
>>> Running org.apache.cxf.jaxws.WrapperClassGeneratorTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec
>>> Running org.apache.cxf.jaxws.ConfiguredEndpointTest
>>> Tests run: 8, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.371 sec
>>> Running org.apache.cxf.jaxws.provider.ProviderServiceFactoryTest
>>> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.652 sec
>>> Running org.apache.cxf.jaxws.SoapFaultTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.138 sec
>>> Running org.apache.cxf.jaxws.HeaderTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 sec
>>> Running org.apache.cxf.jaxws.support.JaxWsServiceConfigurationTest
>>> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec
>>> Running org.apache.cxf.jaxws.spi.ProverImplTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
>>> Running org.apache.cxf.jaxws.service.AnnotationInterceptorTest
>>> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.304 sec
>>> Running org.apache.cxf.jaxws.ServiceModelUtilsTest
>>> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.186 sec
>>> Running org.apache.cxf.jaxws.CodeFirstWSDLTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.244 sec
>>>
>>> Results :
>>>
>>> Tests run: 199, Failures: 0, Errors: 0, Skipped: 3
>>>
>>> [INFO] [jar:jar {execution: default-jar}]
>>> [INFO] Building jar:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxws\target\cxf-
>>> rt-frontend-jaxws-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
>>> default-install}]
>>> [INFO] Installing
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxws\target\cxf-
>>> rt-frontend-jaxws-2.3.0-SNAPSHOT.jar to
>>> C:\Users\ggregory\.m2\repository\org\apache
>>> \cxf\cxf-rt-frontend-jaxws\2.3.0-SNAPSHOT\cxf-rt-frontend-jaxws-2.3.0-SNAP
>>> SHOT.jar [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Apache CXF Test Case Support
>>> [INFO]    task-segment: [install]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] [checkstyle:checkstyle {execution: validate}]
>>> [INFO] Starting audit...
>>> Audit done.
>>>
>>> [INFO] Preparing pmd:check
>>> [INFO] [pmd:pmd {execution: pmd}]
>>> [INFO] [pmd:check {execution: validate}]
>>> [INFO]
>>> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
>>> [INFO] [remote-resources:process {execution: default}]
>>> [INFO] [resources:resources {execution: default-resources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 0 resource
>>> [INFO] Copying 1 resource
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\testsupport\src\main\resou
>>> rces-filtered [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\testsupport\target\generat
>>> ed\src\main\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:compile {execution: default-compile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [resources:testResources {execution: default-testResources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 0 resource
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\testsupport\src\test\resou
>>> rces [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\testsupport\target\generat
>>> ed\src\test\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:testCompile {execution: default-testCompile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [surefire:test {execution: default-test}]
>>> [INFO] Surefire report directory:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\testsupport\target\surefir
>>> e-reports
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> There are no tests to run.
>>>
>>> Results :
>>>
>>> Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
>>>
>>> [INFO] [jar:jar {execution: default-jar}]
>>> [INFO] Building jar:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\testsupport\target\cxf-rt-
>>> testsupport-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
>>> default-install}]
>>> [INFO] Installing
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\testsupport\target\cxf-rt-
>>> testsupport-2.3.0-SNAPSHOT.jar to
>>> C:\Users\ggregory\.m2\repository\org\apache\cxf\c
>>> xf-rt-testsupport\2.3.0-SNAPSHOT\cxf-rt-testsupport-2.3.0-SNAPSHOT.jar
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Apache CXF Runtime Aegis Databinding
>>> [INFO]    task-segment: [install]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] [checkstyle:checkstyle {execution: validate}]
>>> [INFO] Starting audit...
>>> Audit done.
>>>
>>> [INFO] Preparing pmd:check
>>> [INFO] [pmd:pmd {execution: pmd}]
>>> [INFO] [pmd:check {execution: validate}]
>>> [INFO]
>>> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
>>> [INFO] [build-helper:add-source {execution: add-source}]
>>> [INFO] Source directory:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\aegis\src\main
>>> \generated added. [INFO] [remote-resources:process {execution: default}]
>>> [INFO] [resources:resources {execution: default-resources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 3 resources
>>> [INFO] Copying 3 resources
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\aegis\src\main
>>> \resources-filtered [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\aegis\target\g
>>> enerated\src\main\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:compile {execution: default-compile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [resources:testResources {execution: default-testResources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 85 resources
>>> [INFO] Copying 5 resources
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\aegis\target\g
>>> enerated\src\test\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:testCompile {execution: default-testCompile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [surefire:test {execution: default-test}]
>>> [INFO] Surefire report directory:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\aegis\target\s
>>> urefire-reports
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.aegis.namespaces.NamespaceConfusionTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.489 sec
>>> Running org.apache.cxf.aegis.type.java5.map.StudentTest
>>> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.974 sec
>>> Running org.apache.cxf.aegis.type.java5.JaxbTypeTest
>>> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.388 sec
>>> Running org.apache.cxf.aegis.type.java5.XFireXmlParamTypeTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.163 sec
>>> Running org.apache.cxf.aegis.client.ClientServiceConfigTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.538 sec
>>> Running org.apache.cxf.aegis.type.encoded.ArrayTypeInfoTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 sec
>>> Running org.apache.cxf.aegis.xml.stax.ReaderTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.255 sec
>>> Running org.apache.cxf.aegis.inheritance.intf.InterfaceInheritanceTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 sec
>>> Running org.apache.cxf.aegis.integration.DOMMappingTest
>>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.177 sec
>>> Running org.apache.cxf.aegis.type.streams.XMLStreamReaderMappingTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
>>> Running org.apache.cxf.aegis.jaxws.AegisJaxwsGetTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.776 sec
>>> Running org.apache.cxf.aegis.standalone.StandaloneReadTest
>>> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 sec
>>> Running org.apache.cxf.aegis.type.encoded.StructTypeTest
>>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.227 sec
>>> Running org.apache.cxf.aegis.xml.stax.WriterTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 sec
>>> Running org.apache.cxf.aegis.type.java5.CollectionTest
>>> Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.952 sec
>>> Running org.apache.cxf.aegis.type.basic.ByteDataTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 sec
>>> Running org.apache.cxf.aegis.integration.WrappedTest
>>> Tests run: 7, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.794 sec
>>> Running org.apache.cxf.aegis.type.java5.AnnotatedTypeTest
>>> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.373 sec
>>> Running org.apache.cxf.aegis.type.java5.XmlParamTypeTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec
>>> Running org.apache.cxf.aegis.type.java5.EnumTypeTest
>>> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.283 sec
>>> Running org.apache.cxf.aegis.standalone.SchemaAddinsTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
>>> Running org.apache.cxf.aegis.override.OverrideTypeTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
>>> Running org.apache.cxf.aegis.type.basic.DateTimezoneTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec
>>> Running org.apache.cxf.aegis.xmlconfig.NillableTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec
>>> Running org.apache.cxf.aegis.custom.CustomMappingTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
>>> Running org.apache.cxf.aegis.exception.ExceptionTest
>>> Tests run: 4, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.228 sec
>>> Running org.apache.cxf.aegis.type.basic.BeanTest
>>> Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.643 sec
>>> Running org.apache.cxf.aegis.integration.ParameterMappingTest
>>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.571 sec
>>> Running org.apache.cxf.aegis.type.basic.DynamicProxyTest
>>> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 sec
>>> Running org.apache.cxf.aegis.type.java5.MapTest
>>> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.152 sec
>>> Running org.apache.cxf.aegis.type.array.DuplicateArrayTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 sec
>>> Running org.apache.cxf.aegis.type.java5.OperationNSTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec
>>> Running org.apache.cxf.aegis.type.java5.DualOutServiceTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 sec
>>> Running org.apache.cxf.aegis.type.BigDecimalStringTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec
>>> Running org.apache.cxf.aegis.type.basic.QualificationTest
>>> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 sec
>>> Running org.apache.cxf.aegis.type.basic.BadXMLTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec
>>> Running org.apache.cxf.aegis.type.missing.MissingTypeWSDLTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 sec
>>> Running org.apache.cxf.aegis.type.java5.ConfigurationTest
>>> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.14 sec
>>> Running org.apache.cxf.doclitbare.DocLitBareTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.17 sec
>>> Running org.apache.cxf.aegis.type.TypeCreationOptionsSpringTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.581 sec
>>> Running org.apache.cxf.aegis.services.base64.BinaryDataTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec
>>> Running org.apache.cxf.aegis.proxy.ProxyTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 sec
>>> Running org.apache.cxf.aegis.type.java5.JaxbXmlParamTypeTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec
>>> Running org.apache.cxf.aegis.type.java5.XFireTypeTest
>>> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.277 sec
>>> Running org.apache.cxf.aegis.standalone.StandaloneWriteTest
>>> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec
>>> Running org.apache.cxf.aegis.custom.CustomBeansTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 sec
>>> Running org.apache.cxf.aegis.type.array.FlatArrayTest
>>> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.495 sec
>>> Running org.apache.cxf.aegis.type.encoded.SoapArrayTypeTest
>>> Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.366 sec
>>> Running org.apache.cxf.aegis.inheritance.ExceptionInheritanceTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.212 sec
>>> Running org.apache.cxf.aegis.integration.SchemaValidationTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.512 sec
>>> Running org.apache.cxf.aegis.type.map.MapsTest
>>> Tests run: 4, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.428 sec
>>> Running org.apache.cxf.aegis.namespaces.ExplicitPrefixTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec
>>> Running org.apache.cxf.aegis.inheritance.InheritancePOJOTest
>>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 sec
>>>
>>> Results :
>>>
>>> Tests run: 168, Failures: 0, Errors: 0, Skipped: 3
>>>
>>> [INFO] [jar:jar {execution: default-jar}]
>>> [INFO] Building jar:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\aegis\target\c
>>> xf-rt-databinding-aegis-2.3.0-SNAPSHOT.jar [INFO] [install:install
>>> {execution: default-install}]
>>> [INFO] Installing
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\aegis\target\c
>>> xf-rt-databinding-aegis-2.3.0-SNAPSHOT.jar to
>>> C:\Users\ggregory\.m2\repository\org\
>>> apache\cxf\cxf-rt-databinding-aegis\2.3.0-SNAPSHOT\cxf-rt-databinding-aegi
>>> s-2.3.0-SNAPSHOT.jar [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Apache CXF Runtime JavaScript Client Generator
>>> [INFO]    task-segment: [install]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] [checkstyle:checkstyle {execution: validate}]
>>> [INFO] Starting audit...
>>> Audit done.
>>>
>>> [INFO] Preparing pmd:check
>>> [INFO] [pmd:pmd {execution: pmd}]
>>> [INFO] [pmd:check {execution: validate}]
>>> [INFO]
>>> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
>>> [INFO] [build-helper:add-source {execution: add-source}]
>>> [INFO] Source directory:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\javascript\src\main\genera
>>> ted added. [INFO] [remote-resources:process {execution: default}]
>>> [INFO] [resources:resources {execution: default-resources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 4 resources
>>> [INFO] Copying 3 resources
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\javascript\src\main\resour
>>> ces-filtered [INFO] Copying 1 resource
>>> [INFO] Copying 3 resources
>>> [INFO] [compiler:compile {execution: default-compile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [cxf-codegen:wsdl2java {execution: generate-test-sources}]
>>> [INFO] [resources:testResources {execution: default-testResources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 1 resource
>>> [INFO] Copying 29 resources
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\javascript\target\generate
>>> d\src\test\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:testCompile {execution: default-testCompile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [surefire:test {execution: default-test}]
>>> [INFO] Surefire report directory:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\javascript\target\surefire
>>> -reports
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.javascript.DocLitBareClientTest
>>> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.654 sec
>>> Running org.apache.cxf.javascript.types.SerializationTest
>>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.217 sec
>>> Running org.apache.cxf.javascript.JsHttpRequestTest
>>> Jul 23, 2010 10:37:40 AM org.apache.cxf.javascript.JsXMLHttpRequest doSend
>>> SEVERE: send state != OPENED.
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.834 sec
>>> Running org.apache.cxf.javascript.GreeterClientTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.916 sec
>>> Running org.apache.cxf.javascript.QueryHandlerTest
>>> Tests run: 4, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.72 sec
>>> Running org.apache.cxf.javascript.RPCClientTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.466 sec
>>> Running org.apache.cxf.javascript.MtoMTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.366 sec
>>> Running org.apache.cxf.javascript.AegisTest
>>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.258 sec
>>> Running org.apache.cxf.javascript.GenericAegisTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 sec
>>> Running org.apache.cxf.javascript.DocLitWrappedClientTest
>>> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.411 sec
>>> Running org.apache.cxf.javascript.types.AttributeTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.198 sec
>>> Running org.apache.cxf.javascript.AnyTest
>>> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.087 sec
>>> Running org.apache.cxf.javascript.BasicNameManagerTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
>>>
>>> Results :
>>>
>>> Tests run: 39, Failures: 0, Errors: 0, Skipped: 3
>>>
>>> [INFO] [jar:jar {execution: default-jar}]
>>> [INFO] Building jar:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\javascript\target\cxf-rt-j
>>> avascript-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
>>> default-install}]
>>> [INFO] Installing
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\javascript\target\cxf-rt-j
>>> avascript-2.3.0-SNAPSHOT.jar to
>>> C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf
>>> -rt-javascript\2.3.0-SNAPSHOT\cxf-rt-javascript-2.3.0-SNAPSHOT.jar [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Apache CXF Command Line Tools WSDL to JavaScript Front End
>>> [INFO]    task-segment: [install]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] [checkstyle:checkstyle {execution: validate}]
>>> [INFO] Starting audit...
>>> Audit done.
>>>
>>> [INFO] Preparing pmd:check
>>> [INFO] [pmd:pmd {execution: pmd}]
>>> [INFO] [pmd:check {execution: validate}]
>>> [INFO]
>>> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
>>> [INFO] [remote-resources:process {execution: default}]
>>> [INFO] [resources:resources {execution: default-resources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 1 resource
>>> [INFO] Copying 1 resource
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\javascr
>>> ipt\src\main\resources-filtered [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\javascr
>>> ipt\target\generated\src\main\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:compile {execution: default-compile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [resources:testResources {execution: default-testResources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 0 resource
>>> [INFO] Copying 1 resource
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\javascr
>>> ipt\target\generated\src\test\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:testCompile {execution: default-testCompile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [surefire:test {execution: default-test}]
>>> [INFO] Surefire report directory:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\javascr
>>> ipt\target\surefire-reports
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.tools.wsdlto.javascript.WSDLToJavaScriptTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.958 sec
>>>
>>> Results :
>>>
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
>>>
>>> [INFO] [jar:jar {execution: default-jar}]
>>> [INFO] Building jar:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\javascr
>>> ipt\target\cxf-tools-wsdlto-frontend-javascript-2.3.0-SNAPSHOT.jar [INFO]
>>> [install:install {execution: default-install}]
>>> [INFO] Installing
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\javascr
>>> ipt\target\cxf-tools-wsdlto-frontend-javascript-2.3.0-SNAPSHOT.jar to
>>> C:\Users\ggre
>>> gory\.m2\repository\org\apache\cxf\cxf-tools-wsdlto-frontend-javascript\2.
>>> 3.0-SNAPSHOT\cxf-tools-wsdlto-frontend-javascript-2.3.0-SNAPSHOT.jar [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Apache CXF Runtime Management
>>> [INFO]    task-segment: [install]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] [checkstyle:checkstyle {execution: validate}]
>>> [INFO] Starting audit...
>>> Audit done.
>>>
>>> [INFO] Preparing pmd:check
>>> [INFO] [pmd:pmd {execution: pmd}]
>>> [INFO] [pmd:check {execution: validate}]
>>> [INFO]
>>> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
>>> [INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
>>> [INFO] [remote-resources:process {execution: default}]
>>> [INFO] [resources:resources {execution: default-resources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 4 resources
>>> [INFO] Copying 4 resources
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management\src\main\resour
>>> ces-filtered [INFO] Copying 1 resource
>>> [INFO] Copying 3 resources
>>> [INFO] [compiler:compile {execution: default-compile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [resources:testResources {execution: default-testResources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 0 resource
>>> [INFO] Copying 1 resource
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management\target\generate
>>> d\src\test\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:testCompile {execution: default-testCompile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [surefire:test {execution: default-test}]
>>> [INFO] Surefire report directory:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management\target\surefire
>>> -reports
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running
>>> org.apache.cxf.management.interceptor.ResponseTimeMessageInInterceptor2Tes
>>> t Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.434 sec
>>> Running org.apache.cxf.management.jmx.JMXManagedComponentManagerTest Tests
>>> run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.441 sec
>>> Running org.apache.cxf.management.counters.CounterRepositoryTest
>>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
>>> Running org.apache.cxf.management.jmx.MBServerConnectorTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.007 sec
>>> Running org.apache.cxf.management.jmx.export.ModelMBeanAssemblerTest
>>> Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 sec
>>> Running
>>> org.apache.cxf.management.interceptor.ResponseTimeMessageOutInterceptorTes
>>> t Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 sec
>>> Running
>>> org.apache.cxf.management.interceptor.ResponseTimeMessageInvokerIntercepto
>>> rTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013
>>> sec Running
>>> org.apache.cxf.management.interceptor.ResponseTimeMessageInInterceptorTest
>>> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec
>>> Running org.apache.cxf.management.InstrumentationManagerTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.586 sec
>>> Running org.apache.cxf.management.utils.ManagementConsoleTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
>>>
>>> Results :
>>>
>>> Tests run: 42, Failures: 0, Errors: 0, Skipped: 0
>>>
>>> [INFO] [jar:jar {execution: default-jar}]
>>> [INFO] Building jar:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management\target\cxf-rt-m
>>> anagement-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
>>> default-install}]
>>> [INFO] Installing
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management\target\cxf-rt-m
>>> anagement-2.3.0-SNAPSHOT.jar to
>>> C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf
>>> -rt-management\2.3.0-SNAPSHOT\cxf-rt-management-2.3.0-SNAPSHOT.jar [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Apache CXF Runtime JMS Transport
>>> [INFO]    task-segment: [install]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] [checkstyle:checkstyle {execution: validate}]
>>> [INFO] Starting audit...
>>> Audit done.
>>>
>>> [INFO] Preparing pmd:check
>>> [INFO] [pmd:pmd {execution: pmd}]
>>> [INFO] [pmd:check {execution: validate}]
>>> [INFO]
>>> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
>>> [INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
>>> [INFO] [remote-resources:process {execution: default}]
>>> [INFO] [resources:resources {execution: default-resources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 1 resource
>>> [INFO] Copying 14 resources
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jms\src\main\re
>>> sources-filtered [INFO] Copying 1 resource
>>> [INFO] Copying 3 resources
>>> [INFO] [compiler:compile {execution: default-compile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [resources:testResources {execution: default-testResources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 0 resource
>>> [INFO] Copying 2 resources
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jms\target\gene
>>> rated\src\test\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:testCompile {execution: default-testCompile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [surefire:test {execution: default-test}]
>>> [INFO] Surefire report directory:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jms\target\sure
>>> fire-reports
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.transport.jms.JMSDestinationTest
>>> Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 26.559 sec
>>> Running org.apache.cxf.transport.jms.JMSUtilsTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec
>>> Running
>>> org.apache.cxf.transport.jms.continuations.JMSContinuationProviderTest
>>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
>>> Running org.apache.cxf.transport.jms.continuations.JMSContinuationTest
>>> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec
>>> Running org.apache.cxf.transport.jms.JMSConduitTest
>>> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.752 sec
>>> Running org.apache.cxf.transport.jms.uri.JMSEndpointTest
>>> Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 sec
>>>
>>> Results :
>>>
>>> Tests run: 32, Failures: 0, Errors: 0, Skipped: 0
>>>
>>> [INFO] [jar:jar {execution: default-jar}]
>>> [INFO] Building jar:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jms\target\cxf-
>>> rt-transports-jms-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
>>> default-install}]
>>> [INFO] Installing
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jms\target\cxf-
>>> rt-transports-jms-2.3.0-SNAPSHOT.jar to
>>> C:\Users\ggregory\.m2\repository\org\apache
>>> \cxf\cxf-rt-transports-jms\2.3.0-SNAPSHOT\cxf-rt-transports-jms-2.3.0-SNAP
>>> SHOT.jar [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Apache CXF Runtime XmlBeans DataBinding
>>> [INFO]    task-segment: [install]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] [checkstyle:checkstyle {execution: validate}]
>>> [INFO] Starting audit...
>>> Audit done.
>>>
>>> [INFO] Preparing pmd:check
>>> [INFO] [pmd:pmd {execution: pmd}]
>>> [INFO] [pmd:check {execution: validate}]
>>> [INFO]
>>> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
>>> [INFO] [remote-resources:process {execution: default}]
>>> [INFO] [resources:resources {execution: default-resources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 1 resource
>>> [INFO] Copying 1 resource
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\xmlbeans\src\m
>>> ain\resources-filtered [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\xmlbeans\targe
>>> t\generated\src\main\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:compile {execution: default-compile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [xmlbeans:xmlbeans-test {execution: default}]
>>> [INFO] All schema objects are up to date.
>>> [INFO] [cxf-codegen:wsdl2java {execution: generate-test-sources}]
>>> [INFO] [resources:testResources {execution: default-testResources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 16 resources
>>> [INFO] Copying 1 resource
>>> [INFO] Copying 251 resources
>>> [INFO] Copying 3 resources
>>> [INFO] Copying 251 resources
>>> [INFO] [compiler:testCompile {execution: default-testCompile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [surefire:test {execution: default-test}]
>>> [INFO] Surefire report directory:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\xmlbeans\targe
>>> t\surefire-reports
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.xmlbeans.IDRefServiceTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.886 sec
>>> Running org.apache.cxf.xmlbeans.WeatherService2Test
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.844 sec
>>> Running org.apache.cxf.xmlbeans.MultipleSchemaInNSTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 sec
>>> Running org.apache.cxf.xmlbeans.DocumentStyleTest
>>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.421 sec
>>> Running org.apache.cxf.xmlbeans.WrappedStyleTest
>>> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.297 sec
>>> Running org.apache.cxf.xmlbeans.rpc.WeatherServiceRPCLitTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 sec
>>> Running org.apache.cxf.xmlbeans.basic.BasicTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.171 sec
>>> Running org.apache.cxf.xmlbeans.XMLBeansServiceTest
>>> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.391 sec
>>> Running org.apache.cxf.xmlbeans.PrimitiveTypesTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.12 sec
>>> Running org.apache.cxf.xmlbeans.XmlBeansTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.006 sec
>>>
>>> Results :
>>>
>>> Tests run: 23, Failures: 0, Errors: 0, Skipped: 2
>>>
>>> [INFO] [jar:jar {execution: default-jar}]
>>> [INFO] Building jar:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\xmlbeans\targe
>>> t\cxf-rt-databinding-xmlbeans-2.3.0-SNAPSHOT.jar [INFO] [install:install
>>> {execution: default-install}]
>>> [INFO] Installing
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\xmlbeans\targe
>>> t\cxf-rt-databinding-xmlbeans-2.3.0-SNAPSHOT.jar to
>>> C:\Users\ggregory\.m2\repositor
>>> y\org\apache\cxf\cxf-rt-databinding-xmlbeans\2.3.0-SNAPSHOT\cxf-rt-databin
>>> ding-xmlbeans-2.3.0-SNAPSHOT.jar [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Apache CXF Command Line Tools WSDLTo Test
>>> [INFO]    task-segment: [install]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] [checkstyle:checkstyle {execution: validate}]
>>> [INFO] Starting audit...
>>> Audit done.
>>>
>>> [INFO] Preparing pmd:check
>>> [INFO] [pmd:pmd {execution: pmd}]
>>> [INFO] [pmd:check {execution: validate}]
>>> [INFO]
>>> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
>>> [INFO] [remote-resources:process {execution: default}]
>>> [INFO] [resources:resources {execution: default-resources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\test\src\main\ja
>>> va [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\test\src\main\re
>>> sources [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\test\src\main\re
>>> sources-filtered [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\test\target\gene
>>> rated\src\main\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:compile {execution: default-compile}]
>>> [INFO] No sources to compile
>>> [INFO] [resources:testResources {execution: default-testResources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 4 resources
>>> [INFO] Copying 196 resources
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\test\target\gene
>>> rated\src\test\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:testCompile {execution: default-testCompile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [surefire:test {execution: default-test}]
>>> [INFO] Surefire report directory:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\test\target\sure
>>> fire-reports
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.tools.wsdlto.WSDLToJavaTest
>>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.531 sec
>>> Running org.apache.cxf.tools.wsdlto.jaxws.wsdl11.JAXWSDefinitionBuilderTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.984 sec
>>> Running org.apache.cxf.tools.wsdlto.jaxws.CodeGenOptionTest
>>> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.259 sec
>>> Running org.apache.cxf.tools.wsdlto.jaxws.CatalogTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.162 sec
>>> Running org.apache.cxf.tools.wsdlto.jaxws.JAXWSBindingTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.166 sec
>>> Running org.apache.cxf.tools.wsdlto.core.PluginLoaderTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
>>> Running org.apache.cxf.tools.wsdlto.validator.ValidatorTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 sec
>>> Running org.apache.cxf.tools.wsdlto.jaxws.CodeGenTest
>>> Tests run: 46, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.661 sec
>>> Running org.apache.cxf.tools.wsdlto.jaxws.CodeGenBugTest
>>> Jul 23, 2010 10:39:39 AM
>>> org.apache.cxf.tools.validator.internal.WSDLRefValidator
>>> collectValidationPoints WARNING: WSDL document
>>> file:/C:/Users/ggregory/b/svn/apache.org/cxf/trunk/tools/wsdlto/test/targe
>>> t/test-classes/wsdl2java_wsdl/helloworld_withnoservice.wsdl does not define
>>> an y services
>>> Jul 23, 2010 10:39:39 AM
>>> org.apache.cxf.tools.validator.internal.WSDLRefValidator
>>> collectValidationPoints WARNING: WSDL document
>>> file:/C:/Users/ggregory/b/svn/apache.org/cxf/trunk/tools/wsdlto/test/targe
>>> t/test-classes/wsdl2java_wsdl/helloworld_noservice_import.wsdl does not
>>> define any services
>>> Jul 23, 2010 10:39:40 AM
>>> org.apache.cxf.tools.validator.internal.WSDLRefValidator
>>> collectValidationPoints WARNING: WSDL document
>>> file:/C:/Users/ggregory/b/svn/apache.org/cxf/trunk/tools/wsdlto/test/targe
>>> t/test-classes/wsdl2java_wsdl/no_port_or_service.wsdl does not define any
>>> serv ices
>>> Jul 23, 2010 10:39:42 AM org.mortbay.log.Slf4jLog info
>>> INFO: Logging to org.slf4j.impl.JDK14LoggerAdapter(org.mortbay.log) via
>>> org.mortbay.log.Slf4jLog Jul 23, 2010 10:39:42 AM org.mortbay.log.Slf4jLog
>>> info
>>> INFO: jetty-6.1.24
>>> Jul 23, 2010 10:39:42 AM org.mortbay.log.Slf4jLog info
>>> INFO: Started SocketConnector@0.0.0.0:8585
>>> Jul 23, 2010 10:39:43 AM org.mortbay.log.Slf4jLog info
>>> INFO: Stopped SocketConnector@0.0.0.0:8585
>>> Jul 23, 2010 10:39:55 AM
>>> org.apache.cxf.tools.validator.internal.WSDLRefValidator
>>> collectValidationPointsForBindings SEVERE: {http://child/}Binding is not
>>> correct, please check that the correct namespace is being used Tests run:
>>> 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.633 sec Running
>>> org.apache.cxf.tools.wsdlto.jaxws.JAXWSContainerTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.182 sec
>>> Running org.apache.cxf.tools.wsdlto.jaxb.JAXBCodeGenOptionTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.318 sec
>>> Running org.apache.cxf.tools.wsdlto.xmlbeans.XmlbeansBindingTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.585 sec
>>>
>>> Results :
>>>
>>> Tests run: 125, Failures: 0, Errors: 0, Skipped: 0
>>>
>>> [INFO] [jar:jar {execution: default-jar}]
>>> [INFO] Building jar:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\test\target\cxf-
>>> tools-wsdlto-test-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
>>> default-install}]
>>> [INFO] Installing
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\test\target\cxf-
>>> tools-wsdlto-test-2.3.0-SNAPSHOT.jar to
>>> C:\Users\ggregory\.m2\repository\org\apache
>>> \cxf\cxf-tools-wsdlto-test\2.3.0-SNAPSHOT\cxf-tools-wsdlto-test-2.3.0-SNAP
>>> SHOT.jar [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Apache CXF Command Line Tools WSDLTo Misctools
>>> [INFO]    task-segment: [install]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] [checkstyle:checkstyle {execution: validate}]
>>> [INFO] Starting audit...
>>> Audit done.
>>>
>>> [INFO] Preparing pmd:check
>>> [INFO] [pmd:pmd {execution: pmd}]
>>> [INFO] [pmd:check {execution: validate}]
>>> [INFO]
>>> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
>>> [INFO] [remote-resources:process {execution: default}]
>>> [INFO] [resources:resources {execution: default-resources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 7 resources
>>> [INFO] Copying 0 resource
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\misc\src\main\re
>>> sources-filtered [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\misc\target\gene
>>> rated\src\main\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:compile {execution: default-compile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [resources:testResources {execution: default-testResources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 0 resource
>>> [INFO] Copying 8 resources
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\misc\target\gene
>>> rated\src\test\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:testCompile {execution: default-testCompile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [surefire:test {execution: default-test}]
>>> [INFO] Surefire report directory:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\misc\target\sure
>>> fire-reports
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.tools.misc.processor.XSDToWSDLProcessorTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.81 sec
>>> Running org.apache.cxf.tools.misc.processor.WSDLToXMLProcessorTest
>>> Jul 23, 2010 10:40:02 AM
>>> org.apache.cxf.tools.misc.processor.address.AddressFactory getAddresser
>>> INFO: Found addresser
>>> org.apache.cxf.tools.misc.processor.address.XmlAddress Tests run: 1,
>>> Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.184 sec Running
>>> org.apache.cxf.tools.misc.processor.WSDLToServiceProcessorTest Jul 23,
>>> 2010 10:40:03 AM
>>> org.apache.cxf.tools.misc.processor.address.AddressFactory getAddresser
>>> INFO: Found addresser
>>> org.apache.cxf.tools.misc.processor.address.SoapAddress Jul 23, 2010
>>> 10:40:04 AM org.apache.cxf.tools.misc.processor.address.AddressFactory
>>> getAddresser INFO: Found addresser
>>> org.apache.cxf.tools.misc.processor.address.JmsAddress Tests run: 7,
>>> Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.025 sec Running
>>> org.apache.cxf.tools.misc.processor.WSDLToSoapProcessorTest Tests run: 9,
>>> Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.426 sec
>>>
>>> Results :
>>>
>>> Tests run: 19, Failures: 0, Errors: 0, Skipped: 0
>>>
>>> [INFO] [jar:jar {execution: default-jar}]
>>> [INFO] Building jar:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\misc\target\cxf-
>>> tools-misctools-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
>>> default-install}]
>>> [INFO] Installing
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\misc\target\cxf-
>>> tools-misctools-2.3.0-SNAPSHOT.jar to
>>> C:\Users\ggregory\.m2\repository\org\apache\c
>>> xf\cxf-tools-misctools\2.3.0-SNAPSHOT\cxf-tools-misctools-2.3.0-SNAPSHOT.j
>>> ar [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Apache CXF Command Line Tools
>>> [INFO]    task-segment: [install]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
>>> [INFO] [install:install {execution: default-install}]
>>> [INFO] Installing
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\pom.xml to
>>> C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-tools\2.3.0-SNAPSHOT\c
>>> xf-tools-2.3.0-SNAPSH OT.pom
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Apache CXF Command Line Tools WSDLTo
>>> [INFO]    task-segment: [install]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
>>> [INFO] [install:install {execution: default-install}]
>>> [INFO] Installing
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\pom.xml to
>>> C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-tools-wsdlto\2.3.0-SNA
>>> PSHOT\cxf-tool s-wsdlto-2.3.0-SNAPSHOT.pom
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Apache CXF Command Line Tools JavaTo WS
>>> [INFO]    task-segment: [install]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] [checkstyle:checkstyle {execution: validate}]
>>> [INFO] Starting audit...
>>> Audit done.
>>>
>>> [INFO] Preparing pmd:check
>>> [INFO] [pmd:pmd {execution: pmd}]
>>> [INFO] [pmd:check {execution: validate}]
>>> [INFO]
>>> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
>>> [INFO] [remote-resources:process {execution: default}]
>>> [INFO] [resources:resources {execution: default-resources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 20 resources
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\javato\ws\src\main\reso
>>> urces [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\javato\ws\src\main\reso
>>> urces-filtered [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\javato\ws\target\genera
>>> ted\src\main\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:compile {execution: default-compile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [cxf-codegen:wsdl2java {execution: generate-test-sources}]
>>> [INFO] [build-helper:add-test-source {execution: add-source}]
>>> [INFO] Test Source directory:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\javato\ws\src\test\gene
>>> rated added. [INFO] [resources:testResources {execution:
>>> default-testResources}] [INFO] Using 'UTF-8' encoding to copy filtered
>>> resources.
>>> [INFO] Copying 1 resource
>>> [INFO] Copying 44 resources
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\javato\ws\target\genera
>>> ted\src\test\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:testCompile {execution: default-testCompile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [surefire:test {execution: default-test}]
>>> [INFO] Surefire report directory:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\javato\ws\target\surefi
>>> re-reports
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running
>>> org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.JaxwsServiceBuilde
>>> rTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 1, Time elapsed:
>>> 2.377 sec Running
>>> org.apache.cxf.tools.java2wsdl.generator.wsdl11.WrapperBeanGeneratorTest
>>> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.588 sec
>>> Running
>>> org.apache.cxf.tools.java2wsdl.generator.wsdl11.DateTypeCustomGeneratorTes
>>> t Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.292 sec
>>> Running
>>> org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.ResponseWrapperTes
>>> t Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec
>>> Running
>>> org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.WrapperUtilTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 sec
>>> Running
>>> org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.WrapperTest Tests
>>> run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
>>> Running org.apache.cxf.tools.java2wsdl.processor.FrontendFactoryTest Tests
>>> run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 sec Running
>>> org.apache.cxf.tools.java2wsdl.processor.internal.ServiceBuilderFactoryTes
>>> t Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 sec
>>> Running
>>> org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.RequestWrapperTest
>>> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 sec
>>> Running
>>> org.apache.cxf.tools.java2wsdl.generator.wsdl11.annotator.WrapperBeanAnnot
>>> atorTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
>>> 0.004 sec Running
>>> org.apache.cxf.tools.java2wsdl.generator.wsdl11.annotator.WrapperBeanField
>>> AnnotatorTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time
>>> elapsed: 0.006 sec Running
>>> org.apache.cxf.tools.java2js.processor.JavaToJSProcessorTest Tests run: 2,
>>> Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.327 sec Running
>>> org.apache.cxf.tools.java2ws.AegisTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.332 sec
>>> Running org.apache.cxf.tools.java2wsdl.JavaToWSFlagTest
>>> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.867 sec
>>> Running org.apache.cxf.tools.java2ws.JavaToWSTest
>>> Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.042 sec
>>> Running
>>> org.apache.cxf.tools.java2wsdl.generator.wsdl11.FaultBeanGeneratorTest
>>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.05 sec
>>> Running
>>> org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.JaxwsServiceBuilde
>>> rNoAnnoTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
>>> 0.12 sec Running
>>> org.apache.cxf.tools.java2wsdl.generator.WSDLGeneratorFactoryTest Tests
>>> run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
>>> Running org.apache.cxf.tools.java2wsdl.processor.JavaToProcessorTest Tests
>>> run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.735 sec
>>> Running
>>> org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.FaultBeanTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
>>> Running
>>> org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.JaxwsServiceBuilde
>>> rRPCTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
>>> 0.045 sec
>>>
>>> Results :
>>>
>>> Tests run: 110, Failures: 0, Errors: 0, Skipped: 2
>>>
>>> [INFO] [jar:jar {execution: default-jar}]
>>> [INFO] Building jar:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\javato\ws\target\cxf-to
>>> ols-java2ws-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
>>> default-install}]
>>> [INFO] Installing
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\javato\ws\target\cxf-to
>>> ols-java2ws-2.3.0-SNAPSHOT.jar to
>>> C:\Users\ggregory\.m2\repository\org\apache\cxf\c
>>> xf-tools-java2ws\2.3.0-SNAPSHOT\cxf-tools-java2ws-2.3.0-SNAPSHOT.jar
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Apache CXF Command Line Tools JavaTo
>>> [INFO]    task-segment: [install]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
>>> [INFO] [install:install {execution: default-install}]
>>> [INFO] Installing
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\javato\pom.xml to
>>> C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-tools-javato\2.3.0-SNA
>>> PSHOT\cxf-tool s-javato-2.3.0-SNAPSHOT.pom
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Apache CXF Runtime CORBA Binding
>>> [INFO]    task-segment: [install]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] [checkstyle:checkstyle {execution: validate}]
>>> [INFO] Starting audit...
>>> Audit done.
>>>
>>> [INFO] Preparing pmd:check
>>> [INFO] [pmd:pmd {execution: pmd}]
>>> [INFO] [pmd:check {execution: validate}]
>>> [INFO]
>>> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
>>> [INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
>>> [INFO] [remote-resources:process {execution: default}]
>>> [INFO] [resources:resources {execution: default-resources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 5 resources
>>> [INFO] Copying 6 resources
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\corba\src\main\re
>>> sources-filtered [INFO] Copying 1 resource
>>> [INFO] Copying 3 resources
>>> [INFO] [compiler:compile {execution: default-compile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [resources:testResources {execution: default-testResources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 0 resource
>>> [INFO] Copying 6 resources
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\corba\target\gene
>>> rated\src\test\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:testCompile {execution: default-testCompile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [surefire:test {execution: default-test}]
>>> [INFO] Surefire report directory:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\corba\target\sure
>>> fire-reports
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.binding.corba.types.CorbaHandlerUtilsYokoNSTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.831 sec
>>> Running org.apache.cxf.binding.corba.runtime.CorbaDSIServantTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.253 sec
>>> Running org.apache.cxf.binding.corba.CorbaServerConduitTest
>>> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.92 sec
>>> Running org.apache.cxf.binding.corba.types.CorbaArrayHandlerTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
>>> Running org.apache.cxf.binding.corba.utils.CorbaUtilsTest
>>> Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 sec
>>> Running org.apache.cxf.binding.corba.types.CorbaHandlerUtilsTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.419 sec
>>> Running org.apache.cxf.binding.corba.types.CorbaStructHandlerTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
>>> Running org.apache.cxf.binding.corba.types.CorbaFixedHandlerTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
>>> Running org.apache.cxf.binding.corba.types.CorbaObjectHandlerTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
>>> Running org.apache.cxf.binding.corba.CorbaDestinationTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.217 sec
>>> Running org.apache.cxf.binding.corba.runtime.CorbaObjectWriterTest
>>> Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 sec
>>> Running org.apache.cxf.binding.corba.runtime.CorbaStreamReaderTest
>>> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
>>> Running org.apache.cxf.binding.corba.CorbaConduitTest
>>> Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.414 sec
>>> Running org.apache.cxf.binding.corba.CorbaMessageTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
>>> Running org.apache.cxf.binding.corba.CorbaTypeMapTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
>>> Running org.apache.cxf.binding.corba.types.CorbaEnumHandlerTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
>>> Running org.apache.cxf.binding.corba.runtime.CorbaObjectReaderTest
>>> Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 sec
>>> Running org.apache.cxf.binding.corba.CorbaBindingTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
>>> Running org.apache.cxf.binding.corba.utils.ContextUtilsTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
>>> Running org.apache.cxf.binding.corba.runtime.CorbaStreamableTest
>>> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
>>> Running org.apache.cxf.binding.corba.CorbaBindingFactoryTest
>>> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.771 sec
>>> Running org.apache.cxf.binding.corba.types.CorbaAnyHandlerTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
>>> Running org.apache.cxf.binding.corba.types.CorbaPrimitiveHandlerTest
>>> Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
>>> Running org.apache.cxf.binding.corba.types.CorbaSequenceHandlerTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
>>>
>>> Results :
>>>
>>> Tests run: 124, Failures: 0, Errors: 0, Skipped: 0
>>>
>>> [INFO] [jar:jar {execution: default-jar}]
>>> [INFO] Building jar:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\corba\target\cxf-
>>> rt-bindings-corba-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
>>> default-install}]
>>> [INFO] Installing
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\corba\target\cxf-
>>> rt-bindings-corba-2.3.0-SNAPSHOT.jar to
>>> C:\Users\ggregory\.m2\repository\org\apache
>>> \cxf\cxf-rt-bindings-corba\2.3.0-SNAPSHOT\cxf-rt-bindings-corba-2.3.0-SNAP
>>> SHOT.jar [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Apache CXF Command Line Tools CORBA
>>> [INFO]    task-segment: [install]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] [checkstyle:checkstyle {execution: validate}]
>>> [INFO] Starting audit...
>>> Audit done.
>>>
>>> [INFO] Preparing pmd:check
>>> [INFO] [pmd:pmd {execution: pmd}]
>>> [INFO] [pmd:check {execution: validate}]
>>> [INFO]
>>> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
>>> [INFO] [build-helper:add-source {execution: add-source}]
>>> [INFO] Source directory:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\corba\src\main\generate
>>> d added. [INFO] [remote-resources:process {execution: default}]
>>> [INFO] [resources:resources {execution: default-resources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 6 resources
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\corba\src\main\resource
>>> s [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\corba\src\main\resource
>>> s-filtered [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\corba\target\generated\
>>> src\main\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:compile {execution: default-compile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [resources:testResources {execution: default-testResources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 0 resource
>>> [INFO] Copying 231 resources
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\corba\target\generated\
>>> src\test\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:testCompile {execution: default-testCompile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [surefire:test {execution: default-test}]
>>> [INFO] Surefire report directory:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\corba\target\surefire-r
>>> eports
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.tools.corba.processors.WSDLToIDLGenerationTest
>>> Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.58 sec
>>> Running
>>> org.apache.cxf.tools.corba.idlpreprocessor.IdlPreprocessorReaderTest Tests
>>> run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 sec
>>> Running org.apache.cxf.tools.corba.processors.WSDLToCorbaBindingTest Tests
>>> run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.327 sec
>>> Running org.apache.cxf.tools.corba.WSDLToIDLTest
>>> Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.251 sec
>>> Running org.apache.cxf.tools.corba.processors.IDLToWSDLGenerationTest
>>> Tests run: 51, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.1 sec
>>> Running org.apache.cxf.tools.corba.IDLToWSDLTest
>>> Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.294 sec
>>> Running org.apache.cxf.tools.corba.common.CorbaPrimitiveMapTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
>>> Running org.apache.cxf.tools.corba.processors.WSDLToCorbaBindingTypeTest
>>> Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.188 sec
>>>
>>> Results :
>>>
>>> Tests run: 153, Failures: 0, Errors: 0, Skipped: 0
>>>
>>> [INFO] [jar:jar {execution: default-jar}]
>>> [INFO] Building jar:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\corba\target\cxf-tools-
>>> corba-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
>>> default-install}]
>>> [INFO] Installing
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\corba\target\cxf-tools-
>>> corba-2.3.0-SNAPSHOT.jar to
>>> C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-too
>>> ls-corba\2.3.0-SNAPSHOT\cxf-tools-corba-2.3.0-SNAPSHOT.jar
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Apache CXF Runtime SDO DataBinding
>>> [INFO]    task-segment: [install]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] [checkstyle:checkstyle {execution: validate}]
>>> [INFO] Starting audit...
>>> Audit done.
>>>
>>> [INFO] Preparing pmd:check
>>> [INFO] [pmd:pmd {execution: pmd}]
>>> [INFO] [pmd:check {execution: validate}]
>>> [INFO]
>>> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
>>> [INFO] [remote-resources:process {execution: default}]
>>> [INFO] [resources:resources {execution: default-resources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 0 resource
>>> [INFO] Copying 1 resource
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\sdo\src\main\r
>>> esources-filtered [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\sdo\target\gen
>>> erated\src\main\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:compile {execution: default-compile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [cxf-codegen:wsdl2java {execution: generate-test-sources-static}]
>>> [INFO] [resources:testResources {execution: default-testResources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 2 resources
>>> [INFO] Copying 3 resources
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\sdo\target\gen
>>> erated\src\test\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:testCompile {execution: default-testCompile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [surefire:test {execution: default-test}]
>>> [INFO] Surefire report directory:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\sdo\target\sur
>>> efire-reports
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.sdo.HelloWorldStaticTest
>>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.715 sec
>>> Running org.apache.cxf.sdo.HelloWorldDynamicTest
>>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.349 sec
>>>
>>> Results :
>>>
>>> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0
>>>
>>> [INFO] [jar:jar {execution: default-jar}]
>>> [INFO] Building jar:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\sdo\target\cxf
>>> -rt-databinding-sdo-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
>>> default-install}]
>>> [INFO] Installing
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\sdo\target\cxf
>>> -rt-databinding-sdo-2.3.0-SNAPSHOT.jar to
>>> C:\Users\ggregory\.m2\repository\org\apac
>>> he\cxf\cxf-rt-databinding-sdo\2.3.0-SNAPSHOT\cxf-rt-databinding-sdo-2.3.0-
>>> SNAPSHOT.jar [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Apache CXF Runtime HTTP Binding
>>> [INFO]    task-segment: [install]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] [checkstyle:checkstyle {execution: validate}]
>>> [INFO] Starting audit...
>>> Audit done.
>>>
>>> [INFO] Preparing pmd:check
>>> [INFO] [pmd:pmd {execution: pmd}]
>>> [INFO] [pmd:check {execution: validate}]
>>> [INFO]
>>> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
>>> [INFO] [remote-resources:process {execution: default}]
>>> [INFO] [resources:resources {execution: default-resources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 2 resources
>>> [INFO] Copying 3 resources
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\http\src\main\res
>>> ources-filtered [INFO] Copying 1 resource
>>> [INFO] Copying 3 resources
>>> [INFO] [compiler:compile {execution: default-compile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [cxf-xjc:xsdtojava-tests {execution: generate-sources}]
>>> [INFO] [resources:testResources {execution: default-testResources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 7 resources
>>> [INFO] Copying 1 resource
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\http\target\gener
>>> ated\src\test\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:testCompile {execution: default-testCompile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [surefire:test {execution: default-test}]
>>> [INFO] Surefire report directory:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\http\target\suref
>>> ire-reports
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.binding.http.bare.ClientTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.21 sec
>>> Running org.apache.cxf.binding.http.InflectorTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
>>> Running org.apache.cxf.binding.http.IriDecoderTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 sec
>>> Running org.apache.cxf.binding.http.wrapped.WrappedServiceTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.646 sec
>>> Running org.apache.cxf.binding.http.bare.BareServiceTest
>>> DefaultValidationEventHandler: [ERROR]: For input string: "bleh"
>>>       Location: line 0
>>> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.807 sec
>>> Running org.apache.cxf.binding.http.mtom.MtomTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.239 sec
>>> Running org.apache.cxf.binding.http.bare.UserServiceTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.233 sec
>>>
>>> Results :
>>>
>>> Tests run: 12, Failures: 0, Errors: 0, Skipped: 0
>>>
>>> [INFO] [jar:jar {execution: default-jar}]
>>> [INFO] Building jar:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\http\target\cxf-r
>>> t-bindings-http-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
>>> default-install}]
>>> [INFO] Installing
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\http\target\cxf-r
>>> t-bindings-http-2.3.0-SNAPSHOT.jar to
>>> C:\Users\ggregory\.m2\repository\org\apache\c
>>> xf\cxf-rt-bindings-http\2.3.0-SNAPSHOT\cxf-rt-bindings-http-2.3.0-SNAPSHOT
>>> .jar [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Apache CXF Runtime Object Binding
>>> [INFO]    task-segment: [install]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] [checkstyle:checkstyle {execution: validate}]
>>> [INFO] Starting audit...
>>> Audit done.
>>>
>>> [INFO] Preparing pmd:check
>>> [INFO] [pmd:pmd {execution: pmd}]
>>> [INFO] [pmd:check {execution: validate}]
>>> [INFO]
>>> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
>>> [INFO] [remote-resources:process {execution: default}]
>>> [INFO] [resources:resources {execution: default-resources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 1 resource
>>> [INFO] Copying 6 resources
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\object\src\main\r
>>> esources-filtered [INFO] Copying 1 resource
>>> [INFO] Copying 3 resources
>>> [INFO] [compiler:compile {execution: default-compile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [resources:testResources {execution: default-testResources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 0 resource
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\object\src\test\r
>>> esources [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\object\target\gen
>>> erated\src\test\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:testCompile {execution: default-testCompile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [surefire:test {execution: default-test}]
>>> [INFO] Surefire report directory:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\object\target\sur
>>> efire-reports
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.binding.object.LocalServerRegistrationTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.363 sec
>>> Running org.apache.cxf.binding.object.ObjectBindingTest
>>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.216 sec
>>>
>>> Results :
>>>
>>> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
>>>
>>> [INFO] [jar:jar {execution: default-jar}]
>>> [INFO] Building jar:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\object\target\cxf
>>> -rt-bindings-object-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
>>> default-install}]
>>> [INFO] Installing
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\object\target\cxf
>>> -rt-bindings-object-2.3.0-SNAPSHOT.jar to
>>> C:\Users\ggregory\.m2\repository\org\apac
>>> he\cxf\cxf-rt-bindings-object\2.3.0-SNAPSHOT\cxf-rt-bindings-object-2.3.0-
>>> SNAPSHOT.jar [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Apache CXF Runtime Colocated Binding
>>> [INFO]    task-segment: [install]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] [checkstyle:checkstyle {execution: validate}]
>>> [INFO] Starting audit...
>>> Audit done.
>>>
>>> [INFO] Preparing pmd:check
>>> [INFO] [pmd:pmd {execution: pmd}]
>>> [INFO] [pmd:check {execution: validate}]
>>> [INFO]
>>> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
>>> [INFO] [remote-resources:process {execution: default}]
>>> [INFO] [resources:resources {execution: default-resources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 1 resource
>>> [INFO] Copying 1 resource
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\coloc\src\main\re
>>> sources-filtered [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\coloc\target\gene
>>> rated\src\main\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:compile {execution: default-compile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [resources:testResources {execution: default-testResources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 0 resource
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\coloc\src\test\re
>>> sources [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\coloc\target\gene
>>> rated\src\test\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:testCompile {execution: default-testCompile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [surefire:test {execution: default-test}]
>>> [INFO] Surefire report directory:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\coloc\target\sure
>>> fire-reports
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.binding.coloc.ColocMessageObserverTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.55 sec
>>> Running org.apache.cxf.binding.coloc.ColocUtilTest
>>> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
>>> Running org.apache.cxf.binding.coloc.ColocOutInterceptorTest
>>> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 sec
>>>
>>> Results :
>>>
>>> Tests run: 16, Failures: 0, Errors: 0, Skipped: 0
>>>
>>> [INFO] [jar:jar {execution: default-jar}]
>>> [INFO] Building jar:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\coloc\target\cxf-
>>> rt-bindings-coloc-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
>>> default-install}]
>>> [INFO] Installing
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\coloc\target\cxf-
>>> rt-bindings-coloc-2.3.0-SNAPSHOT.jar to
>>> C:\Users\ggregory\.m2\repository\org\apache
>>> \cxf\cxf-rt-bindings-coloc\2.3.0-SNAPSHOT\cxf-rt-bindings-coloc-2.3.0-SNAP
>>> SHOT.jar [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Apache CXF Runtime JBI Binding
>>> [INFO]    task-segment: [install]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] [checkstyle:checkstyle {execution: validate}]
>>> [INFO] Starting audit...
>>> Audit done.
>>>
>>> [INFO] Preparing pmd:check
>>> [INFO] [pmd:pmd {execution: pmd}]
>>> [INFO] [pmd:check {execution: validate}]
>>> [INFO]
>>> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
>>> [INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
>>> [INFO] [remote-resources:process {execution: default}]
>>> [INFO] [resources:resources {execution: default-resources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 1 resource
>>> [INFO] Copying 9 resources
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\jbi\src\main\reso
>>> urces-filtered [INFO] Copying 1 resource
>>> [INFO] Copying 3 resources
>>> [INFO] [compiler:compile {execution: default-compile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [bundle:manifest {execution: bundle-manifest}]
>>> [INFO] [resources:testResources {execution: default-testResources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 1 resource
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\jbi\src\test\reso
>>> urces [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\jbi\target\genera
>>> ted\src\test\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:testCompile {execution: default-testCompile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [surefire:test {execution: default-test}]
>>> [INFO] Surefire report directory:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\jbi\target\surefi
>>> re-reports
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.binding.jbi.interceptor.JBIFaultOutInterceptorTest
>>> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.249 sec
>>> Running org.apache.cxf.binding.jbi.spring.JBIBindingConfigurationInfoTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.328 sec
>>> Running
>>> org.apache.cxf.binding.jbi.interceptor.JBIOperationInInterceptorTest Tests
>>> run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.346 sec
>>> Running org.apache.cxf.binding.jbi.JBIBindingFactoryTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
>>>
>>> Results :
>>>
>>> Tests run: 9, Failures: 0, Errors: 0, Skipped: 0
>>>
>>> [INFO] [jar:jar {execution: default-jar}]
>>> [INFO] Building jar:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\jbi\target\cxf-rt
>>> -bindings-jbi-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
>>> default-install}]
>>> [INFO] Installing
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\jbi\target\cxf-rt
>>> -bindings-jbi-2.3.0-SNAPSHOT.jar to
>>> C:\Users\ggregory\.m2\repository\org\apache\cxf
>>> \cxf-rt-bindings-jbi\2.3.0-SNAPSHOT\cxf-rt-bindings-jbi-2.3.0-SNAPSHOT.jar
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Apache CXF Runtime
>>> [INFO]    task-segment: [install]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
>>> [INFO] [install:install {execution: default-install}]
>>> [INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\pom.xml
>>> to
>>> C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-rt\2.3.0-SNAPSHOT\cxf-
>>> rt-2.3.0-SNAPSHOT.pom [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Apache CXF Runtime Bindings
>>> [INFO]    task-segment: [install]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
>>> [INFO] [install:install {execution: default-install}]
>>> [INFO] Installing
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\pom.xml to
>>> C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-rt-bindings\2.3.0-SNAP
>>> SHOT\cxf-rt-bin dings-2.3.0-SNAPSHOT.pom
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Apache CXF Runtime JAX-RS Frontend
>>> [INFO]    task-segment: [install]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] [checkstyle:checkstyle {execution: validate}]
>>> [INFO] Starting audit...
>>> Audit done.
>>>
>>> [INFO] Preparing pmd:check
>>> [INFO] [pmd:pmd {execution: pmd}]
>>> [INFO] [pmd:check {execution: validate}]
>>> [INFO]
>>> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
>>> [INFO] [remote-resources:process {execution: default}]
>>> [INFO] [resources:resources {execution: default-resources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 7 resources
>>> [INFO] Copying 7 resources
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxrs\src\main\re
>>> sources-filtered [INFO] Copying 1 resource
>>> [INFO] Copying 3 resources
>>> [INFO] [compiler:compile {execution: default-compile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [resources:testResources {execution: default-testResources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 14 resources
>>> [INFO] Copying 6 resources
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxrs\target\gene
>>> rated\src\test\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:testCompile {execution: default-testCompile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [surefire:test {execution: default-test}]
>>> [INFO] Surefire report directory:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxrs\target\sure
>>> fire-reports
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.jaxrs.ext.MessageContextImplTest
>>> Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.542 sec
>>> Running org.apache.cxf.jaxrs.ext.search.FiqlParserTest
>>> Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 sec
>>> Running org.apache.cxf.jaxrs.provider.JSONProviderTest
>>> Tests run: 48, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 0.618 sec
>>> Running org.apache.cxf.jaxrs.utils.HttpUtilsTest
>>> Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
>>> Running org.apache.cxf.jaxrs.utils.AnnotationTestUtilsTest
>>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
>>> Running org.apache.cxf.jaxrs.ext.search.SearchContextImplTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
>>> Running org.apache.cxf.jaxrs.ext.multipart.ContentDispositionTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
>>> Running org.apache.cxf.jaxrs.client.WebClientTest
>>> Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.73 sec
>>> Running org.apache.cxf.jaxrs.JAXRSServerFactoryBeanTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 sec
>>> Running org.apache.cxf.jaxrs.provider.DataBindingJSONProviderTest
>>> Tests run: 7, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.857 sec
>>> Running org.apache.cxf.jaxrs.provider.BinaryDataProviderTest
>>> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
>>> Running org.apache.cxf.jaxrs.provider.XPathProviderTest
>>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec
>>> Running org.apache.cxf.jaxrs.spring.SpringResourceFactoryTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.247 sec
>>> Running org.apache.cxf.jaxrs.model.ClassResourceInfoTest
>>> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
>>> Running org.apache.cxf.jaxrs.provider.DataBindingProviderTest
>>> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.211 sec
>>> Running org.apache.cxf.jaxrs.impl.NewCookieHeaderProviderTest
>>> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
>>> Running org.apache.cxf.jaxrs.provider.JAXBElementProviderTest
>>> Tests run: 52, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 sec
>>> Running org.apache.cxf.jaxrs.model.wadl.WadlGeneratorTest
>>> Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.331 sec
>>> Running org.apache.cxf.jaxrs.provider.SourceProviderTest
>>> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
>>> Running org.apache.cxf.jaxrs.spring.JAXRSClientFactoryBeanTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.276 sec
>>> Running org.apache.cxf.jaxrs.SelectMethodCandidatesTest
>>> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 sec
>>> Running org.apache.cxf.jaxrs.impl.MediaTypeHeaderProviderTest
>>> Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
>>> Running org.apache.cxf.jaxrs.provider.PrimitiveTextProviderTest
>>> Hello, my name is FΘlix AgnΘs
>>> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
>>> Running org.apache.cxf.jaxrs.impl.ResponseBuilderImplTest
>>> Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
>>> Running org.apache.cxf.jaxrs.ext.search.SimpleSearchConditionTest
>>> Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
>>> Running org.apache.cxf.jaxrs.provider.AegisElementProviderTest
>>> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec
>>> Running org.apache.cxf.jaxrs.impl.MetadataMapTest
>>> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
>>> Running org.apache.cxf.jaxrs.impl.UriInfoImplTest
>>> Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
>>> Running org.apache.cxf.jaxrs.impl.CookieHeaderProviderTest
>>> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
>>> Running org.apache.cxf.jaxrs.impl.ResponseImplTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
>>> Running org.apache.cxf.jaxrs.ext.multipart.MultipartBodyTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
>>> Running org.apache.cxf.jaxrs.impl.UriBuilderImplTest
>>> Tests run: 93, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 sec
>>> Running org.apache.cxf.jaxrs.provider.AtomEntryProviderTest
>>> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.295 sec
>>> Running org.apache.cxf.jaxrs.impl.HttpHeadersImplTest
>>> Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
>>> Running org.apache.cxf.jaxrs.impl.VariantListBuilderImplTest
>>> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
>>> Running org.apache.cxf.jaxrs.impl.CacheControlHeaderProviderTest
>>> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec
>>> Running org.apache.cxf.jaxrs.spring.JAXRSServerFactoryBeanTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 sec
>>> Running org.apache.cxf.jaxrs.impl.RuntimeDelegateImplTest
>>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
>>> Running org.apache.cxf.jaxrs.impl.RequestPreprocessorTest
>>> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
>>> Running org.apache.cxf.jaxrs.impl.RequestImplTest
>>> Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
>>> Running org.apache.cxf.jaxrs.provider.AtomPojoProviderTest
>>> <?xml version='1.0' encoding='UTF-8'?>
>>> <entry xmlns="http://www.w3.org/2005/Atom">
>>>    <title type="text">a</title>
>>>    <content type="application/xml">
>>>      <book xmlns="">
>>>        <name>a</name>
>>>      </book>
>>>    </content>
>>> </entry>
>>> <?xml version='1.0' encoding='UTF-8'?>
>>> <entry xmlns="http://www.w3.org/2005/Atom">
>>>    <content type="application/xml">
>>>      <book xmlns="">
>>>        <name>a</name>
>>>      </book>
>>>    </content>
>>> </entry>
>>> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.353 sec
>>> Running org.apache.cxf.jaxrs.provider.XSLTJaxbProviderTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.153 sec
>>> Running org.apache.cxf.jaxrs.impl.EntityTagHeaderProviderTest
>>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
>>> Running org.apache.cxf.jaxrs.model.OperationResourceInfoTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
>>> Running org.apache.cxf.jaxrs.utils.JAXRSUtilsTest
>>> Tests run: 45, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.358 sec
>>> Running org.apache.cxf.jaxrs.lifecycle.PerRequestResourceProviderTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
>>> Running org.apache.cxf.jaxrs.ext.xml.XMLSourceTest
>>> Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 sec
>>> Running org.apache.cxf.jaxrs.impl.PathSegmentImplTest
>>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
>>> Running org.apache.cxf.jaxrs.provider.FormEncodingProviderTest
>>> name=FΘlix
>>> FΘlix
>>> Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
>>> Running org.apache.cxf.jaxrs.utils.ResourceUtilsTest
>>> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
>>> Running org.apache.cxf.jaxrs.model.URITemplateTest
>>> a%20{digit:[0-9]}%20b
>>> Tests run: 47, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
>>> Running org.apache.cxf.jaxrs.provider.ProviderFactoryTest
>>> Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
>>> Running org.apache.cxf.jaxrs.provider.AegisJSONProviderTest
>>> Tests run: 17, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.153 sec
>>> Running org.apache.cxf.jaxrs.JAXRSServiceFactoryBeanTest
>>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
>>> Running org.apache.cxf.jaxrs.client.JAXRSClientFactoryBeanTest
>>> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 sec
>>> Running org.apache.cxf.jaxrs.ext.multipart.AttachmentTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
>>> Running org.apache.cxf.jaxrs.ext.codegen.CodeGeneratorProviderTest
>>> C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.w
>>> adl.BookStore-src\superbooks\Book.java
>>> C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.
>>> wadl.BookStore-src\superbooks\Book2.java
>>> C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.
>>> wadl.BookStore-src\superbooks\Chapter.java
>>> C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.
>>> wadl.BookStore-src\superbooks\ObjectFactory.java
>>> C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.
>>> wadl.BookStore-src\superbooks\package-info.java
>>> C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.
>>> wadl.BookStore-src\superbooks\Book.java
>>> C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.
>>> wadl.BookStore-src\superbooks\Book2.java
>>> C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.
>>> wadl.BookStore-src\superbooks\Chapter.java
>>> C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.
>>> wadl.BookStore-src\superbooks\ObjectFactory.java
>>> C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.
>>> wadl.BookStore-src\superbooks\package-info.java
>>> C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.
>>> wadl.BookStore-src\superbooks\Book.java
>>> C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.
>>> wadl.BookStore-src\superbooks\Book2.java
>>> C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.
>>> wadl.BookStore-src\superbooks\Chapter.java
>>> C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.
>>> wadl.BookStore-src\superbooks\ObjectFactory.java
>>> C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.
>>> wadl.BookStore-src\superbooks\package-info.java Tests run: 3, Failures: 0,
>>> Errors: 0, Skipped: 0, Time elapsed: 6.219 sec Running
>>> org.apache.cxf.jaxrs.provider.AtomFeedProviderTest
>>> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
>>> Running org.apache.cxf.jaxrs.utils.InjectionUtilsTest
>>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
>>>
>>> Results :
>>>
>>> Tests run: 665, Failures: 0, Errors: 0, Skipped: 6
>>>
>>> [INFO] [jar:jar {execution: default-jar}]
>>> [INFO] Building jar:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxrs\target\cxf-
>>> rt-frontend-jaxrs-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
>>> default-install}]
>>> [INFO] Installing
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxrs\target\cxf-
>>> rt-frontend-jaxrs-2.3.0-SNAPSHOT.jar to
>>> C:\Users\ggregory\.m2\repository\org\apache
>>> \cxf\cxf-rt-frontend-jaxrs\2.3.0-SNAPSHOT\cxf-rt-frontend-jaxrs-2.3.0-SNAP
>>> SHOT.jar [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Apache CXF Runtime JavaScript Frontend
>>> [INFO]    task-segment: [install]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] [checkstyle:checkstyle {execution: validate}]
>>> [INFO] Starting audit...
>>> Audit done.
>>>
>>> [INFO] Preparing pmd:check
>>> [INFO] [pmd:pmd {execution: pmd}]
>>> [INFO] [pmd:check {execution: validate}]
>>> [INFO]
>>> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
>>> [INFO] [remote-resources:process {execution: default}]
>>> [INFO] [resources:resources {execution: default-resources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 0 resource
>>> [INFO] Copying 0 resource
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\js\src\main\resou
>>> rces-filtered [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\js\target\generat
>>> ed\src\main\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:compile {execution: default-compile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [resources:testResources {execution: default-testResources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 0 resource
>>> [INFO] Copying 12 resources
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\js\target\generat
>>> ed\src\test\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:testCompile {execution: default-testCompile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [surefire:test {execution: default-test}]
>>> [INFO] Surefire report directory:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\js\target\surefir
>>> e-reports
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.js.rhino.AbstractDOMProviderTest
>>> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.218 sec
>>> Running org.apache.cxf.js.rhino.ProviderFactoryTest
>>> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.27 sec
>>> Running org.apache.cxf.js.rhino.ServerAppTest
>>> Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 sec
>>>
>>> Results :
>>>
>>> Tests run: 27, Failures: 0, Errors: 0, Skipped: 0
>>>
>>> [INFO] [jar:jar {execution: default-jar}]
>>> [INFO] Building jar:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\js\target\cxf-rt-
>>> frontend-js-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
>>> default-install}]
>>> [INFO] Installing
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\js\target\cxf-rt-
>>> frontend-js-2.3.0-SNAPSHOT.jar to
>>> C:\Users\ggregory\.m2\repository\org\apache\cxf\c
>>> xf-rt-frontend-js\2.3.0-SNAPSHOT\cxf-rt-frontend-js-2.3.0-SNAPSHOT.jar
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Apache CXF HTTP Transport for OSGi
>>> [INFO]    task-segment: [install]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] [checkstyle:checkstyle {execution: validate}]
>>> [INFO] Starting audit...
>>> Audit done.
>>>
>>> [INFO] Preparing pmd:check
>>> [INFO] [pmd:pmd {execution: pmd}]
>>> [INFO] [pmd:check {execution: validate}]
>>> [INFO]
>>> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
>>> [INFO] [remote-resources:process {execution: default}]
>>> [INFO] [resources:resources {execution: default-resources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 0 resource
>>> [INFO] Copying 2 resources
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-osgi\src\m
>>> ain\resources-filtered [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-osgi\targe
>>> t\generated\src\main\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:compile {execution: default-compile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [resources:testResources {execution: default-testResources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 0 resource
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-osgi\src\t
>>> est\resources [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-osgi\targe
>>> t\generated\src\test\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:testCompile {execution: default-testCompile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [surefire:test {execution: default-test}]
>>> [INFO] Surefire report directory:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-osgi\targe
>>> t\surefire-reports
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.transport.http_osgi.OsgiTransportFactoryTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.221 sec
>>> Running org.apache.cxf.transport.http_osgi.OsgiDestinationTest
>>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.222 sec
>>> Running org.apache.cxf.transport.http_osgi.OsgiServletTest
>>> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.333 sec
>>>
>>> Results :
>>>
>>> Tests run: 10, Failures: 0, Errors: 0, Skipped: 0
>>>
>>> [INFO] [bundle:bundle {execution: default-bundle}]
>>> [WARNING] Warning building bundle
>>> org.apache.cxf:cxf-rt-transports-http-osgi:bundle:2.3.0-SNAPSHOT :
>>> Instructions in Export-Package that are never used: =META-INF\.cxf\.osgi
>>> [WARNING] Warning building bundle
>>> org.apache.cxf:cxf-rt-transports-http-osgi:bundle:2.3.0-SNAPSHOT : Did not
>>> find matching referal for javax.xml.rpc* [WARNING] Warning building bundle
>>> org.apache.cxf:cxf-rt-transports-http-osgi:bundle:2.3.0-SNAPSHOT :
>>> Exporting packages that are not on the Bundle-Classpath[Jar:dot]: [META-IN
>>> F.cxf.osgi]
>>> [INFO] [install:install {execution: default-install}]
>>> [INFO] Installing
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-osgi\targe
>>> t\cxf-rt-transports-http-osgi-2.3.0-SNAPSHOT.jar to
>>> C:\Users\ggregory\.m2\repositor
>>> y\org\apache\cxf\cxf-rt-transports-http-osgi\2.3.0-SNAPSHOT\cxf-rt-transpo
>>> rts-http-osgi-2.3.0-SNAPSHOT.jar [INFO] [bundle:install {execution:
>>> default-install}]
>>> [INFO] Installing
>>> org/apache/cxf/cxf-rt-transports-http-osgi/2.3.0-SNAPSHOT/cxf-rt-transport
>>> s-http-osgi-2.3.0-SNAPSHOT.jar [INFO] Writing OBR metadata
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Apache CXF Runtime JBI Transport
>>> [INFO]    task-segment: [install]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] [checkstyle:checkstyle {execution: validate}]
>>> [INFO] Starting audit...
>>> Audit done.
>>>
>>> [INFO] Preparing pmd:check
>>> [INFO] [pmd:pmd {execution: pmd}]
>>> [INFO] [pmd:check {execution: validate}]
>>> [INFO]
>>> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
>>> [INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
>>> [INFO] [remote-resources:process {execution: default}]
>>> [INFO] [resources:resources {execution: default-resources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 1 resource
>>> [INFO] Copying 8 resources
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jbi\src\main\re
>>> sources-filtered [INFO] Copying 1 resource
>>> [INFO] Copying 3 resources
>>> [INFO] [compiler:compile {execution: default-compile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [bundle:manifest {execution: bundle-manifest}]
>>> [INFO] [resources:testResources {execution: default-testResources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 0 resource
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jbi\src\test\re
>>> sources [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jbi\target\gene
>>> rated\src\test\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:testCompile {execution: default-testCompile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [surefire:test {execution: default-test}]
>>> [INFO] Surefire report directory:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jbi\target\sure
>>> fire-reports
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.transport.jbi.JBIConduitTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.729 sec
>>> Running org.apache.cxf.transport.jbi.JBIDestinationTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.441 sec
>>>
>>> Results :
>>>
>>> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
>>>
>>> [INFO] [jar:jar {execution: default-jar}]
>>> [INFO] Building jar:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jbi\target\cxf-
>>> rt-transports-jbi-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
>>> default-install}]
>>> [INFO] Installing
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jbi\target\cxf-
>>> rt-transports-jbi-2.3.0-SNAPSHOT.jar to
>>> C:\Users\ggregory\.m2\repository\org\apache
>>> \cxf\cxf-rt-transports-jbi\2.3.0-SNAPSHOT\cxf-rt-transports-jbi-2.3.0-SNAP
>>> SHOT.jar [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Apache CXF Runtime WS Policy
>>> [INFO]    task-segment: [install]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] [checkstyle:checkstyle {execution: validate}]
>>> [INFO] Starting audit...
>>> Audit done.
>>>
>>> [INFO] Preparing pmd:check
>>> [INFO] [pmd:pmd {execution: pmd}]
>>> [INFO] [pmd:check {execution: validate}]
>>> [INFO]
>>> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
>>> [INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
>>> [INFO] [remote-resources:process {execution: default}]
>>> [INFO] [resources:resources {execution: default-resources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 4 resources
>>> [INFO] Copying 17 resources
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\policy\src\main\resourc
>>> es-filtered [INFO] Copying 1 resource
>>> [INFO] Copying 3 resources
>>> [INFO] [compiler:compile {execution: default-compile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [cxf-codegen:wsdl2java {execution: generate-test-sources}]
>>> [INFO] [resources:testResources {execution: default-testResources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 20 resources
>>> [INFO] Copying 89 resources
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\policy\target\generated
>>> \src\test\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:testCompile {execution: default-testCompile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [surefire:test {execution: default-test}]
>>> [INFO] Surefire report directory:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\policy\target\surefire-
>>> reports
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.ws.policy.PolicyInterceptorsTest
>>> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.669 sec
>>> Running org.apache.cxf.ws.policy.EndpointPolicyImplTest
>>> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.218 sec
>>> Running org.apache.cxf.ws.policy.PolicyVerificationInFaultInterceptorTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec
>>> Running org.apache.cxf.ws.policy.selector.FirstAlternativeSelectorTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
>>> Running org.apache.cxf.ws.policy.spring.PolicyFeatureTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.009 sec
>>> Running org.apache.cxf.ws.policy.NormalizeTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.178 sec
>>> Running org.apache.cxf.ws.policy.attachment.reference.ReferenceResolverTest
>>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 sec
>>> Running org.apache.cxf.ws.policy.attachment.external.PolicyAttachmentTest
>>> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
>>> Running
>>> org.apache.cxf.ws.policy.attachment.external.DomainExpressionBuilderRegist
>>> ryTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
>>> 0.016 sec Running
>>> org.apache.cxf.ws.policy.AssertionBuilderRegistryImplTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
>>> Running org.apache.cxf.ws.policy.PolicyExtensionsTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.478 sec
>>> Running org.apache.cxf.ws.policy.PolicyInterceptorProviderRegistryImplTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
>>> Running org.apache.cxf.ws.policy.spring.PolicyBeansTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.181 sec
>>> Running
>>> org.apache.cxf.ws.policy.builder.primitive.NestedPrimitiveAssertionTest
>>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 sec
>>> Running org.apache.cxf.ws.policy.PolicyAnnotationTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.798 sec
>>> Running org.apache.cxf.ws.policy.PolicyBuilderTest
>>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
>>> Running org.apache.cxf.ws.policy.EffectivePolicyImplTest
>>> Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec
>>> Running
>>> org.apache.cxf.ws.policy.attachment.wsdl11.Wsdl11AttachmentPolicyProviderT
>>> est Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.473
>>> sec Running
>>> org.apache.cxf.ws.policy.attachment.external.ExternalAttachmentProviderTes
>>> t Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063
>>> sec Running
>>> org.apache.cxf.ws.policy.selector.MinimalMaximalAlternativeSelectorTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec
>>> Running org.apache.cxf.ws.policy.PolicyVerificationInInterceptorTest Tests
>>> run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
>>> Running
>>> org.apache.cxf.ws.policy.attachment.external.EndpointReferenceDomainExpres
>>> sionTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
>>> 0.03 sec Running org.apache.cxf.ws.policy.PolicyRegistryImplTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
>>> Running org.apache.cxf.ws.policy.PolicyEngineTest
>>> Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec
>>> Running org.apache.cxf.ws.policy.PolicyVerificationOutInterceptorTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec
>>>
>>> Results :
>>>
>>> Tests run: 101, Failures: 0, Errors: 0, Skipped: 1
>>>
>>> [INFO] [jar:jar {execution: default-jar}]
>>> [INFO] Building jar:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\policy\target\cxf-rt-ws
>>> -policy-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
>>> default-install}]
>>> [INFO] Installing
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\policy\target\cxf-rt-ws
>>> -policy-2.3.0-SNAPSHOT.jar to
>>> C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-r
>>> t-ws-policy\2.3.0-SNAPSHOT\cxf-rt-ws-policy-2.3.0-SNAPSHOT.jar
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Apache CXF Runtime WS Reliable Messaging
>>> [INFO]    task-segment: [install]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] [checkstyle:checkstyle {execution: validate}]
>>> [INFO] Starting audit...
>>> Audit done.
>>>
>>> [INFO] Preparing pmd:check
>>> [INFO] [pmd:pmd {execution: pmd}]
>>> [INFO] [pmd:check {execution: validate}]
>>> [INFO]
>>> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
>>> [INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
>>> [INFO] [remote-resources:process {execution: default}]
>>> [INFO] [resources:resources {execution: default-resources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 3 resources
>>> [INFO] Copying 10 resources
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\rm\src\main\resources-f
>>> iltered [INFO] Copying 1 resource
>>> [INFO] Copying 3 resources
>>> [INFO] [compiler:compile {execution: default-compile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [resources:testResources {execution: default-testResources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 9 resources
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\rm\src\test\resources
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\rm\target\generated\src
>>> \test\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:testCompile {execution: default-testCompile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [surefire:test {execution: default-test}]
>>> [INFO] Surefire report directory:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\rm\target\surefire-repo
>>> rts
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.ws.rm.soap.RMSoapInterceptorTest
>>> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.432 sec
>>> Running org.apache.cxf.ws.rm.persistence.jdbc.RMTxStoreConfigurationTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.326 sec
>>> Running org.apache.cxf.ws.rm.RMManagerConfigurationTest
>>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.428 sec
>>> Running org.apache.cxf.ws.rm.persistence.PersistenceUtilsTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 sec
>>> Running org.apache.cxf.ws.rm.soap.RetransmissionQueueImplTest
>>> Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.299 sec
>>> Running org.apache.cxf.ws.rm.RMContextUtilsTest
>>> Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.315 sec
>>> Running org.apache.cxf.ws.rm.AbstractSequenceTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
>>> Running org.apache.cxf.ws.rm.DestinationTest
>>> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.19 sec
>>> Running org.apache.cxf.ws.rm.RMUtilsTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 sec
>>> Running org.apache.cxf.ws.rm.AbstractRMInterceptorTest
>>> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 sec
>>> Running org.apache.cxf.ws.rm.SourceSequenceTest
>>> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.029 sec
>>> Running org.apache.cxf.ws.rm.RMEndpointTest
>>> Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.216 sec
>>> Running org.apache.cxf.ws.rm.persistence.jdbc.RMTxStoreTest
>>> Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.32 sec
>>> Running org.apache.cxf.ws.rm.AbstractEndpointTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
>>> Running org.apache.cxf.ws.rm.policy.PolicyUtilsTest
>>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
>>> Running org.apache.cxf.ws.rm.DestinationSequenceTest
>>> Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.281 sec
>>> Running org.apache.cxf.ws.rm.soap.SoapFaultFactoryTest
>>> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 sec
>>> Running org.apache.cxf.ws.rm.RMInInterceptorTest
>>> Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 sec
>>> Running org.apache.cxf.ws.rm.RMOutInterceptorTest
>>> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec
>>> Running org.apache.cxf.ws.rm.RMManagerTest
>>> Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.167 sec
>>> Running org.apache.cxf.ws.rm.ProxyTest
>>> Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 sec
>>>
>>> Results :
>>>
>>> Tests run: 169, Failures: 0, Errors: 0, Skipped: 0
>>>
>>> [INFO] [jar:jar {execution: default-jar}]
>>> [INFO] Building jar:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\rm\target\cxf-rt-ws-rm-
>>> 2.3.0-SNAPSHOT.jar [INFO] [install:install {execution: default-install}]
>>> [INFO] Installing
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\rm\target\cxf-rt-ws-rm-
>>> 2.3.0-SNAPSHOT.jar to
>>> C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-rt-ws-rm\
>>> 2.3.0-SNAPSHOT\cxf-rt-ws-rm-2.3.0-SNAPSHOT.jar
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Apache CXF Runtime WS Security
>>> [INFO]    task-segment: [install]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] [checkstyle:checkstyle {execution: validate}]
>>> [INFO] Starting audit...
>>> Audit done.
>>>
>>> [INFO] Preparing pmd:check
>>> [INFO] [pmd:pmd {execution: pmd}]
>>> [INFO] [pmd:check {execution: validate}]
>>> [INFO]
>>> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
>>> [INFO] [remote-resources:process {execution: default}]
>>> [INFO] [resources:resources {execution: default-resources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 4 resources
>>> [INFO] Copying 2 resources
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\security\src\main\resou
>>> rces-filtered [INFO] Copying 1 resource
>>> [INFO] Copying 3 resources
>>> [INFO] [compiler:compile {execution: default-compile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [resources:testResources {execution: default-testResources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 48 resources
>>> [INFO] Copying 1 resource
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\security\target\generat
>>> ed\src\test\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:testCompile {execution: default-testCompile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [surefire:test {execution: default-test}]
>>> [INFO] Surefire report directory:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\security\target\surefir
>>> e-reports
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.ws.security.wss4j.DefaultSecurityContextTest
>>> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 sec
>>> Running org.apache.cxf.ws.security.wss4j.CryptoCoverageCheckerTest
>>> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.207 sec
>>> Running org.apache.cxf.ws.security.wss4j.WSS4JFaultCodeTest
>>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.244 sec
>>> Running org.apache.cxf.ws.security.wss4j.WSS4JOutInterceptorTest
>>> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.406 sec
>>> Running org.apache.cxf.ws.security.wss4j.SignatureConfirmationTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 sec
>>> Running org.apache.cxf.ws.security.wss4j.RoundTripTest
>>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.714 sec
>>> Running org.apache.cxf.ws.security.wss4j.WSS4JInOutTest
>>> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.547 sec
>>> Running org.apache.cxf.ws.security.wss4j.UserNameTokenAuthorizationTest
>>> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.893 sec
>>> Running org.apache.cxf.ws.security.wss4j.PolicyBasedWss4JInOutTest
>>> Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.774 sec
>>>
>>> Results :
>>>
>>> Tests run: 49, Failures: 0, Errors: 0, Skipped: 0
>>>
>>> [INFO] [jar:jar {execution: default-jar}]
>>> [INFO] Building jar:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\security\target\cxf-rt-
>>> ws-security-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
>>> default-install}]
>>> [INFO] Installing
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\security\target\cxf-rt-
>>> ws-security-2.3.0-SNAPSHOT.jar to
>>> C:\Users\ggregory\.m2\repository\org\apache\cxf\c
>>> xf-rt-ws-security\2.3.0-SNAPSHOT\cxf-rt-ws-security-2.3.0-SNAPSHOT.jar
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Apache CXF Runtime Web Management
>>> [INFO]    task-segment: [install]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] [checkstyle:checkstyle {execution: validate}]
>>> [INFO] Starting audit...
>>> Audit done.
>>>
>>> [INFO] Preparing pmd:check
>>> [INFO] [pmd:pmd {execution: pmd}]
>>> [INFO] [pmd:check {execution: validate}]
>>> [INFO]
>>> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
>>> [INFO] [remote-resources:process {execution: default}]
>>> [INFO] [resources:resources {execution: default-resources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 0 resource
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management-web\src\main\re
>>> sources [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management-web\src\main\re
>>> sources-filtered [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management-web\target\gene
>>> rated\src\main\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:compile {execution: default-compile}]
>>> [INFO] Compiling 1 source file to
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management-web\target\clas
>>> ses [INFO] [resources:testResources {execution: default-testResources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 0 resource
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management-web\src\test\re
>>> sources [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management-web\target\gene
>>> rated\src\test\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:testCompile {execution: default-testCompile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [surefire:test {execution: default-test}]
>>> [INFO] Surefire report directory:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management-web\target\sure
>>> fire-reports
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> There are no tests to run.
>>>
>>> Results :
>>>
>>> Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
>>>
>>> [INFO] [jar:jar {execution: default-jar}]
>>> [INFO] Building jar:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management-web\target\cxf-
>>> rt-management-web-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
>>> default-install}]
>>> [INFO] Installing
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management-web\target\cxf-
>>> rt-management-web-2.3.0-SNAPSHOT.jar to
>>> C:\Users\ggregory\.m2\repository\org\apache
>>> \cxf\cxf-rt-management-web\2.3.0-SNAPSHOT\cxf-rt-management-web-2.3.0-SNAP
>>> SHOT.jar [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Apache CXF JBI Integration
>>> [INFO]    task-segment: [install]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] [checkstyle:checkstyle {execution: validate}]
>>> [INFO] Starting audit...
>>> Audit done.
>>>
>>> [INFO] Preparing pmd:check
>>> [INFO] [pmd:pmd {execution: pmd}]
>>> [INFO] [pmd:check {execution: validate}]
>>> [INFO]
>>> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
>>> [INFO] [remote-resources:process {execution: default}]
>>> [INFO] [resources:resources {execution: default-resources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 4 resources
>>> [INFO] Copying 0 resource
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jbi\src\main\reso
>>> urces-filtered [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jbi\target\genera
>>> ted\src\main\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:compile {execution: default-compile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [resources:testResources {execution: default-testResources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 0 resource
>>> [INFO] Copying 11 resources
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jbi\target\genera
>>> ted\src\test\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:testCompile {execution: default-testCompile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [surefire:test {execution: default-test}]
>>> [INFO] Surefire report directory:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jbi\target\surefi
>>> re-reports
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.jbi.se.state.ServiceEngineStateFactoryTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 sec
>>> Running org.apache.cxf.jbi.se.state.ServiceEngineShutdownTest
>>> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
>>> Running org.apache.cxf.jbi.se.CXFServiceUnitManagerTest
>>> Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.38 sec
>>> Running org.apache.cxf.jbi.se.CXFServiceUnitTest
>>> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.603 sec
>>> Running org.apache.cxf.jbi.se.state.ServiceEngineStopTest
>>> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
>>> Running org.apache.cxf.jbi.se.state.ServiceEngineStartTest
>>> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
>>>
>>> Results :
>>>
>>> Tests run: 40, Failures: 0, Errors: 0, Skipped: 0
>>>
>>> [INFO] [jar:jar {execution: default-jar}]
>>> [INFO] Building jar:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jbi\target\cxf-in
>>> tegration-jbi-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
>>> default-install}]
>>> [INFO] Installing
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jbi\target\cxf-in
>>> tegration-jbi-2.3.0-SNAPSHOT.jar to
>>> C:\Users\ggregory\.m2\repository\org\apache\cxf
>>> \cxf-integration-jbi\2.3.0-SNAPSHOT\cxf-integration-jbi-2.3.0-SNAPSHOT.jar
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Apache CXF JCA Connection
>>> [INFO]    task-segment: [install]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] [checkstyle:checkstyle {execution: validate}]
>>> [INFO] Starting audit...
>>> Audit done.
>>>
>>> [INFO] Preparing pmd:check
>>> [INFO] [pmd:pmd {execution: pmd}]
>>> [INFO] [pmd:check {execution: validate}]
>>> [INFO]
>>> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
>>> [INFO] [remote-resources:process {execution: default}]
>>> [INFO] [resources:resources {execution: default-resources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 2 resources
>>> [INFO] Copying 1 resource
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jca\src\main\reso
>>> urces-filtered [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jca\target\genera
>>> ted\src\main\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:compile {execution: default-compile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [resources:testResources {execution: default-testResources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 10 resources
>>> [INFO] Copying 4 resources
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jca\target\genera
>>> ted\src\test\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:testCompile {execution: default-testCompile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [surefire:test {execution: default-test}]
>>> [INFO] Surefire report directory:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jca\target\surefi
>>> re-reports
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.jca.cxf.ConnectionFactoryImplTest
>>> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.438 sec
>>> Running org.apache.cxf.jca.servant.EJBServantConfigTest
>>> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 sec
>>> Running org.apache.cxf.jca.cxf.handlers.InvokingInvocationHandlerTest
>>> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.181 sec
>>> Running org.apache.cxf.jca.core.resourceadapter.ManagedConnectionImplTest
>>> Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 sec
>>> Running org.apache.cxf.jca.core.resourceadapter.UriHandlerInitTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
>>> Running org.apache.cxf.jca.cxf.CXFConnectionRequestInfoTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
>>> Running org.apache.cxf.jca.jarloader.JarLoaderTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
>>> Running org.apache.cxf.jca.core.resourceadapter.HandlerTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
>>> Running org.apache.cxf.jca.cxf.handlers.InvocationHandlerFactoryTest
>>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 sec
>>> Running org.apache.cxf.jca.cxf.ResourceAdapterImplTest
>>> Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec
>>> Running org.apache.cxf.jca.core.classloader.PlugInClassLoaderTest
>>> Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 sec
>>> Running
>>> org.apache.cxf.jca.core.resourceadapter.ResourceAdapterInternalExceptionTe
>>> st Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013
>>> sec Running org.apache.cxf.jca.servant.EJBEndpointTest
>>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
>>> Running org.apache.cxf.jca.core.logging.LoggerHelperTest
>>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
>>> Running org.apache.cxf.jca.cxf.handlers.ProxyInvocationHandlerTest
>>> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.46 sec
>>> Running org.apache.cxf.jca.core.resourceadapter.ResourceBeanTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
>>> Running org.apache.cxf.jca.cxf.handlers.ObjectMethodInvocationHandlerTest
>>> Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
>>> Running org.apache.cxf.jca.cxf.JCABusFactoryTest
>>> Tests run: 4, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.18 sec
>>> Running
>>> org.apache.cxf.jca.core.resourceadapter.ManagedConnectionFactoryImplTest
>>> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
>>> Running org.apache.cxf.jca.outbound.ManagedConnectionImplTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.888 sec
>>> Running org.apache.cxf.jca.cxf.ManagedConnectionImplTest
>>> Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.055 sec
>>> Running org.apache.cxf.jca.cxf.AssociatedManagedConnectionFactoryImplTest
>>> Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.148 sec
>>> Running org.apache.cxf.jca.cxf.ManagedConnectionFactoryImplTest
>>> Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.135 sec
>>>
>>> Results :
>>>
>>> Tests run: 160, Failures: 0, Errors: 0, Skipped: 1
>>>
>>> [INFO] [jar:jar {execution: default-jar}]
>>> [INFO] Building jar:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jca\target\cxf-in
>>> tegration-jca-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
>>> default-install}]
>>> [INFO] Installing
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jca\target\cxf-in
>>> tegration-jca-2.3.0-SNAPSHOT.jar to
>>> C:\Users\ggregory\.m2\repository\org\apache\cxf
>>> \cxf-integration-jca\2.3.0-SNAPSHOT\cxf-integration-jca-2.3.0-SNAPSHOT.jar
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Apache CXF Integration
>>> [INFO]    task-segment: [install]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
>>> [INFO] [install:install {execution: default-install}]
>>> [INFO] Installing
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\pom.xml to
>>> C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-integration\2.3.0-SNAP
>>> SHOT\cxf-integr ation-2.3.0-SNAPSHOT.pom
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Apache CXF Java2WS Maven2 Plugin
>>> [INFO]    task-segment: [install]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] [checkstyle:checkstyle {execution: validate}]
>>> [INFO] Starting audit...
>>> Audit done.
>>>
>>> [INFO] Preparing pmd:check
>>> [INFO] [pmd:pmd {execution: pmd}]
>>> [INFO] [pmd:check {execution: validate}]
>>> [INFO]
>>> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
>>> [INFO] [plugin:descriptor {execution: default-descriptor}]
>>> [WARNING] Using platform encoding (Cp1252 actually) to read mojo metadata,
>>> i.e. build is platform dependent! [INFO] Applying mojo extractor for
>>> language: java
>>> [INFO] Mojo extractor for language: java found 1 mojo descriptors.
>>> [INFO] Applying mojo extractor for language: bsh
>>> [INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
>>> [INFO] [remote-resources:process {execution: default}]
>>> [INFO] [resources:resources {execution: default-resources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 0 resource
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\java2ws-plugin\
>>> src\main\resources [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\java2ws-plugin\
>>> src\main\resources-filtered [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\java2ws-plugin\
>>> target\generated\src\main\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:compile {execution: default-compile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [resources:testResources {execution: default-testResources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\java2ws-plugin\
>>> src\test\java [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\java2ws-plugin\
>>> src\test\resources [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\java2ws-plugin\
>>> target\generated\src\test\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:testCompile {execution: default-testCompile}]
>>> [INFO] No sources to compile
>>> [INFO] [surefire:test {execution: default-test}]
>>> [INFO] Surefire report directory:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\java2ws-plugin\
>>> target\surefire-reports
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> There are no tests to run.
>>>
>>> Results :
>>>
>>> Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
>>>
>>> [INFO] [jar:jar {execution: default-jar}]
>>> [INFO] Building jar:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\java2ws-plugin\
>>> target\cxf-java2ws-plugin-2.3.0-SNAPSHOT.jar [INFO]
>>> [plugin:addPluginArtifactMetadata {execution:
>>> default-addPluginArtifactMetadata}] [INFO] [install:install {execution:
>>> default-install}]
>>> [INFO] Installing
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\java2ws-plugin\
>>> target\cxf-java2ws-plugin-2.3.0-SNAPSHOT.jar to
>>> C:\Users\ggregory\.m2\repository\or
>>> g\apache\cxf\cxf-java2ws-plugin\2.3.0-SNAPSHOT\cxf-java2ws-plugin-2.3.0-SN
>>> APSHOT.jar [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Apache CXF CORBA Tools Maven2 Plugins
>>> [INFO]    task-segment: [install]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] [checkstyle:checkstyle {execution: validate}]
>>> [INFO] Starting audit...
>>> Audit done.
>>>
>>> [INFO] Preparing pmd:check
>>> [INFO] [pmd:pmd {execution: pmd}]
>>> [INFO] [pmd:check {execution: validate}]
>>> [INFO]
>>> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
>>> [INFO] [plugin:descriptor {execution: default-descriptor}]
>>> [WARNING] Using platform encoding (Cp1252 actually) to read mojo metadata,
>>> i.e. build is platform dependent! [INFO] Applying mojo extractor for
>>> language: java
>>> [INFO] Mojo extractor for language: java found 2 mojo descriptors.
>>> [INFO] Applying mojo extractor for language: bsh
>>> [INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
>>> [INFO] [remote-resources:process {execution: default}]
>>> [INFO] [resources:resources {execution: default-resources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 0 resource
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\corba\src\main\
>>> resources [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\corba\src\main\
>>> resources-filtered [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\corba\target\ge
>>> nerated\src\main\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:compile {execution: default-compile}]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [INFO] [resources:testResources {execution: default-testResources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\corba\src\test\
>>> java [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\corba\src\test\
>>> resources [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\corba\target\ge
>>> nerated\src\test\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:testCompile {execution: default-testCompile}]
>>> [INFO] No sources to compile
>>> [INFO] [surefire:test {execution: default-test}]
>>> [INFO] Surefire report directory:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\corba\target\su
>>> refire-reports
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> There are no tests to run.
>>>
>>> Results :
>>>
>>> Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
>>>
>>> [INFO] [jar:jar {execution: default-jar}]
>>> [INFO] Building jar:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\corba\target\cx
>>> f-corbatools-maven-plugin-2.3.0-SNAPSHOT.jar [INFO]
>>> [plugin:addPluginArtifactMetadata {execution:
>>> default-addPluginArtifactMetadata}] [INFO] [install:install {execution:
>>> default-install}]
>>> [INFO] Installing
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\corba\target\cx
>>> f-corbatools-maven-plugin-2.3.0-SNAPSHOT.jar to
>>> C:\Users\ggregory\.m2\repository\or
>>> g\apache\cxf\cxf-corbatools-maven-plugin\2.3.0-SNAPSHOT\cxf-corbatools-mav
>>> en-plugin-2.3.0-SNAPSHOT.jar [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Apache CXF Archetype - Simple JAX-WS Java First
>>> [INFO]    task-segment: [install]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] [checkstyle:checkstyle {execution: validate}]
>>> [INFO] Starting audit...
>>> Audit done.
>>>
>>> [INFO] Preparing pmd:check
>>> [INFO] [pmd:pmd {execution: pmd}]
>>> [INFO] [pmd:check {execution: validate}]
>>> [INFO]
>>> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
>>> [INFO] [remote-resources:process {execution: default}]
>>> [INFO] [resources:resources {execution: default-resources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 6 resources
>>> [INFO] Copying 3 resources
>>> [INFO] [compiler:compile {execution: default-compile}]
>>> [INFO] No sources to compile
>>> [INFO] [resources:testResources {execution: default-testResources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\archetypes\cxf-
>>> jaxws-javafirst\src\test\java [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\archetypes\cxf-
>>> jaxws-javafirst\src\test\resources [INFO] skip non existing
>>> resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\archetypes\cxf-
>>> jaxws-javafirst\target\generated\src\test\resources [INFO] Copying 3
>>> resources
>>> [INFO] [compiler:testCompile {execution: default-testCompile}]
>>> [INFO] Not compiling test sources
>>> [INFO] [surefire:test {execution: default-test}]
>>> [INFO] Tests are skipped.
>>> [INFO] [jar:jar {execution: default-jar}]
>>> [INFO] Building jar:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\archetypes\cxf-
>>> jaxws-javafirst\target\cxf-jaxws-javafirst-2.3.0-SNAPSHOT.jar [INFO]
>>> [install:install {execution: default-install}]
>>> [INFO] Installing
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\archetypes\cxf-
>>> jaxws-javafirst\target\cxf-jaxws-javafirst-2.3.0-SNAPSHOT.jar to
>>> C:\Users\ggregory\
>>> .m2\repository\org\apache\cxf\archetype\cxf-jaxws-javafirst\2.3.0-SNAPSHOT
>>> \cxf-jaxws-javafirst-2.3.0-SNAPSHOT.jar [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Apache CXF Maven Archetypes
>>> [INFO]    task-segment: [install]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
>>> [INFO] [install:install {execution: default-install}]
>>> [INFO] Installing
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\archetypes\pom.
>>> xml to
>>> C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-archetypes\2.3.0-SNAPS
>>> HO T\cxf-archetypes-2.3.0-SNAPSHOT.pom
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Apache CXF Maven Plugins
>>> [INFO]    task-segment: [install]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
>>> [INFO] [install:install {execution: default-install}]
>>> [INFO] Installing
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\pom.xml to
>>> C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-maven-plugins\2.3.0-SN
>>> APSHOT\cxf-ma ven-plugins-2.3.0-SNAPSHOT.pom
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Apache CXF Uncategorized System Tests
>>> [INFO]    task-segment: [install]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] [checkstyle:checkstyle {execution: validate}]
>>> [INFO] Starting audit...
>>> Audit done.
>>>
>>> [INFO] Preparing pmd:check
>>> [INFO] [pmd:pmd {execution: pmd}]
>>> [INFO] [pmd:check {execution: validate}]
>>> [INFO]
>>> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
>>> [INFO] [remote-resources:process {execution: default}]
>>> [INFO] [resources:resources {execution: default-resources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\uncategorized\src\ma
>>> in\java [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\uncategorized\src\ma
>>> in\resources [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\uncategorized\src\ma
>>> in\resources-filtered [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\uncategorized\target
>>> \generated\src\main\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:compile {execution: default-compile}]
>>> [INFO] No sources to compile
>>> [INFO] [cxf-codegen:wsdl2java {execution: generate-test-sources}]
>>> [INFO] [cxf-corbatools:wsdl2idl {execution: generate-test-sources}]
>>> Jul 23, 2010 10:44:09 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaProcessor
>>> setOutputFile WARNING: Using default wsdl/idl filenames...
>>> Jul 23, 2010 10:44:09 AM
>>> org.springframework.context.support.AbstractApplicationContext
>>> prepareRefresh INFO: Refreshing
>>> org.apache.cxf.bus.spring.BusApplicationContext@a268256: display name
>>> [org.apache.cxf.bus.spring.BusApplicationContext@a268256]; startup date
>>> [Fri Jul 23 10:4 4:09 PDT 2010]; root of context hierarchy
>>> Jul 23, 2010 10:44:09 AM
>>> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
>>> loadBeanDefinitions INFO: Loading XML bean definitions from class path
>>> resource [META-INF/cxf/cxf.xml] Jul 23, 2010 10:44:09 AM
>>> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
>>> loadBeanDefinitions INFO: Loading XML bean definitions from class path
>>> resource [META-INF/cxf/cxf-extension-corba.xml] Jul 23, 2010 10:44:09 AM
>>> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
>>> loadBeanDefinitions INFO: Loading XML bean definitions from class path
>>> resource [META-INF/cxf/cxf-extension-jaxws.xml] Jul 23, 2010 10:44:09 AM
>>> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
>>> loadBeanDefinitions INFO: Loading XML bean definitions from class path
>>> resource [META-INF/cxf/cxf-extension-soap.xml] Jul 23, 2010 10:44:09 AM
>>> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
>>> loadBeanDefinitions INFO: Loading XML bean definitions from class path
>>> resource [META-INF/cxf/cxf-extension-xml.xml] Jul 23, 2010 10:44:09 AM
>>> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
>>> loadBeanDefinitions INFO: Loading XML bean definitions from class path
>>> resource [META-INF/cxf/cxf-extension-addr.xml] Jul 23, 2010 10:44:09 AM
>>> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
>>> loadBeanDefinitions INFO: Loading XML bean definitions from class path
>>> resource [META-INF/cxf/cxf-extension-management.xml] Jul 23, 2010 10:44:09
>>> AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader
>>> loadBeanDefinitions INFO: Loading XML bean definitions from class path
>>> resource [META-INF/cxf/cxf-extension-jbi-binding.xml] Jul 23, 2010
>>> 10:44:09 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader
>>> loadBeanDefinitions INFO: Loading XML bean definitions from class path
>>> resource [META-INF/cxf/cxf-extension-jbi.xml] Jul 23, 2010 10:44:09 AM
>>> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
>>> loadBeanDefinitions INFO: Loading XML bean definitions from class path
>>> resource [META-INF/cxf/cxf-extension-http-binding.xml] Jul 23, 2010
>>> 10:44:09 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader
>>> loadBeanDefinitions INFO: Loading XML bean definitions from class path
>>> resource [META-INF/cxf/cxf-extension-http.xml] Jul 23, 2010 10:44:09 AM
>>> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
>>> loadBeanDefinitions INFO: Loading XML bean definitions from class path
>>> resource [META-INF/cxf/cxf-extension-http-jetty.xml] Jul 23, 2010 10:44:09
>>> AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader
>>> loadBeanDefinitions INFO: Loading XML bean definitions from class path
>>> resource [META-INF/cxf/cxf-extension-http.xml] Jul 23, 2010 10:44:09 AM
>>> org.springframework.beans.factory.support.DefaultListableBeanFactory
>>> registerBeanDefinition INFO: Overriding bean definition for bean
>>> 'org.apache.cxf.transport.http.policy.HTTPClientAssertionBuilder':
>>> replacing [Generic bean: class [org.apache.cxf.transport.http.poli
>>> cy.HTTPClientAssertionBuilder]; scope=singleton; abstract=false;
>>> lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true;
>>> primary=false; factoryBeanName=null; factoryMethodName=null;
>>> initMethodName=null; destroyMethodName=null; defined in class path
>>> resource [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class
>>> [org.apac he.cxf.transport.http.policy.HTTPClientAssertionBuilder];
>>> scope=singleton; abstract=false; lazyInit=true; autowireMode=0;
>>> dependencyCheck=0; autowireCandidate=true; primary=fa lse;
>>> factoryBeanName=null; factoryMethodName=null; initMethodName=null;
>>> destroyMethodName=null; defined in class path resource
>>> [META-INF/cxf/cxf-extension-http.xml]] Jul 23, 2010 10:44:09 AM
>>> org.springframework.beans.factory.support.DefaultListableBeanFactory
>>> registerBeanDefinition INFO: Overriding bean definition for bean
>>> 'org.apache.cxf.transport.http.policy.HTTPServerAssertionBuilder':
>>> replacing [Generic bean: class [org.apache.cxf.transport.http.poli
>>> cy.HTTPServerAssertionBuilder]; scope=singleton; abstract=false;
>>> lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true;
>>> primary=false; factoryBeanName=null; factoryMethodName=null;
>>> initMethodName=null; destroyMethodName=null; defined in class path
>>> resource [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class
>>> [org.apac he.cxf.transport.http.policy.HTTPServerAssertionBuilder];
>>> scope=singleton; abstract=false; lazyInit=true; autowireMode=0;
>>> dependencyCheck=0; autowireCandidate=true; primary=fa lse;
>>> factoryBeanName=null; factoryMethodName=null; initMethodName=null;
>>> destroyMethodName=null; defined in class path resource
>>> [META-INF/cxf/cxf-extension-http.xml]] Jul 23, 2010 10:44:09 AM
>>> org.springframework.beans.factory.support.DefaultListableBeanFactory
>>> registerBeanDefinition INFO: Overriding bean definition for bean
>>> 'org.apache.cxf.transport.http.policy.NoOpPolicyInterceptorProvider':
>>> replacing [Generic bean: class [org.apache.cxf.transport.http.p
>>> olicy.NoOpPolicyInterceptorProvider]; scope=singleton; abstract=false;
>>> lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true;
>>> primary=false; factoryBeanName =null; factoryMethodName=null;
>>> initMethodName=null; destroyMethodName=null; defined in class path
>>> resource [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class
>>> [or g.apache.cxf.transport.http.policy.NoOpPolicyInterceptorProvider];
>>> scope=singleton; abstract=false; lazyInit=true; autowireMode=0;
>>> dependencyCheck=0; autowireCandidate=true; p rimary=false;
>>> factoryBeanName=null; factoryMethodName=null; initMethodName=null;
>>> destroyMethodName=null; defined in class path resource
>>> [META-INF/cxf/cxf-extension-http.xml]] Jul 23, 2010 10:44:09 AM
>>> org.springframework.beans.factory.support.DefaultListableBeanFactory
>>> registerBeanDefinition INFO: Overriding bean definition for bean
>>> 'org.apache.cxf.transport.http.ClientOnlyHTTPTransportFactory': replacing
>>> [Generic bean: class [org.apache.cxf.transport.http.ClientO
>>> nlyHTTPTransportFactory]; scope=singleton; abstract=false; lazyInit=true;
>>> autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false;
>>> factoryBeanName=null; facto ryMethodName=null; initMethodName=null;
>>> destroyMethodName=null; defined in class path resource
>>> [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class
>>> [org.apache.cxf .transport.http.ClientOnlyHTTPTransportFactory];
>>> scope=singleton; abstract=false; lazyInit=true; autowireMode=0;
>>> dependencyCheck=0; autowireCandidate=true; primary=false; fact
>>> oryBeanName=null; factoryMethodName=null; initMethodName=null;
>>> destroyMethodName=null; defined in class path resource
>>> [META-INF/cxf/cxf-extension-http.xml]] Jul 23, 2010 10:44:09 AM
>>> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
>>> loadBeanDefinitions INFO: Loading XML bean definitions from class path
>>> resource [META-INF/cxf/cxf-extension-local.xml] Jul 23, 2010 10:44:09 AM
>>> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
>>> loadBeanDefinitions INFO: Loading XML bean definitions from class path
>>> resource [META-INF/cxf/cxf-extension-jms.xml] Jul 23, 2010 10:44:09 AM
>>> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
>>> loadBeanDefinitions INFO: Loading XML bean definitions from class path
>>> resource [META-INF/cxf/cxf-extension-policy.xml] Jul 23, 2010 10:44:09 AM
>>> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
>>> loadBeanDefinitions INFO: Loading XML bean definitions from class path
>>> resource [META-INF/cxf/cxf-extension-jaxrs-binding.xml] Jul 23, 2010
>>> 10:44:09 AM org.springframework.context.support.AbstractApplicationContext
>>> obtainFreshBeanFactory INFO: Bean factory for application context
>>> [org.apache.cxf.bus.spring.BusApplicationContext@a268256]:
>>> org.springframework.beans.factory.support.DefaultListableBeanFactory@5496
>>> 2fcd
>>> Jul 23, 2010 10:44:09 AM
>>> org.springframework.beans.factory.support.DefaultListableBeanFactory
>>> preInstantiateSingletons INFO: Pre-instantiating singletons in
>>> org.springframework.beans.factory.support.DefaultListableBeanFactory@54962
>>> fcd: defining beans [cxf,org.apache.cxf.bus.spring.BusApplicati
>>> onListener,org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor,org
>>> .apache.cxf.bus.spring.Jsr250BeanPostProcessor,org.apache.cxf.bus.spring.Bu
>>> sExtensionPostProcessor,or
>>> g.apache.cxf.resource.ResourceManager,org.apache.cxf.configuration.Configu
>>> rer,org.apache.cxf.binding.BindingFactoryManager,org.apache.cxf.transport.D
>>> estinationFactoryManager,o
>>> rg.apache.cxf.transport.ConduitInitiatorManager,org.apache.cxf.wsdl.WSDLMa
>>> nager,org.apache.cxf.phase.PhaseManager,org.apache.cxf.workqueue.WorkQueueM
>>> anager,org.apache.cxf.busl
>>> ifecycle.BusLifeCycleManager,org.apache.cxf.endpoint.ServerRegistry,org.ap
>>> ache.cxf.endpoint.ServerLifeCycleManager,org.apache.cxf.endpoint.ClientLife
>>> CycleManager,org.apache.cx
>>> f.transports.http.QueryHandlerRegistry,org.apache.cxf.endpoint.EndpointRes
>>> olverRegistry,org.apache.cxf.headers.HeaderManager,org.apache.cxf.catalog.O
>>> ASISCatalogManager,org.apa
>>> che.cxf.service.factory.FactoryBeanListenerManager,org.apache.cxf.endpoint
>>> .ServiceContractResolverRegistry,org.apache.cxf.binding.corba.CorbaBindingF
>>> actory,org.apache.cxf.bind
>>> ing.corba.wsdl.WSDLExtensionRegister#0,org.apache.cxf.jaxws.context.WebSer
>>> viceContextResourceResolver,org.apache.cxf.jaxws.context.WebServiceContextI
>>> mpl,org.apache.cxf.binding
>>> .soap.SoapBindingFactory,org.apache.cxf.binding.soap.SoapTransportFactory,
>>> org.apache.cxf.binding.soap.customEditorConfigurer,org.apache.cxf.binding.x
>>> ml.XMLBindingFactory,org.a
>>> pache.cxf.ws.addressing.policy.AddressingAssertionBuilder,org.apache.cxf.w
>>> s.addressing.policy.AddressingPolicyInterceptorProvider,org.apache.cxf.ws.a
>>> ddressing.policy.UsingAddr
>>> essingAssertionBuilder,org.apache.cxf.management.InstrumentationManager,or
>>> g.apache.cxf.binding.jbi.JBIBindingFactory,org.apache.cxf.transport.jbi.JBI
>>> TransportFactory,org.apach
>>> e.cxf.binding.http.HttpBindingFactory,org.apache.cxf.transport.http.policy
>>> .HTTPClientAssertionBuilder,org.apache.cxf.transport.http.policy.HTTPServer
>>> AssertionBuilder,org.apach
>>> e.cxf.transport.http.policy.NoOpPolicyInterceptorProvider,org.apache.cxf.t
>>> ransport.http.ClientOnlyHTTPTransportFactory,org.apache.cxf.transport.http_
>>> jetty.JettyHTTPTransportFa
>>> ctory,org.apache.cxf.transport.local.LocalTransportFactory,org.apache.cxf.
>>> transport.jms.JMSTransportFactory,org.apache.cxf.ws.policy.AssertionBuilder
>>> Registry,org.apache.cxf.ws
>>> .policy.PolicyInterceptorProviderRegistry,org.apache.cxf.ws.policy.attachm
>>> ent.external.DomainExpressionBuilderRegistry,org.apache.cxf.ws.policy.attac
>>> hment.external.EndpointRef
>>> erenceDomainExpressionBuilder,org.apache.cxf.ws.policy.PolicyBuilder,org.a
>>> pache.cxf.ws.policy.PolicyEngine,org.apache.cxf.ws.policy.attachment.wsdl11
>>> .Wsdl11AttachmentPolicyPro
>>> vider,org.apache.cxf.ws.policy.attachment.ServiceModelPolicyProvider,org.a
>>> pache.cxf.ws.policy.mtom.MTOMAssertionBuilder,org.apache.cxf.ws.policy.mtom
>>> .MTOMPolicyInterceptorProv ider,org.apache.cxf.jaxrs.JAXRSBindingFactory];
>>> root of factory hierarchy SimpleType Union Not Supported in CORBA Binding
>>> SimpleType Union Not Supported in CORBA Binding
>>> SimpleType Union Not Supported in CORBA Binding
>>> SimpleType Union Not Supported in CORBA Binding
>>> SimpleType Union Not Supported in CORBA Binding
>>> SimpleType Union Not Supported in CORBA Binding
>>> Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
>>> Binding Generation:{http://apache.org/type_test/types1}attribList Jul 23,
>>> 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
>>> Binding Generation:{http://apache.org/type_test/types1}attribUnion
>>> SimpleType Union Not Supported in CORBA Binding
>>> Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
>>> Binding Generation:{http://apache.org/type_test/types1}varUnion SimpleType
>>> Union Not Supported in CORBA Binding
>>> SimpleType Union Not Supported in CORBA Binding
>>> Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processAttributesAsMembers WARNING: class
>>> org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
>>> CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processAttributesAsMembers WARNING: class
>>> org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
>>> CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processContainerAsMembers WARNING: Unknown particle type
>>> org.apache.ws.commons.schema.XmlSchemaGroupRef SimpleType Union Not
>>> Supported in CORBA Binding
>>> SimpleType Union Not Supported in CORBA Binding
>>> SimpleType Union Not Supported in CORBA Binding
>>> SimpleType Union Not Supported in CORBA Binding
>>> SimpleType Union Not Supported in CORBA Binding
>>> SimpleType Union Not Supported in CORBA Binding
>>> Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
>>> Binding Generation:{http://apache.org/type_test/types1}attribList Jul 23,
>>> 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
>>> Binding Generation:{http://apache.org/type_test/types1}attribUnion
>>> SimpleType Union Not Supported in CORBA Binding
>>> Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
>>> Binding Generation:{http://apache.org/type_test/types1}varUnion SimpleType
>>> Union Not Supported in CORBA Binding
>>> SimpleType Union Not Supported in CORBA Binding
>>> Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processAttributesAsMembers WARNING: class
>>> org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
>>> CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processAttributesAsMembers WARNING: class
>>> org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
>>> CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processContainerAsMembers WARNING: Unknown particle type
>>> org.apache.ws.commons.schema.XmlSchemaGroupRef SimpleType Union Not
>>> Supported in CORBA Binding
>>> Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
>>> Binding Generation:{http://apache.org/type_test/doc}return SimpleType
>>> Union Not Supported in CORBA Binding
>>> Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
>>> Binding Generation:{http://apache.org/type_test/doc}y SimpleType Union Not
>>> Supported in CORBA Binding
>>> Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
>>> Binding Generation:{http://apache.org/type_test/doc}z Jul 23, 2010
>>> 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processAttributesAsMembers WARNING: class
>>> org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
>>> CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processAttributesAsMembers WARNING: class
>>> org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
>>> CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
>>> Binding Generation:{http://apache.org/type_test/doc}x Jul 23, 2010
>>> 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
>>> Binding Generation:{http://apache.org/type_test/doc}y SimpleType Union Not
>>> Supported in CORBA Binding
>>> Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
>>> Binding Generation:{http://apache.org/type_test/doc}x SimpleType Union Not
>>> Supported in CORBA Binding
>>> Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
>>> Binding Generation:{http://apache.org/type_test/doc}y Jul 23, 2010
>>> 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
>>> Binding Generation:{http://apache.org/type_test/types1}attribUnion
>>> SimpleType Union Not Supported in CORBA Binding
>>> Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
>>> Binding Generation:{http://apache.org/type_test/types1}varUnion Jul 23,
>>> 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
>>> Binding Generation:{http://apache.org/type_test/types1}attribUnion
>>> SimpleType Union Not Supported in CORBA Binding
>>> Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
>>> Binding Generation:{http://apache.org/type_test/types1}varUnion Jul 23,
>>> 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
>>> Binding Generation:{http://apache.org/type_test/types1}attribUnion
>>> SimpleType Union Not Supported in CORBA Binding
>>> Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
>>> Binding Generation:{http://apache.org/type_test/types1}varUnion Jul 23,
>>> 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processAttributesAsMembers WARNING: class
>>> org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
>>> CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processAttributesAsMembers WARNING: class
>>> org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
>>> CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processAttributesAsMembers WARNING: class
>>> org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
>>> CORBA binding.  Skipping. SimpleType Union Not Supported in CORBA Binding
>>> Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
>>> Binding Generation:{http://apache.org/type_test/doc}x SimpleType Union Not
>>> Supported in CORBA Binding
>>> Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
>>> Binding Generation:{http://apache.org/type_test/doc}y SimpleType Union Not
>>> Supported in CORBA Binding
>>> Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
>>> Binding Generation:{http://apache.org/type_test/doc}return SimpleType
>>> Union Not Supported in CORBA Binding
>>> Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
>>> Binding Generation:{http://apache.org/type_test/doc}y SimpleType Union Not
>>> Supported in CORBA Binding
>>> Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
>>> Binding Generation:{http://apache.org/type_test/doc}z Jul 23, 2010
>>> 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
>>> Binding Generation:{http://apache.org/type_test/types1}attribUnion
>>> SimpleType Union Not Supported in CORBA Binding
>>> Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
>>> Binding Generation:{http://apache.org/type_test/types1}varUnion Jul 23,
>>> 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
>>> Binding Generation:{http://apache.org/type_test/types1}attribUnion
>>> SimpleType Union Not Supported in CORBA Binding
>>> Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
>>> Binding Generation:{http://apache.org/type_test/types1}varUnion Jul 23,
>>> 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processAttributesAsMembers WARNING: class
>>> org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
>>> CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processAttributesAsMembers WARNING: class
>>> org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
>>> CORBA binding.  Skipping. SimpleType Union Not Supported in CORBA Binding
>>> Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
>>> Binding Generation:{http://apache.org/type_test/doc}x SimpleType Union Not
>>> Supported in CORBA Binding
>>> Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
>>> Binding Generation:{http://apache.org/type_test/doc}y SimpleType Union Not
>>> Supported in CORBA Binding
>>> Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
>>> Binding Generation:{http://apache.org/type_test/doc}return SimpleType
>>> Union Not Supported in CORBA Binding
>>> Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
>>> Binding Generation:{http://apache.org/type_test/doc}y SimpleType Union Not
>>> Supported in CORBA Binding
>>> Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
>>> Binding Generation:{http://apache.org/type_test/doc}z SimpleType Union Not
>>> Supported in CORBA Binding
>>> Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
>>> Binding Generation:{http://apache.org/type_test/doc}return SimpleType
>>> Union Not Supported in CORBA Binding
>>> Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
>>> Binding Generation:{http://apache.org/type_test/doc}y SimpleType Union Not
>>> Supported in CORBA Binding
>>> Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
>>> Binding Generation:{http://apache.org/type_test/doc}z SimpleType Union Not
>>> Supported in CORBA Binding
>>> Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
>>> Binding Generation:{http://apache.org/type_test/doc}return SimpleType
>>> Union Not Supported in CORBA Binding
>>> Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
>>> Binding Generation:{http://apache.org/type_test/doc}y SimpleType Union Not
>>> Supported in CORBA Binding
>>> Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
>>> Binding Generation:{http://apache.org/type_test/doc}z SimpleType Union Not
>>> Supported in CORBA Binding
>>> Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
>>> Binding Generation:{http://apache.org/type_test/doc}x SimpleType Union Not
>>> Supported in CORBA Binding
>>> Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
>>> Binding Generation:{http://apache.org/type_test/doc}y Jul 23, 2010
>>> 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processContainerAsMembers WARNING: Unknown particle type
>>> org.apache.ws.commons.schema.XmlSchemaGroupRef Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processContainerAsMembers WARNING: Unknown particle type
>>> org.apache.ws.commons.schema.XmlSchemaGroupRef SimpleType Union Not
>>> Supported in CORBA Binding
>>> Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
>>> Binding Generation:{http://apache.org/type_test/doc}x SimpleType Union Not
>>> Supported in CORBA Binding
>>> Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
>>> Binding Generation:{http://apache.org/type_test/doc}y Jul 23, 2010
>>> 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
>>> Binding Generation:{http://apache.org/type_test/doc}return Jul 23, 2010
>>> 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
>>> Binding Generation:{http://apache.org/type_test/doc}y Jul 23, 2010
>>> 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
>>> Binding Generation:{http://apache.org/type_test/doc}z SimpleType Union Not
>>> Supported in CORBA Binding
>>> Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
>>> Binding Generation:{http://apache.org/type_test/doc}x SimpleType Union Not
>>> Supported in CORBA Binding
>>> Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
>>> Binding Generation:{http://apache.org/type_test/doc}y Jul 23, 2010
>>> 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
>>> Binding Generation:{http://apache.org/type_test/types1}attribList Jul 23,
>>> 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
>>> Binding Generation:{http://apache.org/type_test/types1}attribList Jul 23,
>>> 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
>>> Binding Generation:{http://apache.org/type_test/types1}attribList Jul 23,
>>> 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
>>> Binding Generation:{http://apache.org/type_test/types1}attribList Jul 23,
>>> 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
>>> Binding Generation:{http://apache.org/type_test/types1}attribList Jul 23,
>>> 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processContainerAsMembers WARNING: Unknown particle type
>>> org.apache.ws.commons.schema.XmlSchemaGroupRef Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processContainerAsMembers WARNING: Unknown particle type
>>> org.apache.ws.commons.schema.XmlSchemaGroupRef Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processContainerAsMembers WARNING: Unknown particle type
>>> org.apache.ws.commons.schema.XmlSchemaGroupRef SimpleType Union Not
>>> Supported in CORBA Binding
>>> Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
>>> Binding Generation:{http://apache.org/type_test/doc}return SimpleType
>>> Union Not Supported in CORBA Binding
>>> Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
>>> Binding Generation:{http://apache.org/type_test/doc}y SimpleType Union Not
>>> Supported in CORBA Binding
>>> Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
>>> Binding Generation:{http://apache.org/type_test/doc}z SimpleType Union Not
>>> Supported in CORBA Binding
>>> Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
>>> Binding Generation:{http://apache.org/type_test/doc}return SimpleType
>>> Union Not Supported in CORBA Binding
>>> Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
>>> Binding Generation:{http://apache.org/type_test/doc}y SimpleType Union Not
>>> Supported in CORBA Binding
>>> Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
>>> Binding Generation:{http://apache.org/type_test/doc}z SimpleType Union Not
>>> Supported in CORBA Binding
>>> Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
>>> Binding Generation:{http://apache.org/type_test/doc}x SimpleType Union Not
>>> Supported in CORBA Binding
>>> Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
>>> Binding Generation:{http://apache.org/type_test/doc}y Jul 23, 2010
>>> 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processAttributesAsMembers WARNING: class
>>> org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
>>> CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processAttributesAsMembers WARNING: class
>>> org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
>>> CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processAttributesAsMembers WARNING: class
>>> org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
>>> CORBA binding.  Skipping. SimpleType Union Not Supported in CORBA Binding
>>> Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
>>> Binding Generation:{http://apache.org/type_test/doc}return SimpleType
>>> Union Not Supported in CORBA Binding
>>> Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
>>> Binding Generation:{http://apache.org/type_test/doc}y SimpleType Union Not
>>> Supported in CORBA Binding
>>> Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
>>> Binding Generation:{http://apache.org/type_test/doc}z SimpleType Union Not
>>> Supported in CORBA Binding
>>> Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
>>> Binding Generation:{http://apache.org/type_test/doc}x SimpleType Union Not
>>> Supported in CORBA Binding
>>> Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
>>> Binding Generation:{http://apache.org/type_test/doc}y Jul 23, 2010
>>> 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaBinding
>>> addBindingOperations WARNING: Operation testNMTOKENS not mapped to CORBA
>>> binding.
>>> SimpleType Union Not Supported in CORBA Binding
>>> Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaBinding
>>> addBindingOperations WARNING: Operation testSimpleUnionList not mapped to
>>> CORBA binding. SimpleType Union Not Supported in CORBA Binding
>>> Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaBinding
>>> addBindingOperations WARNING: Operation testAnonUnionList not mapped to
>>> CORBA binding.
>>> SimpleType Union Not Supported in CORBA Binding
>>> Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaBinding
>>> addBindingOperations WARNING: Operation testSimpleUnion not mapped to
>>> CORBA binding.
>>> SimpleType Union Not Supported in CORBA Binding
>>> Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaBinding
>>> addBindingOperations WARNING: Operation testUnionWithAnonEnum not mapped
>>> to CORBA binding. SimpleType Union Not Supported in CORBA Binding
>>> Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaBinding
>>> addBindingOperations WARNING: Operation testUnionWithStringList not mapped
>>> to CORBA binding. SimpleType Union Not Supported in CORBA Binding
>>> Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaBinding
>>> addBindingOperations WARNING: Operation testUnionWithStringListRestriction
>>> not mapped to CORBA binding. SimpleType Union Not Supported in CORBA
>>> Binding
>>> Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaBinding
>>> addBindingOperations WARNING: Operation testUnionWithAnonList not mapped
>>> to CORBA binding. Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
>>> Binding Generation:{http://apache.org/type_test/types1}attribList Jul 23,
>>> 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
>>> Binding Generation:{http://apache.org/type_test/types1}attribList Jul 23,
>>> 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
>>> Binding Generation:{http://apache.org/type_test/types1}attribList Jul 23,
>>> 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
>>> Binding Generation:{http://apache.org/type_test/types1}attribList Jul 23,
>>> 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
>>> Binding Generation:{http://apache.org/type_test/types1}attribList Jul 23,
>>> 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
>>> Binding Generation:{http://apache.org/type_test/types1}attribUnion
>>> SimpleType Union Not Supported in CORBA Binding
>>> Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
>>> Binding Generation:{http://apache.org/type_test/types1}varUnion Jul 23,
>>> 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
>>> Binding Generation:{http://apache.org/type_test/types1}attribUnion
>>> SimpleType Union Not Supported in CORBA Binding
>>> Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
>>> Binding Generation:{http://apache.org/type_test/types1}varUnion Jul 23,
>>> 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
>>> Binding Generation:{http://apache.org/type_test/types1}attribUnion
>>> SimpleType Union Not Supported in CORBA Binding
>>> Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
>>> Binding Generation:{http://apache.org/type_test/types1}varUnion Jul 23,
>>> 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
>>> Binding Generation:{http://apache.org/type_test/types1}attribUnion
>>> SimpleType Union Not Supported in CORBA Binding
>>> Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
>>> Binding Generation:{http://apache.org/type_test/types1}varUnion Jul 23,
>>> 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
>>> Binding Generation:{http://apache.org/type_test/types1}attribUnion
>>> SimpleType Union Not Supported in CORBA Binding
>>> Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
>>> Binding Generation:{http://apache.org/type_test/types1}varUnion SimpleType
>>> Union Not Supported in CORBA Binding
>>> Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaBinding
>>> addBindingOperations WARNING: Operation testUnionSimpleContent not mapped
>>> to CORBA binding. Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processAttributesAsMembers WARNING: class
>>> org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
>>> CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processAttributesAsMembers WARNING: class
>>> org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
>>> CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processAttributesAsMembers WARNING: class
>>> org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
>>> CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processAttributesAsMembers WARNING: class
>>> org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
>>> CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processAttributesAsMembers WARNING: class
>>> org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
>>> CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processAttributesAsMembers WARNING: class
>>> org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
>>> CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processAttributesAsMembers WARNING: class
>>> org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
>>> CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processAttributesAsMembers WARNING: class
>>> org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
>>> CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processAttributesAsMembers WARNING: class
>>> org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
>>> CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processAttributesAsMembers WARNING: class
>>> org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
>>> CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processContainerAsMembers WARNING: Unknown particle type
>>> org.apache.ws.commons.schema.XmlSchemaGroupRef Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processContainerAsMembers WARNING: Unknown particle type
>>> org.apache.ws.commons.schema.XmlSchemaGroupRef Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processContainerAsMembers WARNING: Unknown particle type
>>> org.apache.ws.commons.schema.XmlSchemaGroupRef Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processContainerAsMembers WARNING: Unknown particle type
>>> org.apache.ws.commons.schema.XmlSchemaGroupRef Jul 23, 2010 10:44:10 AM
>>> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
>>> processContainerAsMembers WARNING: Unknown particle type
>>> org.apache.ws.commons.schema.XmlSchemaGroupRef Jul 23, 2010 10:44:11 AM
>>> org.springframework.context.support.AbstractApplicationContext doClose
>>> INFO: Closing org.apache.cxf.bus.spring.BusApplicationContext@a268256:
>>> display name [org.apache.cxf.bus.spring.BusApplicationContext@a268256];
>>> startup date [Fri Jul 23 10:44:0 9 PDT 2010]; root of context hierarchy
>>> Jul 23, 2010 10:44:11 AM
>>> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
>>> destroySingletons INFO: Destroying singletons in
>>> org.springframework.beans.factory.support.DefaultListableBeanFactory@54962
>>> fcd: defining beans [cxf,org.apache.cxf.bus.spring.BusApplicationListe
>>> ner,org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor,org.apache
>>> .cxf.bus.spring.Jsr250BeanPostProcessor,org.apache.cxf.bus.spring.BusExtens
>>> ionPostProcessor,org.apach
>>> e.cxf.resource.ResourceManager,org.apache.cxf.configuration.Configurer,org
>>> .apache.cxf.binding.BindingFactoryManager,org.apache.cxf.transport.Destinat
>>> ionFactoryManager,org.apac
>>> he.cxf.transport.ConduitInitiatorManager,org.apache.cxf.wsdl.WSDLManager,o
>>> rg.apache.cxf.phase.PhaseManager,org.apache.cxf.workqueue.WorkQueueManager,
>>> org.apache.cxf.buslifecycl
>>> e.BusLifeCycleManager,org.apache.cxf.endpoint.ServerRegistry,org.apache.cx
>>> f.endpoint.ServerLifeCycleManager,org.apache.cxf.endpoint.ClientLifeCycleMa
>>> nager,org.apache.cxf.trans
>>> ports.http.QueryHandlerRegistry,org.apache.cxf.endpoint.EndpointResolverRe
>>> gistry,org.apache.cxf.headers.HeaderManager,org.apache.cxf.catalog.OASISCat
>>> alogManager,org.apache.cxf
>>> .service.factory.FactoryBeanListenerManager,org.apache.cxf.endpoint.Servic
>>> eContractResolverRegistry,org.apache.cxf.binding.corba.CorbaBindingFactory,
>>> org.apache.cxf.binding.cor
>>> ba.wsdl.WSDLExtensionRegister#0,org.apache.cxf.jaxws.context.WebServiceCon
>>> textResourceResolver,org.apache.cxf.jaxws.context.WebServiceContextImpl,org
>>> .apache.cxf.binding.soap.S
>>> oapBindingFactory,org.apache.cxf.binding.soap.SoapTransportFactory,org.apa
>>> che.cxf.binding.soap.customEditorConfigurer,org.apache.cxf.binding.xml.XMLB
>>> indingFactory,org.apache.c
>>> xf.ws.addressing.policy.AddressingAssertionBuilder,org.apache.cxf.ws.addre
>>> ssing.policy.AddressingPolicyInterceptorProvider,org.apache.cxf.ws.addressi
>>> ng.policy.UsingAddressingA
>>> ssertionBuilder,org.apache.cxf.management.InstrumentationManager,org.apach
>>> e.cxf.binding.jbi.JBIBindingFactory,org.apache.cxf.transport.jbi.JBITranspo
>>> rtFactory,org.apache.cxf.b
>>> inding.http.HttpBindingFactory,org.apache.cxf.transport.http.policy.HTTPCl
>>> ientAssertionBuilder,org.apache.cxf.transport.http.policy.HTTPServerAsserti
>>> onBuilder,org.apache.cxf.t
>>> ransport.http.policy.NoOpPolicyInterceptorProvider,org.apache.cxf.transpor
>>> t.http.ClientOnlyHTTPTransportFactory,org.apache.cxf.transport.http_jetty.J
>>> ettyHTTPTransportFactory,o
>>> rg.apache.cxf.transport.local.LocalTransportFactory,org.apache.cxf.transpo
>>> rt.jms.JMSTransportFactory,org.apache.cxf.ws.policy.AssertionBuilderRegistr
>>> y,org.apache.cxf.ws.policy
>>> .PolicyInterceptorProviderRegistry,org.apache.cxf.ws.policy.attachment.ext
>>> ernal.DomainExpressionBuilderRegistry,org.apache.cxf.ws.policy.attachment.e
>>> xternal.EndpointReferenceD
>>> omainExpressionBuilder,org.apache.cxf.ws.policy.PolicyBuilder,org.apache.c
>>> xf.ws.policy.PolicyEngine,org.apache.cxf.ws.policy.attachment.wsdl11.Wsdl11
>>> AttachmentPolicyProvider,o
>>> rg.apache.cxf.ws.policy.attachment.ServiceModelPolicyProvider,org.apache.c
>>> xf.ws.policy.mtom.MTOMAssertionBuilder,org.apache.cxf.ws.policy.mtom.MTOMPo
>>> licyInterceptorProvider,or g.apache.cxf.jaxrs.JAXRSBindingFactory]; root of
>>> factory hierarchy [INFO] [resources:testResources {execution:
>>> default-testResources}] [INFO] Using 'UTF-8' encoding to copy filtered
>>> resources.
>>> [INFO] Copying 36 resources
>>> [INFO] Copying 15 resources
>>> [INFO] Copying 2 resources
>>> [INFO] Copying 3 resources
>>> [INFO] [compiler:testCompile {execution: default-testCompile}]
>>> [INFO] Compiling 200 source files to
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\uncategorized\target
>>> \test-classes [INFO] [surefire:test {execution: default-test}]
>>> [INFO] Surefire report directory:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\uncategorized\target
>>> \surefire-reports
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.interceptor.InterceptorFaultTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.075 sec
>>>
>>> Results :
>>>
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.versioning.ClientServerVersioningTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.042 sec
>>>
>>> Results :
>>>
>>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.js.JSClientServerTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.004 sec
>>>
>>> Results :
>>>
>>> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.bus.BusShutdownTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.082 sec
>>>
>>> Results :
>>>
>>> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.corba.CorbaTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.055 sec
>>>
>>> Results :
>>>
>>> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.cxf1226.MissingQualification1226Test
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.152 sec
>>>
>>> Results :
>>>
>>> Tests run: 9, Failures: 0, Errors: 0, Skipped: 0
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.rest.RestClientServerHttpBindingTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.743 sec
>>>
>>> Results :
>>>
>>> Tests run: 11, Failures: 0, Errors: 0, Skipped: 0
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.rest.RestClientServerBookTest
>>> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.132 sec
>>>
>>> Results :
>>>
>>> Tests run: 18, Failures: 0, Errors: 0, Skipped: 0
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.mtom_bindingtype.MTOMBindingTypeTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 3.237 sec
>>>
>>> Results :
>>>
>>> Tests run: 20, Failures: 0, Errors: 0, Skipped: 1
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.factory_pattern.MultiplexClientServerTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.707 sec
>>>
>>> Results :
>>>
>>> Tests run: 22, Failures: 0, Errors: 0, Skipped: 1
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.resolver.JarResolverTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.16 sec
>>>
>>> Results :
>>>
>>> Tests run: 23, Failures: 0, Errors: 0, Skipped: 1
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.type_substitution.AppleFindClientServerTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.91 sec
>>>
>>> Results :
>>>
>>> Tests run: 24, Failures: 0, Errors: 0, Skipped: 1
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.bus.SpringBusFactoryTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.621 sec
>>>
>>> Results :
>>>
>>> Tests run: 26, Failures: 0, Errors: 0, Skipped: 1
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.type_test.soap.SOAPDocLitClientTypeTest
>>> Tests run: 177, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.203
>>> sec
>>>
>>> Results :
>>>
>>> Tests run: 203, Failures: 0, Errors: 0, Skipped: 1
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.jbi.ClientServerTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.544 sec
>>>
>>> Results :
>>>
>>> Tests run: 204, Failures: 0, Errors: 0, Skipped: 1
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.rest.RestClientServerTest
>>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.501 sec
>>>
>>> Results :
>>>
>>> Tests run: 207, Failures: 0, Errors: 0, Skipped: 1
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.soap12.Soap12ClientServerTest
>>> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.351 sec
>>>
>>> Results :
>>>
>>> Tests run: 212, Failures: 0, Errors: 0, Skipped: 1
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.soapfault.SOAPFaultRequestTestCase
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.264 sec
>>>
>>> Results :
>>>
>>> Tests run: 213, Failures: 0, Errors: 0, Skipped: 1
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running
>>> org.apache.cxf.systest.factory_pattern.MultiplexHttpAddressClientServerTes
>>> t Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.325 sec
>>>
>>> Results :
>>>
>>> Tests run: 217, Failures: 0, Errors: 0, Skipped: 1
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.cxf1332.Cxf1332Test
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.846 sec
>>>
>>> Results :
>>>
>>> Tests run: 218, Failures: 0, Errors: 0, Skipped: 1
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.cxf993.Cxf993Test
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.958 sec
>>>
>>> Results :
>>>
>>> Tests run: 219, Failures: 0, Errors: 0, Skipped: 1
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.stringarray.StringArrayTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.647 sec
>>>
>>> Results :
>>>
>>> Tests run: 220, Failures: 0, Errors: 0, Skipped: 1
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.type_test.xml.XMLClientTypeTest
>>> Tests run: 174, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 20.963
>>> sec
>>>
>>> Results :
>>>
>>> Tests run: 394, Failures: 0, Errors: 0, Skipped: 3
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.fault.IntFaultClientServerTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.612 sec
>>>
>>> Results :
>>>
>>> Tests run: 395, Failures: 0, Errors: 0, Skipped: 3
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.type_test.corba.CORBADocLitClientTypeTest
>>> Tests run: 175, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 13.515
>>> sec
>>>
>>> Results :
>>>
>>> Tests run: 570, Failures: 0, Errors: 0, Skipped: 5
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.type_substitution.TypeSubClientServerTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.049 sec
>>>
>>> Results :
>>>
>>> Tests run: 571, Failures: 0, Errors: 0, Skipped: 5
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.soap.SoapActionTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.707 sec
>>>
>>> Results :
>>>
>>> Tests run: 573, Failures: 0, Errors: 0, Skipped: 5
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.mtom.MtomServerTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.918 sec
>>>
>>> Results :
>>>
>>> Tests run: 575, Failures: 0, Errors: 0, Skipped: 5
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.jca.OutBoundConnectionTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.839 sec
>>>
>>> Results :
>>>
>>> Tests run: 577, Failures: 0, Errors: 0, Skipped: 5
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.clustering.FailoverTest
>>> Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.607 sec
>>>
>>> Results :
>>>
>>> Tests run: 587, Failures: 0, Errors: 0, Skipped: 5
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.lifecycle.LifeCycleTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.511 sec
>>>
>>> Results :
>>>
>>> Tests run: 589, Failures: 0, Errors: 0, Skipped: 5
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.mtom.ClientMtomXopTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 3.296 sec
>>>
>>> Results :
>>>
>>> Tests run: 591, Failures: 0, Errors: 0, Skipped: 6
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.mtom.ClientMtomXopWithJMSTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.625 sec
>>>
>>> Results :
>>>
>>> Tests run: 592, Failures: 0, Errors: 0, Skipped: 6
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.management.ManagedBusTest
>>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.832 sec
>>>
>>> Results :
>>>
>>> Tests run: 595, Failures: 0, Errors: 0, Skipped: 6
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.type_test.soap.SOAPRpcLitClientTypeTest
>>> Tests run: 176, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.113
>>> sec
>>>
>>> Results :
>>>
>>> Tests run: 771, Failures: 0, Errors: 0, Skipped: 6
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.corba.CorbaBindingFactoryConfigurerTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.277 sec
>>>
>>> Results :
>>>
>>> Tests run: 772, Failures: 0, Errors: 0, Skipped: 6
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.mtom_feature.MtomFeatureClientServerTest
>>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.263 sec
>>>
>>> Results :
>>>
>>> Tests run: 775, Failures: 0, Errors: 0, Skipped: 6
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.basicDOCBare.DOCBareClientServerTest
>>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.015 sec
>>>
>>> Results :
>>>
>>> Tests run: 778, Failures: 0, Errors: 0, Skipped: 6
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running
>>> org.apache.cxf.systest.factory_pattern.ManualHttpMulitplexClientServerTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.832 sec
>>>
>>> Results :
>>>
>>> Tests run: 780, Failures: 0, Errors: 0, Skipped: 6
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.clustering.FailoverAddressOverrideTest
>>> starting replicated target:
>>> http://localhost:9053/SoapContext/ReplicatedPortC starting replicated
>>> target: http://localhost:9052/SoapContext/ReplicatedPortB starting
>>> replicated target: http://localhost:9051/SoapContext/ReplicatedPortA Tests
>>> run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.28 sec
>>>
>>> Results :
>>>
>>> Tests run: 783, Failures: 0, Errors: 0, Skipped: 6
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.mtom.MtomPolicyTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.082 sec
>>>
>>> Results :
>>>
>>> Tests run: 785, Failures: 0, Errors: 0, Skipped: 6
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.management.CountersClientServerTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.354 sec
>>>
>>> Results :
>>>
>>> Tests run: 786, Failures: 0, Errors: 0, Skipped: 6
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.coloc.ColocHeaderRpcLitTest
>>> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.05 sec
>>>
>>> Results :
>>>
>>> Tests run: 793, Failures: 0, Errors: 0, Skipped: 6
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.coloc.ColocHeaderDocLitTest
>>> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.784 sec
>>>
>>> Results :
>>>
>>> Tests run: 798, Failures: 0, Errors: 0, Skipped: 6
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.soapheader.HeaderClientServerTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.92 sec
>>>
>>> Results :
>>>
>>> Tests run: 800, Failures: 0, Errors: 0, Skipped: 6
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.management.ManagedClientServerTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.731 sec
>>>
>>> Results :
>>>
>>> Tests run: 801, Failures: 0, Errors: 0, Skipped: 6
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.callback.CallbackClientServerTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.218 sec
>>>
>>> Results :
>>>
>>> Tests run: 802, Failures: 0, Errors: 0, Skipped: 6
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.coloc.ColocWrappedDocLitTest
>>> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.088 sec
>>>
>>> Results :
>>>
>>> Tests run: 806, Failures: 0, Errors: 0, Skipped: 6
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.nested_callback.CallbackClientServerTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.673 sec
>>>
>>> Results :
>>>
>>> Tests run: 807, Failures: 0, Errors: 0, Skipped: 6
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.schema_validation.ValidationClientServerTest
>>> DefaultValidationEventHandler: [FATAL_ERROR]: cvc-complex-type.2.4.a:
>>> Invalid content was found starting with element 'varString'. One of
>>> '{"http://apache.org/schema_validatio n/types":varFloat}' is expected.
>>>       Location: line 1
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.099 sec
>>>
>>> Results :
>>>
>>> Tests run: 808, Failures: 0, Errors: 0, Skipped: 6
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.outofband.header.OOBHeaderTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.327 sec
>>>
>>> Results :
>>>
>>> Tests run: 809, Failures: 0, Errors: 0, Skipped: 6
>>>
>>> [INFO] [jar:jar {execution: default-jar}]
>>> [INFO] Building jar:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\uncategorized\target
>>> \cxf-systests-uncategorized-2.3.0-SNAPSHOT.jar [INFO] [jar:test-jar
>>> {execution: attach-sources}]
>>> [INFO] Building jar:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\uncategorized\target
>>> \cxf-systests-uncategorized-2.3.0-SNAPSHOT-tests.jar [INFO]
>>> [install:install {execution: default-install}]
>>> [INFO] Installing
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\uncategorized\target
>>> \cxf-systests-uncategorized-2.3.0-SNAPSHOT.jar to
>>> C:\Users\ggregory\.m2\repository\
>>> org\apache\cxf\systests\cxf-systests-uncategorized\2.3.0-SNAPSHOT\cxf-syst
>>> ests-uncategorized-2.3.0-SNAPSHOT.jar [INFO] Installing
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\uncategorized\target
>>> \cxf-systests-uncategorized-2.3.0-SNAPSHOT-tests.jar to
>>> C:\Users\ggregory\.m2\repos
>>> itory\org\apache\cxf\systests\cxf-systests-uncategorized\2.3.0-SNAPSHOT\cx
>>> f-systests-uncategorized-2.3.0-SNAPSHOT-tests.jar [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Apache CXF Transport System Tests
>>> [INFO]    task-segment: [install]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] [checkstyle:checkstyle {execution: validate}]
>>> [INFO] Starting audit...
>>> Audit done.
>>>
>>> [INFO] Preparing pmd:check
>>> [INFO] [pmd:pmd {execution: pmd}]
>>> [INFO] [pmd:check {execution: validate}]
>>> [INFO]
>>> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
>>> [INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
>>> [INFO] [remote-resources:process {execution: default}]
>>> Downloading:
>>> http://repo1.maven.org/maven2/commons-pool/commons-pool/1.3/commons-pool-1
>>> .3.jar
>>>
>>> [INFO] [resources:resources {execution: default-resources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\src\main\
>>> java [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\src\main\
>>> resources [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\src\main\
>>> resources-filtered [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\target\ge
>>> nerated\src\main\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:compile {execution: default-compile}]
>>> [INFO] Compiling 6 source files to
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\target\cl
>>> asses [INFO] [cxf-codegen:wsdl2java {execution: generate-test-sources}]
>>> [INFO] Nothing to generate
>>> [INFO] [resources:testResources {execution: default-testResources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 72 resources
>>> [INFO] Copying 2 resources
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\target\ge
>>> nerated\src\test\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:testCompile {execution: default-testCompile}]
>>> [INFO] Compiling 111 source files to
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\target\te
>>> st-classes [INFO] [surefire:test {execution: default-test}]
>>> [INFO] Surefire report directory:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\target\su
>>> refire-reports
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.jms.tx.JMSTransactionClientServerTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.77 sec
>>>
>>> Results :
>>>
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running
>>> org.apache.cxf.systest.http_jetty.continuations.ClientServerWrappedContinu
>>> ationTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
>>> 6.998 sec
>>>
>>> Results :
>>>
>>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.http_jetty.ThreadPoolTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.149 sec
>>>
>>> Results :
>>>
>>> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.servlet.SpringServletTest
>>> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.22 sec
>>>
>>> Results :
>>>
>>> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.jms.JMSClientServerTest
>>> Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.625 sec
>>>
>>> Results :
>>>
>>> Tests run: 32, Failures: 0, Errors: 0, Skipped: 0
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running
>>> org.apache.cxf.systest.multitransport.MultiTransportClientServerTest Tests
>>> run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.115 sec
>>>
>>> Results :
>>>
>>> Tests run: 33, Failures: 0, Errors: 0, Skipped: 0
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.local_transport.DirectDispatchClientTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.496 sec
>>>
>>> Results :
>>>
>>> Tests run: 35, Failures: 0, Errors: 0, Skipped: 0
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running
>>> org.apache.cxf.systest.jms.continuations.HelloWorldContinuationsClientServ
>>> erTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
>>> 11.641 sec
>>>
>>> Results :
>>>
>>> Tests run: 36, Failures: 0, Errors: 0, Skipped: 0
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.http.HTTPSClientTest
>>> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.715 sec
>>>
>>> Results :
>>>
>>> Tests run: 42, Failures: 0, Errors: 0, Skipped: 0
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.jms.testsuite.testcases.SOAPJMSTestSuiteTest
>>> Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.603 sec
>>>
>>> Results :
>>>
>>> Tests run: 74, Failures: 0, Errors: 0, Skipped: 0
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.http.HTTPConduitTest
>>> Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.943 sec
>>>
>>> Results :
>>>
>>> Tests run: 85, Failures: 0, Errors: 0, Skipped: 0
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running
>>> org.apache.cxf.systest.jms.continuations.HelloWorldContinuationsThrottleTe
>>> st Completed : 5
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.67 sec
>>>
>>> Results :
>>>
>>> Tests run: 86, Failures: 0, Errors: 0, Skipped: 0
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running
>>> org.apache.cxf.systest.jms.continuations.JMSContinuationsClientServerTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.364 sec
>>>
>>> Results :
>>>
>>> Tests run: 87, Failures: 0, Errors: 0, Skipped: 0
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.http_jetty.EngineLifecycleTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.344 sec
>>>
>>> Results :
>>>
>>> Tests run: 89, Failures: 0, Errors: 0, Skipped: 0
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.servlet.HttpBindingServletTest
>>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.702 sec
>>>
>>> Results :
>>>
>>> Tests run: 92, Failures: 0, Errors: 0, Skipped: 0
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.servlet.ErrorContextSerletTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.337 sec
>>>
>>> Results :
>>>
>>> Tests run: 93, Failures: 0, Errors: 0, Skipped: 0
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.http.CertConstraintsTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.482 sec
>>>
>>> Results :
>>>
>>> Tests run: 94, Failures: 0, Errors: 0, Skipped: 0
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.http.PublishedEndpointUrlTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.223 sec
>>>
>>> Results :
>>>
>>> Tests run: 95, Failures: 0, Errors: 0, Skipped: 0
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.servlet.JsFrontEndServletTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.887 sec
>>>
>>> Results :
>>>
>>> Tests run: 96, Failures: 0, Errors: 0, Skipped: 0
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.servlet.SpringAutoPublishServletTest
>>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.877 sec
>>>
>>> Results :
>>>
>>> Tests run: 99, Failures: 0, Errors: 0, Skipped: 0
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.servlet.ExternalServicesServletTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.397 sec
>>>
>>> Results :
>>>
>>> Tests run: 101, Failures: 0, Errors: 0, Skipped: 0
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.http.WSDLAddressRewriteTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.267 sec
>>>
>>> Results :
>>>
>>> Tests run: 103, Failures: 0, Errors: 0, Skipped: 0
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.servlet.CXFServletTest
>>> class org.apache.cxf.jaxws.binding.soap.SOAPBindingImpl
>>> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.889 sec
>>>
>>> Results :
>>>
>>> Tests run: 111, Failures: 0, Errors: 0, Skipped: 0
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.servlet.NoSpringServletClientTest
>>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.974 sec
>>>
>>> Results :
>>>
>>> Tests run: 114, Failures: 0, Errors: 0, Skipped: 0
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.http.ClientServerSessionTest
>>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 6.416 sec
>>>
>>> Results :
>>>
>>> Tests run: 117, Failures: 0, Errors: 0, Skipped: 1
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.http.WSDLQueryTest
>>> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.599 sec
>>>
>>> Results :
>>>
>>> Tests run: 123, Failures: 0, Errors: 0, Skipped: 1
>>>
>>> [INFO] [jar:jar {execution: default-jar}]
>>> [INFO] Building jar:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\target\cx
>>> f-systests-transports-2.3.0-SNAPSHOT.jar [INFO] [jar:test-jar {execution:
>>> attach-sources}]
>>> [INFO] Building jar:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\target\cx
>>> f-systests-transports-2.3.0-SNAPSHOT-tests.jar [INFO] [install:install
>>> {execution: default-install}]
>>> [INFO] Installing
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\target\cx
>>> f-systests-transports-2.3.0-SNAPSHOT.jar to
>>> C:\Users\ggregory\.m2\repository\org\ap
>>> ache\cxf\systests\cxf-systests-transports\2.3.0-SNAPSHOT\cxf-systests-tran
>>> sports-2.3.0-SNAPSHOT.jar [INFO] Installing
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\target\cx
>>> f-systests-transports-2.3.0-SNAPSHOT-tests.jar to
>>> C:\Users\ggregory\.m2\repository\
>>> org\apache\cxf\systests\cxf-systests-transports\2.3.0-SNAPSHOT\cxf-systest
>>> s-transports-2.3.0-SNAPSHOT-tests.jar [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Apache CXF JAX-WS System Tests
>>> [INFO]    task-segment: [install]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] [checkstyle:checkstyle {execution: validate}]
>>> [INFO] Starting audit...
>>> Audit done.
>>>
>>> [INFO] Preparing pmd:check
>>> [INFO] [pmd:pmd {execution: pmd}]
>>> [INFO] [pmd:check {execution: validate}]
>>> [INFO]
>>> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
>>> [INFO] [remote-resources:process {execution: default}]
>>> [INFO] [resources:resources {execution: default-resources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\src\main\java
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\src\main\resou
>>> rces [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\src\main\resou
>>> rces-filtered [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\target\generat
>>> ed\src\main\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:compile {execution: default-compile}]
>>> [INFO] No sources to compile
>>> [INFO] [cxf-codegen:wsdl2java {execution: generate-test-sources}]
>>> [INFO] Nothing to generate
>>> [INFO] [resources:testResources {execution: default-testResources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 37 resources
>>> [INFO] Copying 3 resources
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\target\generat
>>> ed\src\test\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:testCompile {execution: default-testCompile}]
>>> [INFO] Compiling 106 source files to
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\target\test-cl
>>> asses [INFO] [surefire:test {execution: default-test}]
>>> [INFO] Surefire report directory:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\target\surefir
>>> e-reports
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.provider.ProviderClientServerTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.206 sec
>>>
>>> Results :
>>>
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.handlers.HandlerInvocationTest
>>> Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.904 sec
>>>
>>> Results :
>>>
>>> Tests run: 35, Failures: 0, Errors: 0, Skipped: 0
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.jaxws.ClientServerMixedStyleTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.116 sec
>>>
>>> Results :
>>>
>>> Tests run: 37, Failures: 0, Errors: 0, Skipped: 0
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.jaxws.JaxWsDynamicClientTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.665 sec
>>>
>>> Results :
>>>
>>> Tests run: 38, Failures: 0, Errors: 0, Skipped: 0
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.jaxws.ClientServerGreeterNoWsdlTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.565 sec
>>>
>>> Results :
>>>
>>> Tests run: 40, Failures: 0, Errors: 0, Skipped: 0
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.jaxws.JaxwsExecutorTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.307 sec
>>>
>>> Results :
>>>
>>> Tests run: 41, Failures: 0, Errors: 0, Skipped: 0
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.jaxws.ClientServerGreeterBaseNoWsdlTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.704 sec
>>>
>>> Results :
>>>
>>> Tests run: 42, Failures: 0, Errors: 0, Skipped: 0
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.handlers.DispatchHandlerInvocationTest
>>> Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.2 sec
>>>
>>> Results :
>>>
>>> Tests run: 53, Failures: 0, Errors: 0, Skipped: 0
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.jaxws.AnyClientServerTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.631 sec
>>>
>>> Results :
>>>
>>> Tests run: 55, Failures: 0, Errors: 0, Skipped: 0
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running
>>> org.apache.cxf.systest.handlers.HandlerInvocationUsingAddNumbersTest Tests
>>> run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.252 sec
>>>
>>> Results :
>>>
>>> Tests run: 60, Failures: 0, Errors: 0, Skipped: 0
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running
>>> org.apache.cxf.systest.jaxws.beanpostprocessor.CustomizedfBeanPostProcesso
>>> rTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.577
>>> sec
>>>
>>> Results :
>>>
>>> Tests run: 61, Failures: 0, Errors: 0, Skipped: 0
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.dispatch.DispatchClientServerTest
>>> Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.918 sec
>>>
>>> Results :
>>>
>>> Tests run: 71, Failures: 0, Errors: 0, Skipped: 0
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.provider.datasource.DataSourceProviderTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.848 sec
>>>
>>> Results :
>>>
>>> Tests run: 73, Failures: 0, Errors: 0, Skipped: 0
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.jaxws.OASISCatalogTest
>>> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.325 sec
>>>
>>> Results :
>>>
>>> Tests run: 78, Failures: 0, Errors: 0, Skipped: 0
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.handlers.TrivialSOAPHandlerTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.744 sec
>>>
>>> Results :
>>>
>>> Tests run: 79, Failures: 0, Errors: 0, Skipped: 0
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.jaxws.ClientServerRPCLitTest
>>> DefaultValidationEventHandler: [FATAL_ERROR]: cvc-complex-type.2.4.a:
>>> Invalid content was found starting with element 'ns2:elem3'. One of
>>> '{"http://apache.org/hello_world_rpcl it/types":elem2}' is expected.
>>>       Location: line 1
>>> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.058 sec
>>>
>>> Results :
>>>
>>> Tests run: 83, Failures: 0, Errors: 0, Skipped: 0
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.jaxws.ClientServerRPCLitDefatulAnnoTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.855 sec
>>>
>>> Results :
>>>
>>> Tests run: 84, Failures: 0, Errors: 0, Skipped: 0
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.jaxws.ClientServerTest
>>> Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.581 sec
>>>
>>> Results :
>>>
>>> Tests run: 112, Failures: 0, Errors: 0, Skipped: 0
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.jaxws.ClientServerMiscTest
>>> DefaultValidationEventHandler: [ERROR]: NoName is not a valid name
>>>       Location:
>>> DefaultValidationEventHandler: [ERROR]: NoName is not a valid name
>>>       Location:
>>> DefaultValidationEventHandler: [ERROR]: NoName is not a valid name
>>>       Location:
>>> DefaultValidationEventHandler: [ERROR]: NoName is not a valid name
>>>       Location:
>>> Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.205 sec
>>>
>>> Results :
>>>
>>> Tests run: 130, Failures: 0, Errors: 0, Skipped: 0
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.swa.ClientServerSwaTest
>>> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.967 sec
>>>
>>> Results :
>>>
>>> Tests run: 136, Failures: 0, Errors: 0, Skipped: 0
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running
>>> org.apache.cxf.systest.jaxws.beanpostprocessor.BeanPostProcessorTest Tests
>>> run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.225 sec
>>>
>>> Results :
>>>
>>> Tests run: 137, Failures: 0, Errors: 0, Skipped: 0
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.provider.ProviderXMLClientServerTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.356 sec
>>>
>>> Results :
>>>
>>> Tests run: 139, Failures: 0, Errors: 0, Skipped: 0
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.jaxws.LocatorClientServerTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 3.201 sec
>>>
>>> Results :
>>>
>>> Tests run: 141, Failures: 0, Errors: 0, Skipped: 1
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.jaxws.ClientServerGreeterBaseTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.548 sec
>>>
>>> Results :
>>>
>>> Tests run: 142, Failures: 0, Errors: 0, Skipped: 1
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.dispatch.DispatchXMLClientServerTest
>>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.489 sec
>>>
>>> Results :
>>>
>>> Tests run: 145, Failures: 0, Errors: 0, Skipped: 1
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.handlers.SpringConfiguredHandlerTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.874 sec
>>>
>>> Results :
>>>
>>> Tests run: 146, Failures: 0, Errors: 0, Skipped: 1
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.jaxws.JaxWsClientThreadTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.652 sec
>>>
>>> Results :
>>>
>>> Tests run: 147, Failures: 0, Errors: 0, Skipped: 1
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running
>>> org.apache.cxf.systest.provider.AttachmentProviderXMLClientServerTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.807 sec
>>>
>>> Results :
>>>
>>> Tests run: 148, Failures: 0, Errors: 0, Skipped: 1
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.provider.ProviderRPCClientServerTest
>>> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.503 sec
>>>
>>> Results :
>>>
>>> Tests run: 156, Failures: 0, Errors: 0, Skipped: 1
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.jaxws.ClientServerXMLTest
>>> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.718 sec
>>>
>>> Results :
>>>
>>> Tests run: 163, Failures: 0, Errors: 0, Skipped: 1
>>>
>>> [INFO] [jar:jar {execution: default-jar}]
>>> [INFO] Building jar:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\target\cxf-sys
>>> tests-jaxws-2.3.0-SNAPSHOT.jar [INFO] [jar:test-jar {execution:
>>> attach-sources}]
>>> [INFO] Building jar:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\target\cxf-sys
>>> tests-jaxws-2.3.0-SNAPSHOT-tests.jar [INFO] [install:install {execution:
>>> default-install}]
>>> [INFO] Installing
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\target\cxf-sys
>>> tests-jaxws-2.3.0-SNAPSHOT.jar to
>>> C:\Users\ggregory\.m2\repository\org\apache\cxf\s
>>> ystests\cxf-systests-jaxws\2.3.0-SNAPSHOT\cxf-systests-jaxws-2.3.0-SNAPSHO
>>> T.jar [INFO] Installing
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\target\cxf-sys
>>> tests-jaxws-2.3.0-SNAPSHOT-tests.jar to
>>> C:\Users\ggregory\.m2\repository\org\apache
>>> \cxf\systests\cxf-systests-jaxws\2.3.0-SNAPSHOT\cxf-systests-jaxws-2.3.0-S
>>> NAPSHOT-tests.jar [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Apache CXF Databinding System Tests
>>> [INFO]    task-segment: [install]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] [checkstyle:checkstyle {execution: validate}]
>>> [INFO] Starting audit...
>>> Audit done.
>>>
>>> [INFO] Preparing pmd:check
>>> [INFO] [pmd:pmd {execution: pmd}]
>>> [INFO] [pmd:check {execution: validate}]
>>> [INFO]
>>> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
>>> [INFO] [remote-resources:process {execution: default}]
>>> [INFO] [resources:resources {execution: default-resources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\src\main
>>> \java [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\src\main
>>> \resources [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\src\main
>>> \resources-filtered [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\target\g
>>> enerated\src\main\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:compile {execution: default-compile}]
>>> [INFO] No sources to compile
>>> [INFO] [build-helper:add-test-source {execution: add-test-source}]
>>> [INFO] Test Source directory:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\src\test
>>> \generated added. [INFO] [cxf-codegen:wsdl2java {execution:
>>> generate-test-sources}]
>>> Jul 23, 2010 10:57:31 AM
>>> org.springframework.context.support.AbstractApplicationContext
>>> prepareRefresh INFO: Refreshing
>>> org.apache.cxf.bus.spring.BusApplicationContext@a46f0b5: display name
>>> [org.apache.cxf.bus.spring.BusApplicationContext@a46f0b5]; startup date
>>> [Fri Jul 23 10:5 7:31 PDT 2010]; root of context hierarchy
>>> Jul 23, 2010 10:57:31 AM
>>> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
>>> loadBeanDefinitions INFO: Loading XML bean definitions from class path
>>> resource [META-INF/cxf/cxf.xml] Jul 23, 2010 10:57:31 AM
>>> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
>>> loadBeanDefinitions INFO: Loading XML bean definitions from class path
>>> resource [META-INF/cxf/cxf-extension-jaxws.xml] Jul 23, 2010 10:57:31 AM
>>> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
>>> loadBeanDefinitions INFO: Loading XML bean definitions from class path
>>> resource [META-INF/cxf/cxf-extension-soap.xml] Jul 23, 2010 10:57:31 AM
>>> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
>>> loadBeanDefinitions INFO: Loading XML bean definitions from class path
>>> resource [META-INF/cxf/cxf-extension-xml.xml] Jul 23, 2010 10:57:31 AM
>>> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
>>> loadBeanDefinitions INFO: Loading XML bean definitions from class path
>>> resource [META-INF/cxf/cxf-extension-addr.xml] Jul 23, 2010 10:57:31 AM
>>> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
>>> loadBeanDefinitions INFO: Loading XML bean definitions from class path
>>> resource [META-INF/cxf/cxf-extension-http.xml] Jul 23, 2010 10:57:31 AM
>>> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
>>> loadBeanDefinitions INFO: Loading XML bean definitions from class path
>>> resource [META-INF/cxf/cxf-extension-http-jetty.xml] Jul 23, 2010 10:57:31
>>> AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader
>>> loadBeanDefinitions INFO: Loading XML bean definitions from class path
>>> resource [META-INF/cxf/cxf-extension-http.xml] Jul 23, 2010 10:57:31 AM
>>> org.springframework.beans.factory.support.DefaultListableBeanFactory
>>> registerBeanDefinition INFO: Overriding bean definition for bean
>>> 'org.apache.cxf.transport.http.policy.HTTPClientAssertionBuilder':
>>> replacing [Generic bean: class [org.apache.cxf.transport.http.poli
>>> cy.HTTPClientAssertionBuilder]; scope=singleton; abstract=false;
>>> lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true;
>>> primary=false; factoryBeanName=null; factoryMethodName=null;
>>> initMethodName=null; destroyMethodName=null; defined in class path
>>> resource [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class
>>> [org.apac he.cxf.transport.http.policy.HTTPClientAssertionBuilder];
>>> scope=singleton; abstract=false; lazyInit=true; autowireMode=0;
>>> dependencyCheck=0; autowireCandidate=true; primary=fa lse;
>>> factoryBeanName=null; factoryMethodName=null; initMethodName=null;
>>> destroyMethodName=null; defined in class path resource
>>> [META-INF/cxf/cxf-extension-http.xml]] Jul 23, 2010 10:57:31 AM
>>> org.springframework.beans.factory.support.DefaultListableBeanFactory
>>> registerBeanDefinition INFO: Overriding bean definition for bean
>>> 'org.apache.cxf.transport.http.policy.HTTPServerAssertionBuilder':
>>> replacing [Generic bean: class [org.apache.cxf.transport.http.poli
>>> cy.HTTPServerAssertionBuilder]; scope=singleton; abstract=false;
>>> lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true;
>>> primary=false; factoryBeanName=null; factoryMethodName=null;
>>> initMethodName=null; destroyMethodName=null; defined in class path
>>> resource [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class
>>> [org.apac he.cxf.transport.http.policy.HTTPServerAssertionBuilder];
>>> scope=singleton; abstract=false; lazyInit=true; autowireMode=0;
>>> dependencyCheck=0; autowireCandidate=true; primary=fa lse;
>>> factoryBeanName=null; factoryMethodName=null; initMethodName=null;
>>> destroyMethodName=null; defined in class path resource
>>> [META-INF/cxf/cxf-extension-http.xml]] Jul 23, 2010 10:57:31 AM
>>> org.springframework.beans.factory.support.DefaultListableBeanFactory
>>> registerBeanDefinition INFO: Overriding bean definition for bean
>>> 'org.apache.cxf.transport.http.policy.NoOpPolicyInterceptorProvider':
>>> replacing [Generic bean: class [org.apache.cxf.transport.http.p
>>> olicy.NoOpPolicyInterceptorProvider]; scope=singleton; abstract=false;
>>> lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true;
>>> primary=false; factoryBeanName =null; factoryMethodName=null;
>>> initMethodName=null; destroyMethodName=null; defined in class path
>>> resource [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class
>>> [or g.apache.cxf.transport.http.policy.NoOpPolicyInterceptorProvider];
>>> scope=singleton; abstract=false; lazyInit=true; autowireMode=0;
>>> dependencyCheck=0; autowireCandidate=true; p rimary=false;
>>> factoryBeanName=null; factoryMethodName=null; initMethodName=null;
>>> destroyMethodName=null; defined in class path resource
>>> [META-INF/cxf/cxf-extension-http.xml]] Jul 23, 2010 10:57:31 AM
>>> org.springframework.beans.factory.support.DefaultListableBeanFactory
>>> registerBeanDefinition INFO: Overriding bean definition for bean
>>> 'org.apache.cxf.transport.http.ClientOnlyHTTPTransportFactory': replacing
>>> [Generic bean: class [org.apache.cxf.transport.http.ClientO
>>> nlyHTTPTransportFactory]; scope=singleton; abstract=false; lazyInit=true;
>>> autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false;
>>> factoryBeanName=null; facto ryMethodName=null; initMethodName=null;
>>> destroyMethodName=null; defined in class path resource
>>> [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class
>>> [org.apache.cxf .transport.http.ClientOnlyHTTPTransportFactory];
>>> scope=singleton; abstract=false; lazyInit=true; autowireMode=0;
>>> dependencyCheck=0; autowireCandidate=true; primary=false; fact
>>> oryBeanName=null; factoryMethodName=null; initMethodName=null;
>>> destroyMethodName=null; defined in class path resource
>>> [META-INF/cxf/cxf-extension-http.xml]] Jul 23, 2010 10:57:31 AM
>>> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
>>> loadBeanDefinitions INFO: Loading XML bean definitions from class path
>>> resource [META-INF/cxf/cxf-extension-local.xml] Jul 23, 2010 10:57:31 AM
>>> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
>>> loadBeanDefinitions INFO: Loading XML bean definitions from class path
>>> resource [META-INF/cxf/cxf-extension-ws-security.xml] Jul 23, 2010
>>> 10:57:31 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader
>>> loadBeanDefinitions INFO: Loading XML bean definitions from class path
>>> resource [META-INF/cxf/cxf-extension-jaxrs-binding.xml] Jul 23, 2010
>>> 10:57:31 AM org.springframework.context.support.AbstractApplicationContext
>>> obtainFreshBeanFactory INFO: Bean factory for application context
>>> [org.apache.cxf.bus.spring.BusApplicationContext@a46f0b5]:
>>> org.springframework.beans.factory.support.DefaultListableBeanFactory@780e
>>> a6fb
>>> Jul 23, 2010 10:57:31 AM
>>> org.springframework.beans.factory.support.DefaultListableBeanFactory
>>> preInstantiateSingletons INFO: Pre-instantiating singletons in
>>> org.springframework.beans.factory.support.DefaultListableBeanFactory@780ea
>>> 6fb: defining beans [cxf,org.apache.cxf.bus.spring.BusApplicati
>>> onListener,org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor,org
>>> .apache.cxf.bus.spring.Jsr250BeanPostProcessor,org.apache.cxf.bus.spring.Bu
>>> sExtensionPostProcessor,or
>>> g.apache.cxf.resource.ResourceManager,org.apache.cxf.configuration.Configu
>>> rer,org.apache.cxf.binding.BindingFactoryManager,org.apache.cxf.transport.D
>>> estinationFactoryManager,o
>>> rg.apache.cxf.transport.ConduitInitiatorManager,org.apache.cxf.wsdl.WSDLMa
>>> nager,org.apache.cxf.phase.PhaseManager,org.apache.cxf.workqueue.WorkQueueM
>>> anager,org.apache.cxf.busl
>>> ifecycle.BusLifeCycleManager,org.apache.cxf.endpoint.ServerRegistry,org.ap
>>> ache.cxf.endpoint.ServerLifeCycleManager,org.apache.cxf.endpoint.ClientLife
>>> CycleManager,org.apache.cx
>>> f.transports.http.QueryHandlerRegistry,org.apache.cxf.endpoint.EndpointRes
>>> olverRegistry,org.apache.cxf.headers.HeaderManager,org.apache.cxf.catalog.O
>>> ASISCatalogManager,org.apa
>>> che.cxf.service.factory.FactoryBeanListenerManager,org.apache.cxf.endpoint
>>> .ServiceContractResolverRegistry,org.apache.cxf.jaxws.context.WebServiceCon
>>> textResourceResolver,org.a
>>> pache.cxf.jaxws.context.WebServiceContextImpl,org.apache.cxf.binding.soap.
>>> SoapBindingFactory,org.apache.cxf.binding.soap.SoapTransportFactory,org.apa
>>> che.cxf.binding.soap.custo
>>> mEditorConfigurer,org.apache.cxf.binding.xml.XMLBindingFactory,org.apache.
>>> cxf.ws.addressing.policy.AddressingAssertionBuilder,org.apache.cxf.ws.addre
>>> ssing.policy.AddressingPol
>>> icyInterceptorProvider,org.apache.cxf.ws.addressing.policy.UsingAddressing
>>> AssertionBuilder,org.apache.cxf.transport.http.policy.HTTPClientAssertionBu
>>> ilder,org.apache.cxf.trans
>>> port.http.policy.HTTPServerAssertionBuilder,org.apache.cxf.transport.http.
>>> policy.NoOpPolicyInterceptorProvider,org.apache.cxf.transport.http.ClientOn
>>> lyHTTPTransportFactory,org
>>> .apache.cxf.transport.http_jetty.JettyHTTPTransportFactory,org.apache.cxf.
>>> transport.local.LocalTransportFactory,org.apache.cxf.ws.security.policy.WSS
>>> ecurityPolicyLoader,org.ap ache.cxf.jaxrs.JAXRSBindingFactory]; root of
>>> factory hierarchy
>>> Jul 23, 2010 10:57:33 AM
>>> org.springframework.context.support.AbstractApplicationContext doClose
>>> INFO: Closing org.apache.cxf.bus.spring.BusApplicationContext@a46f0b5:
>>> display name [org.apache.cxf.bus.spring.BusApplicationContext@a46f0b5];
>>> startup date [Fri Jul 23 10:57:3 1 PDT 2010]; root of context hierarchy
>>> Jul 23, 2010 10:57:33 AM
>>> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
>>> destroySingletons INFO: Destroying singletons in
>>> org.springframework.beans.factory.support.DefaultListableBeanFactory@780ea
>>> 6fb: defining beans [cxf,org.apache.cxf.bus.spring.BusApplicationListe
>>> ner,org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor,org.apache
>>> .cxf.bus.spring.Jsr250BeanPostProcessor,org.apache.cxf.bus.spring.BusExtens
>>> ionPostProcessor,org.apach
>>> e.cxf.resource.ResourceManager,org.apache.cxf.configuration.Configurer,org
>>> .apache.cxf.binding.BindingFactoryManager,org.apache.cxf.transport.Destinat
>>> ionFactoryManager,org.apac
>>> he.cxf.transport.ConduitInitiatorManager,org.apache.cxf.wsdl.WSDLManager,o
>>> rg.apache.cxf.phase.PhaseManager,org.apache.cxf.workqueue.WorkQueueManager,
>>> org.apache.cxf.buslifecycl
>>> e.BusLifeCycleManager,org.apache.cxf.endpoint.ServerRegistry,org.apache.cx
>>> f.endpoint.ServerLifeCycleManager,org.apache.cxf.endpoint.ClientLifeCycleMa
>>> nager,org.apache.cxf.trans
>>> ports.http.QueryHandlerRegistry,org.apache.cxf.endpoint.EndpointResolverRe
>>> gistry,org.apache.cxf.headers.HeaderManager,org.apache.cxf.catalog.OASISCat
>>> alogManager,org.apache.cxf
>>> .service.factory.FactoryBeanListenerManager,org.apache.cxf.endpoint.Servic
>>> eContractResolverRegistry,org.apache.cxf.jaxws.context.WebServiceContextRes
>>> ourceResolver,org.apache.c
>>> xf.jaxws.context.WebServiceContextImpl,org.apache.cxf.binding.soap.SoapBin
>>> dingFactory,org.apache.cxf.binding.soap.SoapTransportFactory,org.apache.cxf
>>> .binding.soap.customEditor
>>> Configurer,org.apache.cxf.binding.xml.XMLBindingFactory,org.apache.cxf.ws.
>>> addressing.policy.AddressingAssertionBuilder,org.apache.cxf.ws.addressing.p
>>> olicy.AddressingPolicyInte
>>> rceptorProvider,org.apache.cxf.ws.addressing.policy.UsingAddressingAsserti
>>> onBuilder,org.apache.cxf.transport.http.policy.HTTPClientAssertionBuilder,o
>>> rg.apache.cxf.transport.ht
>>> tp.policy.HTTPServerAssertionBuilder,org.apache.cxf.transport.http.policy.
>>> NoOpPolicyInterceptorProvider,org.apache.cxf.transport.http.ClientOnlyHTTPT
>>> ransportFactory,org.apache
>>> .cxf.transport.http_jetty.JettyHTTPTransportFactory,org.apache.cxf.transpo
>>> rt.local.LocalTransportFactory,org.apache.cxf.ws.security.policy.WSSecurity
>>> PolicyLoader,org.apache.cx f.jaxrs.JAXRSBindingFactory]; root of factory
>>> hierarchy
>>> [INFO] [resources:copy-resources {execution: copy-test-resources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 86 resources
>>> [INFO] [resources:testResources {execution: default-testResources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 3 resources
>>> [INFO] Copying 8 resources
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\target\g
>>> enerated\src\test\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:testCompile {execution: default-testCompile}]
>>> [INFO] Compiling 69 source files to
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\target\t
>>> est-classes [INFO] [surefire:test {execution: default-test}]
>>> [INFO] Surefire report directory:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\target\s
>>> urefire-reports
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.jaxb.TestServiceTest
>>> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.149 sec
>>>
>>> Results :
>>>
>>> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.aegis.mtom.MtomTest
>>> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.646 sec
>>>
>>> Results :
>>>
>>> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.aegis.CharacterSchemaTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.003 sec
>>>
>>> Results :
>>>
>>> Tests run: 9, Failures: 0, Errors: 0, Skipped: 0
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.aegis.AegisClientServerTest
>>> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.006 sec
>>>
>>> Results :
>>>
>>> Tests run: 14, Failures: 0, Errors: 0, Skipped: 0
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.xmlbeans.ClientServerXmlBeansTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.499 sec
>>>
>>> Results :
>>>
>>> Tests run: 16, Failures: 0, Errors: 0, Skipped: 0
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.aegis.AegisJaxWsTest
>>> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.341 sec
>>>
>>> Results :
>>>
>>> Tests run: 21, Failures: 0, Errors: 0, Skipped: 0
>>>
>>> [INFO] [jar:jar {execution: default-jar}]
>>> [INFO] Building jar:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\target\c
>>> xf-systests-databinding-2.3.0-SNAPSHOT.jar [INFO] [jar:test-jar {execution:
>>> attach-sources}]
>>> [INFO] Building jar:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\target\c
>>> xf-systests-databinding-2.3.0-SNAPSHOT-tests.jar [INFO] [install:install
>>> {execution: default-install}]
>>> [INFO] Installing
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\target\c
>>> xf-systests-databinding-2.3.0-SNAPSHOT.jar to
>>> C:\Users\ggregory\.m2\repository\org\
>>> apache\cxf\systests\cxf-systests-databinding\2.3.0-SNAPSHOT\cxf-systests-d
>>> atabinding-2.3.0-SNAPSHOT.jar [INFO] Installing
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\target\c
>>> xf-systests-databinding-2.3.0-SNAPSHOT-tests.jar to
>>> C:\Users\ggregory\.m2\repositor
>>> y\org\apache\cxf\systests\cxf-systests-databinding\2.3.0-SNAPSHOT\cxf-syst
>>> ests-databinding-2.3.0-SNAPSHOT-tests.jar [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Apache CXF JAX-RS System Tests
>>> [INFO]    task-segment: [install]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> Downloading:
>>> http://repo1.maven.org/maven2/jetty/jsp-api/2.1-6.0.2/jsp-api-2.1-6.0.2.po
>>> m [INFO] Unable to find resource 'jetty:jsp-api:pom:2.1-6.0.2' in
>>> repository central (http://repo1.maven.org/maven2) Downloading:
>>> http://repo1.maven.org/maven2/jetty/jsp/2.1-6.0.2/jsp-2.1-6.0.2.pom [INFO]
>>> Unable to find resource 'jetty:jsp:pom:2.1-6.0.2' in repository central
>>> (http://repo1.maven.org/maven2) Downloading:
>>> http://repo1.maven.org/maven2/org/codehaus/jackson/jackson-jaxrs/1.2.0/jac
>>> kson-jaxrs-1.2.0.pom
>>>
>>> Downloading:
>>> http://repo1.maven.org/maven2/org/codehaus/jackson/jackson-core-asl/1.2.0/
>>> jackson-core-asl-1.2.0.pom
>>>
>>> Downloading:
>>> http://repo1.maven.org/maven2/org/codehaus/jackson/jackson-mapper-asl/1.2.
>>> 0/jackson-mapper-asl-1.2.0.pom
>>>
>>> Downloading:
>>> http://repo1.maven.org/maven2/org/codehaus/jackson/jackson-jaxrs/1.2.0/jac
>>> kson-jaxrs-1.2.0.jar
>>>
>>> Downloading:
>>> http://repo1.maven.org/maven2/org/codehaus/jackson/jackson-core-asl/1.2.0/
>>> jackson-core-asl-1.2.0.jar
>>>
>>> Downloading:
>>> http://repo1.maven.org/maven2/org/codehaus/jackson/jackson-mapper-asl/1.2.
>>> 0/jackson-mapper-asl-1.2.0.jar
>>>
>>> [INFO] [checkstyle:checkstyle {execution: validate}]
>>> [INFO] Starting audit...
>>> Audit done.
>>>
>>> [INFO] Preparing pmd:check
>>> [INFO] [pmd:pmd {execution: pmd}]
>>> [INFO] [pmd:check {execution: validate}]
>>> [INFO]
>>> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
>>> [INFO] [remote-resources:process {execution: default}]
>>> [INFO] [resources:resources {execution: default-resources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\src\main\java
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\src\main\resou
>>> rces [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\src\main\resou
>>> rces-filtered [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\target\generat
>>> ed\src\main\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:compile {execution: default-compile}]
>>> [INFO] No sources to compile
>>> [INFO] [resources:testResources {execution: default-testResources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 91 resources
>>> [INFO] Copying 40 resources
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\target\generat
>>> ed\src\test\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:testCompile {execution: default-testCompile}]
>>> [INFO] Compiling 121 source files to
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\target\test-cl
>>> asses [INFO] [surefire:test {execution: default-test}]
>>> [INFO] Surefire report directory:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\target\surefir
>>> e-reports
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running
>>> org.apache.cxf.systest.jaxrs.JAXRSClientServerResourceCreatedSpringProvide
>>> rTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.011
>>> sec
>>>
>>> Results :
>>>
>>> Tests run: 9, Failures: 0, Errors: 0, Skipped: 0
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running
>>> org.apache.cxf.systest.jaxrs.JAXRSClientServerResourceCreatedOutsideBookTe
>>> st Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.211
>>> sec
>>>
>>> Results :
>>>
>>> Tests run: 11, Failures: 0, Errors: 0, Skipped: 0
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.jaxrs.JAXRSClientServerNonSpringBookTest
>>> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.006 sec
>>>
>>> Results :
>>>
>>> Tests run: 17, Failures: 0, Errors: 0, Skipped: 0
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.jaxrs.security.JAXRSSpringSecurityClassTest
>>> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.038 sec
>>>
>>> Results :
>>>
>>> Tests run: 23, Failures: 0, Errors: 0, Skipped: 0
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running
>>> org.apache.cxf.systest.jaxrs.security.JAXRSSpringSecurityNoAnnotationsTest
>>> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.239 sec
>>>
>>> Results :
>>>
>>> Tests run: 27, Failures: 0, Errors: 0, Skipped: 0
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPullSpringTest
>>> Starting Server
>>> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.284 sec
>>>
>>> Results :
>>>
>>> Tests run: 31, Failures: 0, Errors: 0, Skipped: 0
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.jaxrs.JAXRSClientServerSpringBookTest
>>> Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.817 sec
>>>
>>> Results :
>>>
>>> Tests run: 54, Failures: 0, Errors: 0, Skipped: 0
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.jaxrs.JAXRSMultipartTest
>>> Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.877 sec
>>>
>>> Results :
>>>
>>> Tests run: 91, Failures: 0, Errors: 0, Skipped: 0
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.jaxrs.JAXRSRequestDispatcherTest
>>> Tests run: 4, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 4.658 sec
>>>
>>> Results :
>>>
>>> Tests run: 95, Failures: 0, Errors: 0, Skipped: 2
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.jaxrs.security.JAXRSHttpsBookTest
>>> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.863 sec
>>>
>>> Results :
>>>
>>> Tests run: 101, Failures: 0, Errors: 0, Skipped: 2
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.jaxrs.JAXRSMultithreadedClientTest
>>> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.065 sec
>>>
>>> Results :
>>>
>>> Tests run: 109, Failures: 0, Errors: 0, Skipped: 2
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.jaxrs.JAXRSSoapBookTest
>>> Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.54 sec
>>>
>>> Results :
>>>
>>> Tests run: 141, Failures: 0, Errors: 0, Skipped: 2
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.jaxrs.JAXRSJmsTest
>>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.762 sec
>>>
>>> Results :
>>>
>>> Tests run: 144, Failures: 0, Errors: 0, Skipped: 2
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.servlet.JaxRsServletTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.126 sec
>>>
>>> Results :
>>>
>>> Tests run: 145, Failures: 0, Errors: 0, Skipped: 3
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.jaxrs.JAXRSClientServerStreamingTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.529 sec
>>>
>>> Results :
>>>
>>> Tests run: 147, Failures: 0, Errors: 0, Skipped: 3
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.jaxrs.JAXRSClientServerBookTest
>>> PostConstruct called
>>> empty post
>>> empty post
>>>
>>> <?xml version="1.0" encoding="utf-8"?><Book><id>123</id><name>CXF in Action
>>> - 3</name></Book> Tests run: 86, Failures: 0, Errors: 0, Skipped: 1, Time
>>> elapsed: 4.24 sec
>>>
>>> Results :
>>>
>>> Tests run: 233, Failures: 0, Errors: 0, Skipped: 4
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.jaxrs.JAXRSClientServerUserResourceTest
>>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.406 sec
>>>
>>> Results :
>>>
>>> Tests run: 236, Failures: 0, Errors: 0, Skipped: 4
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running
>>> org.apache.cxf.systest.jaxrs.security.JAXRSSpringSecurityInterfaceTest
>>> Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.789 sec
>>>
>>> Results :
>>>
>>> Tests run: 246, Failures: 0, Errors: 0, Skipped: 4
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.jaxrs.JAXRSClientServerProxySpringBookTest
>>> Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.514 sec
>>>
>>> Results :
>>>
>>> Tests run: 258, Failures: 0, Errors: 0, Skipped: 4
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.jaxrs.JAXRSContinuationsTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.846 sec
>>>
>>> Results :
>>>
>>> Tests run: 259, Failures: 0, Errors: 0, Skipped: 4
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running
>>> org.apache.cxf.systest.jaxrs.JAXRSClientServerResourceCreatedSpringBookTes
>>> t Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.492 sec
>>>
>>> Results :
>>>
>>> Tests run: 261, Failures: 0, Errors: 0, Skipped: 4
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.jaxrs.JAXRSAtomBookTest
>>> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.964 sec
>>>
>>> Results :
>>>
>>> Tests run: 265, Failures: 0, Errors: 0, Skipped: 4
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.jaxrs.JAXRSUriInfoTest
>>> Starting Server
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.095 sec
>>>
>>> Results :
>>>
>>> Tests run: 266, Failures: 0, Errors: 0, Skipped: 4
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushSpringTest
>>> Starting Server
>>> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.258 sec
>>>
>>> Results :
>>>
>>> Tests run: 271, Failures: 0, Errors: 0, Skipped: 4
>>>
>>> engine shutdown
>>> engine shutdown
>>> engine shutdown
>>> engine shutdown
>>> engine shutdown
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.jaxrs.JAXRSDataBindingTest
>>> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.993 sec
>>>
>>> Results :
>>>
>>> Tests run: 275, Failures: 0, Errors: 0, Skipped: 4
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running
>>> org.apache.cxf.systest.jaxrs.JAXRSClientServerResourceJacksonSpringProvide
>>> rTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.552
>>> sec
>>>
>>> Results :
>>>
>>> Tests run: 278, Failures: 0, Errors: 0, Skipped: 4
>>>
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest
>>> Jul 23, 2010 11:01:24 AM
>>> org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents SEVERE:
>>> severe message
>>> Jul 23, 2010 11:01:25 AM
>>> org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents
>>> WARNING: warning message
>>> Jul 23, 2010 11:01:25 AM
>>> org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents INFO:
>>> info message
>>> Jul 23, 2010 11:01:28 AM
>>> org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents SEVERE:
>>> severe message
>>> Jul 23, 2010 11:01:28 AM
>>> org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents
>>> WARNING: warning message
>>> Jul 23, 2010 11:01:28 AM
>>> org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents INFO:
>>> info message
>>> Jul 23, 2010 11:01:31 AM
>>> org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents SEVERE:
>>> severe message
>>> Jul 23, 2010 11:01:31 AM
>>> org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents
>>> WARNING: warning message
>>> Jul 23, 2010 11:01:31 AM
>>> org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents INFO:
>>> info message
>>> Jul 23, 2010 11:01:34 AM
>>> org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents SEVERE:
>>> severe message
>>> Jul 23, 2010 11:01:34 AM
>>> org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents
>>> WARNING: warning message
>>> Jul 23, 2010 11:01:34 AM
>>> org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents INFO:
>>> info message
>>> Jul 23, 2010 11:01:37 AM
>>> org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents SEVERE:
>>> severe message
>>> Jul 23, 2010 11:01:37 AM
>>> org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents
>>> WARNING: warning message
>>> Jul 23, 2010 11:01:37 AM
>>> org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents INFO:
>>> info message
>>> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.935 sec
>>>
>>> Results :
>>>
>>> Tests run: 283, Failures: 0, Errors: 0, Skipped: 4
>>>
>>> [INFO] [jar:jar {execution: default-jar}]
>>> [INFO] Building jar:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\target\cxf-sys
>>> tests-jaxrs-2.3.0-SNAPSHOT.jar [INFO] [jar:test-jar {execution:
>>> attach-sources}]
>>> [INFO] Building jar:
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\target\cxf-sys
>>> tests-jaxrs-2.3.0-SNAPSHOT-tests.jar [INFO] [install:install {execution:
>>> default-install}]
>>> [INFO] Installing
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\target\cxf-sys
>>> tests-jaxrs-2.3.0-SNAPSHOT.jar to
>>> C:\Users\ggregory\.m2\repository\org\apache\cxf\s
>>> ystests\cxf-systests-jaxrs\2.3.0-SNAPSHOT\cxf-systests-jaxrs-2.3.0-SNAPSHO
>>> T.jar [INFO] Installing
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\target\cxf-sys
>>> tests-jaxrs-2.3.0-SNAPSHOT-tests.jar to
>>> C:\Users\ggregory\.m2\repository\org\apache
>>> \cxf\systests\cxf-systests-jaxrs\2.3.0-SNAPSHOT\cxf-systests-jaxrs-2.3.0-S
>>> NAPSHOT-tests.jar [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Apache CXF WS-* Specifications System Tests
>>> [INFO]    task-segment: [install]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] [checkstyle:checkstyle {execution: validate}]
>>> [INFO] Starting audit...
>>> Audit done.
>>>
>>> [INFO] Preparing pmd:check
>>> [INFO] [pmd:pmd {execution: pmd}]
>>> [INFO] [pmd:check {execution: validate}]
>>> [INFO]
>>> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
>>> [INFO] [remote-resources:process {execution: default}]
>>> [INFO] [resources:resources {execution: default-resources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\ws-specs\src\main\ja
>>> va [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\ws-specs\src\main\re
>>> sources [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\ws-specs\src\main\re
>>> sources-filtered [INFO] skip non existing resourceDirectory
>>> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\ws-specs\target\gene
>>> rated\src\main\resources [INFO] Copying 3 resources
>>> [INFO] [compiler:compile {execution: default-compile}]
>>> [INFO] No sources to compile
>>> [INFO] [cxf-codegen:wsdl2java {execution: generate-test-sources}]
>>> Jul 23, 2010 11:01:50 AM
>>> org.springframework.context.support.AbstractApplicationContext
>>> prepareRefresh INFO: Refreshing
>>> org.apache.cxf.bus.spring.BusApplicationContext@765590d6: display name
>>> [org.apache.cxf.bus.spring.BusApplicationContext@765590d6]; startup date
>>> [Fri Jul 23 11
>>>
>>> :01:50 PDT 2010]; root of context hierarchy
>>>
>>> Jul 23, 2010 11:01:50 AM
>>> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
>>> loadBeanDefinitions INFO: Loading XML bean definitions from class path
>>> resource [META-INF/cxf/cxf.xml] Jul 23, 2010 11:01:50 AM
>>> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
>>> loadBeanDefinitions INFO: Loading XML bean definitions from class path
>>> resource [META-INF/cxf/cxf-extension-jaxws.xml] Jul 23, 2010 11:01:50 AM
>>> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
>>> loadBeanDefinitions INFO: Loading XML bean definitions from class path
>>> resource [META-INF/cxf/cxf-extension-soap.xml] Jul 23, 2010 11:01:50 AM
>>> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
>>> loadBeanDefinitions INFO: Loading XML bean definitions from class path
>>> resource [META-INF/cxf/cxf-extension-xml.xml] Jul 23, 2010 11:01:50 AM
>>> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
>>> loadBeanDefinitions INFO: Loading XML bean definitions from class path
>>> resource [META-INF/cxf/cxf-extension-addr.xml] Jul 23, 2010 11:01:50 AM
>>> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
>>> loadBeanDefinitions INFO: Loading XML bean definitions from class path
>>> resource [META-INF/cxf/cxf-extension-http.xml] Jul 23, 2010 11:01:50 AM
>>> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
>>> loadBeanDefinitions INFO: Loading XML bean definitions from class path
>>> resource [META-INF/cxf/cxf-extension-jms.xml] Jul 23, 2010 11:01:50 AM
>>> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
>>> loadBeanDefinitions INFO: Loading XML bean definitions from class path
>>> resource [META-INF/cxf/cxf-extension-management.xml] Jul 23, 2010 11:01:50
>>> AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader
>>> loadBeanDefinitions INFO: Loading XML bean definitions from class path
>>> resource [META-INF/cxf/cxf-extension-http-jetty.xml] Jul 23, 2010 11:01:50
>>> AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader
>>> loadBeanDefinitions INFO: Loading XML bean definitions from class path
>>> resource [META-INF/cxf/cxf-extension-http.xml] Jul 23, 2010 11:01:50 AM
>>> org.springframework.beans.factory.support.DefaultListableBeanFactory
>>> registerBeanDefinition INFO: Overriding bean definition for bean
>>> 'org.apache.cxf.transport.http.policy.HTTPClientAssertionBuilder':
>>> replacing [Generic bean: class [org.apache.cxf.transport.http.poli
>>> cy.HTTPClientAssertionBuilder]; scope=singleton; abstract=false;
>>> lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true;
>>> primary=false; factoryBeanName=null; factoryMethodName=null;
>>> initMethodName=null; destroyMethodName=null; defined in class path
>>> resource [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class
>>> [org.apac he.cxf.transport.http.policy.HTTPClientAssertionBuilder];
>>> scope=singleton; abstract=false; lazyInit=true; autowireMode=0;
>>> dependencyCheck=0; autowireCandidate=true; primary=fa lse;
>>> factoryBeanName=null; factoryMethodName=null; initMethodName=null;
>>> destroyMethodName=null; defined in class path resource
>>> [META-INF/cxf/cxf-extension-http.xml]] Jul 23, 2010 11:01:50 AM
>>> org.springframework.beans.factory.support.DefaultListableBeanFactory
>>> registerBeanDefinition INFO: Overriding bean definition for bean
>>> 'org.apache.cxf.transport.http.policy.HTTPServerAssertionBuilder':
>>> replacing [Generic bean: class [org.apache.cxf.transport.http.poli
>>> cy.HTTPServerAssertionBuilder]; scope=singleton; abstract=false;
>>> lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true;
>>> primary=false; factoryBeanName=null; factoryMethodName=null;
>>> initMethodName=null; destroyMethodName=null; defined in class path
>>> resource [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class
>>> [org.apac he.cxf.transport.http.policy.HTTPServerAssertionBuilder];
>>> scope=singleton; abstract=false; lazyInit=true; autowireMode=0;
>>> dependencyCheck=0; autowireCandidate=true; primary=fa lse;
>>> factoryBeanName=null; factoryMethodName=null; initMethodName=null;
>>> destroyMethodName=null; defined in class path resource
>>> [META-INF/cxf/cxf-extension-http.xml]] Jul 23, 2010 11:01:50 AM
>>> org.springframework.beans.factory.support.DefaultListableBeanFactory
>>> registerBeanDefinition INFO: Overriding bean definition for bean
>>> 'org.apache.cxf.transport.http.policy.NoOpPolicyInterceptorProvider':
>>> replacing [Generic bean: class [org.apache.cxf.transport.http.p
>>> olicy.NoOpPolicyInterceptorProvider]; scope=singleton; abstract=false;
>>> lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true;
>>> primary=false; factoryBeanName =null; factoryMethodName=null;
>>> initMethodName=null; destroyMethodName=null; defined in class path
>>> resource [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class
>>> [or g.apache.cxf.transport.http.policy.NoOpPolicyInterceptorProvider];
>>> scope=singleton; abstract=false; lazyInit=true; autowireMode=0;
>>> dependencyCheck=0; autowireCandidate=true; p rimary=false;
>>> factoryBeanName=null; factoryMethodName=null; initMethodName=null;
>>> destroyMethodName=null; defined in class path resource
>>> [META-INF/cxf/cxf-extension-http.xml]] Jul 23, 2010 11:01:50 AM
>>> org.springframework.beans.factory.support.DefaultListableBeanFactory
>>> registerBeanDefinition INFO: Overriding bean definition for bean
>>> 'org.apache.cxf.transport.http.ClientOnlyHTTPTransportFactory': replacing
>>> [Generic bean: class [org.apache.cxf.transport.http.ClientO
>>> nlyHTTPTransportFactory]; scope=singleton; abstract=false; lazyInit=true;
>>> autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false;
>>> factoryBeanName=null; facto ryMethodName=null; initMethodName=null;
>>> destroyMethodName=null; defined in class path resource
>>> [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class
>>> [org.apache.cxf .transport.http.ClientOnlyHTTPTransportFactory];
>>> scope=singleton; abstract=false; lazyInit=true; autowireMode=0;
>>> dependencyCheck=0; autowireCandidate=true; primary=false; fact
>>> oryBeanName=null; factoryMethodName=null; initMethodName=null;
>>> destroyMethodName=null; defined in class path resource
>>> [META-INF/cxf/cxf-extension-http.xml]] Jul 23, 2010 11:01:50 AM
>>> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
>>> loadBeanDefinitions INFO: Loading XML bean definitions from class path
>>> resource [META-INF/cxf/cxf-extension-rm.xml] Jul 23, 2010 11:01:50 AM
>>> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
>>> loadBeanDefinitions INFO: Loading XML bean definitions from class path
>>> resource [META-INF/cxf/cxf-extension-policy.xml] Jul 23, 2010 11:01:50 AM
>>> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
>>> loadBeanDefinitions INFO: Loading XML bean definitions from class path
>>> resource [META-INF/cxf/cxf-extension-ws-security.xml] Jul 23, 2010
>>> 11:01:50 AM org.springframework.context.support.AbstractApplicationContext
>>> obtainFreshBeanFactory INFO: Bean factory for application context
>>> [org.apache.cxf.bus.spring.BusApplicationContext@765590d6]:
>>> org.springframework.beans.factory.support.DefaultListableBeanFactory@837
>>> 5b8f
>>> Jul 23, 2010 11:01:50 AM
>>> org.springframework.beans.factory.support.DefaultListableBeanFactory
>>> preInstantiateSingletons INFO: Pre-instantiating singletons in
>>> org.springframework.beans.factory.support.DefaultListableBeanFactory@8375b
>>> 8f: defining beans [cxf,org.apache.cxf.bus.spring.BusApplicatio
>>> nListener,org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor,org.
>>> apache.cxf.bus.spring.Jsr250BeanPostProcessor,org.apache.cxf.bus.spring.Bus
>>> ExtensionPostProcessor,org
>>> .apache.cxf.resource.ResourceManager,org.apache.cxf.configuration.Configur
>>> er,org.apache.cxf.binding.BindingFactoryManager,org.apache.cxf.transport.De
>>> stinationFactoryManager,or
>>> g.apache.cxf.transport.ConduitInitiatorManager,org.apache.cxf.wsdl.WSDLMan
>>> ager,org.apache.cxf.phase.PhaseManager,org.apache.cxf.workqueue.WorkQueueMa
>>> nager,org.apache.cxf.busli
>>> fecycle.BusLifeCycleManager,org.apache.cxf.endpoint.ServerRegistry,org.apa
>>> che.cxf.endpoint.ServerLifeCycleManager,org.apache.cxf.endpoint.ClientLifeC
>>> ycleManager,org.apache.cxf
>>> .transports.http.QueryHandlerRegistry,org.apache.cxf.endpoint.EndpointReso
>>> lverRegistry,org.apache.cxf.headers.HeaderManager,org.apache.cxf.catalog.OA
>>> SISCatalogManager,org.apac
>>> he.cxf.service.factory.FactoryBeanListenerManager,org.apache.cxf.endpoint.
>>> ServiceContractResolverRegistry,org.apache.cxf.jaxws.context.WebServiceCont
>>> extResourceResolver,org.ap
>>> ache.cxf.jaxws.context.WebServiceContextImpl,org.apache.cxf.binding.soap.S
>>> oapBindingFactory,org.apache.cxf.binding.soap.SoapTransportFactory,org.apac
>>> he.cxf.binding.soap.custom
>>> EditorConfigurer,org.apache.cxf.binding.xml.XMLBindingFactory,org.apache.c
>>> xf.ws.addressing.policy.AddressingAssertionBuilder,org.apache.cxf.ws.addres
>>> sing.policy.AddressingPoli
>>> cyInterceptorProvider,org.apache.cxf.ws.addressing.policy.UsingAddressingA
>>> ssertionBuilder,org.apache.cxf.transport.http.policy.HTTPClientAssertionBui
>>> lder,org.apache.cxf.transp
>>> ort.http.policy.HTTPServerAssertionBuilder,org.apache.cxf.transport.http.p
>>> olicy.NoOpPolicyInterceptorProvider,org.apache.cxf.transport.http.ClientOnl
>>> yHTTPTransportFactory,org.
>>> apache.cxf.transport.jms.JMSTransportFactory,org.apache.cxf.management.Ins
>>> trumentationManager,org.apache.cxf.transport.http_jetty.JettyHTTPTransportF
>>> actory,org.apache.cxf.ws.r
>>> m.RMManager,org.apache.cxf.ws.rm.policy.RMPolicyInterceptorProvider,org.ap
>>> ache.cxf.ws.rm.policy.RMAssertionBuilder,org.apache.cxf.ws.policy.Assertion
>>> BuilderRegistry,org.apache
>>> .cxf.ws.policy.PolicyInterceptorProviderRegistry,org.apache.cxf.ws.policy.
>>> attachment.external.DomainExpressionBuilderRegistry,org.apache.cxf.ws.polic
>>> y.attachment.external.Endp
>>> ointReferenceDomainExpressionBuilder,org.apache.cxf.ws.policy.PolicyBuilde
>>> r,org.apache.cxf.ws.policy.PolicyEngine,org.apache.cxf.ws.policy.attachment
>>> .wsdl11.Wsdl11AttachmentPo
>>> licyProvider,org.apache.cxf.ws.policy.attachment.ServiceModelPolicyProvide
>>> r,org.apache.cxf.ws.policy.mtom.MTOMAssertionBuilder,org.apache.cxf.ws.poli
>>> cy.mtom.MTOMPolicyIntercep
>>> torProvider,org.apache.cxf.ws.security.policy.WSSecurityPolicyLoader];
>>> root of factory hierarchy Jul 23, 2010 11:01:51 AM
>>> org.springframework.context.support.AbstractApplicationContext doClose
>>> INFO: Closing org.apache.cxf.bus.spring.BusApplicationContext@765590d6:
>>> display name [org.apache.cxf.bus.spring.BusApplicationContext@765590d6];
>>> startup date [Fri Jul 23 11:01
>>>
>>> :50 PDT 2010]; root of context hierarchy
>>>
>>> Jul 23, 2010 11:01:51 AM
>>> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
>>> destroySingletons INFO: Destroying singletons in
>>> org.springframework.beans.factory.support.DefaultListableBeanFactory@8375b
>>> 8f: defining beans [cxf,org.apache.cxf.bus.spring.BusApplicationListen
>>> er,org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor,org.apache.
>>> cxf.bus.spring.Jsr250BeanPostProcessor,org.apache.cxf.bus.spring.BusExtensi
>>> onPostProcessor,org.apache
>>> .cxf.resource.ResourceManager,org.apache.cxf.configuration.Configurer,org.
>>> apache.cxf.binding.BindingFactoryManager,org.apache.cxf.transport.Destinati
>>> onFactoryManager,org.apach
>>> e.cxf.transport.ConduitInitiatorManager,org.apache.cxf.wsdl.WSDLManager,or
>>> g.apache.cxf.phase.PhaseManager,org.apache.cxf.workqueue.WorkQueueManager,o
>>> rg.apache.cxf.buslifecycle
>>> .BusLifeCycleManager,org.apache.cxf.endpoint.ServerRegistry,org.apache.cxf
>>> .endpoint.ServerLifeCycleManager,org.apache.cxf.endpoint.ClientLifeCycleMan
>>> ager,org.apache.cxf.transp
>>> orts.http.QueryHandlerRegistry,org.apache.cxf.endpoint.EndpointResolverReg
>>> istry,org.apache.cxf.headers.HeaderManager,org.apache.cxf.catalog.OASISCata
>>> logManager,org.apache.cxf.
>>> service.factory.FactoryBeanListenerManager,org.apache.cxf.endpoint.Service
>>> ContractResolverRegistry,org.apache.cxf.jaxws.context.WebServiceContextReso
>>> urceResolver,org.apache.cx
>>> f.jaxws.context.WebServiceContextImpl,org.apache.cxf.binding.soap.SoapBind
>>> ingFactory,org.apache.cxf.binding.soap.SoapTransportFactory,org.apache.cxf.
>>> binding.soap.customEditorC
>>> onfigurer,org.apache.cxf.binding.xml.XMLBindingFactory,org.apache.cxf.ws.a
>>> ddressing.policy.AddressingAssertionBuilder,org.apache.cxf.ws.addressing.po
>>> licy.AddressingPolicyInter
>>> ceptorProvider,org.apache.cxf.ws.addressing.policy.UsingAddressingAssertio
>>> nBuilder,org.apache.cxf.transport.http.policy.HTTPClientAssertionBuilder,or
>>> g.apache.cxf.transport.htt
>>> p.policy.HTTPServerAssertionBuilder,org.apache.cxf.transport.http.policy.N
>>> oOpPolicyInterceptorProvider,org.apache.cxf.transport.http.ClientOnlyHTTPTr
>>> ansportFactory,org.apache.
>>> cxf.transport.jms.JMSTransportFactory,org.apache.cxf.management.Instrument
>>> ationManager,org.apache.cxf.transport.http_jetty.JettyHTTPTransportFactory,
>>> org.apache.cxf.ws.rm.RMMan
>>> ager,org.apache.cxf.ws.rm.policy.RMPolicyInterceptorProvider,org.apache.cx
>>> f.ws.rm.policy.RMAssertionBuilder,org.apache.cxf.ws.policy.AssertionBuilder
>>> Registry,org.apache.cxf.ws
>>> .policy.PolicyInterceptorProviderRegistry,org.apache.cxf.ws.policy.attachm
>>> ent.external.DomainExpressionBuilderRegistry,org.apache.cxf.ws.policy.attac
>>> hment.external.EndpointRef
>>> erenceDomainExpressionBuilder,org.apache.cxf.ws.policy.PolicyBuilder,org.a
>>> pache.cxf.ws.policy.PolicyEngine,org.apache.cxf.ws.policy.attachment.wsdl11
>>> .Wsdl11AttachmentPolicyPro
>>> vider,org.apache.cxf.ws.policy.attachment.ServiceModelPolicyProvider,org.a
>>> pache.cxf.ws.policy.mtom.MTOMAssertionBuilder,org.apache.cxf.ws.policy.mtom
>>> .MTOMPolicyInterceptorProv
>>> ider,org.apache.cxf.ws.security.policy.WSSecurityPolicyLoader]; root of
>>> factory hierarchy [INFO]
>>> ------------------------------------------------------------------------
>>> [ERROR] BUILD ERROR
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Could not find any node with the XPath expression:
>>> //wsdl:definitions
>>>
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] For more information, run Maven with the -e switch
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Total time: 30 minutes 16 seconds
>>> [INFO] Finished at: Fri Jul 23 11:01:51 PDT 2010
>>> [INFO] Final Memory: 216M/426M
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> Fri 07/23/201011:01:52.94 C:\Users\ggregory\b\svn\apache.org\cxf\trunk
>>>
>>>
>>> Gary Gregory
>>> Senior Software Engineer
>>> Seagull Software
>>> email: ggregory@seagullsoftware.com
>>> email: ggregory@apache.org
>>> www.seagullsoftware.com
>>>
>>>> -----Original Message-----
>>>> From: Daniel Kulp [mailto:dkulp@apache.org]
>>>> Sent: Tuesday, February 09, 2010 13:29
>>>> To: dev@cxf.apache.org; users@cxf.apache.org
>>>> Subject: CXF, Java 6/Spring/etc... and deps.....
>>>>
>>>>
>>>> As you may have noticed, last week (on trunk only) I moved all the
>>>> dependencies that can be provided by Java 6 (except jaxb-impl/jaxb-xjc)
>>>> into a special jdk15 profile that is auto activated on Java5.   Thus,
>>>> trunk should now require less dependencies when running on Java 6.
>>>>
>>>> HOWEVER, I put Woodstox back in as a runtime dep this morning.   There
>>>> are a couple reasons:
>>>> 1) The parser in the JDK really sucks.   My benchmarking over the last
>>>> couple days for a customer showed nearly 40% throughput reduction
>>>> compared to woodstox.   IMO, the "out of the box" speed is important.
>>>>
>>>> 2) Related to (1), a full "mvn install -Pnochecks" was taking 6 minutes
>>>> longer on Java 6 compared to last week.    Turns out, that's parser
>>>> related.  :-)   I could have added woodstox as a test dep to all the
>>>> modules, but again, I think it's important enough to make sure everyone
>>>> uses it by default.
>>>>
>>>> The good news is that while the Sun parser was being used, I found a
>>>> couple places where tests were failing with it.   I've updated the code
>>>> so we now should work better with the Sun parser if someone really wants
>>>> to use it.
>>>>
>>>> I also started going through and marking the spring stuff as optional or
>>>> provided (or test scope).    We don't really REQUIRE it in all cases, and
>>>> this should allow the user to more easily use whatever version of Spring
>>>> they want.
>>>>
>>>> Anyway, I still have to update the distribution and bundle modules to now
>>>> work correctly with java6.   If you build with java6, you get different
>>>> results than with Java 5.   The lib dir has about 9 less jars, the
>>>> manifest is missing entries, etc....
>>>>
>>>> For those of you using Maven and Java 6, I'd really appreciate it if you
>>>> could try the 2.3.0-SNAPSHOT's to see if having all the extra deps
>>>> removed will cause any major issues.   Likewise, on Java 5, I'd like to
>>>> make sure all the required deps still come in.
>>>>
>>>> Thanks!
>>>> --
>>>> Daniel Kulp
>>>> dkulp@apache.org
>>>> http://www.dankulp.com/blog
>> --
>> Daniel Kulp
>> dkulp@apache.org
>> http://dankulp.com/blog


RE: CXF, Java 6/Spring/etc... and deps.....

Posted by Gary Gregory <GG...@seagullsoftware.com>.
Running again...

In the meantime, here is another Java 6 quirk: I see trunk ships the latest JAXB 2.2.1, great, but to properly test and run with this version, the jaxb-api.jar MUST be on the endorsed path, not the classpath and the jaxb-impl.jar and jaxb-xjc.jar must be on the classpath [1]. Does the Maven build test like this?

For delivery, this means customers MUST move the jaxb-api.jar file to another directory and point to it with java.endorsed.dirs usually.

The way I've addressed this in our server is to create an 'endorsed' directory under our 'lib' directory and have our start script use -Djava.endorsed.dirs=lib/endorsed

We have the luxury of only supporting Java 6 which makes this easier.

It sounds like CXF is not set up for Java 6 use yet though.

Gary

[1] https://jaxb.dev.java.net/guide/Migrating_JAXB_2_0_applications_to_JavaSE_6

> -----Original Message-----
> From: Daniel Kulp [mailto:dkulp@apache.org]
> Sent: Friday, July 23, 2010 11:21
> To: users@cxf.apache.org
> Cc: Gary Gregory; dev@cxf.apache.org
> Subject: Re: CXF, Java 6/Spring/etc... and deps.....
>
>
> Can you run again?
>
> I THINK this is due to Maven running out of some resource.   Not sure if it's
> memory or some files aren't getting closed or what.    Running again usually
> fixes it.
>
> Dan
>
>
> On Friday 23 July 2010 2:09:47 pm Gary Gregory wrote:
> > Dan,
> >
> > I just tried a build from the latest SVN trunk and got an error (see the
> > end of this msg.)
> >
> > My set up:
> >
> > Apache Maven 2.2.1 (r801777; 2009-08-06 12:16:01-0700)
> > Java version: 1.6.0_20
> > Java home: C:\Program Files\Java\jdk1.6.0_20\jre
> > Default locale: en_US, platform encoding: Cp1252
> > OS name: "windows vista" version: "6.0" arch: "amd64" Family: "windows"
> > Fri 07/23/201011:08:26.04 C:\Users\ggregory\b\svn\apache.org\cxf\trunk
> >
> > Here my build output:
> >
> > [INFO] Scanning for projects...
> > [INFO] Reactor build order:
> > [INFO]   Apache CXF
> > [INFO]   Apache CXF Parent
> > [INFO]   Apache CXF Common Utilities
> > [INFO]   Apache CXF Common Schemas
> > [INFO]   Apache CXF API
> > [INFO]   Apache CXF Woodstox/MSV Schema Validation
> > [INFO]   Apache CXF XML Schema Validation with Xerces
> > [INFO]   Apache CXF Common
> > [INFO]   Apache CXF Runtime Core
> > [INFO]   Apache CXF Command Line Tools Common
> > [INFO]   Apache CXF Command Line Tools Validator
> > [INFO]   Apache CXF Command Line Tools WSDLTo Core
> > [INFO]   Apache CXF Command Line Tools WSDLTo JAXWS Frontend
> > [INFO]   Apache CXF WSDL Validator Maven2 Plugin
> > [INFO]   Apache CXF Command Line Tools WSDLTo JAXB Databinding
> > [INFO]   Apache CXF Code Generation Maven2 Plugins
> > [INFO]   Apache CXF Test Utilities
> > [INFO]   Apache CXF Runtime JAXB DataBinding
> > [INFO]   Apache CXF Runtime XML Binding
> > [INFO]   Apache CXF Runtime SOAP Binding
> > [INFO]   Apache CXF Runtime Local Transport
> > [INFO]   Apache CXF Runtime Simple Frontend
> > [INFO]   Apache CXF Runtime HTTP Transport
> > [INFO]   Apache CXF Runtime HTTP Jetty Transport
> > [INFO]   Apache CXF Runtime WS Addressing
> > [INFO]   Apache CXF Runtime JAX-WS Frontend
> > [INFO]   Apache CXF Test Case Support
> > [INFO]   Apache CXF Runtime Aegis Databinding
> > [INFO]   Apache CXF Runtime JavaScript Client Generator
> > [INFO]   Apache CXF Command Line Tools WSDL to JavaScript Front End
> > [INFO]   Apache CXF Runtime Management
> > [INFO]   Apache CXF Runtime JMS Transport
> > [INFO]   Apache CXF Runtime XmlBeans DataBinding
> > [INFO]   Apache CXF Command Line Tools WSDLTo Test
> > [INFO]   Apache CXF Command Line Tools WSDLTo Misctools
> > [INFO]   Apache CXF Command Line Tools
> > [INFO]   Apache CXF Command Line Tools WSDLTo
> > [INFO]   Apache CXF Command Line Tools JavaTo WS
> > [INFO]   Apache CXF Command Line Tools JavaTo
> > [INFO]   Apache CXF Runtime CORBA Binding
> > [INFO]   Apache CXF Command Line Tools CORBA
> > [INFO]   Apache CXF Runtime SDO DataBinding
> > [INFO]   Apache CXF Runtime HTTP Binding
> > [INFO]   Apache CXF Runtime Object Binding
> > [INFO]   Apache CXF Runtime Colocated Binding
> > [INFO]   Apache CXF Runtime JBI Binding
> > [INFO]   Apache CXF Runtime
> > [INFO]   Apache CXF Runtime Bindings
> > [INFO]   Apache CXF Runtime JAX-RS Frontend
> > [INFO]   Apache CXF Runtime JavaScript Frontend
> > [INFO]   Apache CXF HTTP Transport for OSGi
> > [INFO]   Apache CXF Runtime JBI Transport
> > [INFO]   Apache CXF Runtime WS Policy
> > [INFO]   Apache CXF Runtime WS Reliable Messaging
> > [INFO]   Apache CXF Runtime WS Security
> > [INFO]   Apache CXF Runtime Web Management
> > [INFO]   Apache CXF JBI Integration
> > [INFO]   Apache CXF JCA Connection
> > [INFO]   Apache CXF Integration
> > [INFO]   Apache CXF Java2WS Maven2 Plugin
> > [INFO]   Apache CXF CORBA Tools Maven2 Plugins
> > [INFO]   Apache CXF Archetype - Simple JAX-WS Java First
> > [INFO]   Apache CXF Maven Archetypes
> > [INFO]   Apache CXF Maven Plugins
> > [INFO]   Apache CXF Uncategorized System Tests
> > [INFO]   Apache CXF Transport System Tests
> > [INFO]   Apache CXF JAX-WS System Tests
> > [INFO]   Apache CXF Databinding System Tests
> > [INFO]   Apache CXF JAX-RS System Tests
> > [INFO]   Apache CXF WS-* Specifications System Tests
> > [INFO]   Test for writing wsdl to repo
> > [INFO]   Test for reading wsdl from repo and generating code from it
> > [INFO]   Apache CXF System Tests
> > [INFO]   Apache CXF System Tests for WSDL generation and retrieval
> > [INFO]   Apache CXF Bundle Parent
> > [INFO]   Apache CXF Bundle Jar
> > [INFO]   Apache CXF Minimal Bundle Jar
> > [INFO]   Apache CXF JAX-RS Bundle Jar
> > [INFO]   Apache CXF Manifest Jar
> > [INFO]   Apache CXF Distribution
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
> > [INFO] [install:install {execution: default-install}]
> > [INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\pom.xml to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf\2.3.0-SNAPSHOT\cxf-2.3
> > .0-SNAPSHOT.pom [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Parent
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Source directory does not exist - skipping report.
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] Setting property: classpath.resource.loader.class =>
> > 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'. [INFO]
> > Setting property: velocimacro.messages.on => 'false'.
> > [INFO] Setting property: resource.loader => 'classpath'.
> > [INFO] Setting property: resource.manager.logwhenfound => 'false'.
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
> > [INFO] [install:install {execution: default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\parent\pom.xml to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-parent\2.3.0-SNAPSHOT\
> > cxf-parent-2.3.0-SNA PSHOT.pom
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Common Utilities
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 8 resources
> > [INFO] Copying 2 resources
> > [INFO] Copying 1 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\common\target\generate
> > d\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 14 resources
> > [INFO] Copying 7 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\common\target\generate
> > d\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\common\target\surefire
> > -reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.helpers.HttpHeaderHelperTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 sec
> > Running org.apache.cxf.staxutils.FragmentStreamReaderTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.31 sec
> > Running org.apache.cxf.common.i18n.BundleUtilsTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec
> > Running org.apache.cxf.jaxb.DatatypeFactoryTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 sec
> > Running org.apache.cxf.common.commands.ForkedCommandTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.349 sec
> > Running org.apache.cxf.common.injection.ResourceInjectorTest
> > Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.269 sec
> > Running org.apache.cxf.common.logging.LogUtilsTest
> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 sec
> > Running org.apache.cxf.common.util.XmlSchemaPrimitiveUtilsTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
> > Running org.apache.cxf.common.util.StringUtilsTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
> > Running org.apache.cxf.helpers.XMLUtilsTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.177 sec
> > Running org.apache.cxf.resource.ClassLoaderResolverTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.354 sec
> > Running org.apache.cxf.configuration.spring.SpringBeanQNameMapTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.736 sec
> > Running org.apache.cxf.helpers.FileUtilsTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec
> > Running org.apache.cxf.common.xmlschema.ImportRepairTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.342 sec
> > Running org.apache.cxf.common.util.CollectionUtilsTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec
> > Running org.apache.cxf.resource.URIResolverTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 sec
> > Running org.apache.cxf.staxutils.W3CDOMStreamReaderTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.178 sec
> > Running org.apache.cxf.helpers.ServiceUtilsTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
> > Running org.apache.cxf.staxutils.DepthXMLStreamReaderTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
> > Running org.apache.cxf.jaxb.JAXBElementToStringStyleTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 sec
> > Running org.apache.cxf.common.security.SimplePrincipalTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
> > Running org.apache.cxf.common.classloader.FireWallClassLoaderTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
> > Running org.apache.cxf.common.util.Base64UtilityTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 sec
> > Running org.apache.cxf.common.security.SimpleGroupTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
> > Running org.apache.cxf.jaxb.JAXBUtilsTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 sec
> > Running org.apache.cxf.common.i18n.MessageTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
> > Running org.apache.cxf.common.util.PropertiesLoaderUtilsTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec
> > Running org.apache.cxf.staxutils.StaxUtilsTest
> > Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 sec
> > Running org.apache.cxf.jaxb.JAXBToStringBuilderTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec
> > Running org.apache.cxf.helpers.NameSpaceTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
> > Running org.apache.cxf.configuration.spring.SpringBeanMapTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 sec
> > Running org.apache.cxf.version.VersionTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 sec
> > Running org.apache.cxf.common.commands.ResultBufferedCommandTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.294 sec
> > Running org.apache.cxf.common.util.UrlUtilsTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
> > Running org.apache.cxf.common.util.PackageUtilsTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
> > Running org.apache.cxf.staxutils.StaxStreamFilterTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec
> > Running org.apache.cxf.common.annotation.AnnotationProcessorTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 sec
> >
> > Results :
> >
> > Tests run: 109, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\common\target\cxf-comm
> > on-utilities-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\common\target\cxf-comm
> > on-utilities-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\
> > cxf-common-utilities\2.3.0-SNAPSHOT\cxf-common-utilities-2.3.0-SNAPSHOT.ja
> > r [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Common Schemas
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\schemas\src\main\java
> > [INFO] Copying 23 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\schemas\src\main\resou
> > rces-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\schemas\target\generat
> > ed\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] No sources to compile
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\schemas\src\test\java
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\schemas\src\test\resou
> > rces [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\schemas\target\generat
> > ed\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Not compiling test sources
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Tests are skipped.
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\schemas\target\cxf-com
> > mon-schemas-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\schemas\target\cxf-com
> > mon-schemas-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\c
> > xf-common-schemas\2.3.0-SNAPSHOT\cxf-common-schemas-2.3.0-SNAPSHOT.jar
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF API
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 15 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\resources [INFO]
> > skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\resources-filter
> > ed [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\target\generated\src\main
> > \resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [cxf-xjc:xsdtojava-tests {execution: generate-test-sources}]
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 1 resource
> > [INFO] Copying 5 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\target\generated\src\test
> > \resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\target\surefire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertionTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.558 sec
> > Running
> > org.apache.cxf.ws.policy.builder.primitive.NestedPrimitiveAssertionTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 sec
> > Running
> > org.apache.cxf.ws.policy.builder.primitive.NestedPrimitiveAssertionBuilder
> > Test Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.354
> > sec Running org.apache.cxf.service.model.MessagePartInfoTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.239 sec
> > Running org.apache.cxf.continuations.SuspendedInvocationExceptionTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 sec
> > Running org.apache.cxf.wsdl.JAXBExtensionHelperTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.978 sec
> > Running org.apache.cxf.phase.PhaseInterceptorChainTest
> > Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.328 sec
> > Running org.apache.cxf.service.model.MessageInfoTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
> > Running org.apache.cxf.service.model.InterfaceInfoTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 sec
> > Running org.apache.cxf.BusFactoryTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec
> > Running org.apache.cxf.service.model.FaultInfoTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
> > Running org.apache.cxf.ws.policy.AssertionInfoMapTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
> > Running org.apache.cxf.service.model.BindingOperationInfoTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec
> > Running org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertionBuilderTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 sec
> > Running org.apache.cxf.service.model.OperationInfoTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
> > Running org.apache.cxf.databinding.AbstractDataBindingTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 sec
> > Running org.apache.cxf.service.model.BindingFaultInfoTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
> > Running org.apache.cxf.service.model.BindingMessageInfoTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
> > Running org.apache.cxf.ws.policy.IntersectorTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
> > Running org.apache.cxf.NSManagerTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
> > Running org.apache.cxf.continuations.ContinuationInfoTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec
> >
> > Results :
> >
> > Tests run: 75, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\target\cxf-api-2.3.0-SNAP
> > SHOT.jar [INFO] [javadoc:jar {execution: package}]
> > [WARNING] Are you sure about the <javadocVersion/> parameter? It seems to
> > be 1.6 [INFO]
> > 27 warnings
> > [WARNING] Javadoc Warnings
> > [WARNING] javadoc: warning - Multiple sources of package comments found for
> > package "org.apache.cxf.binding" [WARNING] javadoc: warning - Multiple
> > sources of package comments found for package "org.apache.cxf" [WARNING]
> > javadoc: warning - Multiple sources of package comments found for package
> > "org.apache.cxf.endpoint" [WARNING] javadoc: warning - Multiple sources of
> > package comments found for package "org.apache.cxf.interceptor" [WARNING]
> > javadoc: warning - Multiple sources of package comments found for package
> > "org.apache.cxf.phase" [WARNING] javadoc: warning - Multiple sources of
> > package comments found for package "org.apache.cxf.service" [WARNING]
> > javadoc: warning - Multiple sources of package comments found for package
> > "org.apache.cxf.transport" [WARNING]
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> > cxf\annotations\DataBinding.java:42: warning - @return tag has no
> > arguments. [WARNING]
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> > cxf\clustering\FailoverStrategy.java:63: warning - @param argument
> > "alternates" is not a pa rameter name.
> > [WARNING]
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> > cxf\configuration\ConfiguredBeanLocator.java:36: warning - @return tag has
> > no arguments. [WARNING]
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> > cxf\configuration\ConfiguredBeanLocator.java:54: warning - @return tag has
> > no arguments. [WARNING]
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> > cxf\configuration\ConfiguredBeanLocator.java:45: warning - @return tag has
> > no arguments. [WARNING]
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> > cxf\configuration\ConfiguredBeanLocator.java:76: warning - @return tag has
> > no arguments. [WARNING]
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> > cxf\configuration\ConfiguredBeanLocator.java:64: warning - @return tag has
> > no arguments. [WARNING]
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> > cxf\configuration\ConfiguredBeanLocator.java:76: warning - @param argument
> > "<T>" is not a t ype parameter name.
> > [WARNING]
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> > cxf\configuration\ConfiguredBeanLocator.java:76: warning - @param argument
> > "type" is not a parameter name.
> > [WARNING]
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> > cxf\configuration\ConfiguredBeanLocator.java:76: warning - @param argument
> > "property" is no t a parameter name.
> > [WARNING]
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> > cxf\configuration\ConfiguredBeanLocator.java:95: warning - @return tag has
> > no arguments. [WARNING]
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> > cxf\configuration\ConfiguredBeanLocator.java:86: warning - @return tag has
> > no arguments. [WARNING]
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> > cxf\continuations\Continuation.java:36: warning - @param argument
> > "timeout." is not a param eter name.
> > [WARNING]
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> > cxf\endpoint\Client.java:240: warning - @return tag has no arguments.
> > [WARNING]
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> > cxf\io\StaxValidationManager.java:39: warning - @param argument "schemas"
> > is not a paramete r name.
> > [WARNING]
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> > cxf\phase\AbstractPhaseInterceptor.java:75: warning - @param argument "p"
> > is not a paramete r name.
> > [WARNING]
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> > cxf\service\model\SchemaInfo.java:86: warning - @return tag has no
> > arguments. [WARNING]
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> > cxf\transport\Observable.java:38: warning - @return tag has no arguments.
> > [WARNING]
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> > cxf\ws\policy\AssertionBuilderRegistry.java:56: warning - @return tag has
> > no arguments. [WARNING]
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> > cxf\wsdl\WSDLManager.java:100: warning - @return tag has no arguments.
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\target\cxf-api-2.3.0-SNAP
> > SHOT-javadoc.jar [INFO] [install:install {execution: default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\target\cxf-api-2.3.0-SNAP
> > SHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-api\2.3.0-SNAPSHOT\
> > cxf-api-2.3.0-SNAPSHOT.jar
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\target\cxf-api-2.3.0-SNAP
> > SHOT-javadoc.jar to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-api\2.3.0-S
> > NAPSHOT\cxf-api-2.3.0-SNAPSHOT-javadoc.jar
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Woodstox/MSV Schema Validation
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] Copying 4 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\wstx-msv-validation\sr
> > c\main\resources-filtered [INFO] Copying 1 resource
> > [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\wstx-msv-validation\sr
> > c\test\resources [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\wstx-msv-validation\ta
> > rget\generated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\wstx-msv-validation\ta
> > rget\surefire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > There are no tests to run.
> >
> > Results :
> >
> > Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\wstx-msv-validation\ta
> > rget\cxf-wstx-msv-validation-2.3.0-SNAPSHOT.jar [INFO] [install:install
> > {execution: default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\wstx-msv-validation\ta
> > rget\cxf-wstx-msv-validation-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository
> > \org\apache\cxf\cxf-wstx-msv-validation\2.3.0-SNAPSHOT\cxf-wstx-msv-valida
> > tion-2.3.0-SNAPSHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF XML Schema Validation with Xerces
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] Copying 3 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\xerces-xsd-validation\
> > src\main\resources-filtered [INFO] Copying 1 resource
> > [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\xerces-xsd-validation\
> > src\test\java [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\xerces-xsd-validation\
> > src\test\resources [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\xerces-xsd-validation\
> > target\generated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] No sources to compile
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\xerces-xsd-validation\
> > target\surefire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > There are no tests to run.
> >
> > Results :
> >
> > Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\xerces-xsd-validation\
> > target\cxf-xerces-xsd-validation-2.3.0-SNAPSHOT.jar [INFO] [install:install
> > {execution: default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\xerces-xsd-validation\
> > target\cxf-xerces-xsd-validation-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\reposi
> > tory\org\apache\cxf\cxf-xerces-xsd-validation\2.3.0-SNAPSHOT\cxf-xerces-xs
> > d-validation-2.3.0-SNAPSHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Common
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
> > [INFO] [install:install {execution: default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\pom.xml to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-common\2.3.0-SNAPSHOT\
> > cxf-common-2.3.0-SNA PSHOT.pom
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime Core
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 14 resources
> > [INFO] Copying 8 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\core\src\main\resources-fi
> > ltered [INFO] Copying 1 resource
> > [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 18 resources
> > [INFO] Copying 30 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\core\target\generated\src\
> > test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\core\target\surefire-repor
> > ts
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.bus.extension.ExtensionTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.193 sec
> > Running org.apache.cxf.interceptor.ServiceInvokerInterceptorTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.155 sec
> > Running org.apache.cxf.endpoint.ServerRegistryImpTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
> > Running org.apache.cxf.endpoint.EndpointResolverRegistryImplTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.161 sec
> > Running org.apache.cxf.bus.spring.BusApplicationContextTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.054 sec
> > Running org.apache.cxf.workqueue.AutomaticWorkQueueTest
> > Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.832 sec
> > Running org.apache.cxf.transport.ChainInitiationObserverTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 sec
> > Running org.apache.cxf.bus.CXFBusImplTest
> > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.996 sec
> > Running org.apache.cxf.interceptor.OutgoingChainInterceptorTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.283 sec
> > Running org.apache.cxf.wsdl11.WSDLServiceBuilderTest
> > Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.688 sec
> > Running org.apache.cxf.attachment.AttachmentSerializerTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.561 sec
> > Running org.apache.cxf.wsdl11.ServiceWSDLBuilderTest
> > Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.19 sec
> > Running org.apache.cxf.interceptor.DocLiteralInInterceptorTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.326 sec
> > Running org.apache.cxf.bus.spring.SpringBusFactoryTest
> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.615 sec
> > Running org.apache.cxf.bus.extension.ExtensionFragmentParserTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
> > Running org.apache.cxf.transport.CachedOutputStreamTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.208 sec
> > Running org.apache.cxf.bus.spring.BusDefinitionParserTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.126 sec
> > Running org.apache.cxf.wsdl11.WSDLDefinitionBuilderTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.152 sec
> > Running org.apache.cxf.buslifecycle.CXFBusLifeCycleManagerTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
> > Running org.apache.cxf.interceptor.PrettyLoggingOutInterceptorTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec
> > Running org.apache.cxf.test.XPathAssertTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 sec
> > Running org.apache.cxf.wsdl11.WSDLManagerImplTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
> > Running org.apache.cxf.endpoint.ServiceContractResolverRegistryImplTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
> > Running org.apache.cxf.configuration.spring.ConfigurerImplTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.217 sec
> > Running org.apache.cxf.transport.HttpUriMapperTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec
> > Running org.apache.cxf.bus.extension.ExtensionManagerTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec
> > Running org.apache.cxf.attachment.AttachmentDeserializerTest
> > Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.257 sec
> > Running
> > org.apache.cxf.interceptor.security.SimpleAuthorizingInterceptorTest Tests
> > run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 sec
> >
> > Results :
> >
> > Tests run: 115, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\core\target\cxf-rt-core-2.
> > 3.0-SNAPSHOT.jar [INFO] [install:install {execution: default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\core\target\cxf-rt-core-2.
> > 3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-rt-core\2.3
> > .0-SNAPSHOT\cxf-rt-core-2.3.0-SNAPSHOT.jar
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Command Line Tools Common
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 12 resources
> > [INFO] Copying 1 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\common\src\main\resourc
> > es-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\common\target\generated
> > \src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 7 resources
> > [INFO] Copying 1 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\common\target\generated
> > \src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\common\target\surefire-
> > reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.tools.common.dom.ExtendedDocumentBuilderTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.195 sec
> > Running org.apache.cxf.tools.common.model.JavaParameterTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec
> > Running org.apache.cxf.tools.common.ToolContextTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec
> > Running org.apache.cxf.tools.common.dom.DocumentTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.011 sec
> > Running org.apache.cxf.tools.util.FileWriterUtilTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 sec
> > Running org.apache.cxf.tools.common.ProcessorEnvironmentTest
> > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
> > Running org.apache.cxf.tools.common.toolspec.ToolExceptionTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec
> > Running org.apache.cxf.tools.common.toolspec.ToolSpecTest
> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 sec
> > Running org.apache.cxf.tools.common.model.JavaInterfaceTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
> > Running org.apache.cxf.tools.common.toolspec.AbstractToolContainerTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.479 sec
> > Running org.apache.cxf.tools.common.toolspec.ToolSupportTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
> > Running org.apache.cxf.tools.common.dom.SchemaValidatingSAXParserTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.188 sec
> > Running org.apache.cxf.tools.util.URIParserUtilTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec
> > Running org.apache.cxf.tools.util.BuiltInTypesJavaMappingUtilTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec
> > Running org.apache.cxf.tools.common.WSDLVersionTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
> > Running org.apache.cxf.tools.common.model.JavaClassTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 sec
> > Running org.apache.cxf.tools.common.model.JavaTypeTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
> > Running org.apache.cxf.tools.util.NameUtilTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
> > Running org.apache.cxf.tools.common.toolspec.parser.CommandLineParserTest
> > Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.837 sec
> > Running org.apache.cxf.tools.common.model.JAnnotationTest
> > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 sec
> > Running org.apache.cxf.tools.util.StAXUtilTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.485 sec
> >
> > Results :
> >
> > Tests run: 68, Failures: 0, Errors: 0, Skipped: 1
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\common\target\cxf-tools
> > -common-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\common\target\cxf-tools
> > -common-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-t
> > ools-common\2.3.0-SNAPSHOT\cxf-tools-common-2.3.0-SNAPSHOT.jar
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Command Line Tools Validator
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 3 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\validator\src\main\reso
> > urces [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\validator\src\main\reso
> > urces-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\validator\target\genera
> > ted\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 10 resources
> > [INFO] Copying 22 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\validator\target\genera
> > ted\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\validator\target\surefi
> > re-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.tools.validator.internal.WSDLRefValidatorTest
> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.899 sec
> > Running org.apache.cxf.tools.validator.internal.WSDL11ValidatorTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 sec
> > Running org.apache.cxf.tools.validator.internal.Stax2DOMTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.397 sec
> > Running org.apache.cxf.tools.validator.internal.model.XNodeTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
> > Running org.apache.cxf.tools.validator.WSDLValidationTest
> > Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.175 sec
> >
> > Results :
> >
> > Tests run: 31, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\validator\target\cxf-to
> > ols-validator-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\validator\target\cxf-to
> > ols-validator-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf
> > \cxf-tools-validator\2.3.0-SNAPSHOT\cxf-tools-validator-2.3.0-SNAPSHOT.jar
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Command Line Tools WSDLTo Core
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 6 resources
> > [INFO] Copying 1 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\core\src\main\re
> > sources-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\core\target\gene
> > rated\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 2 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\core\src\test\re
> > sources [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\core\target\gene
> > rated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\core\target\sure
> > fire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.tools.wsdlto.WSDLToJavaContainerTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.212 sec
> > Running org.apache.cxf.tools.wsdlto.core.AbstractGeneratorTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.455 sec
> >
> > Results :
> >
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\core\target\cxf-
> > tools-wsdlto-core-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\core\target\cxf-
> > tools-wsdlto-core-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache
> > \cxf\cxf-tools-wsdlto-core\2.3.0-SNAPSHOT\cxf-tools-wsdlto-core-2.3.0-SNAP
> > SHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Command Line Tools WSDLTo JAXWS Frontend [INFO]
> >    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 14 resources
> > [INFO] Copying 3 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\jaxws\s
> > rc\main\resources-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\jaxws\t
> > arget\generated\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 16 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\jaxws\s
> > rc\test\resources [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\jaxws\t
> > arget\generated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\jaxws\t
> > arget\surefire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running
> > org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.mapper.Metho
> > dMapperTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
> > 0.189 sec Running
> > org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.mapper.Inter
> > faceMapperTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time
> > elapsed: 0.063 sec Running
> > org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.annotator.We
> > bMethodAnnotatorTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time
> > elapsed: 0.052 sec Running
> > org.apache.cxf.tools.wsdlto.frontend.jaxws.customization.CustomizationPars
> > erTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
> > 0.637 sec Running
> > org.apache.cxf.tools.wsdlto.frontend.jaxws.JAXWSProfileTest Tests run: 1,
> > Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.589 sec Running
> > org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.annotator.We
> > bParamAnnotatorTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time
> > elapsed: 0.031 sec Running
> > org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.annotator.Xm
> > lSeeAlsoAnnotatorTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0,
> > Time elapsed: 0.019 sec Running
> > org.apache.cxf.tools.wsdlto.frontend.jaxws.wsdl11.JAXWSDefinitionBuilderTe
> > st Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.498
> > sec Running org.apache.cxf.tools.wsdlto.frontend.jaxws.CatalogTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec
> > Running
> > org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.ParameterPro
> > cessorTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
> > 0.038 sec Running
> > org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.ProcessorUti
> > lTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005
> > sec Running
> > org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.PortTypeProc
> > essorTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
> > 0.005 sec
> >
> > Results :
> >
> > Tests run: 26, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\jaxws\t
> > arget\cxf-tools-wsdlto-frontend-jaxws-2.3.0-SNAPSHOT.jar [INFO]
> > [install:install {execution: default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\jaxws\t
> > arget\cxf-tools-wsdlto-frontend-jaxws-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\r
> > epository\org\apache\cxf\cxf-tools-wsdlto-frontend-jaxws\2.3.0-SNAPSHOT\cx
> > f-tools-wsdlto-frontend-jaxws-2.3.0-SNAPSHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF WSDL Validator Maven2 Plugin
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [plugin:descriptor {execution: default-descriptor}]
> > [WARNING] Using platform encoding (Cp1252 actually) to read mojo metadata,
> > i.e. build is platform dependent! [INFO] Applying mojo extractor for
> > language: java
> > [INFO] Mojo extractor for language: java found 1 mojo descriptors.
> > [INFO] Applying mojo extractor for language: bsh
> > [INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\wsdl-validator-
> > plugin\src\main\resources [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\wsdl-validator-
> > plugin\src\main\resources-filtered [INFO] skip non existing
> > resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\wsdl-validator-
> > plugin\target\generated\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\wsdl-validator-
> > plugin\src\test\java [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\wsdl-validator-
> > plugin\src\test\resources [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\wsdl-validator-
> > plugin\target\generated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] No sources to compile
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\wsdl-validator-
> > plugin\target\surefire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > There are no tests to run.
> >
> > Results :
> >
> > Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\wsdl-validator-
> > plugin\target\cxf-wsdl-validator-plugin-2.3.0-SNAPSHOT.jar [INFO]
> > [plugin:addPluginArtifactMetadata {execution:
> > default-addPluginArtifactMetadata}] [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\wsdl-validator-
> > plugin\target\cxf-wsdl-validator-plugin-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2
> > \repository\org\apache\cxf\cxf-wsdl-validator-plugin\2.3.0-SNAPSHOT\cxf-ws
> > dl-validator-plugin-2.3.0-SNAPSHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Command Line Tools WSDLTo JAXB Databinding
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 3 resources
> > [INFO] Copying 1 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\databinding\jaxb
> > \src\main\resources-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\databinding\jaxb
> > \target\generated\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\databinding\jaxb
> > \src\test\resources [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\databinding\jaxb
> > \target\generated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\databinding\jaxb
> > \target\surefire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > There are no tests to run.
> >
> > Results :
> >
> > Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\databinding\jaxb
> > \target\cxf-tools-wsdlto-databinding-jaxb-2.3.0-SNAPSHOT.jar [INFO]
> > [install:install {execution: default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\databinding\jaxb
> > \target\cxf-tools-wsdlto-databinding-jaxb-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.
> > m2\repository\org\apache\cxf\cxf-tools-wsdlto-databinding-jaxb\2.3.0-SNAPS
> > HOT\cxf-tools-wsdlto-databinding-jaxb-2.3.0-SNAPSHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Code Generation Maven2 Plugins
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [plugin:descriptor {execution: default-descriptor}]
> > [WARNING] Using platform encoding (Cp1252 actually) to read mojo metadata,
> > i.e. build is platform dependent! [INFO] Applying mojo extractor for
> > language: java
> > [INFO] Mojo extractor for language: java found 1 mojo descriptors.
> > [INFO] Applying mojo extractor for language: bsh
> > [INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\codegen-plugin\
> > src\main\resources [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\codegen-plugin\
> > src\main\resources-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\codegen-plugin\
> > target\generated\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] Copying 0 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\codegen-plugin\
> > target\generated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\codegen-plugin\
> > target\surefire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > There are no tests to run.
> >
> > Results :
> >
> > Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\codegen-plugin\
> > target\cxf-codegen-plugin-2.3.0-SNAPSHOT.jar [INFO]
> > [plugin:addPluginArtifactMetadata {execution:
> > default-addPluginArtifactMetadata}] [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\codegen-plugin\
> > target\cxf-codegen-plugin-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\or
> > g\apache\cxf\cxf-codegen-plugin\2.3.0-SNAPSHOT\cxf-codegen-plugin-2.3.0-SN
> > APSHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Test Utilities
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [WARNING] DEPRECATED [sourceRoot]: Use the build-helper-maven-plugin to
> > bind source directories [INFO] [antrun:run {execution: validate}]
> > project.artifactId
> > [INFO] Executing tasks
> > [INFO] Executed tasks
> > [INFO] Registering compile source root
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\testutils\target\generated\sr
> > c\main\java [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution:
> > xml2fastinfoset}] [INFO] [cxf-codegen:wsdl2java {execution:
> > generate-sources}]
> > [INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 1 resource
> > [INFO] Copying 89 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\testutils\src\main\resources-
> > filtered [INFO] Copying 9 resources
> > [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\testutils\src\test\resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\testutils\target\generated\sr
> > c\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\testutils\target\surefire-rep
> > orts
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.testutils.header_test.rpc.TestRPCHeaderTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 sec
> >
> > Results :
> >
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\testutils\target\cxf-testutil
> > s-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution: default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\testutils\target\cxf-testutil
> > s-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-testuti
> > ls\2.3.0-SNAPSHOT\cxf-testutils-2.3.0-SNAPSHOT.jar
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime JAXB DataBinding
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 3 resources
> > [INFO] Copying 1 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\jaxb\src\main\
> > resources-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\jaxb\target\ge
> > nerated\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [cxf-xjc:xsdtojava-tests {execution: generate-sources}]
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 13 resources
> > [INFO] Copying 3 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\jaxb\target\ge
> > nerated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\jaxb\target\su
> > refire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.jaxb.DocLiteralInInterceptorTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.985 sec
> > Running org.apache.cxf.jaxb.BareOutInterceptorTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.245 sec
> > Running org.apache.cxf.jaxb.BareInInterceptorTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 sec
> > Running org.apache.cxf.jaxb.JAXBEncoderDecoderTest
> > Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.325 sec
> > Running org.apache.cxf.jaxb.io.XMLStreamDataWriterTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec
> > Running org.apache.cxf.jaxb.WrappedInInterceptorTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec
> > Running org.apache.cxf.jaxb.io.XMLStreamDataReaderTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec
> > Running org.apache.cxf.jaxb.JAXBWrapperHelperTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec
> > Running org.apache.cxf.jaxb.JAXBDataBindingTest
> > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.287 sec
> >
> > Results :
> >
> > Tests run: 39, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\jaxb\target\cx
> > f-rt-databinding-jaxb-2.3.0-SNAPSHOT.jar [INFO] [install:install
> > {execution: default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\jaxb\target\cx
> > f-rt-databinding-jaxb-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\ap
> > ache\cxf\cxf-rt-databinding-jaxb\2.3.0-SNAPSHOT\cxf-rt-databinding-jaxb-2.
> > 3.0-SNAPSHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime XML Binding
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 1 resource
> > [INFO] Copying 8 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\xml\src\main\reso
> > urces-filtered [INFO] Copying 1 resource
> > [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] Copying 4 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\xml\target\genera
> > ted\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\xml\target\surefi
> > re-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.binding.xml.XMLBindingFactoryTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.215 sec
> > Running org.apache.cxf.binding.xml.interceptor.XMLMessageInInterceptorTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1 sec
> > Running org.apache.cxf.binding.xml.interceptor.XMLFaultInterceptorsTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 sec
> > Running org.apache.cxf.binding.xml.interceptor.XMLMessageOutInterceptorTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.18 sec
> > Running org.apache.cxf.binding.xml.interceptor.XMLFaultOutInterceptorTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
> >
> > Results :
> >
> > Tests run: 9, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\xml\target\cxf-rt
> > -bindings-xml-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\xml\target\cxf-rt
> > -bindings-xml-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf
> > \cxf-rt-bindings-xml\2.3.0-SNAPSHOT\cxf-rt-bindings-xml-2.3.0-SNAPSHOT.jar
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime SOAP Binding
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 3 resources
> > [INFO] Copying 7 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\soap\src\main\res
> > ources-filtered [INFO] Copying 1 resource
> > [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 4 resources
> > [INFO] Copying 12 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\soap\target\gener
> > ated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\soap\target\suref
> > ire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.binding.soap.RPCInInterceptorTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.962 sec
> > Running org.apache.cxf.binding.soap.SoapDestinationFactoryTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec
> > Running org.apache.cxf.binding.soap.ReadHeaderInterceptorTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.542 sec
> > Running org.apache.cxf.binding.soap.saaj.SAAJInInterceptorTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 sec
> > Running org.apache.cxf.binding.soap.SoapActionInterceptorTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
> > Running org.apache.cxf.binding.soap.SoapBindingFactoryTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 sec
> > Running org.apache.cxf.binding.soap.jms.interceptor.SoapFaultFactoryTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.209 sec
> > Running org.apache.cxf.binding.soap.SoapBindingTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
> > Running org.apache.cxf.binding.soap.ServiceModelUtilTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
> > Running org.apache.cxf.binding.soap.MustUnderstandInterceptorTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 sec
> > Running org.apache.cxf.binding.soap.tcp.TCPConduitTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.006 sec
> > Running org.apache.cxf.binding.soap.RPCOutInterceptorTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.147 sec
> > Running org.apache.cxf.binding.soap.SoapOutInterceptorTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec
> > Running org.apache.cxf.binding.soap.interceptor.SoapFaultSerializerTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 sec
> >
> > Results :
> >
> > Tests run: 29, Failures: 0, Errors: 0, Skipped: 1
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\soap\target\cxf-r
> > t-bindings-soap-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\soap\target\cxf-r
> > t-bindings-soap-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache\c
> > xf\cxf-rt-bindings-soap\2.3.0-SNAPSHOT\cxf-rt-bindings-soap-2.3.0-SNAPSHOT
> > .jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime Local Transport
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 1 resource
> > [INFO] Copying 2 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\local\src\main\
> > resources-filtered [INFO] Copying 1 resource
> > [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\local\src\test\
> > resources [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\local\target\ge
> > nerated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\local\target\su
> > refire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.transport.local.LocalTransportFactoryTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.156 sec
> >
> > Results :
> >
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\local\target\cx
> > f-rt-transports-local-2.3.0-SNAPSHOT.jar [INFO] [install:install
> > {execution: default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\local\target\cx
> > f-rt-transports-local-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\ap
> > ache\cxf\cxf-rt-transports-local\2.3.0-SNAPSHOT\cxf-rt-transports-local-2.
> > 3.0-SNAPSHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime Simple Frontend
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 2 resources
> > [INFO] Copying 3 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\simple\src\main\r
> > esources-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\simple\target\gen
> > erated\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 7 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\simple\src\test\r
> > esources [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\simple\target\gen
> > erated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\simple\target\sur
> > efire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.frontend.soap.SoapBindingSelectionTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.724 sec
> > Running org.apache.cxf.service.factory.ServerFactoryTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.602 sec
> > Running org.apache.cxf.service.factory.RountripTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.262 sec
> > Running org.apache.cxf.service.stax.StaxDatabindingTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.193 sec
> > Running org.apache.cxf.frontend.spring.ClientServerTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.413 sec
> > Running org.apache.cxf.service.factory.ReflectionServiceFactoryTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.185 sec
> > Running org.apache.cxf.service.factory.ClientFactoryBeanTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.131 sec
> > Running org.apache.cxf.frontend.spring.SpringBeansTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.546 sec
> >
> > Results :
> >
> > Tests run: 17, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\simple\target\cxf
> > -rt-frontend-simple-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\simple\target\cxf
> > -rt-frontend-simple-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apac
> > he\cxf\cxf-rt-frontend-simple\2.3.0-SNAPSHOT\cxf-rt-frontend-simple-2.3.0-
> > SNAPSHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime HTTP Transport
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 6 resources
> > [INFO] Copying 10 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http\src\main\r
> > esources-filtered [INFO] Copying 2 resources
> > [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 8 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http\src\test\r
> > esources [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http\target\gen
> > erated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http\target\sur
> > efire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.transport.http.gzip.GZIPAcceptEncodingTest
> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.196 sec
> > Running org.apache.cxf.transport.servlet.AbstractCXFServletTest
> > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 sec
> > Running org.apache.cxf.transport.http.HTTPConduitTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.202 sec
> > Running org.apache.cxf.transport.http.HTTPConduitURLConnectionTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.001 sec
> > Running org.apache.cxf.transport.http.policy.HTTPClientAssertionBuilderTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec
> > Running org.apache.cxf.transport.http.HTTPConduitURLEasyMockTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.538 sec
> > Running org.apache.cxf.transport.servlet.ServletControllerTest
> > Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 sec
> > Running org.apache.cxf.transport.http.policy.HTTPServerAssertionBuilderTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
> > Running org.apache.cxf.transport.https.CertConstraintsTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.541 sec
> > Running org.apache.cxf.transport.http.policy.PolicyUtilsTest
> > Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
> >
> > Results :
> >
> > Tests run: 58, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http\target\cxf
> > -rt-transports-http-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http\target\cxf
> > -rt-transports-http-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apac
> > he\cxf\cxf-rt-transports-http\2.3.0-SNAPSHOT\cxf-rt-transports-http-2.3.0-
> > SNAPSHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime HTTP Jetty Transport
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 2 resources
> > [INFO] Copying 6 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-jetty\src\
> > main\resources-filtered [INFO] Copying 1 resource
> > [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 9 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-jetty\src\
> > test\resources [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-jetty\targ
> > et\generated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-jetty\targ
> > et\surefire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.transport.http_jetty.JettyHTTPServerEngineTest
> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.74 sec
> > Running org.apache.cxf.transport.http_jetty.JettyContextInspectorTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.276 sec
> > Running org.apache.cxf.transport.http_jetty.spring.ApplicationContextTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.189 sec
> > Running org.apache.cxf.transport.http_jetty.JettyHTTPDestinationTest
> > Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.342 sec
> > Running
> > org.apache.cxf.transport.http_jetty.continuations.JettyContinuationProvide
> > rTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016
> > sec Running
> > org.apache.cxf.transport.http_jetty.JettyHTTPServerEngineFactoryTest Tests
> > run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.269 sec
> > Running
> > org.apache.cxf.transport.http_jetty.continuations.JettyContinuationWrapper
> > Test Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005
> > sec Running
> > org.apache.cxf.transport.http_jetty.spring.BeanDefinitionParsersTest Tests
> > run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.005 sec
> >
> > Results :
> >
> > Tests run: 41, Failures: 0, Errors: 0, Skipped: 1
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-jetty\targ
> > et\cxf-rt-transports-http-jetty-2.3.0-SNAPSHOT.jar [INFO] [install:install
> > {execution: default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-jetty\targ
> > et\cxf-rt-transports-http-jetty-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\reposit
> > ory\org\apache\cxf\cxf-rt-transports-http-jetty\2.3.0-SNAPSHOT\cxf-rt-tran
> > sports-http-jetty-2.3.0-SNAPSHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime WS Addressing
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 3 resources
> > [INFO] Copying 7 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\addr\src\main\resources
> > -filtered [INFO] Copying 1 resource
> > [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 1 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\addr\src\test\resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\addr\target\generated\s
> > rc\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\addr\target\surefire-re
> > ports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.ws.addressing.AddressingConstantsImplTest
> > Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.178 sec
> > Running org.apache.cxf.ws.addressing.AddressingBuilderTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
> > Running org.apache.cxf.ws.addressing.VersionTransformerTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.479 sec
> > Running org.apache.cxf.ws.addressing.AddressingBuilderImplTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
> > Running org.apache.cxf.ws.addressing.soap.MAPCodecTest
> > Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.407 sec
> > Running org.apache.cxf.ws.addressing.MAPAggregatorTest
> > Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.636 sec
> >
> > Results :
> >
> > Tests run: 76, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\addr\target\cxf-rt-ws-a
> > ddr-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\addr\target\cxf-rt-ws-a
> > ddr-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-rt-ws
> > -addr\2.3.0-SNAPSHOT\cxf-rt-ws-addr-2.3.0-SNAPSHOT.jar
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime JAX-WS Frontend
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [build-helper:add-source {execution: add-source}]
> > [INFO] Source directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxws\src\main\ge
> > nerated added. [INFO] [remote-resources:process {execution: default}]
> > [INFO] [build-helper:add-resource {execution: add-spi}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 11 resources
> > [INFO] Copying 5 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxws\src\main\re
> > sources-filtered [INFO] Copying 1 resource
> > [INFO] Copying 3 resources
> > [INFO] Copying 1 resource
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 28 resources
> > [INFO] Copying 1 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxws\target\gene
> > rated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxws\target\sure
> > fire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.jaxws.header.HeaderClientServerTest
> > Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.194 sec
> > Running org.apache.cxf.jaxws.support.JaxWsImplementorInfoTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
> > Running org.apache.cxf.jaxws.EndpointReferenceTest
> > Tests run: 12, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 2.359 sec
> > Running org.apache.cxf.jaxws.support.JaxWsServiceFactoryBeanTest
> > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.493 sec
> > Running org.apache.cxf.jaxws.context.WebServiceContextImplTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 sec
> > Running org.apache.cxf.jaxws.JAXWSMethodInvokerTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.218 sec
> > Running org.apache.cxf.jaxws.handler.AnnotationHandlerChainBuilderTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.17 sec
> > Running org.apache.cxf.jaxws.CodeFirstTest
> > Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.154 sec
> > Running org.apache.cxf.jaxws.SOAPBindingTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 sec
> > Running org.apache.cxf.jaxws.dispatch.DispatchTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.697 sec
> > Running org.apache.cxf.jaxws.GreeterTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.228 sec
> > Running org.apache.cxf.jaxws.EndpointImplTest
> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.418 sec
> > Running org.apache.cxf.jaxws.handler.soap.SOAPHandlerInterceptorTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.168 sec
> > Running org.apache.cxf.jaxws.JaxWsServerFactoryBeanTest
> > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.979 sec
> > Running org.apache.cxf.jaxws.URIMappingInterceptorDocLitTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.16 sec
> > Running org.apache.cxf.jaxws.URIMappingInterceptorRPCTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.259 sec
> > Running org.apache.cxf.jaxws.handler.InitParamResourceResolverTest
> > Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.157 sec
> > Running org.apache.cxf.jaxws.SEIWithJAXBAnnoTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 sec
> > Running org.apache.cxf.jaxws.support.ContextPropertiesMappingTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
> > Running org.apache.cxf.jaxws.ServiceImplTest
> > Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.43 sec
> > Running org.apache.cxf.jaxws.SchemaFirstXmlConfigTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.179 sec
> > Running org.apache.cxf.jaxws.handler.HandlerChainBuilderTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
> > Running org.apache.cxf.jaxws.spring.SpringBeansTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.372 sec
> > Running org.apache.cxf.jaxws.handler.LogicalMessageImplTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 sec
> > Running org.apache.cxf.jaxws.holder.HolderTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.278 sec
> > Running org.apache.cxf.jaxws.provider.ProviderTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.103 sec
> > Running org.apache.cxf.jaxws.SchemaFirstTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec
> > Running org.apache.cxf.jaxws.handler.AbstractProtocolHandlerInterceptorTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 sec
> > Running org.apache.cxf.jaxws.JaxWsClientTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.365 sec
> > Running org.apache.cxf.jaxws.handler.LogicalHandlerInterceptorTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 sec
> > Running org.apache.cxf.jaxws.handler.HandlerChainInvokerTest
> > Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 sec
> > Running org.apache.cxf.jaxws.WrapperClassGeneratorTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec
> > Running org.apache.cxf.jaxws.ConfiguredEndpointTest
> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.371 sec
> > Running org.apache.cxf.jaxws.provider.ProviderServiceFactoryTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.652 sec
> > Running org.apache.cxf.jaxws.SoapFaultTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.138 sec
> > Running org.apache.cxf.jaxws.HeaderTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 sec
> > Running org.apache.cxf.jaxws.support.JaxWsServiceConfigurationTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec
> > Running org.apache.cxf.jaxws.spi.ProverImplTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
> > Running org.apache.cxf.jaxws.service.AnnotationInterceptorTest
> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.304 sec
> > Running org.apache.cxf.jaxws.ServiceModelUtilsTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.186 sec
> > Running org.apache.cxf.jaxws.CodeFirstWSDLTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.244 sec
> >
> > Results :
> >
> > Tests run: 199, Failures: 0, Errors: 0, Skipped: 3
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxws\target\cxf-
> > rt-frontend-jaxws-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxws\target\cxf-
> > rt-frontend-jaxws-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache
> > \cxf\cxf-rt-frontend-jaxws\2.3.0-SNAPSHOT\cxf-rt-frontend-jaxws-2.3.0-SNAP
> > SHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Test Case Support
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] Copying 1 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\testsupport\src\main\resou
> > rces-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\testsupport\target\generat
> > ed\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\testsupport\src\test\resou
> > rces [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\testsupport\target\generat
> > ed\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\testsupport\target\surefir
> > e-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > There are no tests to run.
> >
> > Results :
> >
> > Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\testsupport\target\cxf-rt-
> > testsupport-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\testsupport\target\cxf-rt-
> > testsupport-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\c
> > xf-rt-testsupport\2.3.0-SNAPSHOT\cxf-rt-testsupport-2.3.0-SNAPSHOT.jar
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime Aegis Databinding
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [build-helper:add-source {execution: add-source}]
> > [INFO] Source directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\aegis\src\main
> > \generated added. [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 3 resources
> > [INFO] Copying 3 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\aegis\src\main
> > \resources-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\aegis\target\g
> > enerated\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 85 resources
> > [INFO] Copying 5 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\aegis\target\g
> > enerated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\aegis\target\s
> > urefire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.aegis.namespaces.NamespaceConfusionTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.489 sec
> > Running org.apache.cxf.aegis.type.java5.map.StudentTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.974 sec
> > Running org.apache.cxf.aegis.type.java5.JaxbTypeTest
> > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.388 sec
> > Running org.apache.cxf.aegis.type.java5.XFireXmlParamTypeTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.163 sec
> > Running org.apache.cxf.aegis.client.ClientServiceConfigTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.538 sec
> > Running org.apache.cxf.aegis.type.encoded.ArrayTypeInfoTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 sec
> > Running org.apache.cxf.aegis.xml.stax.ReaderTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.255 sec
> > Running org.apache.cxf.aegis.inheritance.intf.InterfaceInheritanceTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 sec
> > Running org.apache.cxf.aegis.integration.DOMMappingTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.177 sec
> > Running org.apache.cxf.aegis.type.streams.XMLStreamReaderMappingTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
> > Running org.apache.cxf.aegis.jaxws.AegisJaxwsGetTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.776 sec
> > Running org.apache.cxf.aegis.standalone.StandaloneReadTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 sec
> > Running org.apache.cxf.aegis.type.encoded.StructTypeTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.227 sec
> > Running org.apache.cxf.aegis.xml.stax.WriterTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 sec
> > Running org.apache.cxf.aegis.type.java5.CollectionTest
> > Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.952 sec
> > Running org.apache.cxf.aegis.type.basic.ByteDataTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 sec
> > Running org.apache.cxf.aegis.integration.WrappedTest
> > Tests run: 7, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.794 sec
> > Running org.apache.cxf.aegis.type.java5.AnnotatedTypeTest
> > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.373 sec
> > Running org.apache.cxf.aegis.type.java5.XmlParamTypeTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec
> > Running org.apache.cxf.aegis.type.java5.EnumTypeTest
> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.283 sec
> > Running org.apache.cxf.aegis.standalone.SchemaAddinsTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
> > Running org.apache.cxf.aegis.override.OverrideTypeTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
> > Running org.apache.cxf.aegis.type.basic.DateTimezoneTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec
> > Running org.apache.cxf.aegis.xmlconfig.NillableTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec
> > Running org.apache.cxf.aegis.custom.CustomMappingTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
> > Running org.apache.cxf.aegis.exception.ExceptionTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.228 sec
> > Running org.apache.cxf.aegis.type.basic.BeanTest
> > Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.643 sec
> > Running org.apache.cxf.aegis.integration.ParameterMappingTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.571 sec
> > Running org.apache.cxf.aegis.type.basic.DynamicProxyTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 sec
> > Running org.apache.cxf.aegis.type.java5.MapTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.152 sec
> > Running org.apache.cxf.aegis.type.array.DuplicateArrayTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 sec
> > Running org.apache.cxf.aegis.type.java5.OperationNSTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec
> > Running org.apache.cxf.aegis.type.java5.DualOutServiceTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 sec
> > Running org.apache.cxf.aegis.type.BigDecimalStringTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec
> > Running org.apache.cxf.aegis.type.basic.QualificationTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 sec
> > Running org.apache.cxf.aegis.type.basic.BadXMLTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec
> > Running org.apache.cxf.aegis.type.missing.MissingTypeWSDLTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 sec
> > Running org.apache.cxf.aegis.type.java5.ConfigurationTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.14 sec
> > Running org.apache.cxf.doclitbare.DocLitBareTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.17 sec
> > Running org.apache.cxf.aegis.type.TypeCreationOptionsSpringTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.581 sec
> > Running org.apache.cxf.aegis.services.base64.BinaryDataTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec
> > Running org.apache.cxf.aegis.proxy.ProxyTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 sec
> > Running org.apache.cxf.aegis.type.java5.JaxbXmlParamTypeTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec
> > Running org.apache.cxf.aegis.type.java5.XFireTypeTest
> > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.277 sec
> > Running org.apache.cxf.aegis.standalone.StandaloneWriteTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec
> > Running org.apache.cxf.aegis.custom.CustomBeansTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 sec
> > Running org.apache.cxf.aegis.type.array.FlatArrayTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.495 sec
> > Running org.apache.cxf.aegis.type.encoded.SoapArrayTypeTest
> > Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.366 sec
> > Running org.apache.cxf.aegis.inheritance.ExceptionInheritanceTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.212 sec
> > Running org.apache.cxf.aegis.integration.SchemaValidationTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.512 sec
> > Running org.apache.cxf.aegis.type.map.MapsTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.428 sec
> > Running org.apache.cxf.aegis.namespaces.ExplicitPrefixTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec
> > Running org.apache.cxf.aegis.inheritance.InheritancePOJOTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 sec
> >
> > Results :
> >
> > Tests run: 168, Failures: 0, Errors: 0, Skipped: 3
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\aegis\target\c
> > xf-rt-databinding-aegis-2.3.0-SNAPSHOT.jar [INFO] [install:install
> > {execution: default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\aegis\target\c
> > xf-rt-databinding-aegis-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\
> > apache\cxf\cxf-rt-databinding-aegis\2.3.0-SNAPSHOT\cxf-rt-databinding-aegi
> > s-2.3.0-SNAPSHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime JavaScript Client Generator
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [build-helper:add-source {execution: add-source}]
> > [INFO] Source directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\javascript\src\main\genera
> > ted added. [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 4 resources
> > [INFO] Copying 3 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\javascript\src\main\resour
> > ces-filtered [INFO] Copying 1 resource
> > [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [cxf-codegen:wsdl2java {execution: generate-test-sources}]
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 1 resource
> > [INFO] Copying 29 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\javascript\target\generate
> > d\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\javascript\target\surefire
> > -reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.javascript.DocLitBareClientTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.654 sec
> > Running org.apache.cxf.javascript.types.SerializationTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.217 sec
> > Running org.apache.cxf.javascript.JsHttpRequestTest
> > Jul 23, 2010 10:37:40 AM org.apache.cxf.javascript.JsXMLHttpRequest doSend
> > SEVERE: send state != OPENED.
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.834 sec
> > Running org.apache.cxf.javascript.GreeterClientTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.916 sec
> > Running org.apache.cxf.javascript.QueryHandlerTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.72 sec
> > Running org.apache.cxf.javascript.RPCClientTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.466 sec
> > Running org.apache.cxf.javascript.MtoMTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.366 sec
> > Running org.apache.cxf.javascript.AegisTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.258 sec
> > Running org.apache.cxf.javascript.GenericAegisTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 sec
> > Running org.apache.cxf.javascript.DocLitWrappedClientTest
> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.411 sec
> > Running org.apache.cxf.javascript.types.AttributeTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.198 sec
> > Running org.apache.cxf.javascript.AnyTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.087 sec
> > Running org.apache.cxf.javascript.BasicNameManagerTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
> >
> > Results :
> >
> > Tests run: 39, Failures: 0, Errors: 0, Skipped: 3
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\javascript\target\cxf-rt-j
> > avascript-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\javascript\target\cxf-rt-j
> > avascript-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf
> > -rt-javascript\2.3.0-SNAPSHOT\cxf-rt-javascript-2.3.0-SNAPSHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Command Line Tools WSDL to JavaScript Front End
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 1 resource
> > [INFO] Copying 1 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\javascr
> > ipt\src\main\resources-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\javascr
> > ipt\target\generated\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] Copying 1 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\javascr
> > ipt\target\generated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\javascr
> > ipt\target\surefire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.tools.wsdlto.javascript.WSDLToJavaScriptTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.958 sec
> >
> > Results :
> >
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\javascr
> > ipt\target\cxf-tools-wsdlto-frontend-javascript-2.3.0-SNAPSHOT.jar [INFO]
> > [install:install {execution: default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\javascr
> > ipt\target\cxf-tools-wsdlto-frontend-javascript-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggre
> > gory\.m2\repository\org\apache\cxf\cxf-tools-wsdlto-frontend-javascript\2.
> > 3.0-SNAPSHOT\cxf-tools-wsdlto-frontend-javascript-2.3.0-SNAPSHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime Management
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 4 resources
> > [INFO] Copying 4 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management\src\main\resour
> > ces-filtered [INFO] Copying 1 resource
> > [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] Copying 1 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management\target\generate
> > d\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management\target\surefire
> > -reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running
> > org.apache.cxf.management.interceptor.ResponseTimeMessageInInterceptor2Tes
> > t Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.434 sec
> > Running org.apache.cxf.management.jmx.JMXManagedComponentManagerTest Tests
> > run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.441 sec
> > Running org.apache.cxf.management.counters.CounterRepositoryTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
> > Running org.apache.cxf.management.jmx.MBServerConnectorTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.007 sec
> > Running org.apache.cxf.management.jmx.export.ModelMBeanAssemblerTest
> > Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 sec
> > Running
> > org.apache.cxf.management.interceptor.ResponseTimeMessageOutInterceptorTes
> > t Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 sec
> > Running
> > org.apache.cxf.management.interceptor.ResponseTimeMessageInvokerIntercepto
> > rTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013
> > sec Running
> > org.apache.cxf.management.interceptor.ResponseTimeMessageInInterceptorTest
> > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec
> > Running org.apache.cxf.management.InstrumentationManagerTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.586 sec
> > Running org.apache.cxf.management.utils.ManagementConsoleTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
> >
> > Results :
> >
> > Tests run: 42, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management\target\cxf-rt-m
> > anagement-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management\target\cxf-rt-m
> > anagement-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf
> > -rt-management\2.3.0-SNAPSHOT\cxf-rt-management-2.3.0-SNAPSHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime JMS Transport
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 1 resource
> > [INFO] Copying 14 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jms\src\main\re
> > sources-filtered [INFO] Copying 1 resource
> > [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] Copying 2 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jms\target\gene
> > rated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jms\target\sure
> > fire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.transport.jms.JMSDestinationTest
> > Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 26.559 sec
> > Running org.apache.cxf.transport.jms.JMSUtilsTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec
> > Running
> > org.apache.cxf.transport.jms.continuations.JMSContinuationProviderTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
> > Running org.apache.cxf.transport.jms.continuations.JMSContinuationTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec
> > Running org.apache.cxf.transport.jms.JMSConduitTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.752 sec
> > Running org.apache.cxf.transport.jms.uri.JMSEndpointTest
> > Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 sec
> >
> > Results :
> >
> > Tests run: 32, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jms\target\cxf-
> > rt-transports-jms-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jms\target\cxf-
> > rt-transports-jms-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache
> > \cxf\cxf-rt-transports-jms\2.3.0-SNAPSHOT\cxf-rt-transports-jms-2.3.0-SNAP
> > SHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime XmlBeans DataBinding
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 1 resource
> > [INFO] Copying 1 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\xmlbeans\src\m
> > ain\resources-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\xmlbeans\targe
> > t\generated\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [xmlbeans:xmlbeans-test {execution: default}]
> > [INFO] All schema objects are up to date.
> > [INFO] [cxf-codegen:wsdl2java {execution: generate-test-sources}]
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 16 resources
> > [INFO] Copying 1 resource
> > [INFO] Copying 251 resources
> > [INFO] Copying 3 resources
> > [INFO] Copying 251 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\xmlbeans\targe
> > t\surefire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.xmlbeans.IDRefServiceTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.886 sec
> > Running org.apache.cxf.xmlbeans.WeatherService2Test
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.844 sec
> > Running org.apache.cxf.xmlbeans.MultipleSchemaInNSTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 sec
> > Running org.apache.cxf.xmlbeans.DocumentStyleTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.421 sec
> > Running org.apache.cxf.xmlbeans.WrappedStyleTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.297 sec
> > Running org.apache.cxf.xmlbeans.rpc.WeatherServiceRPCLitTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 sec
> > Running org.apache.cxf.xmlbeans.basic.BasicTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.171 sec
> > Running org.apache.cxf.xmlbeans.XMLBeansServiceTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.391 sec
> > Running org.apache.cxf.xmlbeans.PrimitiveTypesTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.12 sec
> > Running org.apache.cxf.xmlbeans.XmlBeansTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.006 sec
> >
> > Results :
> >
> > Tests run: 23, Failures: 0, Errors: 0, Skipped: 2
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\xmlbeans\targe
> > t\cxf-rt-databinding-xmlbeans-2.3.0-SNAPSHOT.jar [INFO] [install:install
> > {execution: default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\xmlbeans\targe
> > t\cxf-rt-databinding-xmlbeans-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repositor
> > y\org\apache\cxf\cxf-rt-databinding-xmlbeans\2.3.0-SNAPSHOT\cxf-rt-databin
> > ding-xmlbeans-2.3.0-SNAPSHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Command Line Tools WSDLTo Test
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\test\src\main\ja
> > va [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\test\src\main\re
> > sources [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\test\src\main\re
> > sources-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\test\target\gene
> > rated\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] No sources to compile
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 4 resources
> > [INFO] Copying 196 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\test\target\gene
> > rated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\test\target\sure
> > fire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.tools.wsdlto.WSDLToJavaTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.531 sec
> > Running org.apache.cxf.tools.wsdlto.jaxws.wsdl11.JAXWSDefinitionBuilderTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.984 sec
> > Running org.apache.cxf.tools.wsdlto.jaxws.CodeGenOptionTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.259 sec
> > Running org.apache.cxf.tools.wsdlto.jaxws.CatalogTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.162 sec
> > Running org.apache.cxf.tools.wsdlto.jaxws.JAXWSBindingTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.166 sec
> > Running org.apache.cxf.tools.wsdlto.core.PluginLoaderTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
> > Running org.apache.cxf.tools.wsdlto.validator.ValidatorTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 sec
> > Running org.apache.cxf.tools.wsdlto.jaxws.CodeGenTest
> > Tests run: 46, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.661 sec
> > Running org.apache.cxf.tools.wsdlto.jaxws.CodeGenBugTest
> > Jul 23, 2010 10:39:39 AM
> > org.apache.cxf.tools.validator.internal.WSDLRefValidator
> > collectValidationPoints WARNING: WSDL document
> > file:/C:/Users/ggregory/b/svn/apache.org/cxf/trunk/tools/wsdlto/test/targe
> > t/test-classes/wsdl2java_wsdl/helloworld_withnoservice.wsdl does not define
> > an y services
> > Jul 23, 2010 10:39:39 AM
> > org.apache.cxf.tools.validator.internal.WSDLRefValidator
> > collectValidationPoints WARNING: WSDL document
> > file:/C:/Users/ggregory/b/svn/apache.org/cxf/trunk/tools/wsdlto/test/targe
> > t/test-classes/wsdl2java_wsdl/helloworld_noservice_import.wsdl does not
> > define any services
> > Jul 23, 2010 10:39:40 AM
> > org.apache.cxf.tools.validator.internal.WSDLRefValidator
> > collectValidationPoints WARNING: WSDL document
> > file:/C:/Users/ggregory/b/svn/apache.org/cxf/trunk/tools/wsdlto/test/targe
> > t/test-classes/wsdl2java_wsdl/no_port_or_service.wsdl does not define any
> > serv ices
> > Jul 23, 2010 10:39:42 AM org.mortbay.log.Slf4jLog info
> > INFO: Logging to org.slf4j.impl.JDK14LoggerAdapter(org.mortbay.log) via
> > org.mortbay.log.Slf4jLog Jul 23, 2010 10:39:42 AM org.mortbay.log.Slf4jLog
> > info
> > INFO: jetty-6.1.24
> > Jul 23, 2010 10:39:42 AM org.mortbay.log.Slf4jLog info
> > INFO: Started SocketConnector@0.0.0.0:8585
> > Jul 23, 2010 10:39:43 AM org.mortbay.log.Slf4jLog info
> > INFO: Stopped SocketConnector@0.0.0.0:8585
> > Jul 23, 2010 10:39:55 AM
> > org.apache.cxf.tools.validator.internal.WSDLRefValidator
> > collectValidationPointsForBindings SEVERE: {http://child/}Binding is not
> > correct, please check that the correct namespace is being used Tests run:
> > 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.633 sec Running
> > org.apache.cxf.tools.wsdlto.jaxws.JAXWSContainerTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.182 sec
> > Running org.apache.cxf.tools.wsdlto.jaxb.JAXBCodeGenOptionTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.318 sec
> > Running org.apache.cxf.tools.wsdlto.xmlbeans.XmlbeansBindingTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.585 sec
> >
> > Results :
> >
> > Tests run: 125, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\test\target\cxf-
> > tools-wsdlto-test-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\test\target\cxf-
> > tools-wsdlto-test-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache
> > \cxf\cxf-tools-wsdlto-test\2.3.0-SNAPSHOT\cxf-tools-wsdlto-test-2.3.0-SNAP
> > SHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Command Line Tools WSDLTo Misctools
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 7 resources
> > [INFO] Copying 0 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\misc\src\main\re
> > sources-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\misc\target\gene
> > rated\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] Copying 8 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\misc\target\gene
> > rated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\misc\target\sure
> > fire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.tools.misc.processor.XSDToWSDLProcessorTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.81 sec
> > Running org.apache.cxf.tools.misc.processor.WSDLToXMLProcessorTest
> > Jul 23, 2010 10:40:02 AM
> > org.apache.cxf.tools.misc.processor.address.AddressFactory getAddresser
> > INFO: Found addresser
> > org.apache.cxf.tools.misc.processor.address.XmlAddress Tests run: 1,
> > Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.184 sec Running
> > org.apache.cxf.tools.misc.processor.WSDLToServiceProcessorTest Jul 23,
> > 2010 10:40:03 AM
> > org.apache.cxf.tools.misc.processor.address.AddressFactory getAddresser
> > INFO: Found addresser
> > org.apache.cxf.tools.misc.processor.address.SoapAddress Jul 23, 2010
> > 10:40:04 AM org.apache.cxf.tools.misc.processor.address.AddressFactory
> > getAddresser INFO: Found addresser
> > org.apache.cxf.tools.misc.processor.address.JmsAddress Tests run: 7,
> > Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.025 sec Running
> > org.apache.cxf.tools.misc.processor.WSDLToSoapProcessorTest Tests run: 9,
> > Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.426 sec
> >
> > Results :
> >
> > Tests run: 19, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\misc\target\cxf-
> > tools-misctools-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\misc\target\cxf-
> > tools-misctools-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache\c
> > xf\cxf-tools-misctools\2.3.0-SNAPSHOT\cxf-tools-misctools-2.3.0-SNAPSHOT.j
> > ar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Command Line Tools
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
> > [INFO] [install:install {execution: default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\pom.xml to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-tools\2.3.0-SNAPSHOT\c
> > xf-tools-2.3.0-SNAPSH OT.pom
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Command Line Tools WSDLTo
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
> > [INFO] [install:install {execution: default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\pom.xml to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-tools-wsdlto\2.3.0-SNA
> > PSHOT\cxf-tool s-wsdlto-2.3.0-SNAPSHOT.pom
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Command Line Tools JavaTo WS
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 20 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\javato\ws\src\main\reso
> > urces [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\javato\ws\src\main\reso
> > urces-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\javato\ws\target\genera
> > ted\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [cxf-codegen:wsdl2java {execution: generate-test-sources}]
> > [INFO] [build-helper:add-test-source {execution: add-source}]
> > [INFO] Test Source directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\javato\ws\src\test\gene
> > rated added. [INFO] [resources:testResources {execution:
> > default-testResources}] [INFO] Using 'UTF-8' encoding to copy filtered
> > resources.
> > [INFO] Copying 1 resource
> > [INFO] Copying 44 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\javato\ws\target\genera
> > ted\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\javato\ws\target\surefi
> > re-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running
> > org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.JaxwsServiceBuilde
> > rTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 1, Time elapsed:
> > 2.377 sec Running
> > org.apache.cxf.tools.java2wsdl.generator.wsdl11.WrapperBeanGeneratorTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.588 sec
> > Running
> > org.apache.cxf.tools.java2wsdl.generator.wsdl11.DateTypeCustomGeneratorTes
> > t Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.292 sec
> > Running
> > org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.ResponseWrapperTes
> > t Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec
> > Running
> > org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.WrapperUtilTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 sec
> > Running
> > org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.WrapperTest Tests
> > run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
> > Running org.apache.cxf.tools.java2wsdl.processor.FrontendFactoryTest Tests
> > run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 sec Running
> > org.apache.cxf.tools.java2wsdl.processor.internal.ServiceBuilderFactoryTes
> > t Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 sec
> > Running
> > org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.RequestWrapperTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 sec
> > Running
> > org.apache.cxf.tools.java2wsdl.generator.wsdl11.annotator.WrapperBeanAnnot
> > atorTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
> > 0.004 sec Running
> > org.apache.cxf.tools.java2wsdl.generator.wsdl11.annotator.WrapperBeanField
> > AnnotatorTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time
> > elapsed: 0.006 sec Running
> > org.apache.cxf.tools.java2js.processor.JavaToJSProcessorTest Tests run: 2,
> > Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.327 sec Running
> > org.apache.cxf.tools.java2ws.AegisTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.332 sec
> > Running org.apache.cxf.tools.java2wsdl.JavaToWSFlagTest
> > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.867 sec
> > Running org.apache.cxf.tools.java2ws.JavaToWSTest
> > Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.042 sec
> > Running
> > org.apache.cxf.tools.java2wsdl.generator.wsdl11.FaultBeanGeneratorTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.05 sec
> > Running
> > org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.JaxwsServiceBuilde
> > rNoAnnoTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
> > 0.12 sec Running
> > org.apache.cxf.tools.java2wsdl.generator.WSDLGeneratorFactoryTest Tests
> > run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
> > Running org.apache.cxf.tools.java2wsdl.processor.JavaToProcessorTest Tests
> > run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.735 sec
> > Running
> > org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.FaultBeanTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
> > Running
> > org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.JaxwsServiceBuilde
> > rRPCTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
> > 0.045 sec
> >
> > Results :
> >
> > Tests run: 110, Failures: 0, Errors: 0, Skipped: 2
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\javato\ws\target\cxf-to
> > ols-java2ws-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\javato\ws\target\cxf-to
> > ols-java2ws-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\c
> > xf-tools-java2ws\2.3.0-SNAPSHOT\cxf-tools-java2ws-2.3.0-SNAPSHOT.jar
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Command Line Tools JavaTo
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
> > [INFO] [install:install {execution: default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\javato\pom.xml to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-tools-javato\2.3.0-SNA
> > PSHOT\cxf-tool s-javato-2.3.0-SNAPSHOT.pom
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime CORBA Binding
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 5 resources
> > [INFO] Copying 6 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\corba\src\main\re
> > sources-filtered [INFO] Copying 1 resource
> > [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] Copying 6 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\corba\target\gene
> > rated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\corba\target\sure
> > fire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.binding.corba.types.CorbaHandlerUtilsYokoNSTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.831 sec
> > Running org.apache.cxf.binding.corba.runtime.CorbaDSIServantTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.253 sec
> > Running org.apache.cxf.binding.corba.CorbaServerConduitTest
> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.92 sec
> > Running org.apache.cxf.binding.corba.types.CorbaArrayHandlerTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
> > Running org.apache.cxf.binding.corba.utils.CorbaUtilsTest
> > Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 sec
> > Running org.apache.cxf.binding.corba.types.CorbaHandlerUtilsTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.419 sec
> > Running org.apache.cxf.binding.corba.types.CorbaStructHandlerTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
> > Running org.apache.cxf.binding.corba.types.CorbaFixedHandlerTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
> > Running org.apache.cxf.binding.corba.types.CorbaObjectHandlerTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
> > Running org.apache.cxf.binding.corba.CorbaDestinationTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.217 sec
> > Running org.apache.cxf.binding.corba.runtime.CorbaObjectWriterTest
> > Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 sec
> > Running org.apache.cxf.binding.corba.runtime.CorbaStreamReaderTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
> > Running org.apache.cxf.binding.corba.CorbaConduitTest
> > Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.414 sec
> > Running org.apache.cxf.binding.corba.CorbaMessageTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
> > Running org.apache.cxf.binding.corba.CorbaTypeMapTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
> > Running org.apache.cxf.binding.corba.types.CorbaEnumHandlerTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
> > Running org.apache.cxf.binding.corba.runtime.CorbaObjectReaderTest
> > Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 sec
> > Running org.apache.cxf.binding.corba.CorbaBindingTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
> > Running org.apache.cxf.binding.corba.utils.ContextUtilsTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
> > Running org.apache.cxf.binding.corba.runtime.CorbaStreamableTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
> > Running org.apache.cxf.binding.corba.CorbaBindingFactoryTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.771 sec
> > Running org.apache.cxf.binding.corba.types.CorbaAnyHandlerTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
> > Running org.apache.cxf.binding.corba.types.CorbaPrimitiveHandlerTest
> > Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
> > Running org.apache.cxf.binding.corba.types.CorbaSequenceHandlerTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
> >
> > Results :
> >
> > Tests run: 124, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\corba\target\cxf-
> > rt-bindings-corba-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\corba\target\cxf-
> > rt-bindings-corba-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache
> > \cxf\cxf-rt-bindings-corba\2.3.0-SNAPSHOT\cxf-rt-bindings-corba-2.3.0-SNAP
> > SHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Command Line Tools CORBA
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [build-helper:add-source {execution: add-source}]
> > [INFO] Source directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\corba\src\main\generate
> > d added. [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 6 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\corba\src\main\resource
> > s [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\corba\src\main\resource
> > s-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\corba\target\generated\
> > src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] Copying 231 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\corba\target\generated\
> > src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\corba\target\surefire-r
> > eports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.tools.corba.processors.WSDLToIDLGenerationTest
> > Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.58 sec
> > Running
> > org.apache.cxf.tools.corba.idlpreprocessor.IdlPreprocessorReaderTest Tests
> > run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 sec
> > Running org.apache.cxf.tools.corba.processors.WSDLToCorbaBindingTest Tests
> > run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.327 sec
> > Running org.apache.cxf.tools.corba.WSDLToIDLTest
> > Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.251 sec
> > Running org.apache.cxf.tools.corba.processors.IDLToWSDLGenerationTest
> > Tests run: 51, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.1 sec
> > Running org.apache.cxf.tools.corba.IDLToWSDLTest
> > Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.294 sec
> > Running org.apache.cxf.tools.corba.common.CorbaPrimitiveMapTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
> > Running org.apache.cxf.tools.corba.processors.WSDLToCorbaBindingTypeTest
> > Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.188 sec
> >
> > Results :
> >
> > Tests run: 153, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\corba\target\cxf-tools-
> > corba-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\corba\target\cxf-tools-
> > corba-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-too
> > ls-corba\2.3.0-SNAPSHOT\cxf-tools-corba-2.3.0-SNAPSHOT.jar
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime SDO DataBinding
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] Copying 1 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\sdo\src\main\r
> > esources-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\sdo\target\gen
> > erated\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [cxf-codegen:wsdl2java {execution: generate-test-sources-static}]
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 2 resources
> > [INFO] Copying 3 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\sdo\target\gen
> > erated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\sdo\target\sur
> > efire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.sdo.HelloWorldStaticTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.715 sec
> > Running org.apache.cxf.sdo.HelloWorldDynamicTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.349 sec
> >
> > Results :
> >
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\sdo\target\cxf
> > -rt-databinding-sdo-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\sdo\target\cxf
> > -rt-databinding-sdo-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apac
> > he\cxf\cxf-rt-databinding-sdo\2.3.0-SNAPSHOT\cxf-rt-databinding-sdo-2.3.0-
> > SNAPSHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime HTTP Binding
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 2 resources
> > [INFO] Copying 3 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\http\src\main\res
> > ources-filtered [INFO] Copying 1 resource
> > [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [cxf-xjc:xsdtojava-tests {execution: generate-sources}]
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 7 resources
> > [INFO] Copying 1 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\http\target\gener
> > ated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\http\target\suref
> > ire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.binding.http.bare.ClientTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.21 sec
> > Running org.apache.cxf.binding.http.InflectorTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
> > Running org.apache.cxf.binding.http.IriDecoderTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 sec
> > Running org.apache.cxf.binding.http.wrapped.WrappedServiceTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.646 sec
> > Running org.apache.cxf.binding.http.bare.BareServiceTest
> > DefaultValidationEventHandler: [ERROR]: For input string: "bleh"
> >      Location: line 0
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.807 sec
> > Running org.apache.cxf.binding.http.mtom.MtomTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.239 sec
> > Running org.apache.cxf.binding.http.bare.UserServiceTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.233 sec
> >
> > Results :
> >
> > Tests run: 12, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\http\target\cxf-r
> > t-bindings-http-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\http\target\cxf-r
> > t-bindings-http-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache\c
> > xf\cxf-rt-bindings-http\2.3.0-SNAPSHOT\cxf-rt-bindings-http-2.3.0-SNAPSHOT
> > .jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime Object Binding
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 1 resource
> > [INFO] Copying 6 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\object\src\main\r
> > esources-filtered [INFO] Copying 1 resource
> > [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\object\src\test\r
> > esources [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\object\target\gen
> > erated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\object\target\sur
> > efire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.binding.object.LocalServerRegistrationTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.363 sec
> > Running org.apache.cxf.binding.object.ObjectBindingTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.216 sec
> >
> > Results :
> >
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\object\target\cxf
> > -rt-bindings-object-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\object\target\cxf
> > -rt-bindings-object-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apac
> > he\cxf\cxf-rt-bindings-object\2.3.0-SNAPSHOT\cxf-rt-bindings-object-2.3.0-
> > SNAPSHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime Colocated Binding
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 1 resource
> > [INFO] Copying 1 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\coloc\src\main\re
> > sources-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\coloc\target\gene
> > rated\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\coloc\src\test\re
> > sources [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\coloc\target\gene
> > rated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\coloc\target\sure
> > fire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.binding.coloc.ColocMessageObserverTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.55 sec
> > Running org.apache.cxf.binding.coloc.ColocUtilTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
> > Running org.apache.cxf.binding.coloc.ColocOutInterceptorTest
> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 sec
> >
> > Results :
> >
> > Tests run: 16, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\coloc\target\cxf-
> > rt-bindings-coloc-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\coloc\target\cxf-
> > rt-bindings-coloc-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache
> > \cxf\cxf-rt-bindings-coloc\2.3.0-SNAPSHOT\cxf-rt-bindings-coloc-2.3.0-SNAP
> > SHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime JBI Binding
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 1 resource
> > [INFO] Copying 9 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\jbi\src\main\reso
> > urces-filtered [INFO] Copying 1 resource
> > [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [bundle:manifest {execution: bundle-manifest}]
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 1 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\jbi\src\test\reso
> > urces [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\jbi\target\genera
> > ted\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\jbi\target\surefi
> > re-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.binding.jbi.interceptor.JBIFaultOutInterceptorTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.249 sec
> > Running org.apache.cxf.binding.jbi.spring.JBIBindingConfigurationInfoTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.328 sec
> > Running
> > org.apache.cxf.binding.jbi.interceptor.JBIOperationInInterceptorTest Tests
> > run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.346 sec
> > Running org.apache.cxf.binding.jbi.JBIBindingFactoryTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
> >
> > Results :
> >
> > Tests run: 9, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\jbi\target\cxf-rt
> > -bindings-jbi-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\jbi\target\cxf-rt
> > -bindings-jbi-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf
> > \cxf-rt-bindings-jbi\2.3.0-SNAPSHOT\cxf-rt-bindings-jbi-2.3.0-SNAPSHOT.jar
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
> > [INFO] [install:install {execution: default-install}]
> > [INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\pom.xml
> > to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-rt\2.3.0-SNAPSHOT\cxf-
> > rt-2.3.0-SNAPSHOT.pom [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime Bindings
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
> > [INFO] [install:install {execution: default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\pom.xml to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-rt-bindings\2.3.0-SNAP
> > SHOT\cxf-rt-bin dings-2.3.0-SNAPSHOT.pom
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime JAX-RS Frontend
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 7 resources
> > [INFO] Copying 7 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxrs\src\main\re
> > sources-filtered [INFO] Copying 1 resource
> > [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 14 resources
> > [INFO] Copying 6 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxrs\target\gene
> > rated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxrs\target\sure
> > fire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.jaxrs.ext.MessageContextImplTest
> > Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.542 sec
> > Running org.apache.cxf.jaxrs.ext.search.FiqlParserTest
> > Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 sec
> > Running org.apache.cxf.jaxrs.provider.JSONProviderTest
> > Tests run: 48, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 0.618 sec
> > Running org.apache.cxf.jaxrs.utils.HttpUtilsTest
> > Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
> > Running org.apache.cxf.jaxrs.utils.AnnotationTestUtilsTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
> > Running org.apache.cxf.jaxrs.ext.search.SearchContextImplTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
> > Running org.apache.cxf.jaxrs.ext.multipart.ContentDispositionTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
> > Running org.apache.cxf.jaxrs.client.WebClientTest
> > Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.73 sec
> > Running org.apache.cxf.jaxrs.JAXRSServerFactoryBeanTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 sec
> > Running org.apache.cxf.jaxrs.provider.DataBindingJSONProviderTest
> > Tests run: 7, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.857 sec
> > Running org.apache.cxf.jaxrs.provider.BinaryDataProviderTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
> > Running org.apache.cxf.jaxrs.provider.XPathProviderTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec
> > Running org.apache.cxf.jaxrs.spring.SpringResourceFactoryTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.247 sec
> > Running org.apache.cxf.jaxrs.model.ClassResourceInfoTest
> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
> > Running org.apache.cxf.jaxrs.provider.DataBindingProviderTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.211 sec
> > Running org.apache.cxf.jaxrs.impl.NewCookieHeaderProviderTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
> > Running org.apache.cxf.jaxrs.provider.JAXBElementProviderTest
> > Tests run: 52, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 sec
> > Running org.apache.cxf.jaxrs.model.wadl.WadlGeneratorTest
> > Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.331 sec
> > Running org.apache.cxf.jaxrs.provider.SourceProviderTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
> > Running org.apache.cxf.jaxrs.spring.JAXRSClientFactoryBeanTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.276 sec
> > Running org.apache.cxf.jaxrs.SelectMethodCandidatesTest
> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 sec
> > Running org.apache.cxf.jaxrs.impl.MediaTypeHeaderProviderTest
> > Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
> > Running org.apache.cxf.jaxrs.provider.PrimitiveTextProviderTest
> > Hello, my name is FΘlix AgnΘs
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
> > Running org.apache.cxf.jaxrs.impl.ResponseBuilderImplTest
> > Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
> > Running org.apache.cxf.jaxrs.ext.search.SimpleSearchConditionTest
> > Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
> > Running org.apache.cxf.jaxrs.provider.AegisElementProviderTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec
> > Running org.apache.cxf.jaxrs.impl.MetadataMapTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
> > Running org.apache.cxf.jaxrs.impl.UriInfoImplTest
> > Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
> > Running org.apache.cxf.jaxrs.impl.CookieHeaderProviderTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
> > Running org.apache.cxf.jaxrs.impl.ResponseImplTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
> > Running org.apache.cxf.jaxrs.ext.multipart.MultipartBodyTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
> > Running org.apache.cxf.jaxrs.impl.UriBuilderImplTest
> > Tests run: 93, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 sec
> > Running org.apache.cxf.jaxrs.provider.AtomEntryProviderTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.295 sec
> > Running org.apache.cxf.jaxrs.impl.HttpHeadersImplTest
> > Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
> > Running org.apache.cxf.jaxrs.impl.VariantListBuilderImplTest
> > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
> > Running org.apache.cxf.jaxrs.impl.CacheControlHeaderProviderTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec
> > Running org.apache.cxf.jaxrs.spring.JAXRSServerFactoryBeanTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 sec
> > Running org.apache.cxf.jaxrs.impl.RuntimeDelegateImplTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
> > Running org.apache.cxf.jaxrs.impl.RequestPreprocessorTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
> > Running org.apache.cxf.jaxrs.impl.RequestImplTest
> > Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
> > Running org.apache.cxf.jaxrs.provider.AtomPojoProviderTest
> > <?xml version='1.0' encoding='UTF-8'?>
> > <entry xmlns="http://www.w3.org/2005/Atom">
> >   <title type="text">a</title>
> >   <content type="application/xml">
> >     <book xmlns="">
> >       <name>a</name>
> >     </book>
> >   </content>
> > </entry>
> > <?xml version='1.0' encoding='UTF-8'?>
> > <entry xmlns="http://www.w3.org/2005/Atom">
> >   <content type="application/xml">
> >     <book xmlns="">
> >       <name>a</name>
> >     </book>
> >   </content>
> > </entry>
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.353 sec
> > Running org.apache.cxf.jaxrs.provider.XSLTJaxbProviderTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.153 sec
> > Running org.apache.cxf.jaxrs.impl.EntityTagHeaderProviderTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
> > Running org.apache.cxf.jaxrs.model.OperationResourceInfoTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
> > Running org.apache.cxf.jaxrs.utils.JAXRSUtilsTest
> > Tests run: 45, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.358 sec
> > Running org.apache.cxf.jaxrs.lifecycle.PerRequestResourceProviderTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
> > Running org.apache.cxf.jaxrs.ext.xml.XMLSourceTest
> > Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 sec
> > Running org.apache.cxf.jaxrs.impl.PathSegmentImplTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
> > Running org.apache.cxf.jaxrs.provider.FormEncodingProviderTest
> > name=FΘlix
> > FΘlix
> > Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
> > Running org.apache.cxf.jaxrs.utils.ResourceUtilsTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
> > Running org.apache.cxf.jaxrs.model.URITemplateTest
> > a%20{digit:[0-9]}%20b
> > Tests run: 47, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
> > Running org.apache.cxf.jaxrs.provider.ProviderFactoryTest
> > Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
> > Running org.apache.cxf.jaxrs.provider.AegisJSONProviderTest
> > Tests run: 17, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.153 sec
> > Running org.apache.cxf.jaxrs.JAXRSServiceFactoryBeanTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
> > Running org.apache.cxf.jaxrs.client.JAXRSClientFactoryBeanTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 sec
> > Running org.apache.cxf.jaxrs.ext.multipart.AttachmentTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
> > Running org.apache.cxf.jaxrs.ext.codegen.CodeGeneratorProviderTest
> > C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.w
> > adl.BookStore-src\superbooks\Book.java
> > C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.
> > wadl.BookStore-src\superbooks\Book2.java
> > C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.
> > wadl.BookStore-src\superbooks\Chapter.java
> > C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.
> > wadl.BookStore-src\superbooks\ObjectFactory.java
> > C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.
> > wadl.BookStore-src\superbooks\package-info.java
> > C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.
> > wadl.BookStore-src\superbooks\Book.java
> > C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.
> > wadl.BookStore-src\superbooks\Book2.java
> > C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.
> > wadl.BookStore-src\superbooks\Chapter.java
> > C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.
> > wadl.BookStore-src\superbooks\ObjectFactory.java
> > C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.
> > wadl.BookStore-src\superbooks\package-info.java
> > C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.
> > wadl.BookStore-src\superbooks\Book.java
> > C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.
> > wadl.BookStore-src\superbooks\Book2.java
> > C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.
> > wadl.BookStore-src\superbooks\Chapter.java
> > C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.
> > wadl.BookStore-src\superbooks\ObjectFactory.java
> > C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.
> > wadl.BookStore-src\superbooks\package-info.java Tests run: 3, Failures: 0,
> > Errors: 0, Skipped: 0, Time elapsed: 6.219 sec Running
> > org.apache.cxf.jaxrs.provider.AtomFeedProviderTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
> > Running org.apache.cxf.jaxrs.utils.InjectionUtilsTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
> >
> > Results :
> >
> > Tests run: 665, Failures: 0, Errors: 0, Skipped: 6
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxrs\target\cxf-
> > rt-frontend-jaxrs-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxrs\target\cxf-
> > rt-frontend-jaxrs-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache
> > \cxf\cxf-rt-frontend-jaxrs\2.3.0-SNAPSHOT\cxf-rt-frontend-jaxrs-2.3.0-SNAP
> > SHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime JavaScript Frontend
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] Copying 0 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\js\src\main\resou
> > rces-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\js\target\generat
> > ed\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] Copying 12 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\js\target\generat
> > ed\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\js\target\surefir
> > e-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.js.rhino.AbstractDOMProviderTest
> > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.218 sec
> > Running org.apache.cxf.js.rhino.ProviderFactoryTest
> > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.27 sec
> > Running org.apache.cxf.js.rhino.ServerAppTest
> > Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 sec
> >
> > Results :
> >
> > Tests run: 27, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\js\target\cxf-rt-
> > frontend-js-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\js\target\cxf-rt-
> > frontend-js-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\c
> > xf-rt-frontend-js\2.3.0-SNAPSHOT\cxf-rt-frontend-js-2.3.0-SNAPSHOT.jar
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF HTTP Transport for OSGi
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] Copying 2 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-osgi\src\m
> > ain\resources-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-osgi\targe
> > t\generated\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-osgi\src\t
> > est\resources [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-osgi\targe
> > t\generated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-osgi\targe
> > t\surefire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.transport.http_osgi.OsgiTransportFactoryTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.221 sec
> > Running org.apache.cxf.transport.http_osgi.OsgiDestinationTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.222 sec
> > Running org.apache.cxf.transport.http_osgi.OsgiServletTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.333 sec
> >
> > Results :
> >
> > Tests run: 10, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [bundle:bundle {execution: default-bundle}]
> > [WARNING] Warning building bundle
> > org.apache.cxf:cxf-rt-transports-http-osgi:bundle:2.3.0-SNAPSHOT :
> > Instructions in Export-Package that are never used: =META-INF\.cxf\.osgi
> > [WARNING] Warning building bundle
> > org.apache.cxf:cxf-rt-transports-http-osgi:bundle:2.3.0-SNAPSHOT : Did not
> > find matching referal for javax.xml.rpc* [WARNING] Warning building bundle
> > org.apache.cxf:cxf-rt-transports-http-osgi:bundle:2.3.0-SNAPSHOT :
> > Exporting packages that are not on the Bundle-Classpath[Jar:dot]: [META-IN
> > F.cxf.osgi]
> > [INFO] [install:install {execution: default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-osgi\targe
> > t\cxf-rt-transports-http-osgi-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repositor
> > y\org\apache\cxf\cxf-rt-transports-http-osgi\2.3.0-SNAPSHOT\cxf-rt-transpo
> > rts-http-osgi-2.3.0-SNAPSHOT.jar [INFO] [bundle:install {execution:
> > default-install}]
> > [INFO] Installing
> > org/apache/cxf/cxf-rt-transports-http-osgi/2.3.0-SNAPSHOT/cxf-rt-transport
> > s-http-osgi-2.3.0-SNAPSHOT.jar [INFO] Writing OBR metadata
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime JBI Transport
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 1 resource
> > [INFO] Copying 8 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jbi\src\main\re
> > sources-filtered [INFO] Copying 1 resource
> > [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [bundle:manifest {execution: bundle-manifest}]
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jbi\src\test\re
> > sources [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jbi\target\gene
> > rated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jbi\target\sure
> > fire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.transport.jbi.JBIConduitTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.729 sec
> > Running org.apache.cxf.transport.jbi.JBIDestinationTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.441 sec
> >
> > Results :
> >
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jbi\target\cxf-
> > rt-transports-jbi-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jbi\target\cxf-
> > rt-transports-jbi-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache
> > \cxf\cxf-rt-transports-jbi\2.3.0-SNAPSHOT\cxf-rt-transports-jbi-2.3.0-SNAP
> > SHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime WS Policy
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 4 resources
> > [INFO] Copying 17 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\policy\src\main\resourc
> > es-filtered [INFO] Copying 1 resource
> > [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [cxf-codegen:wsdl2java {execution: generate-test-sources}]
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 20 resources
> > [INFO] Copying 89 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\policy\target\generated
> > \src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\policy\target\surefire-
> > reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.ws.policy.PolicyInterceptorsTest
> > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.669 sec
> > Running org.apache.cxf.ws.policy.EndpointPolicyImplTest
> > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.218 sec
> > Running org.apache.cxf.ws.policy.PolicyVerificationInFaultInterceptorTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec
> > Running org.apache.cxf.ws.policy.selector.FirstAlternativeSelectorTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
> > Running org.apache.cxf.ws.policy.spring.PolicyFeatureTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.009 sec
> > Running org.apache.cxf.ws.policy.NormalizeTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.178 sec
> > Running org.apache.cxf.ws.policy.attachment.reference.ReferenceResolverTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 sec
> > Running org.apache.cxf.ws.policy.attachment.external.PolicyAttachmentTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
> > Running
> > org.apache.cxf.ws.policy.attachment.external.DomainExpressionBuilderRegist
> > ryTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
> > 0.016 sec Running
> > org.apache.cxf.ws.policy.AssertionBuilderRegistryImplTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
> > Running org.apache.cxf.ws.policy.PolicyExtensionsTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.478 sec
> > Running org.apache.cxf.ws.policy.PolicyInterceptorProviderRegistryImplTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
> > Running org.apache.cxf.ws.policy.spring.PolicyBeansTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.181 sec
> > Running
> > org.apache.cxf.ws.policy.builder.primitive.NestedPrimitiveAssertionTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 sec
> > Running org.apache.cxf.ws.policy.PolicyAnnotationTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.798 sec
> > Running org.apache.cxf.ws.policy.PolicyBuilderTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
> > Running org.apache.cxf.ws.policy.EffectivePolicyImplTest
> > Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec
> > Running
> > org.apache.cxf.ws.policy.attachment.wsdl11.Wsdl11AttachmentPolicyProviderT
> > est Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.473
> > sec Running
> > org.apache.cxf.ws.policy.attachment.external.ExternalAttachmentProviderTes
> > t Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063
> > sec Running
> > org.apache.cxf.ws.policy.selector.MinimalMaximalAlternativeSelectorTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec
> > Running org.apache.cxf.ws.policy.PolicyVerificationInInterceptorTest Tests
> > run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
> > Running
> > org.apache.cxf.ws.policy.attachment.external.EndpointReferenceDomainExpres
> > sionTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
> > 0.03 sec Running org.apache.cxf.ws.policy.PolicyRegistryImplTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
> > Running org.apache.cxf.ws.policy.PolicyEngineTest
> > Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec
> > Running org.apache.cxf.ws.policy.PolicyVerificationOutInterceptorTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec
> >
> > Results :
> >
> > Tests run: 101, Failures: 0, Errors: 0, Skipped: 1
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\policy\target\cxf-rt-ws
> > -policy-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\policy\target\cxf-rt-ws
> > -policy-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-r
> > t-ws-policy\2.3.0-SNAPSHOT\cxf-rt-ws-policy-2.3.0-SNAPSHOT.jar
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime WS Reliable Messaging
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 3 resources
> > [INFO] Copying 10 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\rm\src\main\resources-f
> > iltered [INFO] Copying 1 resource
> > [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 9 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\rm\src\test\resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\rm\target\generated\src
> > \test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\rm\target\surefire-repo
> > rts
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.ws.rm.soap.RMSoapInterceptorTest
> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.432 sec
> > Running org.apache.cxf.ws.rm.persistence.jdbc.RMTxStoreConfigurationTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.326 sec
> > Running org.apache.cxf.ws.rm.RMManagerConfigurationTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.428 sec
> > Running org.apache.cxf.ws.rm.persistence.PersistenceUtilsTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 sec
> > Running org.apache.cxf.ws.rm.soap.RetransmissionQueueImplTest
> > Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.299 sec
> > Running org.apache.cxf.ws.rm.RMContextUtilsTest
> > Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.315 sec
> > Running org.apache.cxf.ws.rm.AbstractSequenceTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
> > Running org.apache.cxf.ws.rm.DestinationTest
> > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.19 sec
> > Running org.apache.cxf.ws.rm.RMUtilsTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 sec
> > Running org.apache.cxf.ws.rm.AbstractRMInterceptorTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 sec
> > Running org.apache.cxf.ws.rm.SourceSequenceTest
> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.029 sec
> > Running org.apache.cxf.ws.rm.RMEndpointTest
> > Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.216 sec
> > Running org.apache.cxf.ws.rm.persistence.jdbc.RMTxStoreTest
> > Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.32 sec
> > Running org.apache.cxf.ws.rm.AbstractEndpointTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
> > Running org.apache.cxf.ws.rm.policy.PolicyUtilsTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
> > Running org.apache.cxf.ws.rm.DestinationSequenceTest
> > Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.281 sec
> > Running org.apache.cxf.ws.rm.soap.SoapFaultFactoryTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 sec
> > Running org.apache.cxf.ws.rm.RMInInterceptorTest
> > Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 sec
> > Running org.apache.cxf.ws.rm.RMOutInterceptorTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec
> > Running org.apache.cxf.ws.rm.RMManagerTest
> > Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.167 sec
> > Running org.apache.cxf.ws.rm.ProxyTest
> > Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 sec
> >
> > Results :
> >
> > Tests run: 169, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\rm\target\cxf-rt-ws-rm-
> > 2.3.0-SNAPSHOT.jar [INFO] [install:install {execution: default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\rm\target\cxf-rt-ws-rm-
> > 2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-rt-ws-rm\
> > 2.3.0-SNAPSHOT\cxf-rt-ws-rm-2.3.0-SNAPSHOT.jar
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime WS Security
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 4 resources
> > [INFO] Copying 2 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\security\src\main\resou
> > rces-filtered [INFO] Copying 1 resource
> > [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 48 resources
> > [INFO] Copying 1 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\security\target\generat
> > ed\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\security\target\surefir
> > e-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.ws.security.wss4j.DefaultSecurityContextTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 sec
> > Running org.apache.cxf.ws.security.wss4j.CryptoCoverageCheckerTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.207 sec
> > Running org.apache.cxf.ws.security.wss4j.WSS4JFaultCodeTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.244 sec
> > Running org.apache.cxf.ws.security.wss4j.WSS4JOutInterceptorTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.406 sec
> > Running org.apache.cxf.ws.security.wss4j.SignatureConfirmationTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 sec
> > Running org.apache.cxf.ws.security.wss4j.RoundTripTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.714 sec
> > Running org.apache.cxf.ws.security.wss4j.WSS4JInOutTest
> > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.547 sec
> > Running org.apache.cxf.ws.security.wss4j.UserNameTokenAuthorizationTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.893 sec
> > Running org.apache.cxf.ws.security.wss4j.PolicyBasedWss4JInOutTest
> > Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.774 sec
> >
> > Results :
> >
> > Tests run: 49, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\security\target\cxf-rt-
> > ws-security-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\security\target\cxf-rt-
> > ws-security-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\c
> > xf-rt-ws-security\2.3.0-SNAPSHOT\cxf-rt-ws-security-2.3.0-SNAPSHOT.jar
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime Web Management
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management-web\src\main\re
> > sources [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management-web\src\main\re
> > sources-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management-web\target\gene
> > rated\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Compiling 1 source file to
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management-web\target\clas
> > ses [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management-web\src\test\re
> > sources [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management-web\target\gene
> > rated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management-web\target\sure
> > fire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > There are no tests to run.
> >
> > Results :
> >
> > Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management-web\target\cxf-
> > rt-management-web-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management-web\target\cxf-
> > rt-management-web-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache
> > \cxf\cxf-rt-management-web\2.3.0-SNAPSHOT\cxf-rt-management-web-2.3.0-SNAP
> > SHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF JBI Integration
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 4 resources
> > [INFO] Copying 0 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jbi\src\main\reso
> > urces-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jbi\target\genera
> > ted\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] Copying 11 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jbi\target\genera
> > ted\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jbi\target\surefi
> > re-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.jbi.se.state.ServiceEngineStateFactoryTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 sec
> > Running org.apache.cxf.jbi.se.state.ServiceEngineShutdownTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
> > Running org.apache.cxf.jbi.se.CXFServiceUnitManagerTest
> > Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.38 sec
> > Running org.apache.cxf.jbi.se.CXFServiceUnitTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.603 sec
> > Running org.apache.cxf.jbi.se.state.ServiceEngineStopTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
> > Running org.apache.cxf.jbi.se.state.ServiceEngineStartTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
> >
> > Results :
> >
> > Tests run: 40, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jbi\target\cxf-in
> > tegration-jbi-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jbi\target\cxf-in
> > tegration-jbi-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf
> > \cxf-integration-jbi\2.3.0-SNAPSHOT\cxf-integration-jbi-2.3.0-SNAPSHOT.jar
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF JCA Connection
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 2 resources
> > [INFO] Copying 1 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jca\src\main\reso
> > urces-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jca\target\genera
> > ted\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 10 resources
> > [INFO] Copying 4 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jca\target\genera
> > ted\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jca\target\surefi
> > re-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.jca.cxf.ConnectionFactoryImplTest
> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.438 sec
> > Running org.apache.cxf.jca.servant.EJBServantConfigTest
> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 sec
> > Running org.apache.cxf.jca.cxf.handlers.InvokingInvocationHandlerTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.181 sec
> > Running org.apache.cxf.jca.core.resourceadapter.ManagedConnectionImplTest
> > Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 sec
> > Running org.apache.cxf.jca.core.resourceadapter.UriHandlerInitTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
> > Running org.apache.cxf.jca.cxf.CXFConnectionRequestInfoTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
> > Running org.apache.cxf.jca.jarloader.JarLoaderTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
> > Running org.apache.cxf.jca.core.resourceadapter.HandlerTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
> > Running org.apache.cxf.jca.cxf.handlers.InvocationHandlerFactoryTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 sec
> > Running org.apache.cxf.jca.cxf.ResourceAdapterImplTest
> > Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec
> > Running org.apache.cxf.jca.core.classloader.PlugInClassLoaderTest
> > Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 sec
> > Running
> > org.apache.cxf.jca.core.resourceadapter.ResourceAdapterInternalExceptionTe
> > st Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013
> > sec Running org.apache.cxf.jca.servant.EJBEndpointTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
> > Running org.apache.cxf.jca.core.logging.LoggerHelperTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
> > Running org.apache.cxf.jca.cxf.handlers.ProxyInvocationHandlerTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.46 sec
> > Running org.apache.cxf.jca.core.resourceadapter.ResourceBeanTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
> > Running org.apache.cxf.jca.cxf.handlers.ObjectMethodInvocationHandlerTest
> > Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
> > Running org.apache.cxf.jca.cxf.JCABusFactoryTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.18 sec
> > Running
> > org.apache.cxf.jca.core.resourceadapter.ManagedConnectionFactoryImplTest
> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
> > Running org.apache.cxf.jca.outbound.ManagedConnectionImplTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.888 sec
> > Running org.apache.cxf.jca.cxf.ManagedConnectionImplTest
> > Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.055 sec
> > Running org.apache.cxf.jca.cxf.AssociatedManagedConnectionFactoryImplTest
> > Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.148 sec
> > Running org.apache.cxf.jca.cxf.ManagedConnectionFactoryImplTest
> > Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.135 sec
> >
> > Results :
> >
> > Tests run: 160, Failures: 0, Errors: 0, Skipped: 1
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jca\target\cxf-in
> > tegration-jca-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jca\target\cxf-in
> > tegration-jca-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf
> > \cxf-integration-jca\2.3.0-SNAPSHOT\cxf-integration-jca-2.3.0-SNAPSHOT.jar
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Integration
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
> > [INFO] [install:install {execution: default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\pom.xml to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-integration\2.3.0-SNAP
> > SHOT\cxf-integr ation-2.3.0-SNAPSHOT.pom
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Java2WS Maven2 Plugin
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [plugin:descriptor {execution: default-descriptor}]
> > [WARNING] Using platform encoding (Cp1252 actually) to read mojo metadata,
> > i.e. build is platform dependent! [INFO] Applying mojo extractor for
> > language: java
> > [INFO] Mojo extractor for language: java found 1 mojo descriptors.
> > [INFO] Applying mojo extractor for language: bsh
> > [INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\java2ws-plugin\
> > src\main\resources [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\java2ws-plugin\
> > src\main\resources-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\java2ws-plugin\
> > target\generated\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\java2ws-plugin\
> > src\test\java [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\java2ws-plugin\
> > src\test\resources [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\java2ws-plugin\
> > target\generated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] No sources to compile
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\java2ws-plugin\
> > target\surefire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > There are no tests to run.
> >
> > Results :
> >
> > Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\java2ws-plugin\
> > target\cxf-java2ws-plugin-2.3.0-SNAPSHOT.jar [INFO]
> > [plugin:addPluginArtifactMetadata {execution:
> > default-addPluginArtifactMetadata}] [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\java2ws-plugin\
> > target\cxf-java2ws-plugin-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\or
> > g\apache\cxf\cxf-java2ws-plugin\2.3.0-SNAPSHOT\cxf-java2ws-plugin-2.3.0-SN
> > APSHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF CORBA Tools Maven2 Plugins
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [plugin:descriptor {execution: default-descriptor}]
> > [WARNING] Using platform encoding (Cp1252 actually) to read mojo metadata,
> > i.e. build is platform dependent! [INFO] Applying mojo extractor for
> > language: java
> > [INFO] Mojo extractor for language: java found 2 mojo descriptors.
> > [INFO] Applying mojo extractor for language: bsh
> > [INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\corba\src\main\
> > resources [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\corba\src\main\
> > resources-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\corba\target\ge
> > nerated\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\corba\src\test\
> > java [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\corba\src\test\
> > resources [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\corba\target\ge
> > nerated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] No sources to compile
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\corba\target\su
> > refire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > There are no tests to run.
> >
> > Results :
> >
> > Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\corba\target\cx
> > f-corbatools-maven-plugin-2.3.0-SNAPSHOT.jar [INFO]
> > [plugin:addPluginArtifactMetadata {execution:
> > default-addPluginArtifactMetadata}] [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\corba\target\cx
> > f-corbatools-maven-plugin-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\or
> > g\apache\cxf\cxf-corbatools-maven-plugin\2.3.0-SNAPSHOT\cxf-corbatools-mav
> > en-plugin-2.3.0-SNAPSHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Archetype - Simple JAX-WS Java First
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 6 resources
> > [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] No sources to compile
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\archetypes\cxf-
> > jaxws-javafirst\src\test\java [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\archetypes\cxf-
> > jaxws-javafirst\src\test\resources [INFO] skip non existing
> > resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\archetypes\cxf-
> > jaxws-javafirst\target\generated\src\test\resources [INFO] Copying 3
> > resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Not compiling test sources
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Tests are skipped.
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\archetypes\cxf-
> > jaxws-javafirst\target\cxf-jaxws-javafirst-2.3.0-SNAPSHOT.jar [INFO]
> > [install:install {execution: default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\archetypes\cxf-
> > jaxws-javafirst\target\cxf-jaxws-javafirst-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\
> > .m2\repository\org\apache\cxf\archetype\cxf-jaxws-javafirst\2.3.0-SNAPSHOT
> > \cxf-jaxws-javafirst-2.3.0-SNAPSHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Maven Archetypes
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
> > [INFO] [install:install {execution: default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\archetypes\pom.
> > xml to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-archetypes\2.3.0-SNAPS
> > HO T\cxf-archetypes-2.3.0-SNAPSHOT.pom
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Maven Plugins
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
> > [INFO] [install:install {execution: default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\pom.xml to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-maven-plugins\2.3.0-SN
> > APSHOT\cxf-ma ven-plugins-2.3.0-SNAPSHOT.pom
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Uncategorized System Tests
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\uncategorized\src\ma
> > in\java [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\uncategorized\src\ma
> > in\resources [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\uncategorized\src\ma
> > in\resources-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\uncategorized\target
> > \generated\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] No sources to compile
> > [INFO] [cxf-codegen:wsdl2java {execution: generate-test-sources}]
> > [INFO] [cxf-corbatools:wsdl2idl {execution: generate-test-sources}]
> > Jul 23, 2010 10:44:09 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaProcessor
> > setOutputFile WARNING: Using default wsdl/idl filenames...
> > Jul 23, 2010 10:44:09 AM
> > org.springframework.context.support.AbstractApplicationContext
> > prepareRefresh INFO: Refreshing
> > org.apache.cxf.bus.spring.BusApplicationContext@a268256: display name
> > [org.apache.cxf.bus.spring.BusApplicationContext@a268256]; startup date
> > [Fri Jul 23 10:4 4:09 PDT 2010]; root of context hierarchy
> > Jul 23, 2010 10:44:09 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf.xml] Jul 23, 2010 10:44:09 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-corba.xml] Jul 23, 2010 10:44:09 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-jaxws.xml] Jul 23, 2010 10:44:09 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-soap.xml] Jul 23, 2010 10:44:09 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-xml.xml] Jul 23, 2010 10:44:09 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-addr.xml] Jul 23, 2010 10:44:09 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-management.xml] Jul 23, 2010 10:44:09
> > AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-jbi-binding.xml] Jul 23, 2010
> > 10:44:09 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-jbi.xml] Jul 23, 2010 10:44:09 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-http-binding.xml] Jul 23, 2010
> > 10:44:09 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-http.xml] Jul 23, 2010 10:44:09 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-http-jetty.xml] Jul 23, 2010 10:44:09
> > AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-http.xml] Jul 23, 2010 10:44:09 AM
> > org.springframework.beans.factory.support.DefaultListableBeanFactory
> > registerBeanDefinition INFO: Overriding bean definition for bean
> > 'org.apache.cxf.transport.http.policy.HTTPClientAssertionBuilder':
> > replacing [Generic bean: class [org.apache.cxf.transport.http.poli
> > cy.HTTPClientAssertionBuilder]; scope=singleton; abstract=false;
> > lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true;
> > primary=false; factoryBeanName=null; factoryMethodName=null;
> > initMethodName=null; destroyMethodName=null; defined in class path
> > resource [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class
> > [org.apac he.cxf.transport.http.policy.HTTPClientAssertionBuilder];
> > scope=singleton; abstract=false; lazyInit=true; autowireMode=0;
> > dependencyCheck=0; autowireCandidate=true; primary=fa lse;
> > factoryBeanName=null; factoryMethodName=null; initMethodName=null;
> > destroyMethodName=null; defined in class path resource
> > [META-INF/cxf/cxf-extension-http.xml]] Jul 23, 2010 10:44:09 AM
> > org.springframework.beans.factory.support.DefaultListableBeanFactory
> > registerBeanDefinition INFO: Overriding bean definition for bean
> > 'org.apache.cxf.transport.http.policy.HTTPServerAssertionBuilder':
> > replacing [Generic bean: class [org.apache.cxf.transport.http.poli
> > cy.HTTPServerAssertionBuilder]; scope=singleton; abstract=false;
> > lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true;
> > primary=false; factoryBeanName=null; factoryMethodName=null;
> > initMethodName=null; destroyMethodName=null; defined in class path
> > resource [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class
> > [org.apac he.cxf.transport.http.policy.HTTPServerAssertionBuilder];
> > scope=singleton; abstract=false; lazyInit=true; autowireMode=0;
> > dependencyCheck=0; autowireCandidate=true; primary=fa lse;
> > factoryBeanName=null; factoryMethodName=null; initMethodName=null;
> > destroyMethodName=null; defined in class path resource
> > [META-INF/cxf/cxf-extension-http.xml]] Jul 23, 2010 10:44:09 AM
> > org.springframework.beans.factory.support.DefaultListableBeanFactory
> > registerBeanDefinition INFO: Overriding bean definition for bean
> > 'org.apache.cxf.transport.http.policy.NoOpPolicyInterceptorProvider':
> > replacing [Generic bean: class [org.apache.cxf.transport.http.p
> > olicy.NoOpPolicyInterceptorProvider]; scope=singleton; abstract=false;
> > lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true;
> > primary=false; factoryBeanName =null; factoryMethodName=null;
> > initMethodName=null; destroyMethodName=null; defined in class path
> > resource [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class
> > [or g.apache.cxf.transport.http.policy.NoOpPolicyInterceptorProvider];
> > scope=singleton; abstract=false; lazyInit=true; autowireMode=0;
> > dependencyCheck=0; autowireCandidate=true; p rimary=false;
> > factoryBeanName=null; factoryMethodName=null; initMethodName=null;
> > destroyMethodName=null; defined in class path resource
> > [META-INF/cxf/cxf-extension-http.xml]] Jul 23, 2010 10:44:09 AM
> > org.springframework.beans.factory.support.DefaultListableBeanFactory
> > registerBeanDefinition INFO: Overriding bean definition for bean
> > 'org.apache.cxf.transport.http.ClientOnlyHTTPTransportFactory': replacing
> > [Generic bean: class [org.apache.cxf.transport.http.ClientO
> > nlyHTTPTransportFactory]; scope=singleton; abstract=false; lazyInit=true;
> > autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false;
> > factoryBeanName=null; facto ryMethodName=null; initMethodName=null;
> > destroyMethodName=null; defined in class path resource
> > [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class
> > [org.apache.cxf .transport.http.ClientOnlyHTTPTransportFactory];
> > scope=singleton; abstract=false; lazyInit=true; autowireMode=0;
> > dependencyCheck=0; autowireCandidate=true; primary=false; fact
> > oryBeanName=null; factoryMethodName=null; initMethodName=null;
> > destroyMethodName=null; defined in class path resource
> > [META-INF/cxf/cxf-extension-http.xml]] Jul 23, 2010 10:44:09 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-local.xml] Jul 23, 2010 10:44:09 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-jms.xml] Jul 23, 2010 10:44:09 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-policy.xml] Jul 23, 2010 10:44:09 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-jaxrs-binding.xml] Jul 23, 2010
> > 10:44:09 AM org.springframework.context.support.AbstractApplicationContext
> > obtainFreshBeanFactory INFO: Bean factory for application context
> > [org.apache.cxf.bus.spring.BusApplicationContext@a268256]:
> > org.springframework.beans.factory.support.DefaultListableBeanFactory@5496
> > 2fcd
> > Jul 23, 2010 10:44:09 AM
> > org.springframework.beans.factory.support.DefaultListableBeanFactory
> > preInstantiateSingletons INFO: Pre-instantiating singletons in
> > org.springframework.beans.factory.support.DefaultListableBeanFactory@54962
> > fcd: defining beans [cxf,org.apache.cxf.bus.spring.BusApplicati
> > onListener,org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor,org
> > .apache.cxf.bus.spring.Jsr250BeanPostProcessor,org.apache.cxf.bus.spring.Bu
> > sExtensionPostProcessor,or
> > g.apache.cxf.resource.ResourceManager,org.apache.cxf.configuration.Configu
> > rer,org.apache.cxf.binding.BindingFactoryManager,org.apache.cxf.transport.D
> > estinationFactoryManager,o
> > rg.apache.cxf.transport.ConduitInitiatorManager,org.apache.cxf.wsdl.WSDLMa
> > nager,org.apache.cxf.phase.PhaseManager,org.apache.cxf.workqueue.WorkQueueM
> > anager,org.apache.cxf.busl
> > ifecycle.BusLifeCycleManager,org.apache.cxf.endpoint.ServerRegistry,org.ap
> > ache.cxf.endpoint.ServerLifeCycleManager,org.apache.cxf.endpoint.ClientLife
> > CycleManager,org.apache.cx
> > f.transports.http.QueryHandlerRegistry,org.apache.cxf.endpoint.EndpointRes
> > olverRegistry,org.apache.cxf.headers.HeaderManager,org.apache.cxf.catalog.O
> > ASISCatalogManager,org.apa
> > che.cxf.service.factory.FactoryBeanListenerManager,org.apache.cxf.endpoint
> > .ServiceContractResolverRegistry,org.apache.cxf.binding.corba.CorbaBindingF
> > actory,org.apache.cxf.bind
> > ing.corba.wsdl.WSDLExtensionRegister#0,org.apache.cxf.jaxws.context.WebSer
> > viceContextResourceResolver,org.apache.cxf.jaxws.context.WebServiceContextI
> > mpl,org.apache.cxf.binding
> > .soap.SoapBindingFactory,org.apache.cxf.binding.soap.SoapTransportFactory,
> > org.apache.cxf.binding.soap.customEditorConfigurer,org.apache.cxf.binding.x
> > ml.XMLBindingFactory,org.a
> > pache.cxf.ws.addressing.policy.AddressingAssertionBuilder,org.apache.cxf.w
> > s.addressing.policy.AddressingPolicyInterceptorProvider,org.apache.cxf.ws.a
> > ddressing.policy.UsingAddr
> > essingAssertionBuilder,org.apache.cxf.management.InstrumentationManager,or
> > g.apache.cxf.binding.jbi.JBIBindingFactory,org.apache.cxf.transport.jbi.JBI
> > TransportFactory,org.apach
> > e.cxf.binding.http.HttpBindingFactory,org.apache.cxf.transport.http.policy
> > .HTTPClientAssertionBuilder,org.apache.cxf.transport.http.policy.HTTPServer
> > AssertionBuilder,org.apach
> > e.cxf.transport.http.policy.NoOpPolicyInterceptorProvider,org.apache.cxf.t
> > ransport.http.ClientOnlyHTTPTransportFactory,org.apache.cxf.transport.http_
> > jetty.JettyHTTPTransportFa
> > ctory,org.apache.cxf.transport.local.LocalTransportFactory,org.apache.cxf.
> > transport.jms.JMSTransportFactory,org.apache.cxf.ws.policy.AssertionBuilder
> > Registry,org.apache.cxf.ws
> > .policy.PolicyInterceptorProviderRegistry,org.apache.cxf.ws.policy.attachm
> > ent.external.DomainExpressionBuilderRegistry,org.apache.cxf.ws.policy.attac
> > hment.external.EndpointRef
> > erenceDomainExpressionBuilder,org.apache.cxf.ws.policy.PolicyBuilder,org.a
> > pache.cxf.ws.policy.PolicyEngine,org.apache.cxf.ws.policy.attachment.wsdl11
> > .Wsdl11AttachmentPolicyPro
> > vider,org.apache.cxf.ws.policy.attachment.ServiceModelPolicyProvider,org.a
> > pache.cxf.ws.policy.mtom.MTOMAssertionBuilder,org.apache.cxf.ws.policy.mtom
> > .MTOMPolicyInterceptorProv ider,org.apache.cxf.jaxrs.JAXRSBindingFactory];
> > root of factory hierarchy SimpleType Union Not Supported in CORBA Binding
> > SimpleType Union Not Supported in CORBA Binding
> > SimpleType Union Not Supported in CORBA Binding
> > SimpleType Union Not Supported in CORBA Binding
> > SimpleType Union Not Supported in CORBA Binding
> > SimpleType Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}attribList Jul 23,
> > 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}attribUnion
> > SimpleType Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}varUnion SimpleType
> > Union Not Supported in CORBA Binding
> > SimpleType Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: class
> > org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> > CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: class
> > org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> > CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unknown particle type
> > org.apache.ws.commons.schema.XmlSchemaGroupRef SimpleType Union Not
> > Supported in CORBA Binding
> > SimpleType Union Not Supported in CORBA Binding
> > SimpleType Union Not Supported in CORBA Binding
> > SimpleType Union Not Supported in CORBA Binding
> > SimpleType Union Not Supported in CORBA Binding
> > SimpleType Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}attribList Jul 23,
> > 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}attribUnion
> > SimpleType Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}varUnion SimpleType
> > Union Not Supported in CORBA Binding
> > SimpleType Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: class
> > org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> > CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: class
> > org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> > CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unknown particle type
> > org.apache.ws.commons.schema.XmlSchemaGroupRef SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}return SimpleType
> > Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}y SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}z Jul 23, 2010
> > 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: class
> > org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> > CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: class
> > org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> > CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}x Jul 23, 2010
> > 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}y SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}x SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}y Jul 23, 2010
> > 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}attribUnion
> > SimpleType Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}varUnion Jul 23,
> > 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}attribUnion
> > SimpleType Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}varUnion Jul 23,
> > 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}attribUnion
> > SimpleType Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}varUnion Jul 23,
> > 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: class
> > org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> > CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: class
> > org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> > CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: class
> > org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> > CORBA binding.  Skipping. SimpleType Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}x SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}y SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}return SimpleType
> > Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}y SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}z Jul 23, 2010
> > 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}attribUnion
> > SimpleType Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}varUnion Jul 23,
> > 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}attribUnion
> > SimpleType Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}varUnion Jul 23,
> > 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: class
> > org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> > CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: class
> > org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> > CORBA binding.  Skipping. SimpleType Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}x SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}y SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}return SimpleType
> > Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}y SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}z SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}return SimpleType
> > Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}y SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}z SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}return SimpleType
> > Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}y SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}z SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}x SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}y Jul 23, 2010
> > 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unknown particle type
> > org.apache.ws.commons.schema.XmlSchemaGroupRef Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unknown particle type
> > org.apache.ws.commons.schema.XmlSchemaGroupRef SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}x SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}y Jul 23, 2010
> > 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}return Jul 23, 2010
> > 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}y Jul 23, 2010
> > 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}z SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}x SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}y Jul 23, 2010
> > 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}attribList Jul 23,
> > 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}attribList Jul 23,
> > 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}attribList Jul 23,
> > 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}attribList Jul 23,
> > 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}attribList Jul 23,
> > 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unknown particle type
> > org.apache.ws.commons.schema.XmlSchemaGroupRef Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unknown particle type
> > org.apache.ws.commons.schema.XmlSchemaGroupRef Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unknown particle type
> > org.apache.ws.commons.schema.XmlSchemaGroupRef SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}return SimpleType
> > Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}y SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}z SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}return SimpleType
> > Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}y SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}z SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}x SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}y Jul 23, 2010
> > 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: class
> > org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> > CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: class
> > org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> > CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: class
> > org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> > CORBA binding.  Skipping. SimpleType Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}return SimpleType
> > Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}y SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}z SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}x SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}y Jul 23, 2010
> > 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaBinding
> > addBindingOperations WARNING: Operation testNMTOKENS not mapped to CORBA
> > binding.
> > SimpleType Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaBinding
> > addBindingOperations WARNING: Operation testSimpleUnionList not mapped to
> > CORBA binding. SimpleType Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaBinding
> > addBindingOperations WARNING: Operation testAnonUnionList not mapped to
> > CORBA binding.
> > SimpleType Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaBinding
> > addBindingOperations WARNING: Operation testSimpleUnion not mapped to
> > CORBA binding.
> > SimpleType Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaBinding
> > addBindingOperations WARNING: Operation testUnionWithAnonEnum not mapped
> > to CORBA binding. SimpleType Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaBinding
> > addBindingOperations WARNING: Operation testUnionWithStringList not mapped
> > to CORBA binding. SimpleType Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaBinding
> > addBindingOperations WARNING: Operation testUnionWithStringListRestriction
> > not mapped to CORBA binding. SimpleType Union Not Supported in CORBA
> > Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaBinding
> > addBindingOperations WARNING: Operation testUnionWithAnonList not mapped
> > to CORBA binding. Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}attribList Jul 23,
> > 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}attribList Jul 23,
> > 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}attribList Jul 23,
> > 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}attribList Jul 23,
> > 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}attribList Jul 23,
> > 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}attribUnion
> > SimpleType Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}varUnion Jul 23,
> > 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}attribUnion
> > SimpleType Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}varUnion Jul 23,
> > 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}attribUnion
> > SimpleType Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}varUnion Jul 23,
> > 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}attribUnion
> > SimpleType Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}varUnion Jul 23,
> > 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}attribUnion
> > SimpleType Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}varUnion SimpleType
> > Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaBinding
> > addBindingOperations WARNING: Operation testUnionSimpleContent not mapped
> > to CORBA binding. Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: class
> > org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> > CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: class
> > org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> > CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: class
> > org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> > CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: class
> > org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> > CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: class
> > org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> > CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: class
> > org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> > CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: class
> > org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> > CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: class
> > org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> > CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: class
> > org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> > CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: class
> > org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> > CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unknown particle type
> > org.apache.ws.commons.schema.XmlSchemaGroupRef Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unknown particle type
> > org.apache.ws.commons.schema.XmlSchemaGroupRef Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unknown particle type
> > org.apache.ws.commons.schema.XmlSchemaGroupRef Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unknown particle type
> > org.apache.ws.commons.schema.XmlSchemaGroupRef Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unknown particle type
> > org.apache.ws.commons.schema.XmlSchemaGroupRef Jul 23, 2010 10:44:11 AM
> > org.springframework.context.support.AbstractApplicationContext doClose
> > INFO: Closing org.apache.cxf.bus.spring.BusApplicationContext@a268256:
> > display name [org.apache.cxf.bus.spring.BusApplicationContext@a268256];
> > startup date [Fri Jul 23 10:44:0 9 PDT 2010]; root of context hierarchy
> > Jul 23, 2010 10:44:11 AM
> > org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
> > destroySingletons INFO: Destroying singletons in
> > org.springframework.beans.factory.support.DefaultListableBeanFactory@54962
> > fcd: defining beans [cxf,org.apache.cxf.bus.spring.BusApplicationListe
> > ner,org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor,org.apache
> > .cxf.bus.spring.Jsr250BeanPostProcessor,org.apache.cxf.bus.spring.BusExtens
> > ionPostProcessor,org.apach
> > e.cxf.resource.ResourceManager,org.apache.cxf.configuration.Configurer,org
> > .apache.cxf.binding.BindingFactoryManager,org.apache.cxf.transport.Destinat
> > ionFactoryManager,org.apac
> > he.cxf.transport.ConduitInitiatorManager,org.apache.cxf.wsdl.WSDLManager,o
> > rg.apache.cxf.phase.PhaseManager,org.apache.cxf.workqueue.WorkQueueManager,
> > org.apache.cxf.buslifecycl
> > e.BusLifeCycleManager,org.apache.cxf.endpoint.ServerRegistry,org.apache.cx
> > f.endpoint.ServerLifeCycleManager,org.apache.cxf.endpoint.ClientLifeCycleMa
> > nager,org.apache.cxf.trans
> > ports.http.QueryHandlerRegistry,org.apache.cxf.endpoint.EndpointResolverRe
> > gistry,org.apache.cxf.headers.HeaderManager,org.apache.cxf.catalog.OASISCat
> > alogManager,org.apache.cxf
> > .service.factory.FactoryBeanListenerManager,org.apache.cxf.endpoint.Servic
> > eContractResolverRegistry,org.apache.cxf.binding.corba.CorbaBindingFactory,
> > org.apache.cxf.binding.cor
> > ba.wsdl.WSDLExtensionRegister#0,org.apache.cxf.jaxws.context.WebServiceCon
> > textResourceResolver,org.apache.cxf.jaxws.context.WebServiceContextImpl,org
> > .apache.cxf.binding.soap.S
> > oapBindingFactory,org.apache.cxf.binding.soap.SoapTransportFactory,org.apa
> > che.cxf.binding.soap.customEditorConfigurer,org.apache.cxf.binding.xml.XMLB
> > indingFactory,org.apache.c
> > xf.ws.addressing.policy.AddressingAssertionBuilder,org.apache.cxf.ws.addre
> > ssing.policy.AddressingPolicyInterceptorProvider,org.apache.cxf.ws.addressi
> > ng.policy.UsingAddressingA
> > ssertionBuilder,org.apache.cxf.management.InstrumentationManager,org.apach
> > e.cxf.binding.jbi.JBIBindingFactory,org.apache.cxf.transport.jbi.JBITranspo
> > rtFactory,org.apache.cxf.b
> > inding.http.HttpBindingFactory,org.apache.cxf.transport.http.policy.HTTPCl
> > ientAssertionBuilder,org.apache.cxf.transport.http.policy.HTTPServerAsserti
> > onBuilder,org.apache.cxf.t
> > ransport.http.policy.NoOpPolicyInterceptorProvider,org.apache.cxf.transpor
> > t.http.ClientOnlyHTTPTransportFactory,org.apache.cxf.transport.http_jetty.J
> > ettyHTTPTransportFactory,o
> > rg.apache.cxf.transport.local.LocalTransportFactory,org.apache.cxf.transpo
> > rt.jms.JMSTransportFactory,org.apache.cxf.ws.policy.AssertionBuilderRegistr
> > y,org.apache.cxf.ws.policy
> > .PolicyInterceptorProviderRegistry,org.apache.cxf.ws.policy.attachment.ext
> > ernal.DomainExpressionBuilderRegistry,org.apache.cxf.ws.policy.attachment.e
> > xternal.EndpointReferenceD
> > omainExpressionBuilder,org.apache.cxf.ws.policy.PolicyBuilder,org.apache.c
> > xf.ws.policy.PolicyEngine,org.apache.cxf.ws.policy.attachment.wsdl11.Wsdl11
> > AttachmentPolicyProvider,o
> > rg.apache.cxf.ws.policy.attachment.ServiceModelPolicyProvider,org.apache.c
> > xf.ws.policy.mtom.MTOMAssertionBuilder,org.apache.cxf.ws.policy.mtom.MTOMPo
> > licyInterceptorProvider,or g.apache.cxf.jaxrs.JAXRSBindingFactory]; root of
> > factory hierarchy [INFO] [resources:testResources {execution:
> > default-testResources}] [INFO] Using 'UTF-8' encoding to copy filtered
> > resources.
> > [INFO] Copying 36 resources
> > [INFO] Copying 15 resources
> > [INFO] Copying 2 resources
> > [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Compiling 200 source files to
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\uncategorized\target
> > \test-classes [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\uncategorized\target
> > \surefire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.interceptor.InterceptorFaultTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.075 sec
> >
> > Results :
> >
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.versioning.ClientServerVersioningTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.042 sec
> >
> > Results :
> >
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.js.JSClientServerTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.004 sec
> >
> > Results :
> >
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.bus.BusShutdownTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.082 sec
> >
> > Results :
> >
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.corba.CorbaTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.055 sec
> >
> > Results :
> >
> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.cxf1226.MissingQualification1226Test
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.152 sec
> >
> > Results :
> >
> > Tests run: 9, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.rest.RestClientServerHttpBindingTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.743 sec
> >
> > Results :
> >
> > Tests run: 11, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.rest.RestClientServerBookTest
> > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.132 sec
> >
> > Results :
> >
> > Tests run: 18, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.mtom_bindingtype.MTOMBindingTypeTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 3.237 sec
> >
> > Results :
> >
> > Tests run: 20, Failures: 0, Errors: 0, Skipped: 1
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.factory_pattern.MultiplexClientServerTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.707 sec
> >
> > Results :
> >
> > Tests run: 22, Failures: 0, Errors: 0, Skipped: 1
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.resolver.JarResolverTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.16 sec
> >
> > Results :
> >
> > Tests run: 23, Failures: 0, Errors: 0, Skipped: 1
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.type_substitution.AppleFindClientServerTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.91 sec
> >
> > Results :
> >
> > Tests run: 24, Failures: 0, Errors: 0, Skipped: 1
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.bus.SpringBusFactoryTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.621 sec
> >
> > Results :
> >
> > Tests run: 26, Failures: 0, Errors: 0, Skipped: 1
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.type_test.soap.SOAPDocLitClientTypeTest
> > Tests run: 177, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.203
> > sec
> >
> > Results :
> >
> > Tests run: 203, Failures: 0, Errors: 0, Skipped: 1
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jbi.ClientServerTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.544 sec
> >
> > Results :
> >
> > Tests run: 204, Failures: 0, Errors: 0, Skipped: 1
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.rest.RestClientServerTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.501 sec
> >
> > Results :
> >
> > Tests run: 207, Failures: 0, Errors: 0, Skipped: 1
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.soap12.Soap12ClientServerTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.351 sec
> >
> > Results :
> >
> > Tests run: 212, Failures: 0, Errors: 0, Skipped: 1
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.soapfault.SOAPFaultRequestTestCase
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.264 sec
> >
> > Results :
> >
> > Tests run: 213, Failures: 0, Errors: 0, Skipped: 1
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running
> > org.apache.cxf.systest.factory_pattern.MultiplexHttpAddressClientServerTes
> > t Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.325 sec
> >
> > Results :
> >
> > Tests run: 217, Failures: 0, Errors: 0, Skipped: 1
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.cxf1332.Cxf1332Test
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.846 sec
> >
> > Results :
> >
> > Tests run: 218, Failures: 0, Errors: 0, Skipped: 1
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.cxf993.Cxf993Test
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.958 sec
> >
> > Results :
> >
> > Tests run: 219, Failures: 0, Errors: 0, Skipped: 1
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.stringarray.StringArrayTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.647 sec
> >
> > Results :
> >
> > Tests run: 220, Failures: 0, Errors: 0, Skipped: 1
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.type_test.xml.XMLClientTypeTest
> > Tests run: 174, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 20.963
> > sec
> >
> > Results :
> >
> > Tests run: 394, Failures: 0, Errors: 0, Skipped: 3
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.fault.IntFaultClientServerTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.612 sec
> >
> > Results :
> >
> > Tests run: 395, Failures: 0, Errors: 0, Skipped: 3
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.type_test.corba.CORBADocLitClientTypeTest
> > Tests run: 175, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 13.515
> > sec
> >
> > Results :
> >
> > Tests run: 570, Failures: 0, Errors: 0, Skipped: 5
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.type_substitution.TypeSubClientServerTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.049 sec
> >
> > Results :
> >
> > Tests run: 571, Failures: 0, Errors: 0, Skipped: 5
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.soap.SoapActionTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.707 sec
> >
> > Results :
> >
> > Tests run: 573, Failures: 0, Errors: 0, Skipped: 5
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.mtom.MtomServerTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.918 sec
> >
> > Results :
> >
> > Tests run: 575, Failures: 0, Errors: 0, Skipped: 5
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jca.OutBoundConnectionTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.839 sec
> >
> > Results :
> >
> > Tests run: 577, Failures: 0, Errors: 0, Skipped: 5
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.clustering.FailoverTest
> > Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.607 sec
> >
> > Results :
> >
> > Tests run: 587, Failures: 0, Errors: 0, Skipped: 5
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.lifecycle.LifeCycleTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.511 sec
> >
> > Results :
> >
> > Tests run: 589, Failures: 0, Errors: 0, Skipped: 5
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.mtom.ClientMtomXopTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 3.296 sec
> >
> > Results :
> >
> > Tests run: 591, Failures: 0, Errors: 0, Skipped: 6
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.mtom.ClientMtomXopWithJMSTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.625 sec
> >
> > Results :
> >
> > Tests run: 592, Failures: 0, Errors: 0, Skipped: 6
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.management.ManagedBusTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.832 sec
> >
> > Results :
> >
> > Tests run: 595, Failures: 0, Errors: 0, Skipped: 6
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.type_test.soap.SOAPRpcLitClientTypeTest
> > Tests run: 176, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.113
> > sec
> >
> > Results :
> >
> > Tests run: 771, Failures: 0, Errors: 0, Skipped: 6
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.corba.CorbaBindingFactoryConfigurerTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.277 sec
> >
> > Results :
> >
> > Tests run: 772, Failures: 0, Errors: 0, Skipped: 6
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.mtom_feature.MtomFeatureClientServerTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.263 sec
> >
> > Results :
> >
> > Tests run: 775, Failures: 0, Errors: 0, Skipped: 6
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.basicDOCBare.DOCBareClientServerTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.015 sec
> >
> > Results :
> >
> > Tests run: 778, Failures: 0, Errors: 0, Skipped: 6
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running
> > org.apache.cxf.systest.factory_pattern.ManualHttpMulitplexClientServerTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.832 sec
> >
> > Results :
> >
> > Tests run: 780, Failures: 0, Errors: 0, Skipped: 6
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.clustering.FailoverAddressOverrideTest
> > starting replicated target:
> > http://localhost:9053/SoapContext/ReplicatedPortC starting replicated
> > target: http://localhost:9052/SoapContext/ReplicatedPortB starting
> > replicated target: http://localhost:9051/SoapContext/ReplicatedPortA Tests
> > run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.28 sec
> >
> > Results :
> >
> > Tests run: 783, Failures: 0, Errors: 0, Skipped: 6
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.mtom.MtomPolicyTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.082 sec
> >
> > Results :
> >
> > Tests run: 785, Failures: 0, Errors: 0, Skipped: 6
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.management.CountersClientServerTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.354 sec
> >
> > Results :
> >
> > Tests run: 786, Failures: 0, Errors: 0, Skipped: 6
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.coloc.ColocHeaderRpcLitTest
> > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.05 sec
> >
> > Results :
> >
> > Tests run: 793, Failures: 0, Errors: 0, Skipped: 6
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.coloc.ColocHeaderDocLitTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.784 sec
> >
> > Results :
> >
> > Tests run: 798, Failures: 0, Errors: 0, Skipped: 6
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.soapheader.HeaderClientServerTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.92 sec
> >
> > Results :
> >
> > Tests run: 800, Failures: 0, Errors: 0, Skipped: 6
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.management.ManagedClientServerTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.731 sec
> >
> > Results :
> >
> > Tests run: 801, Failures: 0, Errors: 0, Skipped: 6
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.callback.CallbackClientServerTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.218 sec
> >
> > Results :
> >
> > Tests run: 802, Failures: 0, Errors: 0, Skipped: 6
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.coloc.ColocWrappedDocLitTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.088 sec
> >
> > Results :
> >
> > Tests run: 806, Failures: 0, Errors: 0, Skipped: 6
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.nested_callback.CallbackClientServerTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.673 sec
> >
> > Results :
> >
> > Tests run: 807, Failures: 0, Errors: 0, Skipped: 6
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.schema_validation.ValidationClientServerTest
> > DefaultValidationEventHandler: [FATAL_ERROR]: cvc-complex-type.2.4.a:
> > Invalid content was found starting with element 'varString'. One of
> > '{"http://apache.org/schema_validatio n/types":varFloat}' is expected.
> >      Location: line 1
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.099 sec
> >
> > Results :
> >
> > Tests run: 808, Failures: 0, Errors: 0, Skipped: 6
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.outofband.header.OOBHeaderTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.327 sec
> >
> > Results :
> >
> > Tests run: 809, Failures: 0, Errors: 0, Skipped: 6
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\uncategorized\target
> > \cxf-systests-uncategorized-2.3.0-SNAPSHOT.jar [INFO] [jar:test-jar
> > {execution: attach-sources}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\uncategorized\target
> > \cxf-systests-uncategorized-2.3.0-SNAPSHOT-tests.jar [INFO]
> > [install:install {execution: default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\uncategorized\target
> > \cxf-systests-uncategorized-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\
> > org\apache\cxf\systests\cxf-systests-uncategorized\2.3.0-SNAPSHOT\cxf-syst
> > ests-uncategorized-2.3.0-SNAPSHOT.jar [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\uncategorized\target
> > \cxf-systests-uncategorized-2.3.0-SNAPSHOT-tests.jar to
> > C:\Users\ggregory\.m2\repos
> > itory\org\apache\cxf\systests\cxf-systests-uncategorized\2.3.0-SNAPSHOT\cx
> > f-systests-uncategorized-2.3.0-SNAPSHOT-tests.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Transport System Tests
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
> > [INFO] [remote-resources:process {execution: default}]
> > Downloading:
> > http://repo1.maven.org/maven2/commons-pool/commons-pool/1.3/commons-pool-1
> > .3.jar
> >
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\src\main\
> > java [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\src\main\
> > resources [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\src\main\
> > resources-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\target\ge
> > nerated\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Compiling 6 source files to
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\target\cl
> > asses [INFO] [cxf-codegen:wsdl2java {execution: generate-test-sources}]
> > [INFO] Nothing to generate
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 72 resources
> > [INFO] Copying 2 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\target\ge
> > nerated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Compiling 111 source files to
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\target\te
> > st-classes [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\target\su
> > refire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jms.tx.JMSTransactionClientServerTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.77 sec
> >
> > Results :
> >
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running
> > org.apache.cxf.systest.http_jetty.continuations.ClientServerWrappedContinu
> > ationTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
> > 6.998 sec
> >
> > Results :
> >
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.http_jetty.ThreadPoolTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.149 sec
> >
> > Results :
> >
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.servlet.SpringServletTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.22 sec
> >
> > Results :
> >
> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jms.JMSClientServerTest
> > Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.625 sec
> >
> > Results :
> >
> > Tests run: 32, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running
> > org.apache.cxf.systest.multitransport.MultiTransportClientServerTest Tests
> > run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.115 sec
> >
> > Results :
> >
> > Tests run: 33, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.local_transport.DirectDispatchClientTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.496 sec
> >
> > Results :
> >
> > Tests run: 35, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running
> > org.apache.cxf.systest.jms.continuations.HelloWorldContinuationsClientServ
> > erTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
> > 11.641 sec
> >
> > Results :
> >
> > Tests run: 36, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.http.HTTPSClientTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.715 sec
> >
> > Results :
> >
> > Tests run: 42, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.jms.testsuite.testcases.SOAPJMSTestSuiteTest
> > Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.603 sec
> >
> > Results :
> >
> > Tests run: 74, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.http.HTTPConduitTest
> > Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.943 sec
> >
> > Results :
> >
> > Tests run: 85, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running
> > org.apache.cxf.systest.jms.continuations.HelloWorldContinuationsThrottleTe
> > st Completed : 5
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.67 sec
> >
> > Results :
> >
> > Tests run: 86, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running
> > org.apache.cxf.systest.jms.continuations.JMSContinuationsClientServerTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.364 sec
> >
> > Results :
> >
> > Tests run: 87, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.http_jetty.EngineLifecycleTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.344 sec
> >
> > Results :
> >
> > Tests run: 89, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.servlet.HttpBindingServletTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.702 sec
> >
> > Results :
> >
> > Tests run: 92, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.servlet.ErrorContextSerletTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.337 sec
> >
> > Results :
> >
> > Tests run: 93, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.http.CertConstraintsTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.482 sec
> >
> > Results :
> >
> > Tests run: 94, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.http.PublishedEndpointUrlTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.223 sec
> >
> > Results :
> >
> > Tests run: 95, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.servlet.JsFrontEndServletTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.887 sec
> >
> > Results :
> >
> > Tests run: 96, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.servlet.SpringAutoPublishServletTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.877 sec
> >
> > Results :
> >
> > Tests run: 99, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.servlet.ExternalServicesServletTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.397 sec
> >
> > Results :
> >
> > Tests run: 101, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.http.WSDLAddressRewriteTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.267 sec
> >
> > Results :
> >
> > Tests run: 103, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.servlet.CXFServletTest
> > class org.apache.cxf.jaxws.binding.soap.SOAPBindingImpl
> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.889 sec
> >
> > Results :
> >
> > Tests run: 111, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.servlet.NoSpringServletClientTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.974 sec
> >
> > Results :
> >
> > Tests run: 114, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.http.ClientServerSessionTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 6.416 sec
> >
> > Results :
> >
> > Tests run: 117, Failures: 0, Errors: 0, Skipped: 1
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.http.WSDLQueryTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.599 sec
> >
> > Results :
> >
> > Tests run: 123, Failures: 0, Errors: 0, Skipped: 1
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\target\cx
> > f-systests-transports-2.3.0-SNAPSHOT.jar [INFO] [jar:test-jar {execution:
> > attach-sources}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\target\cx
> > f-systests-transports-2.3.0-SNAPSHOT-tests.jar [INFO] [install:install
> > {execution: default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\target\cx
> > f-systests-transports-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\ap
> > ache\cxf\systests\cxf-systests-transports\2.3.0-SNAPSHOT\cxf-systests-tran
> > sports-2.3.0-SNAPSHOT.jar [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\target\cx
> > f-systests-transports-2.3.0-SNAPSHOT-tests.jar to
> > C:\Users\ggregory\.m2\repository\
> > org\apache\cxf\systests\cxf-systests-transports\2.3.0-SNAPSHOT\cxf-systest
> > s-transports-2.3.0-SNAPSHOT-tests.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF JAX-WS System Tests
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\src\main\java
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\src\main\resou
> > rces [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\src\main\resou
> > rces-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\target\generat
> > ed\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] No sources to compile
> > [INFO] [cxf-codegen:wsdl2java {execution: generate-test-sources}]
> > [INFO] Nothing to generate
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 37 resources
> > [INFO] Copying 3 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\target\generat
> > ed\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Compiling 106 source files to
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\target\test-cl
> > asses [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\target\surefir
> > e-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.provider.ProviderClientServerTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.206 sec
> >
> > Results :
> >
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.handlers.HandlerInvocationTest
> > Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.904 sec
> >
> > Results :
> >
> > Tests run: 35, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxws.ClientServerMixedStyleTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.116 sec
> >
> > Results :
> >
> > Tests run: 37, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxws.JaxWsDynamicClientTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.665 sec
> >
> > Results :
> >
> > Tests run: 38, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxws.ClientServerGreeterNoWsdlTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.565 sec
> >
> > Results :
> >
> > Tests run: 40, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxws.JaxwsExecutorTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.307 sec
> >
> > Results :
> >
> > Tests run: 41, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxws.ClientServerGreeterBaseNoWsdlTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.704 sec
> >
> > Results :
> >
> > Tests run: 42, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.handlers.DispatchHandlerInvocationTest
> > Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.2 sec
> >
> > Results :
> >
> > Tests run: 53, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxws.AnyClientServerTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.631 sec
> >
> > Results :
> >
> > Tests run: 55, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running
> > org.apache.cxf.systest.handlers.HandlerInvocationUsingAddNumbersTest Tests
> > run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.252 sec
> >
> > Results :
> >
> > Tests run: 60, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running
> > org.apache.cxf.systest.jaxws.beanpostprocessor.CustomizedfBeanPostProcesso
> > rTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.577
> > sec
> >
> > Results :
> >
> > Tests run: 61, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.dispatch.DispatchClientServerTest
> > Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.918 sec
> >
> > Results :
> >
> > Tests run: 71, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.provider.datasource.DataSourceProviderTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.848 sec
> >
> > Results :
> >
> > Tests run: 73, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxws.OASISCatalogTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.325 sec
> >
> > Results :
> >
> > Tests run: 78, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.handlers.TrivialSOAPHandlerTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.744 sec
> >
> > Results :
> >
> > Tests run: 79, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxws.ClientServerRPCLitTest
> > DefaultValidationEventHandler: [FATAL_ERROR]: cvc-complex-type.2.4.a:
> > Invalid content was found starting with element 'ns2:elem3'. One of
> > '{"http://apache.org/hello_world_rpcl it/types":elem2}' is expected.
> >      Location: line 1
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.058 sec
> >
> > Results :
> >
> > Tests run: 83, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxws.ClientServerRPCLitDefatulAnnoTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.855 sec
> >
> > Results :
> >
> > Tests run: 84, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxws.ClientServerTest
> > Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.581 sec
> >
> > Results :
> >
> > Tests run: 112, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxws.ClientServerMiscTest
> > DefaultValidationEventHandler: [ERROR]: NoName is not a valid name
> >      Location:
> > DefaultValidationEventHandler: [ERROR]: NoName is not a valid name
> >      Location:
> > DefaultValidationEventHandler: [ERROR]: NoName is not a valid name
> >      Location:
> > DefaultValidationEventHandler: [ERROR]: NoName is not a valid name
> >      Location:
> > Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.205 sec
> >
> > Results :
> >
> > Tests run: 130, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.swa.ClientServerSwaTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.967 sec
> >
> > Results :
> >
> > Tests run: 136, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running
> > org.apache.cxf.systest.jaxws.beanpostprocessor.BeanPostProcessorTest Tests
> > run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.225 sec
> >
> > Results :
> >
> > Tests run: 137, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.provider.ProviderXMLClientServerTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.356 sec
> >
> > Results :
> >
> > Tests run: 139, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxws.LocatorClientServerTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 3.201 sec
> >
> > Results :
> >
> > Tests run: 141, Failures: 0, Errors: 0, Skipped: 1
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxws.ClientServerGreeterBaseTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.548 sec
> >
> > Results :
> >
> > Tests run: 142, Failures: 0, Errors: 0, Skipped: 1
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.dispatch.DispatchXMLClientServerTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.489 sec
> >
> > Results :
> >
> > Tests run: 145, Failures: 0, Errors: 0, Skipped: 1
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.handlers.SpringConfiguredHandlerTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.874 sec
> >
> > Results :
> >
> > Tests run: 146, Failures: 0, Errors: 0, Skipped: 1
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxws.JaxWsClientThreadTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.652 sec
> >
> > Results :
> >
> > Tests run: 147, Failures: 0, Errors: 0, Skipped: 1
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running
> > org.apache.cxf.systest.provider.AttachmentProviderXMLClientServerTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.807 sec
> >
> > Results :
> >
> > Tests run: 148, Failures: 0, Errors: 0, Skipped: 1
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.provider.ProviderRPCClientServerTest
> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.503 sec
> >
> > Results :
> >
> > Tests run: 156, Failures: 0, Errors: 0, Skipped: 1
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxws.ClientServerXMLTest
> > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.718 sec
> >
> > Results :
> >
> > Tests run: 163, Failures: 0, Errors: 0, Skipped: 1
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\target\cxf-sys
> > tests-jaxws-2.3.0-SNAPSHOT.jar [INFO] [jar:test-jar {execution:
> > attach-sources}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\target\cxf-sys
> > tests-jaxws-2.3.0-SNAPSHOT-tests.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\target\cxf-sys
> > tests-jaxws-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\s
> > ystests\cxf-systests-jaxws\2.3.0-SNAPSHOT\cxf-systests-jaxws-2.3.0-SNAPSHO
> > T.jar [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\target\cxf-sys
> > tests-jaxws-2.3.0-SNAPSHOT-tests.jar to
> > C:\Users\ggregory\.m2\repository\org\apache
> > \cxf\systests\cxf-systests-jaxws\2.3.0-SNAPSHOT\cxf-systests-jaxws-2.3.0-S
> > NAPSHOT-tests.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Databinding System Tests
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\src\main
> > \java [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\src\main
> > \resources [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\src\main
> > \resources-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\target\g
> > enerated\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] No sources to compile
> > [INFO] [build-helper:add-test-source {execution: add-test-source}]
> > [INFO] Test Source directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\src\test
> > \generated added. [INFO] [cxf-codegen:wsdl2java {execution:
> > generate-test-sources}]
> > Jul 23, 2010 10:57:31 AM
> > org.springframework.context.support.AbstractApplicationContext
> > prepareRefresh INFO: Refreshing
> > org.apache.cxf.bus.spring.BusApplicationContext@a46f0b5: display name
> > [org.apache.cxf.bus.spring.BusApplicationContext@a46f0b5]; startup date
> > [Fri Jul 23 10:5 7:31 PDT 2010]; root of context hierarchy
> > Jul 23, 2010 10:57:31 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf.xml] Jul 23, 2010 10:57:31 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-jaxws.xml] Jul 23, 2010 10:57:31 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-soap.xml] Jul 23, 2010 10:57:31 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-xml.xml] Jul 23, 2010 10:57:31 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-addr.xml] Jul 23, 2010 10:57:31 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-http.xml] Jul 23, 2010 10:57:31 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-http-jetty.xml] Jul 23, 2010 10:57:31
> > AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-http.xml] Jul 23, 2010 10:57:31 AM
> > org.springframework.beans.factory.support.DefaultListableBeanFactory
> > registerBeanDefinition INFO: Overriding bean definition for bean
> > 'org.apache.cxf.transport.http.policy.HTTPClientAssertionBuilder':
> > replacing [Generic bean: class [org.apache.cxf.transport.http.poli
> > cy.HTTPClientAssertionBuilder]; scope=singleton; abstract=false;
> > lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true;
> > primary=false; factoryBeanName=null; factoryMethodName=null;
> > initMethodName=null; destroyMethodName=null; defined in class path
> > resource [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class
> > [org.apac he.cxf.transport.http.policy.HTTPClientAssertionBuilder];
> > scope=singleton; abstract=false; lazyInit=true; autowireMode=0;
> > dependencyCheck=0; autowireCandidate=true; primary=fa lse;
> > factoryBeanName=null; factoryMethodName=null; initMethodName=null;
> > destroyMethodName=null; defined in class path resource
> > [META-INF/cxf/cxf-extension-http.xml]] Jul 23, 2010 10:57:31 AM
> > org.springframework.beans.factory.support.DefaultListableBeanFactory
> > registerBeanDefinition INFO: Overriding bean definition for bean
> > 'org.apache.cxf.transport.http.policy.HTTPServerAssertionBuilder':
> > replacing [Generic bean: class [org.apache.cxf.transport.http.poli
> > cy.HTTPServerAssertionBuilder]; scope=singleton; abstract=false;
> > lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true;
> > primary=false; factoryBeanName=null; factoryMethodName=null;
> > initMethodName=null; destroyMethodName=null; defined in class path
> > resource [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class
> > [org.apac he.cxf.transport.http.policy.HTTPServerAssertionBuilder];
> > scope=singleton; abstract=false; lazyInit=true; autowireMode=0;
> > dependencyCheck=0; autowireCandidate=true; primary=fa lse;
> > factoryBeanName=null; factoryMethodName=null; initMethodName=null;
> > destroyMethodName=null; defined in class path resource
> > [META-INF/cxf/cxf-extension-http.xml]] Jul 23, 2010 10:57:31 AM
> > org.springframework.beans.factory.support.DefaultListableBeanFactory
> > registerBeanDefinition INFO: Overriding bean definition for bean
> > 'org.apache.cxf.transport.http.policy.NoOpPolicyInterceptorProvider':
> > replacing [Generic bean: class [org.apache.cxf.transport.http.p
> > olicy.NoOpPolicyInterceptorProvider]; scope=singleton; abstract=false;
> > lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true;
> > primary=false; factoryBeanName =null; factoryMethodName=null;
> > initMethodName=null; destroyMethodName=null; defined in class path
> > resource [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class
> > [or g.apache.cxf.transport.http.policy.NoOpPolicyInterceptorProvider];
> > scope=singleton; abstract=false; lazyInit=true; autowireMode=0;
> > dependencyCheck=0; autowireCandidate=true; p rimary=false;
> > factoryBeanName=null; factoryMethodName=null; initMethodName=null;
> > destroyMethodName=null; defined in class path resource
> > [META-INF/cxf/cxf-extension-http.xml]] Jul 23, 2010 10:57:31 AM
> > org.springframework.beans.factory.support.DefaultListableBeanFactory
> > registerBeanDefinition INFO: Overriding bean definition for bean
> > 'org.apache.cxf.transport.http.ClientOnlyHTTPTransportFactory': replacing
> > [Generic bean: class [org.apache.cxf.transport.http.ClientO
> > nlyHTTPTransportFactory]; scope=singleton; abstract=false; lazyInit=true;
> > autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false;
> > factoryBeanName=null; facto ryMethodName=null; initMethodName=null;
> > destroyMethodName=null; defined in class path resource
> > [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class
> > [org.apache.cxf .transport.http.ClientOnlyHTTPTransportFactory];
> > scope=singleton; abstract=false; lazyInit=true; autowireMode=0;
> > dependencyCheck=0; autowireCandidate=true; primary=false; fact
> > oryBeanName=null; factoryMethodName=null; initMethodName=null;
> > destroyMethodName=null; defined in class path resource
> > [META-INF/cxf/cxf-extension-http.xml]] Jul 23, 2010 10:57:31 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-local.xml] Jul 23, 2010 10:57:31 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-ws-security.xml] Jul 23, 2010
> > 10:57:31 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-jaxrs-binding.xml] Jul 23, 2010
> > 10:57:31 AM org.springframework.context.support.AbstractApplicationContext
> > obtainFreshBeanFactory INFO: Bean factory for application context
> > [org.apache.cxf.bus.spring.BusApplicationContext@a46f0b5]:
> > org.springframework.beans.factory.support.DefaultListableBeanFactory@780e
> > a6fb
> > Jul 23, 2010 10:57:31 AM
> > org.springframework.beans.factory.support.DefaultListableBeanFactory
> > preInstantiateSingletons INFO: Pre-instantiating singletons in
> > org.springframework.beans.factory.support.DefaultListableBeanFactory@780ea
> > 6fb: defining beans [cxf,org.apache.cxf.bus.spring.BusApplicati
> > onListener,org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor,org
> > .apache.cxf.bus.spring.Jsr250BeanPostProcessor,org.apache.cxf.bus.spring.Bu
> > sExtensionPostProcessor,or
> > g.apache.cxf.resource.ResourceManager,org.apache.cxf.configuration.Configu
> > rer,org.apache.cxf.binding.BindingFactoryManager,org.apache.cxf.transport.D
> > estinationFactoryManager,o
> > rg.apache.cxf.transport.ConduitInitiatorManager,org.apache.cxf.wsdl.WSDLMa
> > nager,org.apache.cxf.phase.PhaseManager,org.apache.cxf.workqueue.WorkQueueM
> > anager,org.apache.cxf.busl
> > ifecycle.BusLifeCycleManager,org.apache.cxf.endpoint.ServerRegistry,org.ap
> > ache.cxf.endpoint.ServerLifeCycleManager,org.apache.cxf.endpoint.ClientLife
> > CycleManager,org.apache.cx
> > f.transports.http.QueryHandlerRegistry,org.apache.cxf.endpoint.EndpointRes
> > olverRegistry,org.apache.cxf.headers.HeaderManager,org.apache.cxf.catalog.O
> > ASISCatalogManager,org.apa
> > che.cxf.service.factory.FactoryBeanListenerManager,org.apache.cxf.endpoint
> > .ServiceContractResolverRegistry,org.apache.cxf.jaxws.context.WebServiceCon
> > textResourceResolver,org.a
> > pache.cxf.jaxws.context.WebServiceContextImpl,org.apache.cxf.binding.soap.
> > SoapBindingFactory,org.apache.cxf.binding.soap.SoapTransportFactory,org.apa
> > che.cxf.binding.soap.custo
> > mEditorConfigurer,org.apache.cxf.binding.xml.XMLBindingFactory,org.apache.
> > cxf.ws.addressing.policy.AddressingAssertionBuilder,org.apache.cxf.ws.addre
> > ssing.policy.AddressingPol
> > icyInterceptorProvider,org.apache.cxf.ws.addressing.policy.UsingAddressing
> > AssertionBuilder,org.apache.cxf.transport.http.policy.HTTPClientAssertionBu
> > ilder,org.apache.cxf.trans
> > port.http.policy.HTTPServerAssertionBuilder,org.apache.cxf.transport.http.
> > policy.NoOpPolicyInterceptorProvider,org.apache.cxf.transport.http.ClientOn
> > lyHTTPTransportFactory,org
> > .apache.cxf.transport.http_jetty.JettyHTTPTransportFactory,org.apache.cxf.
> > transport.local.LocalTransportFactory,org.apache.cxf.ws.security.policy.WSS
> > ecurityPolicyLoader,org.ap ache.cxf.jaxrs.JAXRSBindingFactory]; root of
> > factory hierarchy
> > Jul 23, 2010 10:57:33 AM
> > org.springframework.context.support.AbstractApplicationContext doClose
> > INFO: Closing org.apache.cxf.bus.spring.BusApplicationContext@a46f0b5:
> > display name [org.apache.cxf.bus.spring.BusApplicationContext@a46f0b5];
> > startup date [Fri Jul 23 10:57:3 1 PDT 2010]; root of context hierarchy
> > Jul 23, 2010 10:57:33 AM
> > org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
> > destroySingletons INFO: Destroying singletons in
> > org.springframework.beans.factory.support.DefaultListableBeanFactory@780ea
> > 6fb: defining beans [cxf,org.apache.cxf.bus.spring.BusApplicationListe
> > ner,org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor,org.apache
> > .cxf.bus.spring.Jsr250BeanPostProcessor,org.apache.cxf.bus.spring.BusExtens
> > ionPostProcessor,org.apach
> > e.cxf.resource.ResourceManager,org.apache.cxf.configuration.Configurer,org
> > .apache.cxf.binding.BindingFactoryManager,org.apache.cxf.transport.Destinat
> > ionFactoryManager,org.apac
> > he.cxf.transport.ConduitInitiatorManager,org.apache.cxf.wsdl.WSDLManager,o
> > rg.apache.cxf.phase.PhaseManager,org.apache.cxf.workqueue.WorkQueueManager,
> > org.apache.cxf.buslifecycl
> > e.BusLifeCycleManager,org.apache.cxf.endpoint.ServerRegistry,org.apache.cx
> > f.endpoint.ServerLifeCycleManager,org.apache.cxf.endpoint.ClientLifeCycleMa
> > nager,org.apache.cxf.trans
> > ports.http.QueryHandlerRegistry,org.apache.cxf.endpoint.EndpointResolverRe
> > gistry,org.apache.cxf.headers.HeaderManager,org.apache.cxf.catalog.OASISCat
> > alogManager,org.apache.cxf
> > .service.factory.FactoryBeanListenerManager,org.apache.cxf.endpoint.Servic
> > eContractResolverRegistry,org.apache.cxf.jaxws.context.WebServiceContextRes
> > ourceResolver,org.apache.c
> > xf.jaxws.context.WebServiceContextImpl,org.apache.cxf.binding.soap.SoapBin
> > dingFactory,org.apache.cxf.binding.soap.SoapTransportFactory,org.apache.cxf
> > .binding.soap.customEditor
> > Configurer,org.apache.cxf.binding.xml.XMLBindingFactory,org.apache.cxf.ws.
> > addressing.policy.AddressingAssertionBuilder,org.apache.cxf.ws.addressing.p
> > olicy.AddressingPolicyInte
> > rceptorProvider,org.apache.cxf.ws.addressing.policy.UsingAddressingAsserti
> > onBuilder,org.apache.cxf.transport.http.policy.HTTPClientAssertionBuilder,o
> > rg.apache.cxf.transport.ht
> > tp.policy.HTTPServerAssertionBuilder,org.apache.cxf.transport.http.policy.
> > NoOpPolicyInterceptorProvider,org.apache.cxf.transport.http.ClientOnlyHTTPT
> > ransportFactory,org.apache
> > .cxf.transport.http_jetty.JettyHTTPTransportFactory,org.apache.cxf.transpo
> > rt.local.LocalTransportFactory,org.apache.cxf.ws.security.policy.WSSecurity
> > PolicyLoader,org.apache.cx f.jaxrs.JAXRSBindingFactory]; root of factory
> > hierarchy
> > [INFO] [resources:copy-resources {execution: copy-test-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 86 resources
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 3 resources
> > [INFO] Copying 8 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\target\g
> > enerated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Compiling 69 source files to
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\target\t
> > est-classes [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\target\s
> > urefire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxb.TestServiceTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.149 sec
> >
> > Results :
> >
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.aegis.mtom.MtomTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.646 sec
> >
> > Results :
> >
> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.aegis.CharacterSchemaTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.003 sec
> >
> > Results :
> >
> > Tests run: 9, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.aegis.AegisClientServerTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.006 sec
> >
> > Results :
> >
> > Tests run: 14, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.xmlbeans.ClientServerXmlBeansTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.499 sec
> >
> > Results :
> >
> > Tests run: 16, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.aegis.AegisJaxWsTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.341 sec
> >
> > Results :
> >
> > Tests run: 21, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\target\c
> > xf-systests-databinding-2.3.0-SNAPSHOT.jar [INFO] [jar:test-jar {execution:
> > attach-sources}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\target\c
> > xf-systests-databinding-2.3.0-SNAPSHOT-tests.jar [INFO] [install:install
> > {execution: default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\target\c
> > xf-systests-databinding-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\
> > apache\cxf\systests\cxf-systests-databinding\2.3.0-SNAPSHOT\cxf-systests-d
> > atabinding-2.3.0-SNAPSHOT.jar [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\target\c
> > xf-systests-databinding-2.3.0-SNAPSHOT-tests.jar to
> > C:\Users\ggregory\.m2\repositor
> > y\org\apache\cxf\systests\cxf-systests-databinding\2.3.0-SNAPSHOT\cxf-syst
> > ests-databinding-2.3.0-SNAPSHOT-tests.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF JAX-RS System Tests
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > Downloading:
> > http://repo1.maven.org/maven2/jetty/jsp-api/2.1-6.0.2/jsp-api-2.1-6.0.2.po
> > m [INFO] Unable to find resource 'jetty:jsp-api:pom:2.1-6.0.2' in
> > repository central (http://repo1.maven.org/maven2) Downloading:
> > http://repo1.maven.org/maven2/jetty/jsp/2.1-6.0.2/jsp-2.1-6.0.2.pom [INFO]
> > Unable to find resource 'jetty:jsp:pom:2.1-6.0.2' in repository central
> > (http://repo1.maven.org/maven2) Downloading:
> > http://repo1.maven.org/maven2/org/codehaus/jackson/jackson-jaxrs/1.2.0/jac
> > kson-jaxrs-1.2.0.pom
> >
> > Downloading:
> > http://repo1.maven.org/maven2/org/codehaus/jackson/jackson-core-asl/1.2.0/
> > jackson-core-asl-1.2.0.pom
> >
> > Downloading:
> > http://repo1.maven.org/maven2/org/codehaus/jackson/jackson-mapper-asl/1.2.
> > 0/jackson-mapper-asl-1.2.0.pom
> >
> > Downloading:
> > http://repo1.maven.org/maven2/org/codehaus/jackson/jackson-jaxrs/1.2.0/jac
> > kson-jaxrs-1.2.0.jar
> >
> > Downloading:
> > http://repo1.maven.org/maven2/org/codehaus/jackson/jackson-core-asl/1.2.0/
> > jackson-core-asl-1.2.0.jar
> >
> > Downloading:
> > http://repo1.maven.org/maven2/org/codehaus/jackson/jackson-mapper-asl/1.2.
> > 0/jackson-mapper-asl-1.2.0.jar
> >
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\src\main\java
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\src\main\resou
> > rces [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\src\main\resou
> > rces-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\target\generat
> > ed\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] No sources to compile
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 91 resources
> > [INFO] Copying 40 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\target\generat
> > ed\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Compiling 121 source files to
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\target\test-cl
> > asses [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\target\surefir
> > e-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running
> > org.apache.cxf.systest.jaxrs.JAXRSClientServerResourceCreatedSpringProvide
> > rTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.011
> > sec
> >
> > Results :
> >
> > Tests run: 9, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running
> > org.apache.cxf.systest.jaxrs.JAXRSClientServerResourceCreatedOutsideBookTe
> > st Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.211
> > sec
> >
> > Results :
> >
> > Tests run: 11, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxrs.JAXRSClientServerNonSpringBookTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.006 sec
> >
> > Results :
> >
> > Tests run: 17, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxrs.security.JAXRSSpringSecurityClassTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.038 sec
> >
> > Results :
> >
> > Tests run: 23, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running
> > org.apache.cxf.systest.jaxrs.security.JAXRSSpringSecurityNoAnnotationsTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.239 sec
> >
> > Results :
> >
> > Tests run: 27, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPullSpringTest
> > Starting Server
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.284 sec
> >
> > Results :
> >
> > Tests run: 31, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxrs.JAXRSClientServerSpringBookTest
> > Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.817 sec
> >
> > Results :
> >
> > Tests run: 54, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxrs.JAXRSMultipartTest
> > Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.877 sec
> >
> > Results :
> >
> > Tests run: 91, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxrs.JAXRSRequestDispatcherTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 4.658 sec
> >
> > Results :
> >
> > Tests run: 95, Failures: 0, Errors: 0, Skipped: 2
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxrs.security.JAXRSHttpsBookTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.863 sec
> >
> > Results :
> >
> > Tests run: 101, Failures: 0, Errors: 0, Skipped: 2
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxrs.JAXRSMultithreadedClientTest
> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.065 sec
> >
> > Results :
> >
> > Tests run: 109, Failures: 0, Errors: 0, Skipped: 2
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxrs.JAXRSSoapBookTest
> > Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.54 sec
> >
> > Results :
> >
> > Tests run: 141, Failures: 0, Errors: 0, Skipped: 2
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxrs.JAXRSJmsTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.762 sec
> >
> > Results :
> >
> > Tests run: 144, Failures: 0, Errors: 0, Skipped: 2
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.servlet.JaxRsServletTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.126 sec
> >
> > Results :
> >
> > Tests run: 145, Failures: 0, Errors: 0, Skipped: 3
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxrs.JAXRSClientServerStreamingTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.529 sec
> >
> > Results :
> >
> > Tests run: 147, Failures: 0, Errors: 0, Skipped: 3
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxrs.JAXRSClientServerBookTest
> > PostConstruct called
> > empty post
> > empty post
> >
> > <?xml version="1.0" encoding="utf-8"?><Book><id>123</id><name>CXF in Action
> > - 3</name></Book> Tests run: 86, Failures: 0, Errors: 0, Skipped: 1, Time
> > elapsed: 4.24 sec
> >
> > Results :
> >
> > Tests run: 233, Failures: 0, Errors: 0, Skipped: 4
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxrs.JAXRSClientServerUserResourceTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.406 sec
> >
> > Results :
> >
> > Tests run: 236, Failures: 0, Errors: 0, Skipped: 4
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running
> > org.apache.cxf.systest.jaxrs.security.JAXRSSpringSecurityInterfaceTest
> > Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.789 sec
> >
> > Results :
> >
> > Tests run: 246, Failures: 0, Errors: 0, Skipped: 4
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxrs.JAXRSClientServerProxySpringBookTest
> > Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.514 sec
> >
> > Results :
> >
> > Tests run: 258, Failures: 0, Errors: 0, Skipped: 4
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxrs.JAXRSContinuationsTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.846 sec
> >
> > Results :
> >
> > Tests run: 259, Failures: 0, Errors: 0, Skipped: 4
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running
> > org.apache.cxf.systest.jaxrs.JAXRSClientServerResourceCreatedSpringBookTes
> > t Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.492 sec
> >
> > Results :
> >
> > Tests run: 261, Failures: 0, Errors: 0, Skipped: 4
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxrs.JAXRSAtomBookTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.964 sec
> >
> > Results :
> >
> > Tests run: 265, Failures: 0, Errors: 0, Skipped: 4
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxrs.JAXRSUriInfoTest
> > Starting Server
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.095 sec
> >
> > Results :
> >
> > Tests run: 266, Failures: 0, Errors: 0, Skipped: 4
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushSpringTest
> > Starting Server
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.258 sec
> >
> > Results :
> >
> > Tests run: 271, Failures: 0, Errors: 0, Skipped: 4
> >
> > engine shutdown
> > engine shutdown
> > engine shutdown
> > engine shutdown
> > engine shutdown
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxrs.JAXRSDataBindingTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.993 sec
> >
> > Results :
> >
> > Tests run: 275, Failures: 0, Errors: 0, Skipped: 4
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running
> > org.apache.cxf.systest.jaxrs.JAXRSClientServerResourceJacksonSpringProvide
> > rTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.552
> > sec
> >
> > Results :
> >
> > Tests run: 278, Failures: 0, Errors: 0, Skipped: 4
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest
> > Jul 23, 2010 11:01:24 AM
> > org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents SEVERE:
> > severe message
> > Jul 23, 2010 11:01:25 AM
> > org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents
> > WARNING: warning message
> > Jul 23, 2010 11:01:25 AM
> > org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents INFO:
> > info message
> > Jul 23, 2010 11:01:28 AM
> > org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents SEVERE:
> > severe message
> > Jul 23, 2010 11:01:28 AM
> > org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents
> > WARNING: warning message
> > Jul 23, 2010 11:01:28 AM
> > org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents INFO:
> > info message
> > Jul 23, 2010 11:01:31 AM
> > org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents SEVERE:
> > severe message
> > Jul 23, 2010 11:01:31 AM
> > org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents
> > WARNING: warning message
> > Jul 23, 2010 11:01:31 AM
> > org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents INFO:
> > info message
> > Jul 23, 2010 11:01:34 AM
> > org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents SEVERE:
> > severe message
> > Jul 23, 2010 11:01:34 AM
> > org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents
> > WARNING: warning message
> > Jul 23, 2010 11:01:34 AM
> > org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents INFO:
> > info message
> > Jul 23, 2010 11:01:37 AM
> > org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents SEVERE:
> > severe message
> > Jul 23, 2010 11:01:37 AM
> > org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents
> > WARNING: warning message
> > Jul 23, 2010 11:01:37 AM
> > org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents INFO:
> > info message
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.935 sec
> >
> > Results :
> >
> > Tests run: 283, Failures: 0, Errors: 0, Skipped: 4
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\target\cxf-sys
> > tests-jaxrs-2.3.0-SNAPSHOT.jar [INFO] [jar:test-jar {execution:
> > attach-sources}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\target\cxf-sys
> > tests-jaxrs-2.3.0-SNAPSHOT-tests.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\target\cxf-sys
> > tests-jaxrs-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\s
> > ystests\cxf-systests-jaxrs\2.3.0-SNAPSHOT\cxf-systests-jaxrs-2.3.0-SNAPSHO
> > T.jar [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\target\cxf-sys
> > tests-jaxrs-2.3.0-SNAPSHOT-tests.jar to
> > C:\Users\ggregory\.m2\repository\org\apache
> > \cxf\systests\cxf-systests-jaxrs\2.3.0-SNAPSHOT\cxf-systests-jaxrs-2.3.0-S
> > NAPSHOT-tests.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF WS-* Specifications System Tests
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\ws-specs\src\main\ja
> > va [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\ws-specs\src\main\re
> > sources [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\ws-specs\src\main\re
> > sources-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\ws-specs\target\gene
> > rated\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] No sources to compile
> > [INFO] [cxf-codegen:wsdl2java {execution: generate-test-sources}]
> > Jul 23, 2010 11:01:50 AM
> > org.springframework.context.support.AbstractApplicationContext
> > prepareRefresh INFO: Refreshing
> > org.apache.cxf.bus.spring.BusApplicationContext@765590d6: display name
> > [org.apache.cxf.bus.spring.BusApplicationContext@765590d6]; startup date
> > [Fri Jul 23 11
> >
> > :01:50 PDT 2010]; root of context hierarchy
> >
> > Jul 23, 2010 11:01:50 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf.xml] Jul 23, 2010 11:01:50 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-jaxws.xml] Jul 23, 2010 11:01:50 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-soap.xml] Jul 23, 2010 11:01:50 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-xml.xml] Jul 23, 2010 11:01:50 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-addr.xml] Jul 23, 2010 11:01:50 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-http.xml] Jul 23, 2010 11:01:50 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-jms.xml] Jul 23, 2010 11:01:50 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-management.xml] Jul 23, 2010 11:01:50
> > AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-http-jetty.xml] Jul 23, 2010 11:01:50
> > AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-http.xml] Jul 23, 2010 11:01:50 AM
> > org.springframework.beans.factory.support.DefaultListableBeanFactory
> > registerBeanDefinition INFO: Overriding bean definition for bean
> > 'org.apache.cxf.transport.http.policy.HTTPClientAssertionBuilder':
> > replacing [Generic bean: class [org.apache.cxf.transport.http.poli
> > cy.HTTPClientAssertionBuilder]; scope=singleton; abstract=false;
> > lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true;
> > primary=false; factoryBeanName=null; factoryMethodName=null;
> > initMethodName=null; destroyMethodName=null; defined in class path
> > resource [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class
> > [org.apac he.cxf.transport.http.policy.HTTPClientAssertionBuilder];
> > scope=singleton; abstract=false; lazyInit=true; autowireMode=0;
> > dependencyCheck=0; autowireCandidate=true; primary=fa lse;
> > factoryBeanName=null; factoryMethodName=null; initMethodName=null;
> > destroyMethodName=null; defined in class path resource
> > [META-INF/cxf/cxf-extension-http.xml]] Jul 23, 2010 11:01:50 AM
> > org.springframework.beans.factory.support.DefaultListableBeanFactory
> > registerBeanDefinition INFO: Overriding bean definition for bean
> > 'org.apache.cxf.transport.http.policy.HTTPServerAssertionBuilder':
> > replacing [Generic bean: class [org.apache.cxf.transport.http.poli
> > cy.HTTPServerAssertionBuilder]; scope=singleton; abstract=false;
> > lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true;
> > primary=false; factoryBeanName=null; factoryMethodName=null;
> > initMethodName=null; destroyMethodName=null; defined in class path
> > resource [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class
> > [org.apac he.cxf.transport.http.policy.HTTPServerAssertionBuilder];
> > scope=singleton; abstract=false; lazyInit=true; autowireMode=0;
> > dependencyCheck=0; autowireCandidate=true; primary=fa lse;
> > factoryBeanName=null; factoryMethodName=null; initMethodName=null;
> > destroyMethodName=null; defined in class path resource
> > [META-INF/cxf/cxf-extension-http.xml]] Jul 23, 2010 11:01:50 AM
> > org.springframework.beans.factory.support.DefaultListableBeanFactory
> > registerBeanDefinition INFO: Overriding bean definition for bean
> > 'org.apache.cxf.transport.http.policy.NoOpPolicyInterceptorProvider':
> > replacing [Generic bean: class [org.apache.cxf.transport.http.p
> > olicy.NoOpPolicyInterceptorProvider]; scope=singleton; abstract=false;
> > lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true;
> > primary=false; factoryBeanName =null; factoryMethodName=null;
> > initMethodName=null; destroyMethodName=null; defined in class path
> > resource [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class
> > [or g.apache.cxf.transport.http.policy.NoOpPolicyInterceptorProvider];
> > scope=singleton; abstract=false; lazyInit=true; autowireMode=0;
> > dependencyCheck=0; autowireCandidate=true; p rimary=false;
> > factoryBeanName=null; factoryMethodName=null; initMethodName=null;
> > destroyMethodName=null; defined in class path resource
> > [META-INF/cxf/cxf-extension-http.xml]] Jul 23, 2010 11:01:50 AM
> > org.springframework.beans.factory.support.DefaultListableBeanFactory
> > registerBeanDefinition INFO: Overriding bean definition for bean
> > 'org.apache.cxf.transport.http.ClientOnlyHTTPTransportFactory': replacing
> > [Generic bean: class [org.apache.cxf.transport.http.ClientO
> > nlyHTTPTransportFactory]; scope=singleton; abstract=false; lazyInit=true;
> > autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false;
> > factoryBeanName=null; facto ryMethodName=null; initMethodName=null;
> > destroyMethodName=null; defined in class path resource
> > [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class
> > [org.apache.cxf .transport.http.ClientOnlyHTTPTransportFactory];
> > scope=singleton; abstract=false; lazyInit=true; autowireMode=0;
> > dependencyCheck=0; autowireCandidate=true; primary=false; fact
> > oryBeanName=null; factoryMethodName=null; initMethodName=null;
> > destroyMethodName=null; defined in class path resource
> > [META-INF/cxf/cxf-extension-http.xml]] Jul 23, 2010 11:01:50 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-rm.xml] Jul 23, 2010 11:01:50 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-policy.xml] Jul 23, 2010 11:01:50 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-ws-security.xml] Jul 23, 2010
> > 11:01:50 AM org.springframework.context.support.AbstractApplicationContext
> > obtainFreshBeanFactory INFO: Bean factory for application context
> > [org.apache.cxf.bus.spring.BusApplicationContext@765590d6]:
> > org.springframework.beans.factory.support.DefaultListableBeanFactory@837
> > 5b8f
> > Jul 23, 2010 11:01:50 AM
> > org.springframework.beans.factory.support.DefaultListableBeanFactory
> > preInstantiateSingletons INFO: Pre-instantiating singletons in
> > org.springframework.beans.factory.support.DefaultListableBeanFactory@8375b
> > 8f: defining beans [cxf,org.apache.cxf.bus.spring.BusApplicatio
> > nListener,org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor,org.
> > apache.cxf.bus.spring.Jsr250BeanPostProcessor,org.apache.cxf.bus.spring.Bus
> > ExtensionPostProcessor,org
> > .apache.cxf.resource.ResourceManager,org.apache.cxf.configuration.Configur
> > er,org.apache.cxf.binding.BindingFactoryManager,org.apache.cxf.transport.De
> > stinationFactoryManager,or
> > g.apache.cxf.transport.ConduitInitiatorManager,org.apache.cxf.wsdl.WSDLMan
> > ager,org.apache.cxf.phase.PhaseManager,org.apache.cxf.workqueue.WorkQueueMa
> > nager,org.apache.cxf.busli
> > fecycle.BusLifeCycleManager,org.apache.cxf.endpoint.ServerRegistry,org.apa
> > che.cxf.endpoint.ServerLifeCycleManager,org.apache.cxf.endpoint.ClientLifeC
> > ycleManager,org.apache.cxf
> > .transports.http.QueryHandlerRegistry,org.apache.cxf.endpoint.EndpointReso
> > lverRegistry,org.apache.cxf.headers.HeaderManager,org.apache.cxf.catalog.OA
> > SISCatalogManager,org.apac
> > he.cxf.service.factory.FactoryBeanListenerManager,org.apache.cxf.endpoint.
> > ServiceContractResolverRegistry,org.apache.cxf.jaxws.context.WebServiceCont
> > extResourceResolver,org.ap
> > ache.cxf.jaxws.context.WebServiceContextImpl,org.apache.cxf.binding.soap.S
> > oapBindingFactory,org.apache.cxf.binding.soap.SoapTransportFactory,org.apac
> > he.cxf.binding.soap.custom
> > EditorConfigurer,org.apache.cxf.binding.xml.XMLBindingFactory,org.apache.c
> > xf.ws.addressing.policy.AddressingAssertionBuilder,org.apache.cxf.ws.addres
> > sing.policy.AddressingPoli
> > cyInterceptorProvider,org.apache.cxf.ws.addressing.policy.UsingAddressingA
> > ssertionBuilder,org.apache.cxf.transport.http.policy.HTTPClientAssertionBui
> > lder,org.apache.cxf.transp
> > ort.http.policy.HTTPServerAssertionBuilder,org.apache.cxf.transport.http.p
> > olicy.NoOpPolicyInterceptorProvider,org.apache.cxf.transport.http.ClientOnl
> > yHTTPTransportFactory,org.
> > apache.cxf.transport.jms.JMSTransportFactory,org.apache.cxf.management.Ins
> > trumentationManager,org.apache.cxf.transport.http_jetty.JettyHTTPTransportF
> > actory,org.apache.cxf.ws.r
> > m.RMManager,org.apache.cxf.ws.rm.policy.RMPolicyInterceptorProvider,org.ap
> > ache.cxf.ws.rm.policy.RMAssertionBuilder,org.apache.cxf.ws.policy.Assertion
> > BuilderRegistry,org.apache
> > .cxf.ws.policy.PolicyInterceptorProviderRegistry,org.apache.cxf.ws.policy.
> > attachment.external.DomainExpressionBuilderRegistry,org.apache.cxf.ws.polic
> > y.attachment.external.Endp
> > ointReferenceDomainExpressionBuilder,org.apache.cxf.ws.policy.PolicyBuilde
> > r,org.apache.cxf.ws.policy.PolicyEngine,org.apache.cxf.ws.policy.attachment
> > .wsdl11.Wsdl11AttachmentPo
> > licyProvider,org.apache.cxf.ws.policy.attachment.ServiceModelPolicyProvide
> > r,org.apache.cxf.ws.policy.mtom.MTOMAssertionBuilder,org.apache.cxf.ws.poli
> > cy.mtom.MTOMPolicyIntercep
> > torProvider,org.apache.cxf.ws.security.policy.WSSecurityPolicyLoader];
> > root of factory hierarchy Jul 23, 2010 11:01:51 AM
> > org.springframework.context.support.AbstractApplicationContext doClose
> > INFO: Closing org.apache.cxf.bus.spring.BusApplicationContext@765590d6:
> > display name [org.apache.cxf.bus.spring.BusApplicationContext@765590d6];
> > startup date [Fri Jul 23 11:01
> >
> > :50 PDT 2010]; root of context hierarchy
> >
> > Jul 23, 2010 11:01:51 AM
> > org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
> > destroySingletons INFO: Destroying singletons in
> > org.springframework.beans.factory.support.DefaultListableBeanFactory@8375b
> > 8f: defining beans [cxf,org.apache.cxf.bus.spring.BusApplicationListen
> > er,org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor,org.apache.
> > cxf.bus.spring.Jsr250BeanPostProcessor,org.apache.cxf.bus.spring.BusExtensi
> > onPostProcessor,org.apache
> > .cxf.resource.ResourceManager,org.apache.cxf.configuration.Configurer,org.
> > apache.cxf.binding.BindingFactoryManager,org.apache.cxf.transport.Destinati
> > onFactoryManager,org.apach
> > e.cxf.transport.ConduitInitiatorManager,org.apache.cxf.wsdl.WSDLManager,or
> > g.apache.cxf.phase.PhaseManager,org.apache.cxf.workqueue.WorkQueueManager,o
> > rg.apache.cxf.buslifecycle
> > .BusLifeCycleManager,org.apache.cxf.endpoint.ServerRegistry,org.apache.cxf
> > .endpoint.ServerLifeCycleManager,org.apache.cxf.endpoint.ClientLifeCycleMan
> > ager,org.apache.cxf.transp
> > orts.http.QueryHandlerRegistry,org.apache.cxf.endpoint.EndpointResolverReg
> > istry,org.apache.cxf.headers.HeaderManager,org.apache.cxf.catalog.OASISCata
> > logManager,org.apache.cxf.
> > service.factory.FactoryBeanListenerManager,org.apache.cxf.endpoint.Service
> > ContractResolverRegistry,org.apache.cxf.jaxws.context.WebServiceContextReso
> > urceResolver,org.apache.cx
> > f.jaxws.context.WebServiceContextImpl,org.apache.cxf.binding.soap.SoapBind
> > ingFactory,org.apache.cxf.binding.soap.SoapTransportFactory,org.apache.cxf.
> > binding.soap.customEditorC
> > onfigurer,org.apache.cxf.binding.xml.XMLBindingFactory,org.apache.cxf.ws.a
> > ddressing.policy.AddressingAssertionBuilder,org.apache.cxf.ws.addressing.po
> > licy.AddressingPolicyInter
> > ceptorProvider,org.apache.cxf.ws.addressing.policy.UsingAddressingAssertio
> > nBuilder,org.apache.cxf.transport.http.policy.HTTPClientAssertionBuilder,or
> > g.apache.cxf.transport.htt
> > p.policy.HTTPServerAssertionBuilder,org.apache.cxf.transport.http.policy.N
> > oOpPolicyInterceptorProvider,org.apache.cxf.transport.http.ClientOnlyHTTPTr
> > ansportFactory,org.apache.
> > cxf.transport.jms.JMSTransportFactory,org.apache.cxf.management.Instrument
> > ationManager,org.apache.cxf.transport.http_jetty.JettyHTTPTransportFactory,
> > org.apache.cxf.ws.rm.RMMan
> > ager,org.apache.cxf.ws.rm.policy.RMPolicyInterceptorProvider,org.apache.cx
> > f.ws.rm.policy.RMAssertionBuilder,org.apache.cxf.ws.policy.AssertionBuilder
> > Registry,org.apache.cxf.ws
> > .policy.PolicyInterceptorProviderRegistry,org.apache.cxf.ws.policy.attachm
> > ent.external.DomainExpressionBuilderRegistry,org.apache.cxf.ws.policy.attac
> > hment.external.EndpointRef
> > erenceDomainExpressionBuilder,org.apache.cxf.ws.policy.PolicyBuilder,org.a
> > pache.cxf.ws.policy.PolicyEngine,org.apache.cxf.ws.policy.attachment.wsdl11
> > .Wsdl11AttachmentPolicyPro
> > vider,org.apache.cxf.ws.policy.attachment.ServiceModelPolicyProvider,org.a
> > pache.cxf.ws.policy.mtom.MTOMAssertionBuilder,org.apache.cxf.ws.policy.mtom
> > .MTOMPolicyInterceptorProv
> > ider,org.apache.cxf.ws.security.policy.WSSecurityPolicyLoader]; root of
> > factory hierarchy [INFO]
> > ------------------------------------------------------------------------
> > [ERROR] BUILD ERROR
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Could not find any node with the XPath expression:
> > //wsdl:definitions
> >
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] For more information, run Maven with the -e switch
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Total time: 30 minutes 16 seconds
> > [INFO] Finished at: Fri Jul 23 11:01:51 PDT 2010
> > [INFO] Final Memory: 216M/426M
> > [INFO]
> > ------------------------------------------------------------------------
> > Fri 07/23/201011:01:52.94 C:\Users\ggregory\b\svn\apache.org\cxf\trunk
> >
> >
> > Gary Gregory
> > Senior Software Engineer
> > Seagull Software
> > email: ggregory@seagullsoftware.com
> > email: ggregory@apache.org
> > www.seagullsoftware.com
> >
> > > -----Original Message-----
> > > From: Daniel Kulp [mailto:dkulp@apache.org]
> > > Sent: Tuesday, February 09, 2010 13:29
> > > To: dev@cxf.apache.org; users@cxf.apache.org
> > > Subject: CXF, Java 6/Spring/etc... and deps.....
> > >
> > >
> > > As you may have noticed, last week (on trunk only) I moved all the
> > > dependencies that can be provided by Java 6 (except jaxb-impl/jaxb-xjc)
> > > into a special jdk15 profile that is auto activated on Java5.   Thus,
> > > trunk should now require less dependencies when running on Java 6.
> > >
> > > HOWEVER, I put Woodstox back in as a runtime dep this morning.   There
> > > are a couple reasons:
> > > 1) The parser in the JDK really sucks.   My benchmarking over the last
> > > couple days for a customer showed nearly 40% throughput reduction
> > > compared to woodstox.   IMO, the "out of the box" speed is important.
> > >
> > > 2) Related to (1), a full "mvn install -Pnochecks" was taking 6 minutes
> > > longer on Java 6 compared to last week.    Turns out, that's parser
> > > related.  :-)   I could have added woodstox as a test dep to all the
> > > modules, but again, I think it's important enough to make sure everyone
> > > uses it by default.
> > >
> > > The good news is that while the Sun parser was being used, I found a
> > > couple places where tests were failing with it.   I've updated the code
> > > so we now should work better with the Sun parser if someone really wants
> > > to use it.
> > >
> > > I also started going through and marking the spring stuff as optional or
> > > provided (or test scope).    We don't really REQUIRE it in all cases, and
> > > this should allow the user to more easily use whatever version of Spring
> > > they want.
> > >
> > > Anyway, I still have to update the distribution and bundle modules to now
> > > work correctly with java6.   If you build with java6, you get different
> > > results than with Java 5.   The lib dir has about 9 less jars, the
> > > manifest is missing entries, etc....
> > >
> > > For those of you using Maven and Java 6, I'd really appreciate it if you
> > > could try the 2.3.0-SNAPSHOT's to see if having all the extra deps
> > > removed will cause any major issues.   Likewise, on Java 5, I'd like to
> > > make sure all the required deps still come in.
> > >
> > > Thanks!
> > > --
> > > Daniel Kulp
> > > dkulp@apache.org
> > > http://www.dankulp.com/blog
>
> --
> Daniel Kulp
> dkulp@apache.org
> http://dankulp.com/blog

RE: CXF, Java 6/Spring/etc... and deps.....

Posted by Gary Gregory <GG...@seagullsoftware.com>.
Running again...

In the meantime, here is another Java 6 quirk: I see trunk ships the latest JAXB 2.2.1, great, but to properly test and run with this version, the jaxb-api.jar MUST be on the endorsed path, not the classpath and the jaxb-impl.jar and jaxb-xjc.jar must be on the classpath [1]. Does the Maven build test like this?

For delivery, this means customers MUST move the jaxb-api.jar file to another directory and point to it with java.endorsed.dirs usually.

The way I've addressed this in our server is to create an 'endorsed' directory under our 'lib' directory and have our start script use -Djava.endorsed.dirs=lib/endorsed

We have the luxury of only supporting Java 6 which makes this easier.

It sounds like CXF is not set up for Java 6 use yet though.

Gary

[1] https://jaxb.dev.java.net/guide/Migrating_JAXB_2_0_applications_to_JavaSE_6

> -----Original Message-----
> From: Daniel Kulp [mailto:dkulp@apache.org]
> Sent: Friday, July 23, 2010 11:21
> To: users@cxf.apache.org
> Cc: Gary Gregory; dev@cxf.apache.org
> Subject: Re: CXF, Java 6/Spring/etc... and deps.....
>
>
> Can you run again?
>
> I THINK this is due to Maven running out of some resource.   Not sure if it's
> memory or some files aren't getting closed or what.    Running again usually
> fixes it.
>
> Dan
>
>
> On Friday 23 July 2010 2:09:47 pm Gary Gregory wrote:
> > Dan,
> >
> > I just tried a build from the latest SVN trunk and got an error (see the
> > end of this msg.)
> >
> > My set up:
> >
> > Apache Maven 2.2.1 (r801777; 2009-08-06 12:16:01-0700)
> > Java version: 1.6.0_20
> > Java home: C:\Program Files\Java\jdk1.6.0_20\jre
> > Default locale: en_US, platform encoding: Cp1252
> > OS name: "windows vista" version: "6.0" arch: "amd64" Family: "windows"
> > Fri 07/23/201011:08:26.04 C:\Users\ggregory\b\svn\apache.org\cxf\trunk
> >
> > Here my build output:
> >
> > [INFO] Scanning for projects...
> > [INFO] Reactor build order:
> > [INFO]   Apache CXF
> > [INFO]   Apache CXF Parent
> > [INFO]   Apache CXF Common Utilities
> > [INFO]   Apache CXF Common Schemas
> > [INFO]   Apache CXF API
> > [INFO]   Apache CXF Woodstox/MSV Schema Validation
> > [INFO]   Apache CXF XML Schema Validation with Xerces
> > [INFO]   Apache CXF Common
> > [INFO]   Apache CXF Runtime Core
> > [INFO]   Apache CXF Command Line Tools Common
> > [INFO]   Apache CXF Command Line Tools Validator
> > [INFO]   Apache CXF Command Line Tools WSDLTo Core
> > [INFO]   Apache CXF Command Line Tools WSDLTo JAXWS Frontend
> > [INFO]   Apache CXF WSDL Validator Maven2 Plugin
> > [INFO]   Apache CXF Command Line Tools WSDLTo JAXB Databinding
> > [INFO]   Apache CXF Code Generation Maven2 Plugins
> > [INFO]   Apache CXF Test Utilities
> > [INFO]   Apache CXF Runtime JAXB DataBinding
> > [INFO]   Apache CXF Runtime XML Binding
> > [INFO]   Apache CXF Runtime SOAP Binding
> > [INFO]   Apache CXF Runtime Local Transport
> > [INFO]   Apache CXF Runtime Simple Frontend
> > [INFO]   Apache CXF Runtime HTTP Transport
> > [INFO]   Apache CXF Runtime HTTP Jetty Transport
> > [INFO]   Apache CXF Runtime WS Addressing
> > [INFO]   Apache CXF Runtime JAX-WS Frontend
> > [INFO]   Apache CXF Test Case Support
> > [INFO]   Apache CXF Runtime Aegis Databinding
> > [INFO]   Apache CXF Runtime JavaScript Client Generator
> > [INFO]   Apache CXF Command Line Tools WSDL to JavaScript Front End
> > [INFO]   Apache CXF Runtime Management
> > [INFO]   Apache CXF Runtime JMS Transport
> > [INFO]   Apache CXF Runtime XmlBeans DataBinding
> > [INFO]   Apache CXF Command Line Tools WSDLTo Test
> > [INFO]   Apache CXF Command Line Tools WSDLTo Misctools
> > [INFO]   Apache CXF Command Line Tools
> > [INFO]   Apache CXF Command Line Tools WSDLTo
> > [INFO]   Apache CXF Command Line Tools JavaTo WS
> > [INFO]   Apache CXF Command Line Tools JavaTo
> > [INFO]   Apache CXF Runtime CORBA Binding
> > [INFO]   Apache CXF Command Line Tools CORBA
> > [INFO]   Apache CXF Runtime SDO DataBinding
> > [INFO]   Apache CXF Runtime HTTP Binding
> > [INFO]   Apache CXF Runtime Object Binding
> > [INFO]   Apache CXF Runtime Colocated Binding
> > [INFO]   Apache CXF Runtime JBI Binding
> > [INFO]   Apache CXF Runtime
> > [INFO]   Apache CXF Runtime Bindings
> > [INFO]   Apache CXF Runtime JAX-RS Frontend
> > [INFO]   Apache CXF Runtime JavaScript Frontend
> > [INFO]   Apache CXF HTTP Transport for OSGi
> > [INFO]   Apache CXF Runtime JBI Transport
> > [INFO]   Apache CXF Runtime WS Policy
> > [INFO]   Apache CXF Runtime WS Reliable Messaging
> > [INFO]   Apache CXF Runtime WS Security
> > [INFO]   Apache CXF Runtime Web Management
> > [INFO]   Apache CXF JBI Integration
> > [INFO]   Apache CXF JCA Connection
> > [INFO]   Apache CXF Integration
> > [INFO]   Apache CXF Java2WS Maven2 Plugin
> > [INFO]   Apache CXF CORBA Tools Maven2 Plugins
> > [INFO]   Apache CXF Archetype - Simple JAX-WS Java First
> > [INFO]   Apache CXF Maven Archetypes
> > [INFO]   Apache CXF Maven Plugins
> > [INFO]   Apache CXF Uncategorized System Tests
> > [INFO]   Apache CXF Transport System Tests
> > [INFO]   Apache CXF JAX-WS System Tests
> > [INFO]   Apache CXF Databinding System Tests
> > [INFO]   Apache CXF JAX-RS System Tests
> > [INFO]   Apache CXF WS-* Specifications System Tests
> > [INFO]   Test for writing wsdl to repo
> > [INFO]   Test for reading wsdl from repo and generating code from it
> > [INFO]   Apache CXF System Tests
> > [INFO]   Apache CXF System Tests for WSDL generation and retrieval
> > [INFO]   Apache CXF Bundle Parent
> > [INFO]   Apache CXF Bundle Jar
> > [INFO]   Apache CXF Minimal Bundle Jar
> > [INFO]   Apache CXF JAX-RS Bundle Jar
> > [INFO]   Apache CXF Manifest Jar
> > [INFO]   Apache CXF Distribution
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
> > [INFO] [install:install {execution: default-install}]
> > [INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\pom.xml to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf\2.3.0-SNAPSHOT\cxf-2.3
> > .0-SNAPSHOT.pom [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Parent
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Source directory does not exist - skipping report.
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] Setting property: classpath.resource.loader.class =>
> > 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'. [INFO]
> > Setting property: velocimacro.messages.on => 'false'.
> > [INFO] Setting property: resource.loader => 'classpath'.
> > [INFO] Setting property: resource.manager.logwhenfound => 'false'.
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
> > [INFO] [install:install {execution: default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\parent\pom.xml to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-parent\2.3.0-SNAPSHOT\
> > cxf-parent-2.3.0-SNA PSHOT.pom
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Common Utilities
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 8 resources
> > [INFO] Copying 2 resources
> > [INFO] Copying 1 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\common\target\generate
> > d\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 14 resources
> > [INFO] Copying 7 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\common\target\generate
> > d\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\common\target\surefire
> > -reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.helpers.HttpHeaderHelperTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 sec
> > Running org.apache.cxf.staxutils.FragmentStreamReaderTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.31 sec
> > Running org.apache.cxf.common.i18n.BundleUtilsTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec
> > Running org.apache.cxf.jaxb.DatatypeFactoryTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 sec
> > Running org.apache.cxf.common.commands.ForkedCommandTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.349 sec
> > Running org.apache.cxf.common.injection.ResourceInjectorTest
> > Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.269 sec
> > Running org.apache.cxf.common.logging.LogUtilsTest
> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 sec
> > Running org.apache.cxf.common.util.XmlSchemaPrimitiveUtilsTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
> > Running org.apache.cxf.common.util.StringUtilsTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
> > Running org.apache.cxf.helpers.XMLUtilsTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.177 sec
> > Running org.apache.cxf.resource.ClassLoaderResolverTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.354 sec
> > Running org.apache.cxf.configuration.spring.SpringBeanQNameMapTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.736 sec
> > Running org.apache.cxf.helpers.FileUtilsTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec
> > Running org.apache.cxf.common.xmlschema.ImportRepairTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.342 sec
> > Running org.apache.cxf.common.util.CollectionUtilsTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec
> > Running org.apache.cxf.resource.URIResolverTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 sec
> > Running org.apache.cxf.staxutils.W3CDOMStreamReaderTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.178 sec
> > Running org.apache.cxf.helpers.ServiceUtilsTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
> > Running org.apache.cxf.staxutils.DepthXMLStreamReaderTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
> > Running org.apache.cxf.jaxb.JAXBElementToStringStyleTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 sec
> > Running org.apache.cxf.common.security.SimplePrincipalTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
> > Running org.apache.cxf.common.classloader.FireWallClassLoaderTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
> > Running org.apache.cxf.common.util.Base64UtilityTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 sec
> > Running org.apache.cxf.common.security.SimpleGroupTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
> > Running org.apache.cxf.jaxb.JAXBUtilsTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 sec
> > Running org.apache.cxf.common.i18n.MessageTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
> > Running org.apache.cxf.common.util.PropertiesLoaderUtilsTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec
> > Running org.apache.cxf.staxutils.StaxUtilsTest
> > Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 sec
> > Running org.apache.cxf.jaxb.JAXBToStringBuilderTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec
> > Running org.apache.cxf.helpers.NameSpaceTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
> > Running org.apache.cxf.configuration.spring.SpringBeanMapTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 sec
> > Running org.apache.cxf.version.VersionTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 sec
> > Running org.apache.cxf.common.commands.ResultBufferedCommandTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.294 sec
> > Running org.apache.cxf.common.util.UrlUtilsTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
> > Running org.apache.cxf.common.util.PackageUtilsTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
> > Running org.apache.cxf.staxutils.StaxStreamFilterTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec
> > Running org.apache.cxf.common.annotation.AnnotationProcessorTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 sec
> >
> > Results :
> >
> > Tests run: 109, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\common\target\cxf-comm
> > on-utilities-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\common\target\cxf-comm
> > on-utilities-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\
> > cxf-common-utilities\2.3.0-SNAPSHOT\cxf-common-utilities-2.3.0-SNAPSHOT.ja
> > r [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Common Schemas
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\schemas\src\main\java
> > [INFO] Copying 23 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\schemas\src\main\resou
> > rces-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\schemas\target\generat
> > ed\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] No sources to compile
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\schemas\src\test\java
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\schemas\src\test\resou
> > rces [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\schemas\target\generat
> > ed\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Not compiling test sources
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Tests are skipped.
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\schemas\target\cxf-com
> > mon-schemas-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\schemas\target\cxf-com
> > mon-schemas-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\c
> > xf-common-schemas\2.3.0-SNAPSHOT\cxf-common-schemas-2.3.0-SNAPSHOT.jar
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF API
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 15 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\resources [INFO]
> > skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\resources-filter
> > ed [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\target\generated\src\main
> > \resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [cxf-xjc:xsdtojava-tests {execution: generate-test-sources}]
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 1 resource
> > [INFO] Copying 5 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\target\generated\src\test
> > \resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\target\surefire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertionTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.558 sec
> > Running
> > org.apache.cxf.ws.policy.builder.primitive.NestedPrimitiveAssertionTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 sec
> > Running
> > org.apache.cxf.ws.policy.builder.primitive.NestedPrimitiveAssertionBuilder
> > Test Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.354
> > sec Running org.apache.cxf.service.model.MessagePartInfoTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.239 sec
> > Running org.apache.cxf.continuations.SuspendedInvocationExceptionTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 sec
> > Running org.apache.cxf.wsdl.JAXBExtensionHelperTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.978 sec
> > Running org.apache.cxf.phase.PhaseInterceptorChainTest
> > Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.328 sec
> > Running org.apache.cxf.service.model.MessageInfoTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
> > Running org.apache.cxf.service.model.InterfaceInfoTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 sec
> > Running org.apache.cxf.BusFactoryTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec
> > Running org.apache.cxf.service.model.FaultInfoTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
> > Running org.apache.cxf.ws.policy.AssertionInfoMapTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
> > Running org.apache.cxf.service.model.BindingOperationInfoTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec
> > Running org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertionBuilderTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 sec
> > Running org.apache.cxf.service.model.OperationInfoTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
> > Running org.apache.cxf.databinding.AbstractDataBindingTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 sec
> > Running org.apache.cxf.service.model.BindingFaultInfoTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
> > Running org.apache.cxf.service.model.BindingMessageInfoTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
> > Running org.apache.cxf.ws.policy.IntersectorTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
> > Running org.apache.cxf.NSManagerTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
> > Running org.apache.cxf.continuations.ContinuationInfoTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec
> >
> > Results :
> >
> > Tests run: 75, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\target\cxf-api-2.3.0-SNAP
> > SHOT.jar [INFO] [javadoc:jar {execution: package}]
> > [WARNING] Are you sure about the <javadocVersion/> parameter? It seems to
> > be 1.6 [INFO]
> > 27 warnings
> > [WARNING] Javadoc Warnings
> > [WARNING] javadoc: warning - Multiple sources of package comments found for
> > package "org.apache.cxf.binding" [WARNING] javadoc: warning - Multiple
> > sources of package comments found for package "org.apache.cxf" [WARNING]
> > javadoc: warning - Multiple sources of package comments found for package
> > "org.apache.cxf.endpoint" [WARNING] javadoc: warning - Multiple sources of
> > package comments found for package "org.apache.cxf.interceptor" [WARNING]
> > javadoc: warning - Multiple sources of package comments found for package
> > "org.apache.cxf.phase" [WARNING] javadoc: warning - Multiple sources of
> > package comments found for package "org.apache.cxf.service" [WARNING]
> > javadoc: warning - Multiple sources of package comments found for package
> > "org.apache.cxf.transport" [WARNING]
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> > cxf\annotations\DataBinding.java:42: warning - @return tag has no
> > arguments. [WARNING]
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> > cxf\clustering\FailoverStrategy.java:63: warning - @param argument
> > "alternates" is not a pa rameter name.
> > [WARNING]
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> > cxf\configuration\ConfiguredBeanLocator.java:36: warning - @return tag has
> > no arguments. [WARNING]
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> > cxf\configuration\ConfiguredBeanLocator.java:54: warning - @return tag has
> > no arguments. [WARNING]
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> > cxf\configuration\ConfiguredBeanLocator.java:45: warning - @return tag has
> > no arguments. [WARNING]
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> > cxf\configuration\ConfiguredBeanLocator.java:76: warning - @return tag has
> > no arguments. [WARNING]
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> > cxf\configuration\ConfiguredBeanLocator.java:64: warning - @return tag has
> > no arguments. [WARNING]
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> > cxf\configuration\ConfiguredBeanLocator.java:76: warning - @param argument
> > "<T>" is not a t ype parameter name.
> > [WARNING]
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> > cxf\configuration\ConfiguredBeanLocator.java:76: warning - @param argument
> > "type" is not a parameter name.
> > [WARNING]
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> > cxf\configuration\ConfiguredBeanLocator.java:76: warning - @param argument
> > "property" is no t a parameter name.
> > [WARNING]
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> > cxf\configuration\ConfiguredBeanLocator.java:95: warning - @return tag has
> > no arguments. [WARNING]
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> > cxf\configuration\ConfiguredBeanLocator.java:86: warning - @return tag has
> > no arguments. [WARNING]
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> > cxf\continuations\Continuation.java:36: warning - @param argument
> > "timeout." is not a param eter name.
> > [WARNING]
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> > cxf\endpoint\Client.java:240: warning - @return tag has no arguments.
> > [WARNING]
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> > cxf\io\StaxValidationManager.java:39: warning - @param argument "schemas"
> > is not a paramete r name.
> > [WARNING]
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> > cxf\phase\AbstractPhaseInterceptor.java:75: warning - @param argument "p"
> > is not a paramete r name.
> > [WARNING]
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> > cxf\service\model\SchemaInfo.java:86: warning - @return tag has no
> > arguments. [WARNING]
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> > cxf\transport\Observable.java:38: warning - @return tag has no arguments.
> > [WARNING]
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> > cxf\ws\policy\AssertionBuilderRegistry.java:56: warning - @return tag has
> > no arguments. [WARNING]
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> > cxf\wsdl\WSDLManager.java:100: warning - @return tag has no arguments.
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\target\cxf-api-2.3.0-SNAP
> > SHOT-javadoc.jar [INFO] [install:install {execution: default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\target\cxf-api-2.3.0-SNAP
> > SHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-api\2.3.0-SNAPSHOT\
> > cxf-api-2.3.0-SNAPSHOT.jar
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\target\cxf-api-2.3.0-SNAP
> > SHOT-javadoc.jar to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-api\2.3.0-S
> > NAPSHOT\cxf-api-2.3.0-SNAPSHOT-javadoc.jar
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Woodstox/MSV Schema Validation
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] Copying 4 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\wstx-msv-validation\sr
> > c\main\resources-filtered [INFO] Copying 1 resource
> > [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\wstx-msv-validation\sr
> > c\test\resources [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\wstx-msv-validation\ta
> > rget\generated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\wstx-msv-validation\ta
> > rget\surefire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > There are no tests to run.
> >
> > Results :
> >
> > Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\wstx-msv-validation\ta
> > rget\cxf-wstx-msv-validation-2.3.0-SNAPSHOT.jar [INFO] [install:install
> > {execution: default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\wstx-msv-validation\ta
> > rget\cxf-wstx-msv-validation-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository
> > \org\apache\cxf\cxf-wstx-msv-validation\2.3.0-SNAPSHOT\cxf-wstx-msv-valida
> > tion-2.3.0-SNAPSHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF XML Schema Validation with Xerces
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] Copying 3 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\xerces-xsd-validation\
> > src\main\resources-filtered [INFO] Copying 1 resource
> > [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\xerces-xsd-validation\
> > src\test\java [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\xerces-xsd-validation\
> > src\test\resources [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\xerces-xsd-validation\
> > target\generated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] No sources to compile
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\xerces-xsd-validation\
> > target\surefire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > There are no tests to run.
> >
> > Results :
> >
> > Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\xerces-xsd-validation\
> > target\cxf-xerces-xsd-validation-2.3.0-SNAPSHOT.jar [INFO] [install:install
> > {execution: default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\xerces-xsd-validation\
> > target\cxf-xerces-xsd-validation-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\reposi
> > tory\org\apache\cxf\cxf-xerces-xsd-validation\2.3.0-SNAPSHOT\cxf-xerces-xs
> > d-validation-2.3.0-SNAPSHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Common
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
> > [INFO] [install:install {execution: default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\pom.xml to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-common\2.3.0-SNAPSHOT\
> > cxf-common-2.3.0-SNA PSHOT.pom
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime Core
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 14 resources
> > [INFO] Copying 8 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\core\src\main\resources-fi
> > ltered [INFO] Copying 1 resource
> > [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 18 resources
> > [INFO] Copying 30 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\core\target\generated\src\
> > test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\core\target\surefire-repor
> > ts
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.bus.extension.ExtensionTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.193 sec
> > Running org.apache.cxf.interceptor.ServiceInvokerInterceptorTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.155 sec
> > Running org.apache.cxf.endpoint.ServerRegistryImpTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
> > Running org.apache.cxf.endpoint.EndpointResolverRegistryImplTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.161 sec
> > Running org.apache.cxf.bus.spring.BusApplicationContextTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.054 sec
> > Running org.apache.cxf.workqueue.AutomaticWorkQueueTest
> > Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.832 sec
> > Running org.apache.cxf.transport.ChainInitiationObserverTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 sec
> > Running org.apache.cxf.bus.CXFBusImplTest
> > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.996 sec
> > Running org.apache.cxf.interceptor.OutgoingChainInterceptorTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.283 sec
> > Running org.apache.cxf.wsdl11.WSDLServiceBuilderTest
> > Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.688 sec
> > Running org.apache.cxf.attachment.AttachmentSerializerTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.561 sec
> > Running org.apache.cxf.wsdl11.ServiceWSDLBuilderTest
> > Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.19 sec
> > Running org.apache.cxf.interceptor.DocLiteralInInterceptorTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.326 sec
> > Running org.apache.cxf.bus.spring.SpringBusFactoryTest
> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.615 sec
> > Running org.apache.cxf.bus.extension.ExtensionFragmentParserTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
> > Running org.apache.cxf.transport.CachedOutputStreamTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.208 sec
> > Running org.apache.cxf.bus.spring.BusDefinitionParserTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.126 sec
> > Running org.apache.cxf.wsdl11.WSDLDefinitionBuilderTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.152 sec
> > Running org.apache.cxf.buslifecycle.CXFBusLifeCycleManagerTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
> > Running org.apache.cxf.interceptor.PrettyLoggingOutInterceptorTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec
> > Running org.apache.cxf.test.XPathAssertTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 sec
> > Running org.apache.cxf.wsdl11.WSDLManagerImplTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
> > Running org.apache.cxf.endpoint.ServiceContractResolverRegistryImplTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
> > Running org.apache.cxf.configuration.spring.ConfigurerImplTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.217 sec
> > Running org.apache.cxf.transport.HttpUriMapperTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec
> > Running org.apache.cxf.bus.extension.ExtensionManagerTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec
> > Running org.apache.cxf.attachment.AttachmentDeserializerTest
> > Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.257 sec
> > Running
> > org.apache.cxf.interceptor.security.SimpleAuthorizingInterceptorTest Tests
> > run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 sec
> >
> > Results :
> >
> > Tests run: 115, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\core\target\cxf-rt-core-2.
> > 3.0-SNAPSHOT.jar [INFO] [install:install {execution: default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\core\target\cxf-rt-core-2.
> > 3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-rt-core\2.3
> > .0-SNAPSHOT\cxf-rt-core-2.3.0-SNAPSHOT.jar
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Command Line Tools Common
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 12 resources
> > [INFO] Copying 1 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\common\src\main\resourc
> > es-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\common\target\generated
> > \src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 7 resources
> > [INFO] Copying 1 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\common\target\generated
> > \src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\common\target\surefire-
> > reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.tools.common.dom.ExtendedDocumentBuilderTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.195 sec
> > Running org.apache.cxf.tools.common.model.JavaParameterTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec
> > Running org.apache.cxf.tools.common.ToolContextTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec
> > Running org.apache.cxf.tools.common.dom.DocumentTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.011 sec
> > Running org.apache.cxf.tools.util.FileWriterUtilTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 sec
> > Running org.apache.cxf.tools.common.ProcessorEnvironmentTest
> > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
> > Running org.apache.cxf.tools.common.toolspec.ToolExceptionTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec
> > Running org.apache.cxf.tools.common.toolspec.ToolSpecTest
> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 sec
> > Running org.apache.cxf.tools.common.model.JavaInterfaceTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
> > Running org.apache.cxf.tools.common.toolspec.AbstractToolContainerTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.479 sec
> > Running org.apache.cxf.tools.common.toolspec.ToolSupportTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
> > Running org.apache.cxf.tools.common.dom.SchemaValidatingSAXParserTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.188 sec
> > Running org.apache.cxf.tools.util.URIParserUtilTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec
> > Running org.apache.cxf.tools.util.BuiltInTypesJavaMappingUtilTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec
> > Running org.apache.cxf.tools.common.WSDLVersionTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
> > Running org.apache.cxf.tools.common.model.JavaClassTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 sec
> > Running org.apache.cxf.tools.common.model.JavaTypeTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
> > Running org.apache.cxf.tools.util.NameUtilTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
> > Running org.apache.cxf.tools.common.toolspec.parser.CommandLineParserTest
> > Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.837 sec
> > Running org.apache.cxf.tools.common.model.JAnnotationTest
> > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 sec
> > Running org.apache.cxf.tools.util.StAXUtilTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.485 sec
> >
> > Results :
> >
> > Tests run: 68, Failures: 0, Errors: 0, Skipped: 1
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\common\target\cxf-tools
> > -common-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\common\target\cxf-tools
> > -common-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-t
> > ools-common\2.3.0-SNAPSHOT\cxf-tools-common-2.3.0-SNAPSHOT.jar
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Command Line Tools Validator
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 3 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\validator\src\main\reso
> > urces [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\validator\src\main\reso
> > urces-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\validator\target\genera
> > ted\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 10 resources
> > [INFO] Copying 22 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\validator\target\genera
> > ted\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\validator\target\surefi
> > re-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.tools.validator.internal.WSDLRefValidatorTest
> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.899 sec
> > Running org.apache.cxf.tools.validator.internal.WSDL11ValidatorTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 sec
> > Running org.apache.cxf.tools.validator.internal.Stax2DOMTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.397 sec
> > Running org.apache.cxf.tools.validator.internal.model.XNodeTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
> > Running org.apache.cxf.tools.validator.WSDLValidationTest
> > Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.175 sec
> >
> > Results :
> >
> > Tests run: 31, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\validator\target\cxf-to
> > ols-validator-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\validator\target\cxf-to
> > ols-validator-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf
> > \cxf-tools-validator\2.3.0-SNAPSHOT\cxf-tools-validator-2.3.0-SNAPSHOT.jar
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Command Line Tools WSDLTo Core
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 6 resources
> > [INFO] Copying 1 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\core\src\main\re
> > sources-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\core\target\gene
> > rated\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 2 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\core\src\test\re
> > sources [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\core\target\gene
> > rated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\core\target\sure
> > fire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.tools.wsdlto.WSDLToJavaContainerTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.212 sec
> > Running org.apache.cxf.tools.wsdlto.core.AbstractGeneratorTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.455 sec
> >
> > Results :
> >
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\core\target\cxf-
> > tools-wsdlto-core-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\core\target\cxf-
> > tools-wsdlto-core-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache
> > \cxf\cxf-tools-wsdlto-core\2.3.0-SNAPSHOT\cxf-tools-wsdlto-core-2.3.0-SNAP
> > SHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Command Line Tools WSDLTo JAXWS Frontend [INFO]
> >    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 14 resources
> > [INFO] Copying 3 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\jaxws\s
> > rc\main\resources-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\jaxws\t
> > arget\generated\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 16 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\jaxws\s
> > rc\test\resources [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\jaxws\t
> > arget\generated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\jaxws\t
> > arget\surefire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running
> > org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.mapper.Metho
> > dMapperTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
> > 0.189 sec Running
> > org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.mapper.Inter
> > faceMapperTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time
> > elapsed: 0.063 sec Running
> > org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.annotator.We
> > bMethodAnnotatorTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time
> > elapsed: 0.052 sec Running
> > org.apache.cxf.tools.wsdlto.frontend.jaxws.customization.CustomizationPars
> > erTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
> > 0.637 sec Running
> > org.apache.cxf.tools.wsdlto.frontend.jaxws.JAXWSProfileTest Tests run: 1,
> > Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.589 sec Running
> > org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.annotator.We
> > bParamAnnotatorTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time
> > elapsed: 0.031 sec Running
> > org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.annotator.Xm
> > lSeeAlsoAnnotatorTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0,
> > Time elapsed: 0.019 sec Running
> > org.apache.cxf.tools.wsdlto.frontend.jaxws.wsdl11.JAXWSDefinitionBuilderTe
> > st Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.498
> > sec Running org.apache.cxf.tools.wsdlto.frontend.jaxws.CatalogTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec
> > Running
> > org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.ParameterPro
> > cessorTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
> > 0.038 sec Running
> > org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.ProcessorUti
> > lTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005
> > sec Running
> > org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.PortTypeProc
> > essorTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
> > 0.005 sec
> >
> > Results :
> >
> > Tests run: 26, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\jaxws\t
> > arget\cxf-tools-wsdlto-frontend-jaxws-2.3.0-SNAPSHOT.jar [INFO]
> > [install:install {execution: default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\jaxws\t
> > arget\cxf-tools-wsdlto-frontend-jaxws-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\r
> > epository\org\apache\cxf\cxf-tools-wsdlto-frontend-jaxws\2.3.0-SNAPSHOT\cx
> > f-tools-wsdlto-frontend-jaxws-2.3.0-SNAPSHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF WSDL Validator Maven2 Plugin
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [plugin:descriptor {execution: default-descriptor}]
> > [WARNING] Using platform encoding (Cp1252 actually) to read mojo metadata,
> > i.e. build is platform dependent! [INFO] Applying mojo extractor for
> > language: java
> > [INFO] Mojo extractor for language: java found 1 mojo descriptors.
> > [INFO] Applying mojo extractor for language: bsh
> > [INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\wsdl-validator-
> > plugin\src\main\resources [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\wsdl-validator-
> > plugin\src\main\resources-filtered [INFO] skip non existing
> > resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\wsdl-validator-
> > plugin\target\generated\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\wsdl-validator-
> > plugin\src\test\java [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\wsdl-validator-
> > plugin\src\test\resources [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\wsdl-validator-
> > plugin\target\generated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] No sources to compile
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\wsdl-validator-
> > plugin\target\surefire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > There are no tests to run.
> >
> > Results :
> >
> > Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\wsdl-validator-
> > plugin\target\cxf-wsdl-validator-plugin-2.3.0-SNAPSHOT.jar [INFO]
> > [plugin:addPluginArtifactMetadata {execution:
> > default-addPluginArtifactMetadata}] [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\wsdl-validator-
> > plugin\target\cxf-wsdl-validator-plugin-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2
> > \repository\org\apache\cxf\cxf-wsdl-validator-plugin\2.3.0-SNAPSHOT\cxf-ws
> > dl-validator-plugin-2.3.0-SNAPSHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Command Line Tools WSDLTo JAXB Databinding
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 3 resources
> > [INFO] Copying 1 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\databinding\jaxb
> > \src\main\resources-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\databinding\jaxb
> > \target\generated\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\databinding\jaxb
> > \src\test\resources [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\databinding\jaxb
> > \target\generated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\databinding\jaxb
> > \target\surefire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > There are no tests to run.
> >
> > Results :
> >
> > Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\databinding\jaxb
> > \target\cxf-tools-wsdlto-databinding-jaxb-2.3.0-SNAPSHOT.jar [INFO]
> > [install:install {execution: default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\databinding\jaxb
> > \target\cxf-tools-wsdlto-databinding-jaxb-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.
> > m2\repository\org\apache\cxf\cxf-tools-wsdlto-databinding-jaxb\2.3.0-SNAPS
> > HOT\cxf-tools-wsdlto-databinding-jaxb-2.3.0-SNAPSHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Code Generation Maven2 Plugins
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [plugin:descriptor {execution: default-descriptor}]
> > [WARNING] Using platform encoding (Cp1252 actually) to read mojo metadata,
> > i.e. build is platform dependent! [INFO] Applying mojo extractor for
> > language: java
> > [INFO] Mojo extractor for language: java found 1 mojo descriptors.
> > [INFO] Applying mojo extractor for language: bsh
> > [INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\codegen-plugin\
> > src\main\resources [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\codegen-plugin\
> > src\main\resources-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\codegen-plugin\
> > target\generated\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] Copying 0 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\codegen-plugin\
> > target\generated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\codegen-plugin\
> > target\surefire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > There are no tests to run.
> >
> > Results :
> >
> > Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\codegen-plugin\
> > target\cxf-codegen-plugin-2.3.0-SNAPSHOT.jar [INFO]
> > [plugin:addPluginArtifactMetadata {execution:
> > default-addPluginArtifactMetadata}] [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\codegen-plugin\
> > target\cxf-codegen-plugin-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\or
> > g\apache\cxf\cxf-codegen-plugin\2.3.0-SNAPSHOT\cxf-codegen-plugin-2.3.0-SN
> > APSHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Test Utilities
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [WARNING] DEPRECATED [sourceRoot]: Use the build-helper-maven-plugin to
> > bind source directories [INFO] [antrun:run {execution: validate}]
> > project.artifactId
> > [INFO] Executing tasks
> > [INFO] Executed tasks
> > [INFO] Registering compile source root
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\testutils\target\generated\sr
> > c\main\java [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution:
> > xml2fastinfoset}] [INFO] [cxf-codegen:wsdl2java {execution:
> > generate-sources}]
> > [INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 1 resource
> > [INFO] Copying 89 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\testutils\src\main\resources-
> > filtered [INFO] Copying 9 resources
> > [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\testutils\src\test\resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\testutils\target\generated\sr
> > c\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\testutils\target\surefire-rep
> > orts
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.testutils.header_test.rpc.TestRPCHeaderTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 sec
> >
> > Results :
> >
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\testutils\target\cxf-testutil
> > s-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution: default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\testutils\target\cxf-testutil
> > s-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-testuti
> > ls\2.3.0-SNAPSHOT\cxf-testutils-2.3.0-SNAPSHOT.jar
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime JAXB DataBinding
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 3 resources
> > [INFO] Copying 1 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\jaxb\src\main\
> > resources-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\jaxb\target\ge
> > nerated\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [cxf-xjc:xsdtojava-tests {execution: generate-sources}]
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 13 resources
> > [INFO] Copying 3 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\jaxb\target\ge
> > nerated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\jaxb\target\su
> > refire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.jaxb.DocLiteralInInterceptorTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.985 sec
> > Running org.apache.cxf.jaxb.BareOutInterceptorTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.245 sec
> > Running org.apache.cxf.jaxb.BareInInterceptorTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 sec
> > Running org.apache.cxf.jaxb.JAXBEncoderDecoderTest
> > Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.325 sec
> > Running org.apache.cxf.jaxb.io.XMLStreamDataWriterTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec
> > Running org.apache.cxf.jaxb.WrappedInInterceptorTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec
> > Running org.apache.cxf.jaxb.io.XMLStreamDataReaderTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec
> > Running org.apache.cxf.jaxb.JAXBWrapperHelperTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec
> > Running org.apache.cxf.jaxb.JAXBDataBindingTest
> > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.287 sec
> >
> > Results :
> >
> > Tests run: 39, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\jaxb\target\cx
> > f-rt-databinding-jaxb-2.3.0-SNAPSHOT.jar [INFO] [install:install
> > {execution: default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\jaxb\target\cx
> > f-rt-databinding-jaxb-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\ap
> > ache\cxf\cxf-rt-databinding-jaxb\2.3.0-SNAPSHOT\cxf-rt-databinding-jaxb-2.
> > 3.0-SNAPSHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime XML Binding
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 1 resource
> > [INFO] Copying 8 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\xml\src\main\reso
> > urces-filtered [INFO] Copying 1 resource
> > [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] Copying 4 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\xml\target\genera
> > ted\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\xml\target\surefi
> > re-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.binding.xml.XMLBindingFactoryTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.215 sec
> > Running org.apache.cxf.binding.xml.interceptor.XMLMessageInInterceptorTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1 sec
> > Running org.apache.cxf.binding.xml.interceptor.XMLFaultInterceptorsTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 sec
> > Running org.apache.cxf.binding.xml.interceptor.XMLMessageOutInterceptorTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.18 sec
> > Running org.apache.cxf.binding.xml.interceptor.XMLFaultOutInterceptorTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
> >
> > Results :
> >
> > Tests run: 9, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\xml\target\cxf-rt
> > -bindings-xml-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\xml\target\cxf-rt
> > -bindings-xml-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf
> > \cxf-rt-bindings-xml\2.3.0-SNAPSHOT\cxf-rt-bindings-xml-2.3.0-SNAPSHOT.jar
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime SOAP Binding
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 3 resources
> > [INFO] Copying 7 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\soap\src\main\res
> > ources-filtered [INFO] Copying 1 resource
> > [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 4 resources
> > [INFO] Copying 12 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\soap\target\gener
> > ated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\soap\target\suref
> > ire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.binding.soap.RPCInInterceptorTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.962 sec
> > Running org.apache.cxf.binding.soap.SoapDestinationFactoryTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec
> > Running org.apache.cxf.binding.soap.ReadHeaderInterceptorTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.542 sec
> > Running org.apache.cxf.binding.soap.saaj.SAAJInInterceptorTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 sec
> > Running org.apache.cxf.binding.soap.SoapActionInterceptorTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
> > Running org.apache.cxf.binding.soap.SoapBindingFactoryTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 sec
> > Running org.apache.cxf.binding.soap.jms.interceptor.SoapFaultFactoryTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.209 sec
> > Running org.apache.cxf.binding.soap.SoapBindingTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
> > Running org.apache.cxf.binding.soap.ServiceModelUtilTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
> > Running org.apache.cxf.binding.soap.MustUnderstandInterceptorTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 sec
> > Running org.apache.cxf.binding.soap.tcp.TCPConduitTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.006 sec
> > Running org.apache.cxf.binding.soap.RPCOutInterceptorTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.147 sec
> > Running org.apache.cxf.binding.soap.SoapOutInterceptorTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec
> > Running org.apache.cxf.binding.soap.interceptor.SoapFaultSerializerTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 sec
> >
> > Results :
> >
> > Tests run: 29, Failures: 0, Errors: 0, Skipped: 1
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\soap\target\cxf-r
> > t-bindings-soap-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\soap\target\cxf-r
> > t-bindings-soap-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache\c
> > xf\cxf-rt-bindings-soap\2.3.0-SNAPSHOT\cxf-rt-bindings-soap-2.3.0-SNAPSHOT
> > .jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime Local Transport
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 1 resource
> > [INFO] Copying 2 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\local\src\main\
> > resources-filtered [INFO] Copying 1 resource
> > [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\local\src\test\
> > resources [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\local\target\ge
> > nerated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\local\target\su
> > refire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.transport.local.LocalTransportFactoryTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.156 sec
> >
> > Results :
> >
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\local\target\cx
> > f-rt-transports-local-2.3.0-SNAPSHOT.jar [INFO] [install:install
> > {execution: default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\local\target\cx
> > f-rt-transports-local-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\ap
> > ache\cxf\cxf-rt-transports-local\2.3.0-SNAPSHOT\cxf-rt-transports-local-2.
> > 3.0-SNAPSHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime Simple Frontend
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 2 resources
> > [INFO] Copying 3 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\simple\src\main\r
> > esources-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\simple\target\gen
> > erated\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 7 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\simple\src\test\r
> > esources [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\simple\target\gen
> > erated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\simple\target\sur
> > efire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.frontend.soap.SoapBindingSelectionTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.724 sec
> > Running org.apache.cxf.service.factory.ServerFactoryTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.602 sec
> > Running org.apache.cxf.service.factory.RountripTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.262 sec
> > Running org.apache.cxf.service.stax.StaxDatabindingTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.193 sec
> > Running org.apache.cxf.frontend.spring.ClientServerTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.413 sec
> > Running org.apache.cxf.service.factory.ReflectionServiceFactoryTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.185 sec
> > Running org.apache.cxf.service.factory.ClientFactoryBeanTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.131 sec
> > Running org.apache.cxf.frontend.spring.SpringBeansTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.546 sec
> >
> > Results :
> >
> > Tests run: 17, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\simple\target\cxf
> > -rt-frontend-simple-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\simple\target\cxf
> > -rt-frontend-simple-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apac
> > he\cxf\cxf-rt-frontend-simple\2.3.0-SNAPSHOT\cxf-rt-frontend-simple-2.3.0-
> > SNAPSHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime HTTP Transport
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 6 resources
> > [INFO] Copying 10 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http\src\main\r
> > esources-filtered [INFO] Copying 2 resources
> > [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 8 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http\src\test\r
> > esources [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http\target\gen
> > erated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http\target\sur
> > efire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.transport.http.gzip.GZIPAcceptEncodingTest
> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.196 sec
> > Running org.apache.cxf.transport.servlet.AbstractCXFServletTest
> > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 sec
> > Running org.apache.cxf.transport.http.HTTPConduitTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.202 sec
> > Running org.apache.cxf.transport.http.HTTPConduitURLConnectionTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.001 sec
> > Running org.apache.cxf.transport.http.policy.HTTPClientAssertionBuilderTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec
> > Running org.apache.cxf.transport.http.HTTPConduitURLEasyMockTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.538 sec
> > Running org.apache.cxf.transport.servlet.ServletControllerTest
> > Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 sec
> > Running org.apache.cxf.transport.http.policy.HTTPServerAssertionBuilderTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
> > Running org.apache.cxf.transport.https.CertConstraintsTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.541 sec
> > Running org.apache.cxf.transport.http.policy.PolicyUtilsTest
> > Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
> >
> > Results :
> >
> > Tests run: 58, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http\target\cxf
> > -rt-transports-http-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http\target\cxf
> > -rt-transports-http-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apac
> > he\cxf\cxf-rt-transports-http\2.3.0-SNAPSHOT\cxf-rt-transports-http-2.3.0-
> > SNAPSHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime HTTP Jetty Transport
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 2 resources
> > [INFO] Copying 6 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-jetty\src\
> > main\resources-filtered [INFO] Copying 1 resource
> > [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 9 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-jetty\src\
> > test\resources [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-jetty\targ
> > et\generated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-jetty\targ
> > et\surefire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.transport.http_jetty.JettyHTTPServerEngineTest
> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.74 sec
> > Running org.apache.cxf.transport.http_jetty.JettyContextInspectorTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.276 sec
> > Running org.apache.cxf.transport.http_jetty.spring.ApplicationContextTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.189 sec
> > Running org.apache.cxf.transport.http_jetty.JettyHTTPDestinationTest
> > Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.342 sec
> > Running
> > org.apache.cxf.transport.http_jetty.continuations.JettyContinuationProvide
> > rTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016
> > sec Running
> > org.apache.cxf.transport.http_jetty.JettyHTTPServerEngineFactoryTest Tests
> > run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.269 sec
> > Running
> > org.apache.cxf.transport.http_jetty.continuations.JettyContinuationWrapper
> > Test Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005
> > sec Running
> > org.apache.cxf.transport.http_jetty.spring.BeanDefinitionParsersTest Tests
> > run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.005 sec
> >
> > Results :
> >
> > Tests run: 41, Failures: 0, Errors: 0, Skipped: 1
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-jetty\targ
> > et\cxf-rt-transports-http-jetty-2.3.0-SNAPSHOT.jar [INFO] [install:install
> > {execution: default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-jetty\targ
> > et\cxf-rt-transports-http-jetty-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\reposit
> > ory\org\apache\cxf\cxf-rt-transports-http-jetty\2.3.0-SNAPSHOT\cxf-rt-tran
> > sports-http-jetty-2.3.0-SNAPSHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime WS Addressing
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 3 resources
> > [INFO] Copying 7 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\addr\src\main\resources
> > -filtered [INFO] Copying 1 resource
> > [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 1 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\addr\src\test\resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\addr\target\generated\s
> > rc\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\addr\target\surefire-re
> > ports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.ws.addressing.AddressingConstantsImplTest
> > Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.178 sec
> > Running org.apache.cxf.ws.addressing.AddressingBuilderTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
> > Running org.apache.cxf.ws.addressing.VersionTransformerTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.479 sec
> > Running org.apache.cxf.ws.addressing.AddressingBuilderImplTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
> > Running org.apache.cxf.ws.addressing.soap.MAPCodecTest
> > Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.407 sec
> > Running org.apache.cxf.ws.addressing.MAPAggregatorTest
> > Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.636 sec
> >
> > Results :
> >
> > Tests run: 76, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\addr\target\cxf-rt-ws-a
> > ddr-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\addr\target\cxf-rt-ws-a
> > ddr-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-rt-ws
> > -addr\2.3.0-SNAPSHOT\cxf-rt-ws-addr-2.3.0-SNAPSHOT.jar
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime JAX-WS Frontend
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [build-helper:add-source {execution: add-source}]
> > [INFO] Source directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxws\src\main\ge
> > nerated added. [INFO] [remote-resources:process {execution: default}]
> > [INFO] [build-helper:add-resource {execution: add-spi}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 11 resources
> > [INFO] Copying 5 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxws\src\main\re
> > sources-filtered [INFO] Copying 1 resource
> > [INFO] Copying 3 resources
> > [INFO] Copying 1 resource
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 28 resources
> > [INFO] Copying 1 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxws\target\gene
> > rated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxws\target\sure
> > fire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.jaxws.header.HeaderClientServerTest
> > Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.194 sec
> > Running org.apache.cxf.jaxws.support.JaxWsImplementorInfoTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
> > Running org.apache.cxf.jaxws.EndpointReferenceTest
> > Tests run: 12, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 2.359 sec
> > Running org.apache.cxf.jaxws.support.JaxWsServiceFactoryBeanTest
> > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.493 sec
> > Running org.apache.cxf.jaxws.context.WebServiceContextImplTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 sec
> > Running org.apache.cxf.jaxws.JAXWSMethodInvokerTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.218 sec
> > Running org.apache.cxf.jaxws.handler.AnnotationHandlerChainBuilderTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.17 sec
> > Running org.apache.cxf.jaxws.CodeFirstTest
> > Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.154 sec
> > Running org.apache.cxf.jaxws.SOAPBindingTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 sec
> > Running org.apache.cxf.jaxws.dispatch.DispatchTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.697 sec
> > Running org.apache.cxf.jaxws.GreeterTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.228 sec
> > Running org.apache.cxf.jaxws.EndpointImplTest
> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.418 sec
> > Running org.apache.cxf.jaxws.handler.soap.SOAPHandlerInterceptorTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.168 sec
> > Running org.apache.cxf.jaxws.JaxWsServerFactoryBeanTest
> > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.979 sec
> > Running org.apache.cxf.jaxws.URIMappingInterceptorDocLitTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.16 sec
> > Running org.apache.cxf.jaxws.URIMappingInterceptorRPCTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.259 sec
> > Running org.apache.cxf.jaxws.handler.InitParamResourceResolverTest
> > Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.157 sec
> > Running org.apache.cxf.jaxws.SEIWithJAXBAnnoTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 sec
> > Running org.apache.cxf.jaxws.support.ContextPropertiesMappingTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
> > Running org.apache.cxf.jaxws.ServiceImplTest
> > Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.43 sec
> > Running org.apache.cxf.jaxws.SchemaFirstXmlConfigTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.179 sec
> > Running org.apache.cxf.jaxws.handler.HandlerChainBuilderTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
> > Running org.apache.cxf.jaxws.spring.SpringBeansTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.372 sec
> > Running org.apache.cxf.jaxws.handler.LogicalMessageImplTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 sec
> > Running org.apache.cxf.jaxws.holder.HolderTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.278 sec
> > Running org.apache.cxf.jaxws.provider.ProviderTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.103 sec
> > Running org.apache.cxf.jaxws.SchemaFirstTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec
> > Running org.apache.cxf.jaxws.handler.AbstractProtocolHandlerInterceptorTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 sec
> > Running org.apache.cxf.jaxws.JaxWsClientTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.365 sec
> > Running org.apache.cxf.jaxws.handler.LogicalHandlerInterceptorTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 sec
> > Running org.apache.cxf.jaxws.handler.HandlerChainInvokerTest
> > Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 sec
> > Running org.apache.cxf.jaxws.WrapperClassGeneratorTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec
> > Running org.apache.cxf.jaxws.ConfiguredEndpointTest
> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.371 sec
> > Running org.apache.cxf.jaxws.provider.ProviderServiceFactoryTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.652 sec
> > Running org.apache.cxf.jaxws.SoapFaultTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.138 sec
> > Running org.apache.cxf.jaxws.HeaderTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 sec
> > Running org.apache.cxf.jaxws.support.JaxWsServiceConfigurationTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec
> > Running org.apache.cxf.jaxws.spi.ProverImplTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
> > Running org.apache.cxf.jaxws.service.AnnotationInterceptorTest
> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.304 sec
> > Running org.apache.cxf.jaxws.ServiceModelUtilsTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.186 sec
> > Running org.apache.cxf.jaxws.CodeFirstWSDLTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.244 sec
> >
> > Results :
> >
> > Tests run: 199, Failures: 0, Errors: 0, Skipped: 3
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxws\target\cxf-
> > rt-frontend-jaxws-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxws\target\cxf-
> > rt-frontend-jaxws-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache
> > \cxf\cxf-rt-frontend-jaxws\2.3.0-SNAPSHOT\cxf-rt-frontend-jaxws-2.3.0-SNAP
> > SHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Test Case Support
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] Copying 1 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\testsupport\src\main\resou
> > rces-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\testsupport\target\generat
> > ed\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\testsupport\src\test\resou
> > rces [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\testsupport\target\generat
> > ed\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\testsupport\target\surefir
> > e-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > There are no tests to run.
> >
> > Results :
> >
> > Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\testsupport\target\cxf-rt-
> > testsupport-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\testsupport\target\cxf-rt-
> > testsupport-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\c
> > xf-rt-testsupport\2.3.0-SNAPSHOT\cxf-rt-testsupport-2.3.0-SNAPSHOT.jar
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime Aegis Databinding
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [build-helper:add-source {execution: add-source}]
> > [INFO] Source directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\aegis\src\main
> > \generated added. [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 3 resources
> > [INFO] Copying 3 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\aegis\src\main
> > \resources-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\aegis\target\g
> > enerated\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 85 resources
> > [INFO] Copying 5 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\aegis\target\g
> > enerated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\aegis\target\s
> > urefire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.aegis.namespaces.NamespaceConfusionTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.489 sec
> > Running org.apache.cxf.aegis.type.java5.map.StudentTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.974 sec
> > Running org.apache.cxf.aegis.type.java5.JaxbTypeTest
> > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.388 sec
> > Running org.apache.cxf.aegis.type.java5.XFireXmlParamTypeTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.163 sec
> > Running org.apache.cxf.aegis.client.ClientServiceConfigTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.538 sec
> > Running org.apache.cxf.aegis.type.encoded.ArrayTypeInfoTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 sec
> > Running org.apache.cxf.aegis.xml.stax.ReaderTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.255 sec
> > Running org.apache.cxf.aegis.inheritance.intf.InterfaceInheritanceTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 sec
> > Running org.apache.cxf.aegis.integration.DOMMappingTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.177 sec
> > Running org.apache.cxf.aegis.type.streams.XMLStreamReaderMappingTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
> > Running org.apache.cxf.aegis.jaxws.AegisJaxwsGetTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.776 sec
> > Running org.apache.cxf.aegis.standalone.StandaloneReadTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 sec
> > Running org.apache.cxf.aegis.type.encoded.StructTypeTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.227 sec
> > Running org.apache.cxf.aegis.xml.stax.WriterTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 sec
> > Running org.apache.cxf.aegis.type.java5.CollectionTest
> > Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.952 sec
> > Running org.apache.cxf.aegis.type.basic.ByteDataTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 sec
> > Running org.apache.cxf.aegis.integration.WrappedTest
> > Tests run: 7, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.794 sec
> > Running org.apache.cxf.aegis.type.java5.AnnotatedTypeTest
> > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.373 sec
> > Running org.apache.cxf.aegis.type.java5.XmlParamTypeTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec
> > Running org.apache.cxf.aegis.type.java5.EnumTypeTest
> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.283 sec
> > Running org.apache.cxf.aegis.standalone.SchemaAddinsTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
> > Running org.apache.cxf.aegis.override.OverrideTypeTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
> > Running org.apache.cxf.aegis.type.basic.DateTimezoneTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec
> > Running org.apache.cxf.aegis.xmlconfig.NillableTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec
> > Running org.apache.cxf.aegis.custom.CustomMappingTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
> > Running org.apache.cxf.aegis.exception.ExceptionTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.228 sec
> > Running org.apache.cxf.aegis.type.basic.BeanTest
> > Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.643 sec
> > Running org.apache.cxf.aegis.integration.ParameterMappingTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.571 sec
> > Running org.apache.cxf.aegis.type.basic.DynamicProxyTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 sec
> > Running org.apache.cxf.aegis.type.java5.MapTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.152 sec
> > Running org.apache.cxf.aegis.type.array.DuplicateArrayTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 sec
> > Running org.apache.cxf.aegis.type.java5.OperationNSTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec
> > Running org.apache.cxf.aegis.type.java5.DualOutServiceTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 sec
> > Running org.apache.cxf.aegis.type.BigDecimalStringTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec
> > Running org.apache.cxf.aegis.type.basic.QualificationTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 sec
> > Running org.apache.cxf.aegis.type.basic.BadXMLTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec
> > Running org.apache.cxf.aegis.type.missing.MissingTypeWSDLTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 sec
> > Running org.apache.cxf.aegis.type.java5.ConfigurationTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.14 sec
> > Running org.apache.cxf.doclitbare.DocLitBareTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.17 sec
> > Running org.apache.cxf.aegis.type.TypeCreationOptionsSpringTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.581 sec
> > Running org.apache.cxf.aegis.services.base64.BinaryDataTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec
> > Running org.apache.cxf.aegis.proxy.ProxyTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 sec
> > Running org.apache.cxf.aegis.type.java5.JaxbXmlParamTypeTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec
> > Running org.apache.cxf.aegis.type.java5.XFireTypeTest
> > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.277 sec
> > Running org.apache.cxf.aegis.standalone.StandaloneWriteTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec
> > Running org.apache.cxf.aegis.custom.CustomBeansTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 sec
> > Running org.apache.cxf.aegis.type.array.FlatArrayTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.495 sec
> > Running org.apache.cxf.aegis.type.encoded.SoapArrayTypeTest
> > Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.366 sec
> > Running org.apache.cxf.aegis.inheritance.ExceptionInheritanceTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.212 sec
> > Running org.apache.cxf.aegis.integration.SchemaValidationTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.512 sec
> > Running org.apache.cxf.aegis.type.map.MapsTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.428 sec
> > Running org.apache.cxf.aegis.namespaces.ExplicitPrefixTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec
> > Running org.apache.cxf.aegis.inheritance.InheritancePOJOTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 sec
> >
> > Results :
> >
> > Tests run: 168, Failures: 0, Errors: 0, Skipped: 3
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\aegis\target\c
> > xf-rt-databinding-aegis-2.3.0-SNAPSHOT.jar [INFO] [install:install
> > {execution: default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\aegis\target\c
> > xf-rt-databinding-aegis-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\
> > apache\cxf\cxf-rt-databinding-aegis\2.3.0-SNAPSHOT\cxf-rt-databinding-aegi
> > s-2.3.0-SNAPSHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime JavaScript Client Generator
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [build-helper:add-source {execution: add-source}]
> > [INFO] Source directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\javascript\src\main\genera
> > ted added. [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 4 resources
> > [INFO] Copying 3 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\javascript\src\main\resour
> > ces-filtered [INFO] Copying 1 resource
> > [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [cxf-codegen:wsdl2java {execution: generate-test-sources}]
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 1 resource
> > [INFO] Copying 29 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\javascript\target\generate
> > d\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\javascript\target\surefire
> > -reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.javascript.DocLitBareClientTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.654 sec
> > Running org.apache.cxf.javascript.types.SerializationTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.217 sec
> > Running org.apache.cxf.javascript.JsHttpRequestTest
> > Jul 23, 2010 10:37:40 AM org.apache.cxf.javascript.JsXMLHttpRequest doSend
> > SEVERE: send state != OPENED.
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.834 sec
> > Running org.apache.cxf.javascript.GreeterClientTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.916 sec
> > Running org.apache.cxf.javascript.QueryHandlerTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.72 sec
> > Running org.apache.cxf.javascript.RPCClientTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.466 sec
> > Running org.apache.cxf.javascript.MtoMTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.366 sec
> > Running org.apache.cxf.javascript.AegisTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.258 sec
> > Running org.apache.cxf.javascript.GenericAegisTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 sec
> > Running org.apache.cxf.javascript.DocLitWrappedClientTest
> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.411 sec
> > Running org.apache.cxf.javascript.types.AttributeTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.198 sec
> > Running org.apache.cxf.javascript.AnyTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.087 sec
> > Running org.apache.cxf.javascript.BasicNameManagerTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
> >
> > Results :
> >
> > Tests run: 39, Failures: 0, Errors: 0, Skipped: 3
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\javascript\target\cxf-rt-j
> > avascript-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\javascript\target\cxf-rt-j
> > avascript-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf
> > -rt-javascript\2.3.0-SNAPSHOT\cxf-rt-javascript-2.3.0-SNAPSHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Command Line Tools WSDL to JavaScript Front End
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 1 resource
> > [INFO] Copying 1 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\javascr
> > ipt\src\main\resources-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\javascr
> > ipt\target\generated\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] Copying 1 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\javascr
> > ipt\target\generated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\javascr
> > ipt\target\surefire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.tools.wsdlto.javascript.WSDLToJavaScriptTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.958 sec
> >
> > Results :
> >
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\javascr
> > ipt\target\cxf-tools-wsdlto-frontend-javascript-2.3.0-SNAPSHOT.jar [INFO]
> > [install:install {execution: default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\javascr
> > ipt\target\cxf-tools-wsdlto-frontend-javascript-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggre
> > gory\.m2\repository\org\apache\cxf\cxf-tools-wsdlto-frontend-javascript\2.
> > 3.0-SNAPSHOT\cxf-tools-wsdlto-frontend-javascript-2.3.0-SNAPSHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime Management
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 4 resources
> > [INFO] Copying 4 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management\src\main\resour
> > ces-filtered [INFO] Copying 1 resource
> > [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] Copying 1 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management\target\generate
> > d\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management\target\surefire
> > -reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running
> > org.apache.cxf.management.interceptor.ResponseTimeMessageInInterceptor2Tes
> > t Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.434 sec
> > Running org.apache.cxf.management.jmx.JMXManagedComponentManagerTest Tests
> > run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.441 sec
> > Running org.apache.cxf.management.counters.CounterRepositoryTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
> > Running org.apache.cxf.management.jmx.MBServerConnectorTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.007 sec
> > Running org.apache.cxf.management.jmx.export.ModelMBeanAssemblerTest
> > Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 sec
> > Running
> > org.apache.cxf.management.interceptor.ResponseTimeMessageOutInterceptorTes
> > t Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 sec
> > Running
> > org.apache.cxf.management.interceptor.ResponseTimeMessageInvokerIntercepto
> > rTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013
> > sec Running
> > org.apache.cxf.management.interceptor.ResponseTimeMessageInInterceptorTest
> > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec
> > Running org.apache.cxf.management.InstrumentationManagerTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.586 sec
> > Running org.apache.cxf.management.utils.ManagementConsoleTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
> >
> > Results :
> >
> > Tests run: 42, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management\target\cxf-rt-m
> > anagement-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management\target\cxf-rt-m
> > anagement-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf
> > -rt-management\2.3.0-SNAPSHOT\cxf-rt-management-2.3.0-SNAPSHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime JMS Transport
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 1 resource
> > [INFO] Copying 14 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jms\src\main\re
> > sources-filtered [INFO] Copying 1 resource
> > [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] Copying 2 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jms\target\gene
> > rated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jms\target\sure
> > fire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.transport.jms.JMSDestinationTest
> > Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 26.559 sec
> > Running org.apache.cxf.transport.jms.JMSUtilsTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec
> > Running
> > org.apache.cxf.transport.jms.continuations.JMSContinuationProviderTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
> > Running org.apache.cxf.transport.jms.continuations.JMSContinuationTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec
> > Running org.apache.cxf.transport.jms.JMSConduitTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.752 sec
> > Running org.apache.cxf.transport.jms.uri.JMSEndpointTest
> > Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 sec
> >
> > Results :
> >
> > Tests run: 32, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jms\target\cxf-
> > rt-transports-jms-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jms\target\cxf-
> > rt-transports-jms-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache
> > \cxf\cxf-rt-transports-jms\2.3.0-SNAPSHOT\cxf-rt-transports-jms-2.3.0-SNAP
> > SHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime XmlBeans DataBinding
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 1 resource
> > [INFO] Copying 1 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\xmlbeans\src\m
> > ain\resources-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\xmlbeans\targe
> > t\generated\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [xmlbeans:xmlbeans-test {execution: default}]
> > [INFO] All schema objects are up to date.
> > [INFO] [cxf-codegen:wsdl2java {execution: generate-test-sources}]
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 16 resources
> > [INFO] Copying 1 resource
> > [INFO] Copying 251 resources
> > [INFO] Copying 3 resources
> > [INFO] Copying 251 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\xmlbeans\targe
> > t\surefire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.xmlbeans.IDRefServiceTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.886 sec
> > Running org.apache.cxf.xmlbeans.WeatherService2Test
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.844 sec
> > Running org.apache.cxf.xmlbeans.MultipleSchemaInNSTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 sec
> > Running org.apache.cxf.xmlbeans.DocumentStyleTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.421 sec
> > Running org.apache.cxf.xmlbeans.WrappedStyleTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.297 sec
> > Running org.apache.cxf.xmlbeans.rpc.WeatherServiceRPCLitTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 sec
> > Running org.apache.cxf.xmlbeans.basic.BasicTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.171 sec
> > Running org.apache.cxf.xmlbeans.XMLBeansServiceTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.391 sec
> > Running org.apache.cxf.xmlbeans.PrimitiveTypesTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.12 sec
> > Running org.apache.cxf.xmlbeans.XmlBeansTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.006 sec
> >
> > Results :
> >
> > Tests run: 23, Failures: 0, Errors: 0, Skipped: 2
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\xmlbeans\targe
> > t\cxf-rt-databinding-xmlbeans-2.3.0-SNAPSHOT.jar [INFO] [install:install
> > {execution: default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\xmlbeans\targe
> > t\cxf-rt-databinding-xmlbeans-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repositor
> > y\org\apache\cxf\cxf-rt-databinding-xmlbeans\2.3.0-SNAPSHOT\cxf-rt-databin
> > ding-xmlbeans-2.3.0-SNAPSHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Command Line Tools WSDLTo Test
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\test\src\main\ja
> > va [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\test\src\main\re
> > sources [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\test\src\main\re
> > sources-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\test\target\gene
> > rated\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] No sources to compile
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 4 resources
> > [INFO] Copying 196 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\test\target\gene
> > rated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\test\target\sure
> > fire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.tools.wsdlto.WSDLToJavaTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.531 sec
> > Running org.apache.cxf.tools.wsdlto.jaxws.wsdl11.JAXWSDefinitionBuilderTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.984 sec
> > Running org.apache.cxf.tools.wsdlto.jaxws.CodeGenOptionTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.259 sec
> > Running org.apache.cxf.tools.wsdlto.jaxws.CatalogTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.162 sec
> > Running org.apache.cxf.tools.wsdlto.jaxws.JAXWSBindingTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.166 sec
> > Running org.apache.cxf.tools.wsdlto.core.PluginLoaderTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
> > Running org.apache.cxf.tools.wsdlto.validator.ValidatorTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 sec
> > Running org.apache.cxf.tools.wsdlto.jaxws.CodeGenTest
> > Tests run: 46, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.661 sec
> > Running org.apache.cxf.tools.wsdlto.jaxws.CodeGenBugTest
> > Jul 23, 2010 10:39:39 AM
> > org.apache.cxf.tools.validator.internal.WSDLRefValidator
> > collectValidationPoints WARNING: WSDL document
> > file:/C:/Users/ggregory/b/svn/apache.org/cxf/trunk/tools/wsdlto/test/targe
> > t/test-classes/wsdl2java_wsdl/helloworld_withnoservice.wsdl does not define
> > an y services
> > Jul 23, 2010 10:39:39 AM
> > org.apache.cxf.tools.validator.internal.WSDLRefValidator
> > collectValidationPoints WARNING: WSDL document
> > file:/C:/Users/ggregory/b/svn/apache.org/cxf/trunk/tools/wsdlto/test/targe
> > t/test-classes/wsdl2java_wsdl/helloworld_noservice_import.wsdl does not
> > define any services
> > Jul 23, 2010 10:39:40 AM
> > org.apache.cxf.tools.validator.internal.WSDLRefValidator
> > collectValidationPoints WARNING: WSDL document
> > file:/C:/Users/ggregory/b/svn/apache.org/cxf/trunk/tools/wsdlto/test/targe
> > t/test-classes/wsdl2java_wsdl/no_port_or_service.wsdl does not define any
> > serv ices
> > Jul 23, 2010 10:39:42 AM org.mortbay.log.Slf4jLog info
> > INFO: Logging to org.slf4j.impl.JDK14LoggerAdapter(org.mortbay.log) via
> > org.mortbay.log.Slf4jLog Jul 23, 2010 10:39:42 AM org.mortbay.log.Slf4jLog
> > info
> > INFO: jetty-6.1.24
> > Jul 23, 2010 10:39:42 AM org.mortbay.log.Slf4jLog info
> > INFO: Started SocketConnector@0.0.0.0:8585
> > Jul 23, 2010 10:39:43 AM org.mortbay.log.Slf4jLog info
> > INFO: Stopped SocketConnector@0.0.0.0:8585
> > Jul 23, 2010 10:39:55 AM
> > org.apache.cxf.tools.validator.internal.WSDLRefValidator
> > collectValidationPointsForBindings SEVERE: {http://child/}Binding is not
> > correct, please check that the correct namespace is being used Tests run:
> > 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.633 sec Running
> > org.apache.cxf.tools.wsdlto.jaxws.JAXWSContainerTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.182 sec
> > Running org.apache.cxf.tools.wsdlto.jaxb.JAXBCodeGenOptionTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.318 sec
> > Running org.apache.cxf.tools.wsdlto.xmlbeans.XmlbeansBindingTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.585 sec
> >
> > Results :
> >
> > Tests run: 125, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\test\target\cxf-
> > tools-wsdlto-test-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\test\target\cxf-
> > tools-wsdlto-test-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache
> > \cxf\cxf-tools-wsdlto-test\2.3.0-SNAPSHOT\cxf-tools-wsdlto-test-2.3.0-SNAP
> > SHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Command Line Tools WSDLTo Misctools
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 7 resources
> > [INFO] Copying 0 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\misc\src\main\re
> > sources-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\misc\target\gene
> > rated\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] Copying 8 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\misc\target\gene
> > rated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\misc\target\sure
> > fire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.tools.misc.processor.XSDToWSDLProcessorTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.81 sec
> > Running org.apache.cxf.tools.misc.processor.WSDLToXMLProcessorTest
> > Jul 23, 2010 10:40:02 AM
> > org.apache.cxf.tools.misc.processor.address.AddressFactory getAddresser
> > INFO: Found addresser
> > org.apache.cxf.tools.misc.processor.address.XmlAddress Tests run: 1,
> > Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.184 sec Running
> > org.apache.cxf.tools.misc.processor.WSDLToServiceProcessorTest Jul 23,
> > 2010 10:40:03 AM
> > org.apache.cxf.tools.misc.processor.address.AddressFactory getAddresser
> > INFO: Found addresser
> > org.apache.cxf.tools.misc.processor.address.SoapAddress Jul 23, 2010
> > 10:40:04 AM org.apache.cxf.tools.misc.processor.address.AddressFactory
> > getAddresser INFO: Found addresser
> > org.apache.cxf.tools.misc.processor.address.JmsAddress Tests run: 7,
> > Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.025 sec Running
> > org.apache.cxf.tools.misc.processor.WSDLToSoapProcessorTest Tests run: 9,
> > Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.426 sec
> >
> > Results :
> >
> > Tests run: 19, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\misc\target\cxf-
> > tools-misctools-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\misc\target\cxf-
> > tools-misctools-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache\c
> > xf\cxf-tools-misctools\2.3.0-SNAPSHOT\cxf-tools-misctools-2.3.0-SNAPSHOT.j
> > ar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Command Line Tools
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
> > [INFO] [install:install {execution: default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\pom.xml to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-tools\2.3.0-SNAPSHOT\c
> > xf-tools-2.3.0-SNAPSH OT.pom
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Command Line Tools WSDLTo
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
> > [INFO] [install:install {execution: default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\pom.xml to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-tools-wsdlto\2.3.0-SNA
> > PSHOT\cxf-tool s-wsdlto-2.3.0-SNAPSHOT.pom
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Command Line Tools JavaTo WS
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 20 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\javato\ws\src\main\reso
> > urces [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\javato\ws\src\main\reso
> > urces-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\javato\ws\target\genera
> > ted\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [cxf-codegen:wsdl2java {execution: generate-test-sources}]
> > [INFO] [build-helper:add-test-source {execution: add-source}]
> > [INFO] Test Source directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\javato\ws\src\test\gene
> > rated added. [INFO] [resources:testResources {execution:
> > default-testResources}] [INFO] Using 'UTF-8' encoding to copy filtered
> > resources.
> > [INFO] Copying 1 resource
> > [INFO] Copying 44 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\javato\ws\target\genera
> > ted\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\javato\ws\target\surefi
> > re-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running
> > org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.JaxwsServiceBuilde
> > rTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 1, Time elapsed:
> > 2.377 sec Running
> > org.apache.cxf.tools.java2wsdl.generator.wsdl11.WrapperBeanGeneratorTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.588 sec
> > Running
> > org.apache.cxf.tools.java2wsdl.generator.wsdl11.DateTypeCustomGeneratorTes
> > t Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.292 sec
> > Running
> > org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.ResponseWrapperTes
> > t Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec
> > Running
> > org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.WrapperUtilTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 sec
> > Running
> > org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.WrapperTest Tests
> > run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
> > Running org.apache.cxf.tools.java2wsdl.processor.FrontendFactoryTest Tests
> > run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 sec Running
> > org.apache.cxf.tools.java2wsdl.processor.internal.ServiceBuilderFactoryTes
> > t Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 sec
> > Running
> > org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.RequestWrapperTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 sec
> > Running
> > org.apache.cxf.tools.java2wsdl.generator.wsdl11.annotator.WrapperBeanAnnot
> > atorTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
> > 0.004 sec Running
> > org.apache.cxf.tools.java2wsdl.generator.wsdl11.annotator.WrapperBeanField
> > AnnotatorTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time
> > elapsed: 0.006 sec Running
> > org.apache.cxf.tools.java2js.processor.JavaToJSProcessorTest Tests run: 2,
> > Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.327 sec Running
> > org.apache.cxf.tools.java2ws.AegisTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.332 sec
> > Running org.apache.cxf.tools.java2wsdl.JavaToWSFlagTest
> > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.867 sec
> > Running org.apache.cxf.tools.java2ws.JavaToWSTest
> > Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.042 sec
> > Running
> > org.apache.cxf.tools.java2wsdl.generator.wsdl11.FaultBeanGeneratorTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.05 sec
> > Running
> > org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.JaxwsServiceBuilde
> > rNoAnnoTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
> > 0.12 sec Running
> > org.apache.cxf.tools.java2wsdl.generator.WSDLGeneratorFactoryTest Tests
> > run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
> > Running org.apache.cxf.tools.java2wsdl.processor.JavaToProcessorTest Tests
> > run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.735 sec
> > Running
> > org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.FaultBeanTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
> > Running
> > org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.JaxwsServiceBuilde
> > rRPCTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
> > 0.045 sec
> >
> > Results :
> >
> > Tests run: 110, Failures: 0, Errors: 0, Skipped: 2
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\javato\ws\target\cxf-to
> > ols-java2ws-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\javato\ws\target\cxf-to
> > ols-java2ws-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\c
> > xf-tools-java2ws\2.3.0-SNAPSHOT\cxf-tools-java2ws-2.3.0-SNAPSHOT.jar
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Command Line Tools JavaTo
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
> > [INFO] [install:install {execution: default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\javato\pom.xml to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-tools-javato\2.3.0-SNA
> > PSHOT\cxf-tool s-javato-2.3.0-SNAPSHOT.pom
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime CORBA Binding
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 5 resources
> > [INFO] Copying 6 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\corba\src\main\re
> > sources-filtered [INFO] Copying 1 resource
> > [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] Copying 6 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\corba\target\gene
> > rated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\corba\target\sure
> > fire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.binding.corba.types.CorbaHandlerUtilsYokoNSTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.831 sec
> > Running org.apache.cxf.binding.corba.runtime.CorbaDSIServantTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.253 sec
> > Running org.apache.cxf.binding.corba.CorbaServerConduitTest
> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.92 sec
> > Running org.apache.cxf.binding.corba.types.CorbaArrayHandlerTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
> > Running org.apache.cxf.binding.corba.utils.CorbaUtilsTest
> > Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 sec
> > Running org.apache.cxf.binding.corba.types.CorbaHandlerUtilsTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.419 sec
> > Running org.apache.cxf.binding.corba.types.CorbaStructHandlerTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
> > Running org.apache.cxf.binding.corba.types.CorbaFixedHandlerTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
> > Running org.apache.cxf.binding.corba.types.CorbaObjectHandlerTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
> > Running org.apache.cxf.binding.corba.CorbaDestinationTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.217 sec
> > Running org.apache.cxf.binding.corba.runtime.CorbaObjectWriterTest
> > Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 sec
> > Running org.apache.cxf.binding.corba.runtime.CorbaStreamReaderTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
> > Running org.apache.cxf.binding.corba.CorbaConduitTest
> > Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.414 sec
> > Running org.apache.cxf.binding.corba.CorbaMessageTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
> > Running org.apache.cxf.binding.corba.CorbaTypeMapTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
> > Running org.apache.cxf.binding.corba.types.CorbaEnumHandlerTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
> > Running org.apache.cxf.binding.corba.runtime.CorbaObjectReaderTest
> > Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 sec
> > Running org.apache.cxf.binding.corba.CorbaBindingTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
> > Running org.apache.cxf.binding.corba.utils.ContextUtilsTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
> > Running org.apache.cxf.binding.corba.runtime.CorbaStreamableTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
> > Running org.apache.cxf.binding.corba.CorbaBindingFactoryTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.771 sec
> > Running org.apache.cxf.binding.corba.types.CorbaAnyHandlerTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
> > Running org.apache.cxf.binding.corba.types.CorbaPrimitiveHandlerTest
> > Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
> > Running org.apache.cxf.binding.corba.types.CorbaSequenceHandlerTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
> >
> > Results :
> >
> > Tests run: 124, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\corba\target\cxf-
> > rt-bindings-corba-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\corba\target\cxf-
> > rt-bindings-corba-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache
> > \cxf\cxf-rt-bindings-corba\2.3.0-SNAPSHOT\cxf-rt-bindings-corba-2.3.0-SNAP
> > SHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Command Line Tools CORBA
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [build-helper:add-source {execution: add-source}]
> > [INFO] Source directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\corba\src\main\generate
> > d added. [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 6 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\corba\src\main\resource
> > s [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\corba\src\main\resource
> > s-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\corba\target\generated\
> > src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] Copying 231 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\corba\target\generated\
> > src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\corba\target\surefire-r
> > eports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.tools.corba.processors.WSDLToIDLGenerationTest
> > Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.58 sec
> > Running
> > org.apache.cxf.tools.corba.idlpreprocessor.IdlPreprocessorReaderTest Tests
> > run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 sec
> > Running org.apache.cxf.tools.corba.processors.WSDLToCorbaBindingTest Tests
> > run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.327 sec
> > Running org.apache.cxf.tools.corba.WSDLToIDLTest
> > Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.251 sec
> > Running org.apache.cxf.tools.corba.processors.IDLToWSDLGenerationTest
> > Tests run: 51, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.1 sec
> > Running org.apache.cxf.tools.corba.IDLToWSDLTest
> > Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.294 sec
> > Running org.apache.cxf.tools.corba.common.CorbaPrimitiveMapTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
> > Running org.apache.cxf.tools.corba.processors.WSDLToCorbaBindingTypeTest
> > Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.188 sec
> >
> > Results :
> >
> > Tests run: 153, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\corba\target\cxf-tools-
> > corba-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\corba\target\cxf-tools-
> > corba-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-too
> > ls-corba\2.3.0-SNAPSHOT\cxf-tools-corba-2.3.0-SNAPSHOT.jar
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime SDO DataBinding
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] Copying 1 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\sdo\src\main\r
> > esources-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\sdo\target\gen
> > erated\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [cxf-codegen:wsdl2java {execution: generate-test-sources-static}]
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 2 resources
> > [INFO] Copying 3 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\sdo\target\gen
> > erated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\sdo\target\sur
> > efire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.sdo.HelloWorldStaticTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.715 sec
> > Running org.apache.cxf.sdo.HelloWorldDynamicTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.349 sec
> >
> > Results :
> >
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\sdo\target\cxf
> > -rt-databinding-sdo-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\sdo\target\cxf
> > -rt-databinding-sdo-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apac
> > he\cxf\cxf-rt-databinding-sdo\2.3.0-SNAPSHOT\cxf-rt-databinding-sdo-2.3.0-
> > SNAPSHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime HTTP Binding
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 2 resources
> > [INFO] Copying 3 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\http\src\main\res
> > ources-filtered [INFO] Copying 1 resource
> > [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [cxf-xjc:xsdtojava-tests {execution: generate-sources}]
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 7 resources
> > [INFO] Copying 1 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\http\target\gener
> > ated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\http\target\suref
> > ire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.binding.http.bare.ClientTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.21 sec
> > Running org.apache.cxf.binding.http.InflectorTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
> > Running org.apache.cxf.binding.http.IriDecoderTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 sec
> > Running org.apache.cxf.binding.http.wrapped.WrappedServiceTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.646 sec
> > Running org.apache.cxf.binding.http.bare.BareServiceTest
> > DefaultValidationEventHandler: [ERROR]: For input string: "bleh"
> >      Location: line 0
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.807 sec
> > Running org.apache.cxf.binding.http.mtom.MtomTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.239 sec
> > Running org.apache.cxf.binding.http.bare.UserServiceTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.233 sec
> >
> > Results :
> >
> > Tests run: 12, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\http\target\cxf-r
> > t-bindings-http-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\http\target\cxf-r
> > t-bindings-http-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache\c
> > xf\cxf-rt-bindings-http\2.3.0-SNAPSHOT\cxf-rt-bindings-http-2.3.0-SNAPSHOT
> > .jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime Object Binding
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 1 resource
> > [INFO] Copying 6 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\object\src\main\r
> > esources-filtered [INFO] Copying 1 resource
> > [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\object\src\test\r
> > esources [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\object\target\gen
> > erated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\object\target\sur
> > efire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.binding.object.LocalServerRegistrationTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.363 sec
> > Running org.apache.cxf.binding.object.ObjectBindingTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.216 sec
> >
> > Results :
> >
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\object\target\cxf
> > -rt-bindings-object-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\object\target\cxf
> > -rt-bindings-object-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apac
> > he\cxf\cxf-rt-bindings-object\2.3.0-SNAPSHOT\cxf-rt-bindings-object-2.3.0-
> > SNAPSHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime Colocated Binding
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 1 resource
> > [INFO] Copying 1 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\coloc\src\main\re
> > sources-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\coloc\target\gene
> > rated\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\coloc\src\test\re
> > sources [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\coloc\target\gene
> > rated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\coloc\target\sure
> > fire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.binding.coloc.ColocMessageObserverTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.55 sec
> > Running org.apache.cxf.binding.coloc.ColocUtilTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
> > Running org.apache.cxf.binding.coloc.ColocOutInterceptorTest
> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 sec
> >
> > Results :
> >
> > Tests run: 16, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\coloc\target\cxf-
> > rt-bindings-coloc-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\coloc\target\cxf-
> > rt-bindings-coloc-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache
> > \cxf\cxf-rt-bindings-coloc\2.3.0-SNAPSHOT\cxf-rt-bindings-coloc-2.3.0-SNAP
> > SHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime JBI Binding
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 1 resource
> > [INFO] Copying 9 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\jbi\src\main\reso
> > urces-filtered [INFO] Copying 1 resource
> > [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [bundle:manifest {execution: bundle-manifest}]
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 1 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\jbi\src\test\reso
> > urces [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\jbi\target\genera
> > ted\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\jbi\target\surefi
> > re-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.binding.jbi.interceptor.JBIFaultOutInterceptorTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.249 sec
> > Running org.apache.cxf.binding.jbi.spring.JBIBindingConfigurationInfoTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.328 sec
> > Running
> > org.apache.cxf.binding.jbi.interceptor.JBIOperationInInterceptorTest Tests
> > run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.346 sec
> > Running org.apache.cxf.binding.jbi.JBIBindingFactoryTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
> >
> > Results :
> >
> > Tests run: 9, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\jbi\target\cxf-rt
> > -bindings-jbi-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\jbi\target\cxf-rt
> > -bindings-jbi-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf
> > \cxf-rt-bindings-jbi\2.3.0-SNAPSHOT\cxf-rt-bindings-jbi-2.3.0-SNAPSHOT.jar
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
> > [INFO] [install:install {execution: default-install}]
> > [INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\pom.xml
> > to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-rt\2.3.0-SNAPSHOT\cxf-
> > rt-2.3.0-SNAPSHOT.pom [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime Bindings
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
> > [INFO] [install:install {execution: default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\pom.xml to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-rt-bindings\2.3.0-SNAP
> > SHOT\cxf-rt-bin dings-2.3.0-SNAPSHOT.pom
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime JAX-RS Frontend
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 7 resources
> > [INFO] Copying 7 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxrs\src\main\re
> > sources-filtered [INFO] Copying 1 resource
> > [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 14 resources
> > [INFO] Copying 6 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxrs\target\gene
> > rated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxrs\target\sure
> > fire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.jaxrs.ext.MessageContextImplTest
> > Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.542 sec
> > Running org.apache.cxf.jaxrs.ext.search.FiqlParserTest
> > Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 sec
> > Running org.apache.cxf.jaxrs.provider.JSONProviderTest
> > Tests run: 48, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 0.618 sec
> > Running org.apache.cxf.jaxrs.utils.HttpUtilsTest
> > Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
> > Running org.apache.cxf.jaxrs.utils.AnnotationTestUtilsTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
> > Running org.apache.cxf.jaxrs.ext.search.SearchContextImplTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
> > Running org.apache.cxf.jaxrs.ext.multipart.ContentDispositionTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
> > Running org.apache.cxf.jaxrs.client.WebClientTest
> > Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.73 sec
> > Running org.apache.cxf.jaxrs.JAXRSServerFactoryBeanTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 sec
> > Running org.apache.cxf.jaxrs.provider.DataBindingJSONProviderTest
> > Tests run: 7, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.857 sec
> > Running org.apache.cxf.jaxrs.provider.BinaryDataProviderTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
> > Running org.apache.cxf.jaxrs.provider.XPathProviderTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec
> > Running org.apache.cxf.jaxrs.spring.SpringResourceFactoryTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.247 sec
> > Running org.apache.cxf.jaxrs.model.ClassResourceInfoTest
> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
> > Running org.apache.cxf.jaxrs.provider.DataBindingProviderTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.211 sec
> > Running org.apache.cxf.jaxrs.impl.NewCookieHeaderProviderTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
> > Running org.apache.cxf.jaxrs.provider.JAXBElementProviderTest
> > Tests run: 52, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 sec
> > Running org.apache.cxf.jaxrs.model.wadl.WadlGeneratorTest
> > Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.331 sec
> > Running org.apache.cxf.jaxrs.provider.SourceProviderTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
> > Running org.apache.cxf.jaxrs.spring.JAXRSClientFactoryBeanTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.276 sec
> > Running org.apache.cxf.jaxrs.SelectMethodCandidatesTest
> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 sec
> > Running org.apache.cxf.jaxrs.impl.MediaTypeHeaderProviderTest
> > Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
> > Running org.apache.cxf.jaxrs.provider.PrimitiveTextProviderTest
> > Hello, my name is FΘlix AgnΘs
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
> > Running org.apache.cxf.jaxrs.impl.ResponseBuilderImplTest
> > Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
> > Running org.apache.cxf.jaxrs.ext.search.SimpleSearchConditionTest
> > Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
> > Running org.apache.cxf.jaxrs.provider.AegisElementProviderTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec
> > Running org.apache.cxf.jaxrs.impl.MetadataMapTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
> > Running org.apache.cxf.jaxrs.impl.UriInfoImplTest
> > Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
> > Running org.apache.cxf.jaxrs.impl.CookieHeaderProviderTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
> > Running org.apache.cxf.jaxrs.impl.ResponseImplTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
> > Running org.apache.cxf.jaxrs.ext.multipart.MultipartBodyTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
> > Running org.apache.cxf.jaxrs.impl.UriBuilderImplTest
> > Tests run: 93, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 sec
> > Running org.apache.cxf.jaxrs.provider.AtomEntryProviderTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.295 sec
> > Running org.apache.cxf.jaxrs.impl.HttpHeadersImplTest
> > Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
> > Running org.apache.cxf.jaxrs.impl.VariantListBuilderImplTest
> > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
> > Running org.apache.cxf.jaxrs.impl.CacheControlHeaderProviderTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec
> > Running org.apache.cxf.jaxrs.spring.JAXRSServerFactoryBeanTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 sec
> > Running org.apache.cxf.jaxrs.impl.RuntimeDelegateImplTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
> > Running org.apache.cxf.jaxrs.impl.RequestPreprocessorTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
> > Running org.apache.cxf.jaxrs.impl.RequestImplTest
> > Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
> > Running org.apache.cxf.jaxrs.provider.AtomPojoProviderTest
> > <?xml version='1.0' encoding='UTF-8'?>
> > <entry xmlns="http://www.w3.org/2005/Atom">
> >   <title type="text">a</title>
> >   <content type="application/xml">
> >     <book xmlns="">
> >       <name>a</name>
> >     </book>
> >   </content>
> > </entry>
> > <?xml version='1.0' encoding='UTF-8'?>
> > <entry xmlns="http://www.w3.org/2005/Atom">
> >   <content type="application/xml">
> >     <book xmlns="">
> >       <name>a</name>
> >     </book>
> >   </content>
> > </entry>
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.353 sec
> > Running org.apache.cxf.jaxrs.provider.XSLTJaxbProviderTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.153 sec
> > Running org.apache.cxf.jaxrs.impl.EntityTagHeaderProviderTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
> > Running org.apache.cxf.jaxrs.model.OperationResourceInfoTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
> > Running org.apache.cxf.jaxrs.utils.JAXRSUtilsTest
> > Tests run: 45, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.358 sec
> > Running org.apache.cxf.jaxrs.lifecycle.PerRequestResourceProviderTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
> > Running org.apache.cxf.jaxrs.ext.xml.XMLSourceTest
> > Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 sec
> > Running org.apache.cxf.jaxrs.impl.PathSegmentImplTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
> > Running org.apache.cxf.jaxrs.provider.FormEncodingProviderTest
> > name=FΘlix
> > FΘlix
> > Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
> > Running org.apache.cxf.jaxrs.utils.ResourceUtilsTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
> > Running org.apache.cxf.jaxrs.model.URITemplateTest
> > a%20{digit:[0-9]}%20b
> > Tests run: 47, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
> > Running org.apache.cxf.jaxrs.provider.ProviderFactoryTest
> > Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
> > Running org.apache.cxf.jaxrs.provider.AegisJSONProviderTest
> > Tests run: 17, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.153 sec
> > Running org.apache.cxf.jaxrs.JAXRSServiceFactoryBeanTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
> > Running org.apache.cxf.jaxrs.client.JAXRSClientFactoryBeanTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 sec
> > Running org.apache.cxf.jaxrs.ext.multipart.AttachmentTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
> > Running org.apache.cxf.jaxrs.ext.codegen.CodeGeneratorProviderTest
> > C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.w
> > adl.BookStore-src\superbooks\Book.java
> > C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.
> > wadl.BookStore-src\superbooks\Book2.java
> > C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.
> > wadl.BookStore-src\superbooks\Chapter.java
> > C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.
> > wadl.BookStore-src\superbooks\ObjectFactory.java
> > C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.
> > wadl.BookStore-src\superbooks\package-info.java
> > C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.
> > wadl.BookStore-src\superbooks\Book.java
> > C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.
> > wadl.BookStore-src\superbooks\Book2.java
> > C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.
> > wadl.BookStore-src\superbooks\Chapter.java
> > C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.
> > wadl.BookStore-src\superbooks\ObjectFactory.java
> > C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.
> > wadl.BookStore-src\superbooks\package-info.java
> > C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.
> > wadl.BookStore-src\superbooks\Book.java
> > C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.
> > wadl.BookStore-src\superbooks\Book2.java
> > C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.
> > wadl.BookStore-src\superbooks\Chapter.java
> > C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.
> > wadl.BookStore-src\superbooks\ObjectFactory.java
> > C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.
> > wadl.BookStore-src\superbooks\package-info.java Tests run: 3, Failures: 0,
> > Errors: 0, Skipped: 0, Time elapsed: 6.219 sec Running
> > org.apache.cxf.jaxrs.provider.AtomFeedProviderTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
> > Running org.apache.cxf.jaxrs.utils.InjectionUtilsTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
> >
> > Results :
> >
> > Tests run: 665, Failures: 0, Errors: 0, Skipped: 6
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxrs\target\cxf-
> > rt-frontend-jaxrs-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxrs\target\cxf-
> > rt-frontend-jaxrs-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache
> > \cxf\cxf-rt-frontend-jaxrs\2.3.0-SNAPSHOT\cxf-rt-frontend-jaxrs-2.3.0-SNAP
> > SHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime JavaScript Frontend
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] Copying 0 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\js\src\main\resou
> > rces-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\js\target\generat
> > ed\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] Copying 12 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\js\target\generat
> > ed\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\js\target\surefir
> > e-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.js.rhino.AbstractDOMProviderTest
> > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.218 sec
> > Running org.apache.cxf.js.rhino.ProviderFactoryTest
> > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.27 sec
> > Running org.apache.cxf.js.rhino.ServerAppTest
> > Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 sec
> >
> > Results :
> >
> > Tests run: 27, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\js\target\cxf-rt-
> > frontend-js-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\js\target\cxf-rt-
> > frontend-js-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\c
> > xf-rt-frontend-js\2.3.0-SNAPSHOT\cxf-rt-frontend-js-2.3.0-SNAPSHOT.jar
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF HTTP Transport for OSGi
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] Copying 2 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-osgi\src\m
> > ain\resources-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-osgi\targe
> > t\generated\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-osgi\src\t
> > est\resources [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-osgi\targe
> > t\generated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-osgi\targe
> > t\surefire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.transport.http_osgi.OsgiTransportFactoryTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.221 sec
> > Running org.apache.cxf.transport.http_osgi.OsgiDestinationTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.222 sec
> > Running org.apache.cxf.transport.http_osgi.OsgiServletTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.333 sec
> >
> > Results :
> >
> > Tests run: 10, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [bundle:bundle {execution: default-bundle}]
> > [WARNING] Warning building bundle
> > org.apache.cxf:cxf-rt-transports-http-osgi:bundle:2.3.0-SNAPSHOT :
> > Instructions in Export-Package that are never used: =META-INF\.cxf\.osgi
> > [WARNING] Warning building bundle
> > org.apache.cxf:cxf-rt-transports-http-osgi:bundle:2.3.0-SNAPSHOT : Did not
> > find matching referal for javax.xml.rpc* [WARNING] Warning building bundle
> > org.apache.cxf:cxf-rt-transports-http-osgi:bundle:2.3.0-SNAPSHOT :
> > Exporting packages that are not on the Bundle-Classpath[Jar:dot]: [META-IN
> > F.cxf.osgi]
> > [INFO] [install:install {execution: default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-osgi\targe
> > t\cxf-rt-transports-http-osgi-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repositor
> > y\org\apache\cxf\cxf-rt-transports-http-osgi\2.3.0-SNAPSHOT\cxf-rt-transpo
> > rts-http-osgi-2.3.0-SNAPSHOT.jar [INFO] [bundle:install {execution:
> > default-install}]
> > [INFO] Installing
> > org/apache/cxf/cxf-rt-transports-http-osgi/2.3.0-SNAPSHOT/cxf-rt-transport
> > s-http-osgi-2.3.0-SNAPSHOT.jar [INFO] Writing OBR metadata
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime JBI Transport
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 1 resource
> > [INFO] Copying 8 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jbi\src\main\re
> > sources-filtered [INFO] Copying 1 resource
> > [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [bundle:manifest {execution: bundle-manifest}]
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jbi\src\test\re
> > sources [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jbi\target\gene
> > rated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jbi\target\sure
> > fire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.transport.jbi.JBIConduitTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.729 sec
> > Running org.apache.cxf.transport.jbi.JBIDestinationTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.441 sec
> >
> > Results :
> >
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jbi\target\cxf-
> > rt-transports-jbi-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jbi\target\cxf-
> > rt-transports-jbi-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache
> > \cxf\cxf-rt-transports-jbi\2.3.0-SNAPSHOT\cxf-rt-transports-jbi-2.3.0-SNAP
> > SHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime WS Policy
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 4 resources
> > [INFO] Copying 17 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\policy\src\main\resourc
> > es-filtered [INFO] Copying 1 resource
> > [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [cxf-codegen:wsdl2java {execution: generate-test-sources}]
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 20 resources
> > [INFO] Copying 89 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\policy\target\generated
> > \src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\policy\target\surefire-
> > reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.ws.policy.PolicyInterceptorsTest
> > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.669 sec
> > Running org.apache.cxf.ws.policy.EndpointPolicyImplTest
> > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.218 sec
> > Running org.apache.cxf.ws.policy.PolicyVerificationInFaultInterceptorTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec
> > Running org.apache.cxf.ws.policy.selector.FirstAlternativeSelectorTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
> > Running org.apache.cxf.ws.policy.spring.PolicyFeatureTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.009 sec
> > Running org.apache.cxf.ws.policy.NormalizeTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.178 sec
> > Running org.apache.cxf.ws.policy.attachment.reference.ReferenceResolverTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 sec
> > Running org.apache.cxf.ws.policy.attachment.external.PolicyAttachmentTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
> > Running
> > org.apache.cxf.ws.policy.attachment.external.DomainExpressionBuilderRegist
> > ryTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
> > 0.016 sec Running
> > org.apache.cxf.ws.policy.AssertionBuilderRegistryImplTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
> > Running org.apache.cxf.ws.policy.PolicyExtensionsTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.478 sec
> > Running org.apache.cxf.ws.policy.PolicyInterceptorProviderRegistryImplTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
> > Running org.apache.cxf.ws.policy.spring.PolicyBeansTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.181 sec
> > Running
> > org.apache.cxf.ws.policy.builder.primitive.NestedPrimitiveAssertionTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 sec
> > Running org.apache.cxf.ws.policy.PolicyAnnotationTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.798 sec
> > Running org.apache.cxf.ws.policy.PolicyBuilderTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
> > Running org.apache.cxf.ws.policy.EffectivePolicyImplTest
> > Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec
> > Running
> > org.apache.cxf.ws.policy.attachment.wsdl11.Wsdl11AttachmentPolicyProviderT
> > est Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.473
> > sec Running
> > org.apache.cxf.ws.policy.attachment.external.ExternalAttachmentProviderTes
> > t Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063
> > sec Running
> > org.apache.cxf.ws.policy.selector.MinimalMaximalAlternativeSelectorTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec
> > Running org.apache.cxf.ws.policy.PolicyVerificationInInterceptorTest Tests
> > run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
> > Running
> > org.apache.cxf.ws.policy.attachment.external.EndpointReferenceDomainExpres
> > sionTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
> > 0.03 sec Running org.apache.cxf.ws.policy.PolicyRegistryImplTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
> > Running org.apache.cxf.ws.policy.PolicyEngineTest
> > Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec
> > Running org.apache.cxf.ws.policy.PolicyVerificationOutInterceptorTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec
> >
> > Results :
> >
> > Tests run: 101, Failures: 0, Errors: 0, Skipped: 1
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\policy\target\cxf-rt-ws
> > -policy-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\policy\target\cxf-rt-ws
> > -policy-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-r
> > t-ws-policy\2.3.0-SNAPSHOT\cxf-rt-ws-policy-2.3.0-SNAPSHOT.jar
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime WS Reliable Messaging
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 3 resources
> > [INFO] Copying 10 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\rm\src\main\resources-f
> > iltered [INFO] Copying 1 resource
> > [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 9 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\rm\src\test\resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\rm\target\generated\src
> > \test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\rm\target\surefire-repo
> > rts
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.ws.rm.soap.RMSoapInterceptorTest
> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.432 sec
> > Running org.apache.cxf.ws.rm.persistence.jdbc.RMTxStoreConfigurationTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.326 sec
> > Running org.apache.cxf.ws.rm.RMManagerConfigurationTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.428 sec
> > Running org.apache.cxf.ws.rm.persistence.PersistenceUtilsTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 sec
> > Running org.apache.cxf.ws.rm.soap.RetransmissionQueueImplTest
> > Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.299 sec
> > Running org.apache.cxf.ws.rm.RMContextUtilsTest
> > Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.315 sec
> > Running org.apache.cxf.ws.rm.AbstractSequenceTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
> > Running org.apache.cxf.ws.rm.DestinationTest
> > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.19 sec
> > Running org.apache.cxf.ws.rm.RMUtilsTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 sec
> > Running org.apache.cxf.ws.rm.AbstractRMInterceptorTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 sec
> > Running org.apache.cxf.ws.rm.SourceSequenceTest
> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.029 sec
> > Running org.apache.cxf.ws.rm.RMEndpointTest
> > Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.216 sec
> > Running org.apache.cxf.ws.rm.persistence.jdbc.RMTxStoreTest
> > Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.32 sec
> > Running org.apache.cxf.ws.rm.AbstractEndpointTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
> > Running org.apache.cxf.ws.rm.policy.PolicyUtilsTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
> > Running org.apache.cxf.ws.rm.DestinationSequenceTest
> > Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.281 sec
> > Running org.apache.cxf.ws.rm.soap.SoapFaultFactoryTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 sec
> > Running org.apache.cxf.ws.rm.RMInInterceptorTest
> > Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 sec
> > Running org.apache.cxf.ws.rm.RMOutInterceptorTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec
> > Running org.apache.cxf.ws.rm.RMManagerTest
> > Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.167 sec
> > Running org.apache.cxf.ws.rm.ProxyTest
> > Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 sec
> >
> > Results :
> >
> > Tests run: 169, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\rm\target\cxf-rt-ws-rm-
> > 2.3.0-SNAPSHOT.jar [INFO] [install:install {execution: default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\rm\target\cxf-rt-ws-rm-
> > 2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-rt-ws-rm\
> > 2.3.0-SNAPSHOT\cxf-rt-ws-rm-2.3.0-SNAPSHOT.jar
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime WS Security
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 4 resources
> > [INFO] Copying 2 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\security\src\main\resou
> > rces-filtered [INFO] Copying 1 resource
> > [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 48 resources
> > [INFO] Copying 1 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\security\target\generat
> > ed\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\security\target\surefir
> > e-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.ws.security.wss4j.DefaultSecurityContextTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 sec
> > Running org.apache.cxf.ws.security.wss4j.CryptoCoverageCheckerTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.207 sec
> > Running org.apache.cxf.ws.security.wss4j.WSS4JFaultCodeTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.244 sec
> > Running org.apache.cxf.ws.security.wss4j.WSS4JOutInterceptorTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.406 sec
> > Running org.apache.cxf.ws.security.wss4j.SignatureConfirmationTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 sec
> > Running org.apache.cxf.ws.security.wss4j.RoundTripTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.714 sec
> > Running org.apache.cxf.ws.security.wss4j.WSS4JInOutTest
> > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.547 sec
> > Running org.apache.cxf.ws.security.wss4j.UserNameTokenAuthorizationTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.893 sec
> > Running org.apache.cxf.ws.security.wss4j.PolicyBasedWss4JInOutTest
> > Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.774 sec
> >
> > Results :
> >
> > Tests run: 49, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\security\target\cxf-rt-
> > ws-security-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\security\target\cxf-rt-
> > ws-security-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\c
> > xf-rt-ws-security\2.3.0-SNAPSHOT\cxf-rt-ws-security-2.3.0-SNAPSHOT.jar
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Runtime Web Management
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management-web\src\main\re
> > sources [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management-web\src\main\re
> > sources-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management-web\target\gene
> > rated\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Compiling 1 source file to
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management-web\target\clas
> > ses [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management-web\src\test\re
> > sources [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management-web\target\gene
> > rated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management-web\target\sure
> > fire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > There are no tests to run.
> >
> > Results :
> >
> > Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management-web\target\cxf-
> > rt-management-web-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management-web\target\cxf-
> > rt-management-web-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache
> > \cxf\cxf-rt-management-web\2.3.0-SNAPSHOT\cxf-rt-management-web-2.3.0-SNAP
> > SHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF JBI Integration
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 4 resources
> > [INFO] Copying 0 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jbi\src\main\reso
> > urces-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jbi\target\genera
> > ted\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] Copying 11 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jbi\target\genera
> > ted\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jbi\target\surefi
> > re-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.jbi.se.state.ServiceEngineStateFactoryTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 sec
> > Running org.apache.cxf.jbi.se.state.ServiceEngineShutdownTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
> > Running org.apache.cxf.jbi.se.CXFServiceUnitManagerTest
> > Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.38 sec
> > Running org.apache.cxf.jbi.se.CXFServiceUnitTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.603 sec
> > Running org.apache.cxf.jbi.se.state.ServiceEngineStopTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
> > Running org.apache.cxf.jbi.se.state.ServiceEngineStartTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
> >
> > Results :
> >
> > Tests run: 40, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jbi\target\cxf-in
> > tegration-jbi-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jbi\target\cxf-in
> > tegration-jbi-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf
> > \cxf-integration-jbi\2.3.0-SNAPSHOT\cxf-integration-jbi-2.3.0-SNAPSHOT.jar
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF JCA Connection
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 2 resources
> > [INFO] Copying 1 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jca\src\main\reso
> > urces-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jca\target\genera
> > ted\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 10 resources
> > [INFO] Copying 4 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jca\target\genera
> > ted\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jca\target\surefi
> > re-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.jca.cxf.ConnectionFactoryImplTest
> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.438 sec
> > Running org.apache.cxf.jca.servant.EJBServantConfigTest
> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 sec
> > Running org.apache.cxf.jca.cxf.handlers.InvokingInvocationHandlerTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.181 sec
> > Running org.apache.cxf.jca.core.resourceadapter.ManagedConnectionImplTest
> > Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 sec
> > Running org.apache.cxf.jca.core.resourceadapter.UriHandlerInitTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
> > Running org.apache.cxf.jca.cxf.CXFConnectionRequestInfoTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
> > Running org.apache.cxf.jca.jarloader.JarLoaderTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
> > Running org.apache.cxf.jca.core.resourceadapter.HandlerTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
> > Running org.apache.cxf.jca.cxf.handlers.InvocationHandlerFactoryTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 sec
> > Running org.apache.cxf.jca.cxf.ResourceAdapterImplTest
> > Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec
> > Running org.apache.cxf.jca.core.classloader.PlugInClassLoaderTest
> > Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 sec
> > Running
> > org.apache.cxf.jca.core.resourceadapter.ResourceAdapterInternalExceptionTe
> > st Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013
> > sec Running org.apache.cxf.jca.servant.EJBEndpointTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
> > Running org.apache.cxf.jca.core.logging.LoggerHelperTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
> > Running org.apache.cxf.jca.cxf.handlers.ProxyInvocationHandlerTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.46 sec
> > Running org.apache.cxf.jca.core.resourceadapter.ResourceBeanTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
> > Running org.apache.cxf.jca.cxf.handlers.ObjectMethodInvocationHandlerTest
> > Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
> > Running org.apache.cxf.jca.cxf.JCABusFactoryTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.18 sec
> > Running
> > org.apache.cxf.jca.core.resourceadapter.ManagedConnectionFactoryImplTest
> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
> > Running org.apache.cxf.jca.outbound.ManagedConnectionImplTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.888 sec
> > Running org.apache.cxf.jca.cxf.ManagedConnectionImplTest
> > Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.055 sec
> > Running org.apache.cxf.jca.cxf.AssociatedManagedConnectionFactoryImplTest
> > Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.148 sec
> > Running org.apache.cxf.jca.cxf.ManagedConnectionFactoryImplTest
> > Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.135 sec
> >
> > Results :
> >
> > Tests run: 160, Failures: 0, Errors: 0, Skipped: 1
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jca\target\cxf-in
> > tegration-jca-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jca\target\cxf-in
> > tegration-jca-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf
> > \cxf-integration-jca\2.3.0-SNAPSHOT\cxf-integration-jca-2.3.0-SNAPSHOT.jar
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Integration
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
> > [INFO] [install:install {execution: default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\pom.xml to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-integration\2.3.0-SNAP
> > SHOT\cxf-integr ation-2.3.0-SNAPSHOT.pom
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Java2WS Maven2 Plugin
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [plugin:descriptor {execution: default-descriptor}]
> > [WARNING] Using platform encoding (Cp1252 actually) to read mojo metadata,
> > i.e. build is platform dependent! [INFO] Applying mojo extractor for
> > language: java
> > [INFO] Mojo extractor for language: java found 1 mojo descriptors.
> > [INFO] Applying mojo extractor for language: bsh
> > [INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\java2ws-plugin\
> > src\main\resources [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\java2ws-plugin\
> > src\main\resources-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\java2ws-plugin\
> > target\generated\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\java2ws-plugin\
> > src\test\java [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\java2ws-plugin\
> > src\test\resources [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\java2ws-plugin\
> > target\generated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] No sources to compile
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\java2ws-plugin\
> > target\surefire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > There are no tests to run.
> >
> > Results :
> >
> > Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\java2ws-plugin\
> > target\cxf-java2ws-plugin-2.3.0-SNAPSHOT.jar [INFO]
> > [plugin:addPluginArtifactMetadata {execution:
> > default-addPluginArtifactMetadata}] [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\java2ws-plugin\
> > target\cxf-java2ws-plugin-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\or
> > g\apache\cxf\cxf-java2ws-plugin\2.3.0-SNAPSHOT\cxf-java2ws-plugin-2.3.0-SN
> > APSHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF CORBA Tools Maven2 Plugins
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [plugin:descriptor {execution: default-descriptor}]
> > [WARNING] Using platform encoding (Cp1252 actually) to read mojo metadata,
> > i.e. build is platform dependent! [INFO] Applying mojo extractor for
> > language: java
> > [INFO] Mojo extractor for language: java found 2 mojo descriptors.
> > [INFO] Applying mojo extractor for language: bsh
> > [INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 0 resource
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\corba\src\main\
> > resources [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\corba\src\main\
> > resources-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\corba\target\ge
> > nerated\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\corba\src\test\
> > java [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\corba\src\test\
> > resources [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\corba\target\ge
> > nerated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] No sources to compile
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\corba\target\su
> > refire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > There are no tests to run.
> >
> > Results :
> >
> > Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\corba\target\cx
> > f-corbatools-maven-plugin-2.3.0-SNAPSHOT.jar [INFO]
> > [plugin:addPluginArtifactMetadata {execution:
> > default-addPluginArtifactMetadata}] [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\corba\target\cx
> > f-corbatools-maven-plugin-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\or
> > g\apache\cxf\cxf-corbatools-maven-plugin\2.3.0-SNAPSHOT\cxf-corbatools-mav
> > en-plugin-2.3.0-SNAPSHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Archetype - Simple JAX-WS Java First
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 6 resources
> > [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] No sources to compile
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\archetypes\cxf-
> > jaxws-javafirst\src\test\java [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\archetypes\cxf-
> > jaxws-javafirst\src\test\resources [INFO] skip non existing
> > resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\archetypes\cxf-
> > jaxws-javafirst\target\generated\src\test\resources [INFO] Copying 3
> > resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Not compiling test sources
> > [INFO] [surefire:test {execution: default-test}]
> > [INFO] Tests are skipped.
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\archetypes\cxf-
> > jaxws-javafirst\target\cxf-jaxws-javafirst-2.3.0-SNAPSHOT.jar [INFO]
> > [install:install {execution: default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\archetypes\cxf-
> > jaxws-javafirst\target\cxf-jaxws-javafirst-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\
> > .m2\repository\org\apache\cxf\archetype\cxf-jaxws-javafirst\2.3.0-SNAPSHOT
> > \cxf-jaxws-javafirst-2.3.0-SNAPSHOT.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Maven Archetypes
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
> > [INFO] [install:install {execution: default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\archetypes\pom.
> > xml to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-archetypes\2.3.0-SNAPS
> > HO T\cxf-archetypes-2.3.0-SNAPSHOT.pom
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Maven Plugins
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
> > [INFO] [install:install {execution: default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\pom.xml to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-maven-plugins\2.3.0-SN
> > APSHOT\cxf-ma ven-plugins-2.3.0-SNAPSHOT.pom
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Uncategorized System Tests
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\uncategorized\src\ma
> > in\java [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\uncategorized\src\ma
> > in\resources [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\uncategorized\src\ma
> > in\resources-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\uncategorized\target
> > \generated\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] No sources to compile
> > [INFO] [cxf-codegen:wsdl2java {execution: generate-test-sources}]
> > [INFO] [cxf-corbatools:wsdl2idl {execution: generate-test-sources}]
> > Jul 23, 2010 10:44:09 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaProcessor
> > setOutputFile WARNING: Using default wsdl/idl filenames...
> > Jul 23, 2010 10:44:09 AM
> > org.springframework.context.support.AbstractApplicationContext
> > prepareRefresh INFO: Refreshing
> > org.apache.cxf.bus.spring.BusApplicationContext@a268256: display name
> > [org.apache.cxf.bus.spring.BusApplicationContext@a268256]; startup date
> > [Fri Jul 23 10:4 4:09 PDT 2010]; root of context hierarchy
> > Jul 23, 2010 10:44:09 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf.xml] Jul 23, 2010 10:44:09 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-corba.xml] Jul 23, 2010 10:44:09 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-jaxws.xml] Jul 23, 2010 10:44:09 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-soap.xml] Jul 23, 2010 10:44:09 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-xml.xml] Jul 23, 2010 10:44:09 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-addr.xml] Jul 23, 2010 10:44:09 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-management.xml] Jul 23, 2010 10:44:09
> > AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-jbi-binding.xml] Jul 23, 2010
> > 10:44:09 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-jbi.xml] Jul 23, 2010 10:44:09 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-http-binding.xml] Jul 23, 2010
> > 10:44:09 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-http.xml] Jul 23, 2010 10:44:09 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-http-jetty.xml] Jul 23, 2010 10:44:09
> > AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-http.xml] Jul 23, 2010 10:44:09 AM
> > org.springframework.beans.factory.support.DefaultListableBeanFactory
> > registerBeanDefinition INFO: Overriding bean definition for bean
> > 'org.apache.cxf.transport.http.policy.HTTPClientAssertionBuilder':
> > replacing [Generic bean: class [org.apache.cxf.transport.http.poli
> > cy.HTTPClientAssertionBuilder]; scope=singleton; abstract=false;
> > lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true;
> > primary=false; factoryBeanName=null; factoryMethodName=null;
> > initMethodName=null; destroyMethodName=null; defined in class path
> > resource [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class
> > [org.apac he.cxf.transport.http.policy.HTTPClientAssertionBuilder];
> > scope=singleton; abstract=false; lazyInit=true; autowireMode=0;
> > dependencyCheck=0; autowireCandidate=true; primary=fa lse;
> > factoryBeanName=null; factoryMethodName=null; initMethodName=null;
> > destroyMethodName=null; defined in class path resource
> > [META-INF/cxf/cxf-extension-http.xml]] Jul 23, 2010 10:44:09 AM
> > org.springframework.beans.factory.support.DefaultListableBeanFactory
> > registerBeanDefinition INFO: Overriding bean definition for bean
> > 'org.apache.cxf.transport.http.policy.HTTPServerAssertionBuilder':
> > replacing [Generic bean: class [org.apache.cxf.transport.http.poli
> > cy.HTTPServerAssertionBuilder]; scope=singleton; abstract=false;
> > lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true;
> > primary=false; factoryBeanName=null; factoryMethodName=null;
> > initMethodName=null; destroyMethodName=null; defined in class path
> > resource [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class
> > [org.apac he.cxf.transport.http.policy.HTTPServerAssertionBuilder];
> > scope=singleton; abstract=false; lazyInit=true; autowireMode=0;
> > dependencyCheck=0; autowireCandidate=true; primary=fa lse;
> > factoryBeanName=null; factoryMethodName=null; initMethodName=null;
> > destroyMethodName=null; defined in class path resource
> > [META-INF/cxf/cxf-extension-http.xml]] Jul 23, 2010 10:44:09 AM
> > org.springframework.beans.factory.support.DefaultListableBeanFactory
> > registerBeanDefinition INFO: Overriding bean definition for bean
> > 'org.apache.cxf.transport.http.policy.NoOpPolicyInterceptorProvider':
> > replacing [Generic bean: class [org.apache.cxf.transport.http.p
> > olicy.NoOpPolicyInterceptorProvider]; scope=singleton; abstract=false;
> > lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true;
> > primary=false; factoryBeanName =null; factoryMethodName=null;
> > initMethodName=null; destroyMethodName=null; defined in class path
> > resource [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class
> > [or g.apache.cxf.transport.http.policy.NoOpPolicyInterceptorProvider];
> > scope=singleton; abstract=false; lazyInit=true; autowireMode=0;
> > dependencyCheck=0; autowireCandidate=true; p rimary=false;
> > factoryBeanName=null; factoryMethodName=null; initMethodName=null;
> > destroyMethodName=null; defined in class path resource
> > [META-INF/cxf/cxf-extension-http.xml]] Jul 23, 2010 10:44:09 AM
> > org.springframework.beans.factory.support.DefaultListableBeanFactory
> > registerBeanDefinition INFO: Overriding bean definition for bean
> > 'org.apache.cxf.transport.http.ClientOnlyHTTPTransportFactory': replacing
> > [Generic bean: class [org.apache.cxf.transport.http.ClientO
> > nlyHTTPTransportFactory]; scope=singleton; abstract=false; lazyInit=true;
> > autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false;
> > factoryBeanName=null; facto ryMethodName=null; initMethodName=null;
> > destroyMethodName=null; defined in class path resource
> > [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class
> > [org.apache.cxf .transport.http.ClientOnlyHTTPTransportFactory];
> > scope=singleton; abstract=false; lazyInit=true; autowireMode=0;
> > dependencyCheck=0; autowireCandidate=true; primary=false; fact
> > oryBeanName=null; factoryMethodName=null; initMethodName=null;
> > destroyMethodName=null; defined in class path resource
> > [META-INF/cxf/cxf-extension-http.xml]] Jul 23, 2010 10:44:09 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-local.xml] Jul 23, 2010 10:44:09 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-jms.xml] Jul 23, 2010 10:44:09 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-policy.xml] Jul 23, 2010 10:44:09 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-jaxrs-binding.xml] Jul 23, 2010
> > 10:44:09 AM org.springframework.context.support.AbstractApplicationContext
> > obtainFreshBeanFactory INFO: Bean factory for application context
> > [org.apache.cxf.bus.spring.BusApplicationContext@a268256]:
> > org.springframework.beans.factory.support.DefaultListableBeanFactory@5496
> > 2fcd
> > Jul 23, 2010 10:44:09 AM
> > org.springframework.beans.factory.support.DefaultListableBeanFactory
> > preInstantiateSingletons INFO: Pre-instantiating singletons in
> > org.springframework.beans.factory.support.DefaultListableBeanFactory@54962
> > fcd: defining beans [cxf,org.apache.cxf.bus.spring.BusApplicati
> > onListener,org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor,org
> > .apache.cxf.bus.spring.Jsr250BeanPostProcessor,org.apache.cxf.bus.spring.Bu
> > sExtensionPostProcessor,or
> > g.apache.cxf.resource.ResourceManager,org.apache.cxf.configuration.Configu
> > rer,org.apache.cxf.binding.BindingFactoryManager,org.apache.cxf.transport.D
> > estinationFactoryManager,o
> > rg.apache.cxf.transport.ConduitInitiatorManager,org.apache.cxf.wsdl.WSDLMa
> > nager,org.apache.cxf.phase.PhaseManager,org.apache.cxf.workqueue.WorkQueueM
> > anager,org.apache.cxf.busl
> > ifecycle.BusLifeCycleManager,org.apache.cxf.endpoint.ServerRegistry,org.ap
> > ache.cxf.endpoint.ServerLifeCycleManager,org.apache.cxf.endpoint.ClientLife
> > CycleManager,org.apache.cx
> > f.transports.http.QueryHandlerRegistry,org.apache.cxf.endpoint.EndpointRes
> > olverRegistry,org.apache.cxf.headers.HeaderManager,org.apache.cxf.catalog.O
> > ASISCatalogManager,org.apa
> > che.cxf.service.factory.FactoryBeanListenerManager,org.apache.cxf.endpoint
> > .ServiceContractResolverRegistry,org.apache.cxf.binding.corba.CorbaBindingF
> > actory,org.apache.cxf.bind
> > ing.corba.wsdl.WSDLExtensionRegister#0,org.apache.cxf.jaxws.context.WebSer
> > viceContextResourceResolver,org.apache.cxf.jaxws.context.WebServiceContextI
> > mpl,org.apache.cxf.binding
> > .soap.SoapBindingFactory,org.apache.cxf.binding.soap.SoapTransportFactory,
> > org.apache.cxf.binding.soap.customEditorConfigurer,org.apache.cxf.binding.x
> > ml.XMLBindingFactory,org.a
> > pache.cxf.ws.addressing.policy.AddressingAssertionBuilder,org.apache.cxf.w
> > s.addressing.policy.AddressingPolicyInterceptorProvider,org.apache.cxf.ws.a
> > ddressing.policy.UsingAddr
> > essingAssertionBuilder,org.apache.cxf.management.InstrumentationManager,or
> > g.apache.cxf.binding.jbi.JBIBindingFactory,org.apache.cxf.transport.jbi.JBI
> > TransportFactory,org.apach
> > e.cxf.binding.http.HttpBindingFactory,org.apache.cxf.transport.http.policy
> > .HTTPClientAssertionBuilder,org.apache.cxf.transport.http.policy.HTTPServer
> > AssertionBuilder,org.apach
> > e.cxf.transport.http.policy.NoOpPolicyInterceptorProvider,org.apache.cxf.t
> > ransport.http.ClientOnlyHTTPTransportFactory,org.apache.cxf.transport.http_
> > jetty.JettyHTTPTransportFa
> > ctory,org.apache.cxf.transport.local.LocalTransportFactory,org.apache.cxf.
> > transport.jms.JMSTransportFactory,org.apache.cxf.ws.policy.AssertionBuilder
> > Registry,org.apache.cxf.ws
> > .policy.PolicyInterceptorProviderRegistry,org.apache.cxf.ws.policy.attachm
> > ent.external.DomainExpressionBuilderRegistry,org.apache.cxf.ws.policy.attac
> > hment.external.EndpointRef
> > erenceDomainExpressionBuilder,org.apache.cxf.ws.policy.PolicyBuilder,org.a
> > pache.cxf.ws.policy.PolicyEngine,org.apache.cxf.ws.policy.attachment.wsdl11
> > .Wsdl11AttachmentPolicyPro
> > vider,org.apache.cxf.ws.policy.attachment.ServiceModelPolicyProvider,org.a
> > pache.cxf.ws.policy.mtom.MTOMAssertionBuilder,org.apache.cxf.ws.policy.mtom
> > .MTOMPolicyInterceptorProv ider,org.apache.cxf.jaxrs.JAXRSBindingFactory];
> > root of factory hierarchy SimpleType Union Not Supported in CORBA Binding
> > SimpleType Union Not Supported in CORBA Binding
> > SimpleType Union Not Supported in CORBA Binding
> > SimpleType Union Not Supported in CORBA Binding
> > SimpleType Union Not Supported in CORBA Binding
> > SimpleType Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}attribList Jul 23,
> > 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}attribUnion
> > SimpleType Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}varUnion SimpleType
> > Union Not Supported in CORBA Binding
> > SimpleType Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: class
> > org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> > CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: class
> > org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> > CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unknown particle type
> > org.apache.ws.commons.schema.XmlSchemaGroupRef SimpleType Union Not
> > Supported in CORBA Binding
> > SimpleType Union Not Supported in CORBA Binding
> > SimpleType Union Not Supported in CORBA Binding
> > SimpleType Union Not Supported in CORBA Binding
> > SimpleType Union Not Supported in CORBA Binding
> > SimpleType Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}attribList Jul 23,
> > 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}attribUnion
> > SimpleType Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}varUnion SimpleType
> > Union Not Supported in CORBA Binding
> > SimpleType Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: class
> > org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> > CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: class
> > org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> > CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unknown particle type
> > org.apache.ws.commons.schema.XmlSchemaGroupRef SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}return SimpleType
> > Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}y SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}z Jul 23, 2010
> > 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: class
> > org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> > CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: class
> > org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> > CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}x Jul 23, 2010
> > 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}y SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}x SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}y Jul 23, 2010
> > 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}attribUnion
> > SimpleType Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}varUnion Jul 23,
> > 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}attribUnion
> > SimpleType Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}varUnion Jul 23,
> > 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}attribUnion
> > SimpleType Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}varUnion Jul 23,
> > 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: class
> > org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> > CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: class
> > org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> > CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: class
> > org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> > CORBA binding.  Skipping. SimpleType Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}x SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}y SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}return SimpleType
> > Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}y SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}z Jul 23, 2010
> > 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}attribUnion
> > SimpleType Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}varUnion Jul 23,
> > 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}attribUnion
> > SimpleType Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}varUnion Jul 23,
> > 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: class
> > org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> > CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: class
> > org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> > CORBA binding.  Skipping. SimpleType Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}x SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}y SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}return SimpleType
> > Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}y SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}z SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}return SimpleType
> > Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}y SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}z SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}return SimpleType
> > Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}y SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}z SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}x SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}y Jul 23, 2010
> > 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unknown particle type
> > org.apache.ws.commons.schema.XmlSchemaGroupRef Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unknown particle type
> > org.apache.ws.commons.schema.XmlSchemaGroupRef SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}x SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}y Jul 23, 2010
> > 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}return Jul 23, 2010
> > 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}y Jul 23, 2010
> > 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}z SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}x SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}y Jul 23, 2010
> > 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}attribList Jul 23,
> > 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}attribList Jul 23,
> > 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}attribList Jul 23,
> > 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}attribList Jul 23,
> > 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}attribList Jul 23,
> > 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unknown particle type
> > org.apache.ws.commons.schema.XmlSchemaGroupRef Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unknown particle type
> > org.apache.ws.commons.schema.XmlSchemaGroupRef Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unknown particle type
> > org.apache.ws.commons.schema.XmlSchemaGroupRef SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}return SimpleType
> > Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}y SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}z SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}return SimpleType
> > Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}y SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}z SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}x SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}y Jul 23, 2010
> > 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: class
> > org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> > CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: class
> > org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> > CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: class
> > org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> > CORBA binding.  Skipping. SimpleType Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}return SimpleType
> > Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}y SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}z SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}x SimpleType Union Not
> > Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/doc}y Jul 23, 2010
> > 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaBinding
> > addBindingOperations WARNING: Operation testNMTOKENS not mapped to CORBA
> > binding.
> > SimpleType Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaBinding
> > addBindingOperations WARNING: Operation testSimpleUnionList not mapped to
> > CORBA binding. SimpleType Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaBinding
> > addBindingOperations WARNING: Operation testAnonUnionList not mapped to
> > CORBA binding.
> > SimpleType Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaBinding
> > addBindingOperations WARNING: Operation testSimpleUnion not mapped to
> > CORBA binding.
> > SimpleType Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaBinding
> > addBindingOperations WARNING: Operation testUnionWithAnonEnum not mapped
> > to CORBA binding. SimpleType Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaBinding
> > addBindingOperations WARNING: Operation testUnionWithStringList not mapped
> > to CORBA binding. SimpleType Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaBinding
> > addBindingOperations WARNING: Operation testUnionWithStringListRestriction
> > not mapped to CORBA binding. SimpleType Union Not Supported in CORBA
> > Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaBinding
> > addBindingOperations WARNING: Operation testUnionWithAnonList not mapped
> > to CORBA binding. Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}attribList Jul 23,
> > 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}attribList Jul 23,
> > 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}attribList Jul 23,
> > 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}attribList Jul 23,
> > 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}attribList Jul 23,
> > 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}attribUnion
> > SimpleType Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}varUnion Jul 23,
> > 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}attribUnion
> > SimpleType Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}varUnion Jul 23,
> > 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}attribUnion
> > SimpleType Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}varUnion Jul 23,
> > 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}attribUnion
> > SimpleType Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}varUnion Jul 23,
> > 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}attribUnion
> > SimpleType Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> > Binding Generation:{http://apache.org/type_test/types1}varUnion SimpleType
> > Union Not Supported in CORBA Binding
> > Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaBinding
> > addBindingOperations WARNING: Operation testUnionSimpleContent not mapped
> > to CORBA binding. Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: class
> > org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> > CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: class
> > org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> > CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: class
> > org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> > CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: class
> > org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> > CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: class
> > org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> > CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: class
> > org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> > CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: class
> > org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> > CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: class
> > org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> > CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: class
> > org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> > CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processAttributesAsMembers WARNING: class
> > org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> > CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unknown particle type
> > org.apache.ws.commons.schema.XmlSchemaGroupRef Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unknown particle type
> > org.apache.ws.commons.schema.XmlSchemaGroupRef Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unknown particle type
> > org.apache.ws.commons.schema.XmlSchemaGroupRef Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unknown particle type
> > org.apache.ws.commons.schema.XmlSchemaGroupRef Jul 23, 2010 10:44:10 AM
> > org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> > processContainerAsMembers WARNING: Unknown particle type
> > org.apache.ws.commons.schema.XmlSchemaGroupRef Jul 23, 2010 10:44:11 AM
> > org.springframework.context.support.AbstractApplicationContext doClose
> > INFO: Closing org.apache.cxf.bus.spring.BusApplicationContext@a268256:
> > display name [org.apache.cxf.bus.spring.BusApplicationContext@a268256];
> > startup date [Fri Jul 23 10:44:0 9 PDT 2010]; root of context hierarchy
> > Jul 23, 2010 10:44:11 AM
> > org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
> > destroySingletons INFO: Destroying singletons in
> > org.springframework.beans.factory.support.DefaultListableBeanFactory@54962
> > fcd: defining beans [cxf,org.apache.cxf.bus.spring.BusApplicationListe
> > ner,org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor,org.apache
> > .cxf.bus.spring.Jsr250BeanPostProcessor,org.apache.cxf.bus.spring.BusExtens
> > ionPostProcessor,org.apach
> > e.cxf.resource.ResourceManager,org.apache.cxf.configuration.Configurer,org
> > .apache.cxf.binding.BindingFactoryManager,org.apache.cxf.transport.Destinat
> > ionFactoryManager,org.apac
> > he.cxf.transport.ConduitInitiatorManager,org.apache.cxf.wsdl.WSDLManager,o
> > rg.apache.cxf.phase.PhaseManager,org.apache.cxf.workqueue.WorkQueueManager,
> > org.apache.cxf.buslifecycl
> > e.BusLifeCycleManager,org.apache.cxf.endpoint.ServerRegistry,org.apache.cx
> > f.endpoint.ServerLifeCycleManager,org.apache.cxf.endpoint.ClientLifeCycleMa
> > nager,org.apache.cxf.trans
> > ports.http.QueryHandlerRegistry,org.apache.cxf.endpoint.EndpointResolverRe
> > gistry,org.apache.cxf.headers.HeaderManager,org.apache.cxf.catalog.OASISCat
> > alogManager,org.apache.cxf
> > .service.factory.FactoryBeanListenerManager,org.apache.cxf.endpoint.Servic
> > eContractResolverRegistry,org.apache.cxf.binding.corba.CorbaBindingFactory,
> > org.apache.cxf.binding.cor
> > ba.wsdl.WSDLExtensionRegister#0,org.apache.cxf.jaxws.context.WebServiceCon
> > textResourceResolver,org.apache.cxf.jaxws.context.WebServiceContextImpl,org
> > .apache.cxf.binding.soap.S
> > oapBindingFactory,org.apache.cxf.binding.soap.SoapTransportFactory,org.apa
> > che.cxf.binding.soap.customEditorConfigurer,org.apache.cxf.binding.xml.XMLB
> > indingFactory,org.apache.c
> > xf.ws.addressing.policy.AddressingAssertionBuilder,org.apache.cxf.ws.addre
> > ssing.policy.AddressingPolicyInterceptorProvider,org.apache.cxf.ws.addressi
> > ng.policy.UsingAddressingA
> > ssertionBuilder,org.apache.cxf.management.InstrumentationManager,org.apach
> > e.cxf.binding.jbi.JBIBindingFactory,org.apache.cxf.transport.jbi.JBITranspo
> > rtFactory,org.apache.cxf.b
> > inding.http.HttpBindingFactory,org.apache.cxf.transport.http.policy.HTTPCl
> > ientAssertionBuilder,org.apache.cxf.transport.http.policy.HTTPServerAsserti
> > onBuilder,org.apache.cxf.t
> > ransport.http.policy.NoOpPolicyInterceptorProvider,org.apache.cxf.transpor
> > t.http.ClientOnlyHTTPTransportFactory,org.apache.cxf.transport.http_jetty.J
> > ettyHTTPTransportFactory,o
> > rg.apache.cxf.transport.local.LocalTransportFactory,org.apache.cxf.transpo
> > rt.jms.JMSTransportFactory,org.apache.cxf.ws.policy.AssertionBuilderRegistr
> > y,org.apache.cxf.ws.policy
> > .PolicyInterceptorProviderRegistry,org.apache.cxf.ws.policy.attachment.ext
> > ernal.DomainExpressionBuilderRegistry,org.apache.cxf.ws.policy.attachment.e
> > xternal.EndpointReferenceD
> > omainExpressionBuilder,org.apache.cxf.ws.policy.PolicyBuilder,org.apache.c
> > xf.ws.policy.PolicyEngine,org.apache.cxf.ws.policy.attachment.wsdl11.Wsdl11
> > AttachmentPolicyProvider,o
> > rg.apache.cxf.ws.policy.attachment.ServiceModelPolicyProvider,org.apache.c
> > xf.ws.policy.mtom.MTOMAssertionBuilder,org.apache.cxf.ws.policy.mtom.MTOMPo
> > licyInterceptorProvider,or g.apache.cxf.jaxrs.JAXRSBindingFactory]; root of
> > factory hierarchy [INFO] [resources:testResources {execution:
> > default-testResources}] [INFO] Using 'UTF-8' encoding to copy filtered
> > resources.
> > [INFO] Copying 36 resources
> > [INFO] Copying 15 resources
> > [INFO] Copying 2 resources
> > [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Compiling 200 source files to
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\uncategorized\target
> > \test-classes [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\uncategorized\target
> > \surefire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.interceptor.InterceptorFaultTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.075 sec
> >
> > Results :
> >
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.versioning.ClientServerVersioningTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.042 sec
> >
> > Results :
> >
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.js.JSClientServerTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.004 sec
> >
> > Results :
> >
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.bus.BusShutdownTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.082 sec
> >
> > Results :
> >
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.corba.CorbaTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.055 sec
> >
> > Results :
> >
> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.cxf1226.MissingQualification1226Test
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.152 sec
> >
> > Results :
> >
> > Tests run: 9, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.rest.RestClientServerHttpBindingTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.743 sec
> >
> > Results :
> >
> > Tests run: 11, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.rest.RestClientServerBookTest
> > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.132 sec
> >
> > Results :
> >
> > Tests run: 18, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.mtom_bindingtype.MTOMBindingTypeTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 3.237 sec
> >
> > Results :
> >
> > Tests run: 20, Failures: 0, Errors: 0, Skipped: 1
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.factory_pattern.MultiplexClientServerTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.707 sec
> >
> > Results :
> >
> > Tests run: 22, Failures: 0, Errors: 0, Skipped: 1
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.resolver.JarResolverTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.16 sec
> >
> > Results :
> >
> > Tests run: 23, Failures: 0, Errors: 0, Skipped: 1
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.type_substitution.AppleFindClientServerTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.91 sec
> >
> > Results :
> >
> > Tests run: 24, Failures: 0, Errors: 0, Skipped: 1
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.bus.SpringBusFactoryTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.621 sec
> >
> > Results :
> >
> > Tests run: 26, Failures: 0, Errors: 0, Skipped: 1
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.type_test.soap.SOAPDocLitClientTypeTest
> > Tests run: 177, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.203
> > sec
> >
> > Results :
> >
> > Tests run: 203, Failures: 0, Errors: 0, Skipped: 1
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jbi.ClientServerTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.544 sec
> >
> > Results :
> >
> > Tests run: 204, Failures: 0, Errors: 0, Skipped: 1
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.rest.RestClientServerTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.501 sec
> >
> > Results :
> >
> > Tests run: 207, Failures: 0, Errors: 0, Skipped: 1
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.soap12.Soap12ClientServerTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.351 sec
> >
> > Results :
> >
> > Tests run: 212, Failures: 0, Errors: 0, Skipped: 1
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.soapfault.SOAPFaultRequestTestCase
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.264 sec
> >
> > Results :
> >
> > Tests run: 213, Failures: 0, Errors: 0, Skipped: 1
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running
> > org.apache.cxf.systest.factory_pattern.MultiplexHttpAddressClientServerTes
> > t Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.325 sec
> >
> > Results :
> >
> > Tests run: 217, Failures: 0, Errors: 0, Skipped: 1
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.cxf1332.Cxf1332Test
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.846 sec
> >
> > Results :
> >
> > Tests run: 218, Failures: 0, Errors: 0, Skipped: 1
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.cxf993.Cxf993Test
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.958 sec
> >
> > Results :
> >
> > Tests run: 219, Failures: 0, Errors: 0, Skipped: 1
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.stringarray.StringArrayTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.647 sec
> >
> > Results :
> >
> > Tests run: 220, Failures: 0, Errors: 0, Skipped: 1
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.type_test.xml.XMLClientTypeTest
> > Tests run: 174, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 20.963
> > sec
> >
> > Results :
> >
> > Tests run: 394, Failures: 0, Errors: 0, Skipped: 3
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.fault.IntFaultClientServerTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.612 sec
> >
> > Results :
> >
> > Tests run: 395, Failures: 0, Errors: 0, Skipped: 3
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.type_test.corba.CORBADocLitClientTypeTest
> > Tests run: 175, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 13.515
> > sec
> >
> > Results :
> >
> > Tests run: 570, Failures: 0, Errors: 0, Skipped: 5
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.type_substitution.TypeSubClientServerTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.049 sec
> >
> > Results :
> >
> > Tests run: 571, Failures: 0, Errors: 0, Skipped: 5
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.soap.SoapActionTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.707 sec
> >
> > Results :
> >
> > Tests run: 573, Failures: 0, Errors: 0, Skipped: 5
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.mtom.MtomServerTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.918 sec
> >
> > Results :
> >
> > Tests run: 575, Failures: 0, Errors: 0, Skipped: 5
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jca.OutBoundConnectionTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.839 sec
> >
> > Results :
> >
> > Tests run: 577, Failures: 0, Errors: 0, Skipped: 5
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.clustering.FailoverTest
> > Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.607 sec
> >
> > Results :
> >
> > Tests run: 587, Failures: 0, Errors: 0, Skipped: 5
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.lifecycle.LifeCycleTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.511 sec
> >
> > Results :
> >
> > Tests run: 589, Failures: 0, Errors: 0, Skipped: 5
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.mtom.ClientMtomXopTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 3.296 sec
> >
> > Results :
> >
> > Tests run: 591, Failures: 0, Errors: 0, Skipped: 6
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.mtom.ClientMtomXopWithJMSTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.625 sec
> >
> > Results :
> >
> > Tests run: 592, Failures: 0, Errors: 0, Skipped: 6
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.management.ManagedBusTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.832 sec
> >
> > Results :
> >
> > Tests run: 595, Failures: 0, Errors: 0, Skipped: 6
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.type_test.soap.SOAPRpcLitClientTypeTest
> > Tests run: 176, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.113
> > sec
> >
> > Results :
> >
> > Tests run: 771, Failures: 0, Errors: 0, Skipped: 6
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.corba.CorbaBindingFactoryConfigurerTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.277 sec
> >
> > Results :
> >
> > Tests run: 772, Failures: 0, Errors: 0, Skipped: 6
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.mtom_feature.MtomFeatureClientServerTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.263 sec
> >
> > Results :
> >
> > Tests run: 775, Failures: 0, Errors: 0, Skipped: 6
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.basicDOCBare.DOCBareClientServerTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.015 sec
> >
> > Results :
> >
> > Tests run: 778, Failures: 0, Errors: 0, Skipped: 6
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running
> > org.apache.cxf.systest.factory_pattern.ManualHttpMulitplexClientServerTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.832 sec
> >
> > Results :
> >
> > Tests run: 780, Failures: 0, Errors: 0, Skipped: 6
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.clustering.FailoverAddressOverrideTest
> > starting replicated target:
> > http://localhost:9053/SoapContext/ReplicatedPortC starting replicated
> > target: http://localhost:9052/SoapContext/ReplicatedPortB starting
> > replicated target: http://localhost:9051/SoapContext/ReplicatedPortA Tests
> > run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.28 sec
> >
> > Results :
> >
> > Tests run: 783, Failures: 0, Errors: 0, Skipped: 6
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.mtom.MtomPolicyTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.082 sec
> >
> > Results :
> >
> > Tests run: 785, Failures: 0, Errors: 0, Skipped: 6
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.management.CountersClientServerTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.354 sec
> >
> > Results :
> >
> > Tests run: 786, Failures: 0, Errors: 0, Skipped: 6
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.coloc.ColocHeaderRpcLitTest
> > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.05 sec
> >
> > Results :
> >
> > Tests run: 793, Failures: 0, Errors: 0, Skipped: 6
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.coloc.ColocHeaderDocLitTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.784 sec
> >
> > Results :
> >
> > Tests run: 798, Failures: 0, Errors: 0, Skipped: 6
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.soapheader.HeaderClientServerTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.92 sec
> >
> > Results :
> >
> > Tests run: 800, Failures: 0, Errors: 0, Skipped: 6
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.management.ManagedClientServerTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.731 sec
> >
> > Results :
> >
> > Tests run: 801, Failures: 0, Errors: 0, Skipped: 6
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.callback.CallbackClientServerTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.218 sec
> >
> > Results :
> >
> > Tests run: 802, Failures: 0, Errors: 0, Skipped: 6
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.coloc.ColocWrappedDocLitTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.088 sec
> >
> > Results :
> >
> > Tests run: 806, Failures: 0, Errors: 0, Skipped: 6
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.nested_callback.CallbackClientServerTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.673 sec
> >
> > Results :
> >
> > Tests run: 807, Failures: 0, Errors: 0, Skipped: 6
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.schema_validation.ValidationClientServerTest
> > DefaultValidationEventHandler: [FATAL_ERROR]: cvc-complex-type.2.4.a:
> > Invalid content was found starting with element 'varString'. One of
> > '{"http://apache.org/schema_validatio n/types":varFloat}' is expected.
> >      Location: line 1
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.099 sec
> >
> > Results :
> >
> > Tests run: 808, Failures: 0, Errors: 0, Skipped: 6
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.outofband.header.OOBHeaderTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.327 sec
> >
> > Results :
> >
> > Tests run: 809, Failures: 0, Errors: 0, Skipped: 6
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\uncategorized\target
> > \cxf-systests-uncategorized-2.3.0-SNAPSHOT.jar [INFO] [jar:test-jar
> > {execution: attach-sources}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\uncategorized\target
> > \cxf-systests-uncategorized-2.3.0-SNAPSHOT-tests.jar [INFO]
> > [install:install {execution: default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\uncategorized\target
> > \cxf-systests-uncategorized-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\
> > org\apache\cxf\systests\cxf-systests-uncategorized\2.3.0-SNAPSHOT\cxf-syst
> > ests-uncategorized-2.3.0-SNAPSHOT.jar [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\uncategorized\target
> > \cxf-systests-uncategorized-2.3.0-SNAPSHOT-tests.jar to
> > C:\Users\ggregory\.m2\repos
> > itory\org\apache\cxf\systests\cxf-systests-uncategorized\2.3.0-SNAPSHOT\cx
> > f-systests-uncategorized-2.3.0-SNAPSHOT-tests.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Transport System Tests
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
> > [INFO] [remote-resources:process {execution: default}]
> > Downloading:
> > http://repo1.maven.org/maven2/commons-pool/commons-pool/1.3/commons-pool-1
> > .3.jar
> >
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\src\main\
> > java [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\src\main\
> > resources [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\src\main\
> > resources-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\target\ge
> > nerated\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] Compiling 6 source files to
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\target\cl
> > asses [INFO] [cxf-codegen:wsdl2java {execution: generate-test-sources}]
> > [INFO] Nothing to generate
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 72 resources
> > [INFO] Copying 2 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\target\ge
> > nerated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Compiling 111 source files to
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\target\te
> > st-classes [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\target\su
> > refire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jms.tx.JMSTransactionClientServerTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.77 sec
> >
> > Results :
> >
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running
> > org.apache.cxf.systest.http_jetty.continuations.ClientServerWrappedContinu
> > ationTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
> > 6.998 sec
> >
> > Results :
> >
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.http_jetty.ThreadPoolTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.149 sec
> >
> > Results :
> >
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.servlet.SpringServletTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.22 sec
> >
> > Results :
> >
> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jms.JMSClientServerTest
> > Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.625 sec
> >
> > Results :
> >
> > Tests run: 32, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running
> > org.apache.cxf.systest.multitransport.MultiTransportClientServerTest Tests
> > run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.115 sec
> >
> > Results :
> >
> > Tests run: 33, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.local_transport.DirectDispatchClientTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.496 sec
> >
> > Results :
> >
> > Tests run: 35, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running
> > org.apache.cxf.systest.jms.continuations.HelloWorldContinuationsClientServ
> > erTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
> > 11.641 sec
> >
> > Results :
> >
> > Tests run: 36, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.http.HTTPSClientTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.715 sec
> >
> > Results :
> >
> > Tests run: 42, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.jms.testsuite.testcases.SOAPJMSTestSuiteTest
> > Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.603 sec
> >
> > Results :
> >
> > Tests run: 74, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.http.HTTPConduitTest
> > Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.943 sec
> >
> > Results :
> >
> > Tests run: 85, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running
> > org.apache.cxf.systest.jms.continuations.HelloWorldContinuationsThrottleTe
> > st Completed : 5
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.67 sec
> >
> > Results :
> >
> > Tests run: 86, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running
> > org.apache.cxf.systest.jms.continuations.JMSContinuationsClientServerTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.364 sec
> >
> > Results :
> >
> > Tests run: 87, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.http_jetty.EngineLifecycleTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.344 sec
> >
> > Results :
> >
> > Tests run: 89, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.servlet.HttpBindingServletTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.702 sec
> >
> > Results :
> >
> > Tests run: 92, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.servlet.ErrorContextSerletTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.337 sec
> >
> > Results :
> >
> > Tests run: 93, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.http.CertConstraintsTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.482 sec
> >
> > Results :
> >
> > Tests run: 94, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.http.PublishedEndpointUrlTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.223 sec
> >
> > Results :
> >
> > Tests run: 95, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.servlet.JsFrontEndServletTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.887 sec
> >
> > Results :
> >
> > Tests run: 96, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.servlet.SpringAutoPublishServletTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.877 sec
> >
> > Results :
> >
> > Tests run: 99, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.servlet.ExternalServicesServletTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.397 sec
> >
> > Results :
> >
> > Tests run: 101, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.http.WSDLAddressRewriteTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.267 sec
> >
> > Results :
> >
> > Tests run: 103, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.servlet.CXFServletTest
> > class org.apache.cxf.jaxws.binding.soap.SOAPBindingImpl
> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.889 sec
> >
> > Results :
> >
> > Tests run: 111, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.servlet.NoSpringServletClientTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.974 sec
> >
> > Results :
> >
> > Tests run: 114, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.http.ClientServerSessionTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 6.416 sec
> >
> > Results :
> >
> > Tests run: 117, Failures: 0, Errors: 0, Skipped: 1
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.http.WSDLQueryTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.599 sec
> >
> > Results :
> >
> > Tests run: 123, Failures: 0, Errors: 0, Skipped: 1
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\target\cx
> > f-systests-transports-2.3.0-SNAPSHOT.jar [INFO] [jar:test-jar {execution:
> > attach-sources}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\target\cx
> > f-systests-transports-2.3.0-SNAPSHOT-tests.jar [INFO] [install:install
> > {execution: default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\target\cx
> > f-systests-transports-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\ap
> > ache\cxf\systests\cxf-systests-transports\2.3.0-SNAPSHOT\cxf-systests-tran
> > sports-2.3.0-SNAPSHOT.jar [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\target\cx
> > f-systests-transports-2.3.0-SNAPSHOT-tests.jar to
> > C:\Users\ggregory\.m2\repository\
> > org\apache\cxf\systests\cxf-systests-transports\2.3.0-SNAPSHOT\cxf-systest
> > s-transports-2.3.0-SNAPSHOT-tests.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF JAX-WS System Tests
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\src\main\java
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\src\main\resou
> > rces [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\src\main\resou
> > rces-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\target\generat
> > ed\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] No sources to compile
> > [INFO] [cxf-codegen:wsdl2java {execution: generate-test-sources}]
> > [INFO] Nothing to generate
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 37 resources
> > [INFO] Copying 3 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\target\generat
> > ed\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Compiling 106 source files to
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\target\test-cl
> > asses [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\target\surefir
> > e-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.provider.ProviderClientServerTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.206 sec
> >
> > Results :
> >
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.handlers.HandlerInvocationTest
> > Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.904 sec
> >
> > Results :
> >
> > Tests run: 35, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxws.ClientServerMixedStyleTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.116 sec
> >
> > Results :
> >
> > Tests run: 37, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxws.JaxWsDynamicClientTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.665 sec
> >
> > Results :
> >
> > Tests run: 38, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxws.ClientServerGreeterNoWsdlTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.565 sec
> >
> > Results :
> >
> > Tests run: 40, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxws.JaxwsExecutorTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.307 sec
> >
> > Results :
> >
> > Tests run: 41, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxws.ClientServerGreeterBaseNoWsdlTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.704 sec
> >
> > Results :
> >
> > Tests run: 42, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.handlers.DispatchHandlerInvocationTest
> > Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.2 sec
> >
> > Results :
> >
> > Tests run: 53, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxws.AnyClientServerTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.631 sec
> >
> > Results :
> >
> > Tests run: 55, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running
> > org.apache.cxf.systest.handlers.HandlerInvocationUsingAddNumbersTest Tests
> > run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.252 sec
> >
> > Results :
> >
> > Tests run: 60, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running
> > org.apache.cxf.systest.jaxws.beanpostprocessor.CustomizedfBeanPostProcesso
> > rTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.577
> > sec
> >
> > Results :
> >
> > Tests run: 61, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.dispatch.DispatchClientServerTest
> > Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.918 sec
> >
> > Results :
> >
> > Tests run: 71, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.provider.datasource.DataSourceProviderTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.848 sec
> >
> > Results :
> >
> > Tests run: 73, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxws.OASISCatalogTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.325 sec
> >
> > Results :
> >
> > Tests run: 78, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.handlers.TrivialSOAPHandlerTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.744 sec
> >
> > Results :
> >
> > Tests run: 79, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxws.ClientServerRPCLitTest
> > DefaultValidationEventHandler: [FATAL_ERROR]: cvc-complex-type.2.4.a:
> > Invalid content was found starting with element 'ns2:elem3'. One of
> > '{"http://apache.org/hello_world_rpcl it/types":elem2}' is expected.
> >      Location: line 1
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.058 sec
> >
> > Results :
> >
> > Tests run: 83, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxws.ClientServerRPCLitDefatulAnnoTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.855 sec
> >
> > Results :
> >
> > Tests run: 84, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxws.ClientServerTest
> > Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.581 sec
> >
> > Results :
> >
> > Tests run: 112, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxws.ClientServerMiscTest
> > DefaultValidationEventHandler: [ERROR]: NoName is not a valid name
> >      Location:
> > DefaultValidationEventHandler: [ERROR]: NoName is not a valid name
> >      Location:
> > DefaultValidationEventHandler: [ERROR]: NoName is not a valid name
> >      Location:
> > DefaultValidationEventHandler: [ERROR]: NoName is not a valid name
> >      Location:
> > Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.205 sec
> >
> > Results :
> >
> > Tests run: 130, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.swa.ClientServerSwaTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.967 sec
> >
> > Results :
> >
> > Tests run: 136, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running
> > org.apache.cxf.systest.jaxws.beanpostprocessor.BeanPostProcessorTest Tests
> > run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.225 sec
> >
> > Results :
> >
> > Tests run: 137, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.provider.ProviderXMLClientServerTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.356 sec
> >
> > Results :
> >
> > Tests run: 139, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxws.LocatorClientServerTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 3.201 sec
> >
> > Results :
> >
> > Tests run: 141, Failures: 0, Errors: 0, Skipped: 1
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxws.ClientServerGreeterBaseTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.548 sec
> >
> > Results :
> >
> > Tests run: 142, Failures: 0, Errors: 0, Skipped: 1
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.dispatch.DispatchXMLClientServerTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.489 sec
> >
> > Results :
> >
> > Tests run: 145, Failures: 0, Errors: 0, Skipped: 1
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.handlers.SpringConfiguredHandlerTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.874 sec
> >
> > Results :
> >
> > Tests run: 146, Failures: 0, Errors: 0, Skipped: 1
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxws.JaxWsClientThreadTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.652 sec
> >
> > Results :
> >
> > Tests run: 147, Failures: 0, Errors: 0, Skipped: 1
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running
> > org.apache.cxf.systest.provider.AttachmentProviderXMLClientServerTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.807 sec
> >
> > Results :
> >
> > Tests run: 148, Failures: 0, Errors: 0, Skipped: 1
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.provider.ProviderRPCClientServerTest
> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.503 sec
> >
> > Results :
> >
> > Tests run: 156, Failures: 0, Errors: 0, Skipped: 1
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxws.ClientServerXMLTest
> > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.718 sec
> >
> > Results :
> >
> > Tests run: 163, Failures: 0, Errors: 0, Skipped: 1
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\target\cxf-sys
> > tests-jaxws-2.3.0-SNAPSHOT.jar [INFO] [jar:test-jar {execution:
> > attach-sources}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\target\cxf-sys
> > tests-jaxws-2.3.0-SNAPSHOT-tests.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\target\cxf-sys
> > tests-jaxws-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\s
> > ystests\cxf-systests-jaxws\2.3.0-SNAPSHOT\cxf-systests-jaxws-2.3.0-SNAPSHO
> > T.jar [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\target\cxf-sys
> > tests-jaxws-2.3.0-SNAPSHOT-tests.jar to
> > C:\Users\ggregory\.m2\repository\org\apache
> > \cxf\systests\cxf-systests-jaxws\2.3.0-SNAPSHOT\cxf-systests-jaxws-2.3.0-S
> > NAPSHOT-tests.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF Databinding System Tests
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\src\main
> > \java [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\src\main
> > \resources [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\src\main
> > \resources-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\target\g
> > enerated\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] No sources to compile
> > [INFO] [build-helper:add-test-source {execution: add-test-source}]
> > [INFO] Test Source directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\src\test
> > \generated added. [INFO] [cxf-codegen:wsdl2java {execution:
> > generate-test-sources}]
> > Jul 23, 2010 10:57:31 AM
> > org.springframework.context.support.AbstractApplicationContext
> > prepareRefresh INFO: Refreshing
> > org.apache.cxf.bus.spring.BusApplicationContext@a46f0b5: display name
> > [org.apache.cxf.bus.spring.BusApplicationContext@a46f0b5]; startup date
> > [Fri Jul 23 10:5 7:31 PDT 2010]; root of context hierarchy
> > Jul 23, 2010 10:57:31 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf.xml] Jul 23, 2010 10:57:31 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-jaxws.xml] Jul 23, 2010 10:57:31 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-soap.xml] Jul 23, 2010 10:57:31 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-xml.xml] Jul 23, 2010 10:57:31 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-addr.xml] Jul 23, 2010 10:57:31 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-http.xml] Jul 23, 2010 10:57:31 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-http-jetty.xml] Jul 23, 2010 10:57:31
> > AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-http.xml] Jul 23, 2010 10:57:31 AM
> > org.springframework.beans.factory.support.DefaultListableBeanFactory
> > registerBeanDefinition INFO: Overriding bean definition for bean
> > 'org.apache.cxf.transport.http.policy.HTTPClientAssertionBuilder':
> > replacing [Generic bean: class [org.apache.cxf.transport.http.poli
> > cy.HTTPClientAssertionBuilder]; scope=singleton; abstract=false;
> > lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true;
> > primary=false; factoryBeanName=null; factoryMethodName=null;
> > initMethodName=null; destroyMethodName=null; defined in class path
> > resource [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class
> > [org.apac he.cxf.transport.http.policy.HTTPClientAssertionBuilder];
> > scope=singleton; abstract=false; lazyInit=true; autowireMode=0;
> > dependencyCheck=0; autowireCandidate=true; primary=fa lse;
> > factoryBeanName=null; factoryMethodName=null; initMethodName=null;
> > destroyMethodName=null; defined in class path resource
> > [META-INF/cxf/cxf-extension-http.xml]] Jul 23, 2010 10:57:31 AM
> > org.springframework.beans.factory.support.DefaultListableBeanFactory
> > registerBeanDefinition INFO: Overriding bean definition for bean
> > 'org.apache.cxf.transport.http.policy.HTTPServerAssertionBuilder':
> > replacing [Generic bean: class [org.apache.cxf.transport.http.poli
> > cy.HTTPServerAssertionBuilder]; scope=singleton; abstract=false;
> > lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true;
> > primary=false; factoryBeanName=null; factoryMethodName=null;
> > initMethodName=null; destroyMethodName=null; defined in class path
> > resource [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class
> > [org.apac he.cxf.transport.http.policy.HTTPServerAssertionBuilder];
> > scope=singleton; abstract=false; lazyInit=true; autowireMode=0;
> > dependencyCheck=0; autowireCandidate=true; primary=fa lse;
> > factoryBeanName=null; factoryMethodName=null; initMethodName=null;
> > destroyMethodName=null; defined in class path resource
> > [META-INF/cxf/cxf-extension-http.xml]] Jul 23, 2010 10:57:31 AM
> > org.springframework.beans.factory.support.DefaultListableBeanFactory
> > registerBeanDefinition INFO: Overriding bean definition for bean
> > 'org.apache.cxf.transport.http.policy.NoOpPolicyInterceptorProvider':
> > replacing [Generic bean: class [org.apache.cxf.transport.http.p
> > olicy.NoOpPolicyInterceptorProvider]; scope=singleton; abstract=false;
> > lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true;
> > primary=false; factoryBeanName =null; factoryMethodName=null;
> > initMethodName=null; destroyMethodName=null; defined in class path
> > resource [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class
> > [or g.apache.cxf.transport.http.policy.NoOpPolicyInterceptorProvider];
> > scope=singleton; abstract=false; lazyInit=true; autowireMode=0;
> > dependencyCheck=0; autowireCandidate=true; p rimary=false;
> > factoryBeanName=null; factoryMethodName=null; initMethodName=null;
> > destroyMethodName=null; defined in class path resource
> > [META-INF/cxf/cxf-extension-http.xml]] Jul 23, 2010 10:57:31 AM
> > org.springframework.beans.factory.support.DefaultListableBeanFactory
> > registerBeanDefinition INFO: Overriding bean definition for bean
> > 'org.apache.cxf.transport.http.ClientOnlyHTTPTransportFactory': replacing
> > [Generic bean: class [org.apache.cxf.transport.http.ClientO
> > nlyHTTPTransportFactory]; scope=singleton; abstract=false; lazyInit=true;
> > autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false;
> > factoryBeanName=null; facto ryMethodName=null; initMethodName=null;
> > destroyMethodName=null; defined in class path resource
> > [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class
> > [org.apache.cxf .transport.http.ClientOnlyHTTPTransportFactory];
> > scope=singleton; abstract=false; lazyInit=true; autowireMode=0;
> > dependencyCheck=0; autowireCandidate=true; primary=false; fact
> > oryBeanName=null; factoryMethodName=null; initMethodName=null;
> > destroyMethodName=null; defined in class path resource
> > [META-INF/cxf/cxf-extension-http.xml]] Jul 23, 2010 10:57:31 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-local.xml] Jul 23, 2010 10:57:31 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-ws-security.xml] Jul 23, 2010
> > 10:57:31 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-jaxrs-binding.xml] Jul 23, 2010
> > 10:57:31 AM org.springframework.context.support.AbstractApplicationContext
> > obtainFreshBeanFactory INFO: Bean factory for application context
> > [org.apache.cxf.bus.spring.BusApplicationContext@a46f0b5]:
> > org.springframework.beans.factory.support.DefaultListableBeanFactory@780e
> > a6fb
> > Jul 23, 2010 10:57:31 AM
> > org.springframework.beans.factory.support.DefaultListableBeanFactory
> > preInstantiateSingletons INFO: Pre-instantiating singletons in
> > org.springframework.beans.factory.support.DefaultListableBeanFactory@780ea
> > 6fb: defining beans [cxf,org.apache.cxf.bus.spring.BusApplicati
> > onListener,org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor,org
> > .apache.cxf.bus.spring.Jsr250BeanPostProcessor,org.apache.cxf.bus.spring.Bu
> > sExtensionPostProcessor,or
> > g.apache.cxf.resource.ResourceManager,org.apache.cxf.configuration.Configu
> > rer,org.apache.cxf.binding.BindingFactoryManager,org.apache.cxf.transport.D
> > estinationFactoryManager,o
> > rg.apache.cxf.transport.ConduitInitiatorManager,org.apache.cxf.wsdl.WSDLMa
> > nager,org.apache.cxf.phase.PhaseManager,org.apache.cxf.workqueue.WorkQueueM
> > anager,org.apache.cxf.busl
> > ifecycle.BusLifeCycleManager,org.apache.cxf.endpoint.ServerRegistry,org.ap
> > ache.cxf.endpoint.ServerLifeCycleManager,org.apache.cxf.endpoint.ClientLife
> > CycleManager,org.apache.cx
> > f.transports.http.QueryHandlerRegistry,org.apache.cxf.endpoint.EndpointRes
> > olverRegistry,org.apache.cxf.headers.HeaderManager,org.apache.cxf.catalog.O
> > ASISCatalogManager,org.apa
> > che.cxf.service.factory.FactoryBeanListenerManager,org.apache.cxf.endpoint
> > .ServiceContractResolverRegistry,org.apache.cxf.jaxws.context.WebServiceCon
> > textResourceResolver,org.a
> > pache.cxf.jaxws.context.WebServiceContextImpl,org.apache.cxf.binding.soap.
> > SoapBindingFactory,org.apache.cxf.binding.soap.SoapTransportFactory,org.apa
> > che.cxf.binding.soap.custo
> > mEditorConfigurer,org.apache.cxf.binding.xml.XMLBindingFactory,org.apache.
> > cxf.ws.addressing.policy.AddressingAssertionBuilder,org.apache.cxf.ws.addre
> > ssing.policy.AddressingPol
> > icyInterceptorProvider,org.apache.cxf.ws.addressing.policy.UsingAddressing
> > AssertionBuilder,org.apache.cxf.transport.http.policy.HTTPClientAssertionBu
> > ilder,org.apache.cxf.trans
> > port.http.policy.HTTPServerAssertionBuilder,org.apache.cxf.transport.http.
> > policy.NoOpPolicyInterceptorProvider,org.apache.cxf.transport.http.ClientOn
> > lyHTTPTransportFactory,org
> > .apache.cxf.transport.http_jetty.JettyHTTPTransportFactory,org.apache.cxf.
> > transport.local.LocalTransportFactory,org.apache.cxf.ws.security.policy.WSS
> > ecurityPolicyLoader,org.ap ache.cxf.jaxrs.JAXRSBindingFactory]; root of
> > factory hierarchy
> > Jul 23, 2010 10:57:33 AM
> > org.springframework.context.support.AbstractApplicationContext doClose
> > INFO: Closing org.apache.cxf.bus.spring.BusApplicationContext@a46f0b5:
> > display name [org.apache.cxf.bus.spring.BusApplicationContext@a46f0b5];
> > startup date [Fri Jul 23 10:57:3 1 PDT 2010]; root of context hierarchy
> > Jul 23, 2010 10:57:33 AM
> > org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
> > destroySingletons INFO: Destroying singletons in
> > org.springframework.beans.factory.support.DefaultListableBeanFactory@780ea
> > 6fb: defining beans [cxf,org.apache.cxf.bus.spring.BusApplicationListe
> > ner,org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor,org.apache
> > .cxf.bus.spring.Jsr250BeanPostProcessor,org.apache.cxf.bus.spring.BusExtens
> > ionPostProcessor,org.apach
> > e.cxf.resource.ResourceManager,org.apache.cxf.configuration.Configurer,org
> > .apache.cxf.binding.BindingFactoryManager,org.apache.cxf.transport.Destinat
> > ionFactoryManager,org.apac
> > he.cxf.transport.ConduitInitiatorManager,org.apache.cxf.wsdl.WSDLManager,o
> > rg.apache.cxf.phase.PhaseManager,org.apache.cxf.workqueue.WorkQueueManager,
> > org.apache.cxf.buslifecycl
> > e.BusLifeCycleManager,org.apache.cxf.endpoint.ServerRegistry,org.apache.cx
> > f.endpoint.ServerLifeCycleManager,org.apache.cxf.endpoint.ClientLifeCycleMa
> > nager,org.apache.cxf.trans
> > ports.http.QueryHandlerRegistry,org.apache.cxf.endpoint.EndpointResolverRe
> > gistry,org.apache.cxf.headers.HeaderManager,org.apache.cxf.catalog.OASISCat
> > alogManager,org.apache.cxf
> > .service.factory.FactoryBeanListenerManager,org.apache.cxf.endpoint.Servic
> > eContractResolverRegistry,org.apache.cxf.jaxws.context.WebServiceContextRes
> > ourceResolver,org.apache.c
> > xf.jaxws.context.WebServiceContextImpl,org.apache.cxf.binding.soap.SoapBin
> > dingFactory,org.apache.cxf.binding.soap.SoapTransportFactory,org.apache.cxf
> > .binding.soap.customEditor
> > Configurer,org.apache.cxf.binding.xml.XMLBindingFactory,org.apache.cxf.ws.
> > addressing.policy.AddressingAssertionBuilder,org.apache.cxf.ws.addressing.p
> > olicy.AddressingPolicyInte
> > rceptorProvider,org.apache.cxf.ws.addressing.policy.UsingAddressingAsserti
> > onBuilder,org.apache.cxf.transport.http.policy.HTTPClientAssertionBuilder,o
> > rg.apache.cxf.transport.ht
> > tp.policy.HTTPServerAssertionBuilder,org.apache.cxf.transport.http.policy.
> > NoOpPolicyInterceptorProvider,org.apache.cxf.transport.http.ClientOnlyHTTPT
> > ransportFactory,org.apache
> > .cxf.transport.http_jetty.JettyHTTPTransportFactory,org.apache.cxf.transpo
> > rt.local.LocalTransportFactory,org.apache.cxf.ws.security.policy.WSSecurity
> > PolicyLoader,org.apache.cx f.jaxrs.JAXRSBindingFactory]; root of factory
> > hierarchy
> > [INFO] [resources:copy-resources {execution: copy-test-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 86 resources
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 3 resources
> > [INFO] Copying 8 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\target\g
> > enerated\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Compiling 69 source files to
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\target\t
> > est-classes [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\target\s
> > urefire-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxb.TestServiceTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.149 sec
> >
> > Results :
> >
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.aegis.mtom.MtomTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.646 sec
> >
> > Results :
> >
> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.aegis.CharacterSchemaTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.003 sec
> >
> > Results :
> >
> > Tests run: 9, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.aegis.AegisClientServerTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.006 sec
> >
> > Results :
> >
> > Tests run: 14, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.xmlbeans.ClientServerXmlBeansTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.499 sec
> >
> > Results :
> >
> > Tests run: 16, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.aegis.AegisJaxWsTest
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.341 sec
> >
> > Results :
> >
> > Tests run: 21, Failures: 0, Errors: 0, Skipped: 0
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\target\c
> > xf-systests-databinding-2.3.0-SNAPSHOT.jar [INFO] [jar:test-jar {execution:
> > attach-sources}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\target\c
> > xf-systests-databinding-2.3.0-SNAPSHOT-tests.jar [INFO] [install:install
> > {execution: default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\target\c
> > xf-systests-databinding-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\
> > apache\cxf\systests\cxf-systests-databinding\2.3.0-SNAPSHOT\cxf-systests-d
> > atabinding-2.3.0-SNAPSHOT.jar [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\target\c
> > xf-systests-databinding-2.3.0-SNAPSHOT-tests.jar to
> > C:\Users\ggregory\.m2\repositor
> > y\org\apache\cxf\systests\cxf-systests-databinding\2.3.0-SNAPSHOT\cxf-syst
> > ests-databinding-2.3.0-SNAPSHOT-tests.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF JAX-RS System Tests
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > Downloading:
> > http://repo1.maven.org/maven2/jetty/jsp-api/2.1-6.0.2/jsp-api-2.1-6.0.2.po
> > m [INFO] Unable to find resource 'jetty:jsp-api:pom:2.1-6.0.2' in
> > repository central (http://repo1.maven.org/maven2) Downloading:
> > http://repo1.maven.org/maven2/jetty/jsp/2.1-6.0.2/jsp-2.1-6.0.2.pom [INFO]
> > Unable to find resource 'jetty:jsp:pom:2.1-6.0.2' in repository central
> > (http://repo1.maven.org/maven2) Downloading:
> > http://repo1.maven.org/maven2/org/codehaus/jackson/jackson-jaxrs/1.2.0/jac
> > kson-jaxrs-1.2.0.pom
> >
> > Downloading:
> > http://repo1.maven.org/maven2/org/codehaus/jackson/jackson-core-asl/1.2.0/
> > jackson-core-asl-1.2.0.pom
> >
> > Downloading:
> > http://repo1.maven.org/maven2/org/codehaus/jackson/jackson-mapper-asl/1.2.
> > 0/jackson-mapper-asl-1.2.0.pom
> >
> > Downloading:
> > http://repo1.maven.org/maven2/org/codehaus/jackson/jackson-jaxrs/1.2.0/jac
> > kson-jaxrs-1.2.0.jar
> >
> > Downloading:
> > http://repo1.maven.org/maven2/org/codehaus/jackson/jackson-core-asl/1.2.0/
> > jackson-core-asl-1.2.0.jar
> >
> > Downloading:
> > http://repo1.maven.org/maven2/org/codehaus/jackson/jackson-mapper-asl/1.2.
> > 0/jackson-mapper-asl-1.2.0.jar
> >
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\src\main\java
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\src\main\resou
> > rces [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\src\main\resou
> > rces-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\target\generat
> > ed\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] No sources to compile
> > [INFO] [resources:testResources {execution: default-testResources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 91 resources
> > [INFO] Copying 40 resources
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\target\generat
> > ed\src\test\resources [INFO] Copying 3 resources
> > [INFO] [compiler:testCompile {execution: default-testCompile}]
> > [INFO] Compiling 121 source files to
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\target\test-cl
> > asses [INFO] [surefire:test {execution: default-test}]
> > [INFO] Surefire report directory:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\target\surefir
> > e-reports
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running
> > org.apache.cxf.systest.jaxrs.JAXRSClientServerResourceCreatedSpringProvide
> > rTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.011
> > sec
> >
> > Results :
> >
> > Tests run: 9, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running
> > org.apache.cxf.systest.jaxrs.JAXRSClientServerResourceCreatedOutsideBookTe
> > st Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.211
> > sec
> >
> > Results :
> >
> > Tests run: 11, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxrs.JAXRSClientServerNonSpringBookTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.006 sec
> >
> > Results :
> >
> > Tests run: 17, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxrs.security.JAXRSSpringSecurityClassTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.038 sec
> >
> > Results :
> >
> > Tests run: 23, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running
> > org.apache.cxf.systest.jaxrs.security.JAXRSSpringSecurityNoAnnotationsTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.239 sec
> >
> > Results :
> >
> > Tests run: 27, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPullSpringTest
> > Starting Server
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.284 sec
> >
> > Results :
> >
> > Tests run: 31, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxrs.JAXRSClientServerSpringBookTest
> > Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.817 sec
> >
> > Results :
> >
> > Tests run: 54, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxrs.JAXRSMultipartTest
> > Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.877 sec
> >
> > Results :
> >
> > Tests run: 91, Failures: 0, Errors: 0, Skipped: 0
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxrs.JAXRSRequestDispatcherTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 4.658 sec
> >
> > Results :
> >
> > Tests run: 95, Failures: 0, Errors: 0, Skipped: 2
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxrs.security.JAXRSHttpsBookTest
> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.863 sec
> >
> > Results :
> >
> > Tests run: 101, Failures: 0, Errors: 0, Skipped: 2
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxrs.JAXRSMultithreadedClientTest
> > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.065 sec
> >
> > Results :
> >
> > Tests run: 109, Failures: 0, Errors: 0, Skipped: 2
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxrs.JAXRSSoapBookTest
> > Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.54 sec
> >
> > Results :
> >
> > Tests run: 141, Failures: 0, Errors: 0, Skipped: 2
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxrs.JAXRSJmsTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.762 sec
> >
> > Results :
> >
> > Tests run: 144, Failures: 0, Errors: 0, Skipped: 2
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.servlet.JaxRsServletTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.126 sec
> >
> > Results :
> >
> > Tests run: 145, Failures: 0, Errors: 0, Skipped: 3
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxrs.JAXRSClientServerStreamingTest
> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.529 sec
> >
> > Results :
> >
> > Tests run: 147, Failures: 0, Errors: 0, Skipped: 3
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxrs.JAXRSClientServerBookTest
> > PostConstruct called
> > empty post
> > empty post
> >
> > <?xml version="1.0" encoding="utf-8"?><Book><id>123</id><name>CXF in Action
> > - 3</name></Book> Tests run: 86, Failures: 0, Errors: 0, Skipped: 1, Time
> > elapsed: 4.24 sec
> >
> > Results :
> >
> > Tests run: 233, Failures: 0, Errors: 0, Skipped: 4
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxrs.JAXRSClientServerUserResourceTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.406 sec
> >
> > Results :
> >
> > Tests run: 236, Failures: 0, Errors: 0, Skipped: 4
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running
> > org.apache.cxf.systest.jaxrs.security.JAXRSSpringSecurityInterfaceTest
> > Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.789 sec
> >
> > Results :
> >
> > Tests run: 246, Failures: 0, Errors: 0, Skipped: 4
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxrs.JAXRSClientServerProxySpringBookTest
> > Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.514 sec
> >
> > Results :
> >
> > Tests run: 258, Failures: 0, Errors: 0, Skipped: 4
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxrs.JAXRSContinuationsTest
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.846 sec
> >
> > Results :
> >
> > Tests run: 259, Failures: 0, Errors: 0, Skipped: 4
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running
> > org.apache.cxf.systest.jaxrs.JAXRSClientServerResourceCreatedSpringBookTes
> > t Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.492 sec
> >
> > Results :
> >
> > Tests run: 261, Failures: 0, Errors: 0, Skipped: 4
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxrs.JAXRSAtomBookTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.964 sec
> >
> > Results :
> >
> > Tests run: 265, Failures: 0, Errors: 0, Skipped: 4
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxrs.JAXRSUriInfoTest
> > Starting Server
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.095 sec
> >
> > Results :
> >
> > Tests run: 266, Failures: 0, Errors: 0, Skipped: 4
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushSpringTest
> > Starting Server
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.258 sec
> >
> > Results :
> >
> > Tests run: 271, Failures: 0, Errors: 0, Skipped: 4
> >
> > engine shutdown
> > engine shutdown
> > engine shutdown
> > engine shutdown
> > engine shutdown
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxrs.JAXRSDataBindingTest
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.993 sec
> >
> > Results :
> >
> > Tests run: 275, Failures: 0, Errors: 0, Skipped: 4
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running
> > org.apache.cxf.systest.jaxrs.JAXRSClientServerResourceJacksonSpringProvide
> > rTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.552
> > sec
> >
> > Results :
> >
> > Tests run: 278, Failures: 0, Errors: 0, Skipped: 4
> >
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest
> > Jul 23, 2010 11:01:24 AM
> > org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents SEVERE:
> > severe message
> > Jul 23, 2010 11:01:25 AM
> > org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents
> > WARNING: warning message
> > Jul 23, 2010 11:01:25 AM
> > org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents INFO:
> > info message
> > Jul 23, 2010 11:01:28 AM
> > org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents SEVERE:
> > severe message
> > Jul 23, 2010 11:01:28 AM
> > org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents
> > WARNING: warning message
> > Jul 23, 2010 11:01:28 AM
> > org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents INFO:
> > info message
> > Jul 23, 2010 11:01:31 AM
> > org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents SEVERE:
> > severe message
> > Jul 23, 2010 11:01:31 AM
> > org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents
> > WARNING: warning message
> > Jul 23, 2010 11:01:31 AM
> > org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents INFO:
> > info message
> > Jul 23, 2010 11:01:34 AM
> > org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents SEVERE:
> > severe message
> > Jul 23, 2010 11:01:34 AM
> > org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents
> > WARNING: warning message
> > Jul 23, 2010 11:01:34 AM
> > org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents INFO:
> > info message
> > Jul 23, 2010 11:01:37 AM
> > org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents SEVERE:
> > severe message
> > Jul 23, 2010 11:01:37 AM
> > org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents
> > WARNING: warning message
> > Jul 23, 2010 11:01:37 AM
> > org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents INFO:
> > info message
> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.935 sec
> >
> > Results :
> >
> > Tests run: 283, Failures: 0, Errors: 0, Skipped: 4
> >
> > [INFO] [jar:jar {execution: default-jar}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\target\cxf-sys
> > tests-jaxrs-2.3.0-SNAPSHOT.jar [INFO] [jar:test-jar {execution:
> > attach-sources}]
> > [INFO] Building jar:
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\target\cxf-sys
> > tests-jaxrs-2.3.0-SNAPSHOT-tests.jar [INFO] [install:install {execution:
> > default-install}]
> > [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\target\cxf-sys
> > tests-jaxrs-2.3.0-SNAPSHOT.jar to
> > C:\Users\ggregory\.m2\repository\org\apache\cxf\s
> > ystests\cxf-systests-jaxrs\2.3.0-SNAPSHOT\cxf-systests-jaxrs-2.3.0-SNAPSHO
> > T.jar [INFO] Installing
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\target\cxf-sys
> > tests-jaxrs-2.3.0-SNAPSHOT-tests.jar to
> > C:\Users\ggregory\.m2\repository\org\apache
> > \cxf\systests\cxf-systests-jaxrs\2.3.0-SNAPSHOT\cxf-systests-jaxrs-2.3.0-S
> > NAPSHOT-tests.jar [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache CXF WS-* Specifications System Tests
> > [INFO]    task-segment: [install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [checkstyle:checkstyle {execution: validate}]
> > [INFO] Starting audit...
> > Audit done.
> >
> > [INFO] Preparing pmd:check
> > [INFO] [pmd:pmd {execution: pmd}]
> > [INFO] [pmd:check {execution: validate}]
> > [INFO]
> > [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [resources:resources {execution: default-resources}]
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\ws-specs\src\main\ja
> > va [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\ws-specs\src\main\re
> > sources [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\ws-specs\src\main\re
> > sources-filtered [INFO] skip non existing resourceDirectory
> > C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\ws-specs\target\gene
> > rated\src\main\resources [INFO] Copying 3 resources
> > [INFO] [compiler:compile {execution: default-compile}]
> > [INFO] No sources to compile
> > [INFO] [cxf-codegen:wsdl2java {execution: generate-test-sources}]
> > Jul 23, 2010 11:01:50 AM
> > org.springframework.context.support.AbstractApplicationContext
> > prepareRefresh INFO: Refreshing
> > org.apache.cxf.bus.spring.BusApplicationContext@765590d6: display name
> > [org.apache.cxf.bus.spring.BusApplicationContext@765590d6]; startup date
> > [Fri Jul 23 11
> >
> > :01:50 PDT 2010]; root of context hierarchy
> >
> > Jul 23, 2010 11:01:50 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf.xml] Jul 23, 2010 11:01:50 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-jaxws.xml] Jul 23, 2010 11:01:50 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-soap.xml] Jul 23, 2010 11:01:50 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-xml.xml] Jul 23, 2010 11:01:50 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-addr.xml] Jul 23, 2010 11:01:50 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-http.xml] Jul 23, 2010 11:01:50 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-jms.xml] Jul 23, 2010 11:01:50 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-management.xml] Jul 23, 2010 11:01:50
> > AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-http-jetty.xml] Jul 23, 2010 11:01:50
> > AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-http.xml] Jul 23, 2010 11:01:50 AM
> > org.springframework.beans.factory.support.DefaultListableBeanFactory
> > registerBeanDefinition INFO: Overriding bean definition for bean
> > 'org.apache.cxf.transport.http.policy.HTTPClientAssertionBuilder':
> > replacing [Generic bean: class [org.apache.cxf.transport.http.poli
> > cy.HTTPClientAssertionBuilder]; scope=singleton; abstract=false;
> > lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true;
> > primary=false; factoryBeanName=null; factoryMethodName=null;
> > initMethodName=null; destroyMethodName=null; defined in class path
> > resource [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class
> > [org.apac he.cxf.transport.http.policy.HTTPClientAssertionBuilder];
> > scope=singleton; abstract=false; lazyInit=true; autowireMode=0;
> > dependencyCheck=0; autowireCandidate=true; primary=fa lse;
> > factoryBeanName=null; factoryMethodName=null; initMethodName=null;
> > destroyMethodName=null; defined in class path resource
> > [META-INF/cxf/cxf-extension-http.xml]] Jul 23, 2010 11:01:50 AM
> > org.springframework.beans.factory.support.DefaultListableBeanFactory
> > registerBeanDefinition INFO: Overriding bean definition for bean
> > 'org.apache.cxf.transport.http.policy.HTTPServerAssertionBuilder':
> > replacing [Generic bean: class [org.apache.cxf.transport.http.poli
> > cy.HTTPServerAssertionBuilder]; scope=singleton; abstract=false;
> > lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true;
> > primary=false; factoryBeanName=null; factoryMethodName=null;
> > initMethodName=null; destroyMethodName=null; defined in class path
> > resource [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class
> > [org.apac he.cxf.transport.http.policy.HTTPServerAssertionBuilder];
> > scope=singleton; abstract=false; lazyInit=true; autowireMode=0;
> > dependencyCheck=0; autowireCandidate=true; primary=fa lse;
> > factoryBeanName=null; factoryMethodName=null; initMethodName=null;
> > destroyMethodName=null; defined in class path resource
> > [META-INF/cxf/cxf-extension-http.xml]] Jul 23, 2010 11:01:50 AM
> > org.springframework.beans.factory.support.DefaultListableBeanFactory
> > registerBeanDefinition INFO: Overriding bean definition for bean
> > 'org.apache.cxf.transport.http.policy.NoOpPolicyInterceptorProvider':
> > replacing [Generic bean: class [org.apache.cxf.transport.http.p
> > olicy.NoOpPolicyInterceptorProvider]; scope=singleton; abstract=false;
> > lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true;
> > primary=false; factoryBeanName =null; factoryMethodName=null;
> > initMethodName=null; destroyMethodName=null; defined in class path
> > resource [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class
> > [or g.apache.cxf.transport.http.policy.NoOpPolicyInterceptorProvider];
> > scope=singleton; abstract=false; lazyInit=true; autowireMode=0;
> > dependencyCheck=0; autowireCandidate=true; p rimary=false;
> > factoryBeanName=null; factoryMethodName=null; initMethodName=null;
> > destroyMethodName=null; defined in class path resource
> > [META-INF/cxf/cxf-extension-http.xml]] Jul 23, 2010 11:01:50 AM
> > org.springframework.beans.factory.support.DefaultListableBeanFactory
> > registerBeanDefinition INFO: Overriding bean definition for bean
> > 'org.apache.cxf.transport.http.ClientOnlyHTTPTransportFactory': replacing
> > [Generic bean: class [org.apache.cxf.transport.http.ClientO
> > nlyHTTPTransportFactory]; scope=singleton; abstract=false; lazyInit=true;
> > autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false;
> > factoryBeanName=null; facto ryMethodName=null; initMethodName=null;
> > destroyMethodName=null; defined in class path resource
> > [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class
> > [org.apache.cxf .transport.http.ClientOnlyHTTPTransportFactory];
> > scope=singleton; abstract=false; lazyInit=true; autowireMode=0;
> > dependencyCheck=0; autowireCandidate=true; primary=false; fact
> > oryBeanName=null; factoryMethodName=null; initMethodName=null;
> > destroyMethodName=null; defined in class path resource
> > [META-INF/cxf/cxf-extension-http.xml]] Jul 23, 2010 11:01:50 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-rm.xml] Jul 23, 2010 11:01:50 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-policy.xml] Jul 23, 2010 11:01:50 AM
> > org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> > loadBeanDefinitions INFO: Loading XML bean definitions from class path
> > resource [META-INF/cxf/cxf-extension-ws-security.xml] Jul 23, 2010
> > 11:01:50 AM org.springframework.context.support.AbstractApplicationContext
> > obtainFreshBeanFactory INFO: Bean factory for application context
> > [org.apache.cxf.bus.spring.BusApplicationContext@765590d6]:
> > org.springframework.beans.factory.support.DefaultListableBeanFactory@837
> > 5b8f
> > Jul 23, 2010 11:01:50 AM
> > org.springframework.beans.factory.support.DefaultListableBeanFactory
> > preInstantiateSingletons INFO: Pre-instantiating singletons in
> > org.springframework.beans.factory.support.DefaultListableBeanFactory@8375b
> > 8f: defining beans [cxf,org.apache.cxf.bus.spring.BusApplicatio
> > nListener,org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor,org.
> > apache.cxf.bus.spring.Jsr250BeanPostProcessor,org.apache.cxf.bus.spring.Bus
> > ExtensionPostProcessor,org
> > .apache.cxf.resource.ResourceManager,org.apache.cxf.configuration.Configur
> > er,org.apache.cxf.binding.BindingFactoryManager,org.apache.cxf.transport.De
> > stinationFactoryManager,or
> > g.apache.cxf.transport.ConduitInitiatorManager,org.apache.cxf.wsdl.WSDLMan
> > ager,org.apache.cxf.phase.PhaseManager,org.apache.cxf.workqueue.WorkQueueMa
> > nager,org.apache.cxf.busli
> > fecycle.BusLifeCycleManager,org.apache.cxf.endpoint.ServerRegistry,org.apa
> > che.cxf.endpoint.ServerLifeCycleManager,org.apache.cxf.endpoint.ClientLifeC
> > ycleManager,org.apache.cxf
> > .transports.http.QueryHandlerRegistry,org.apache.cxf.endpoint.EndpointReso
> > lverRegistry,org.apache.cxf.headers.HeaderManager,org.apache.cxf.catalog.OA
> > SISCatalogManager,org.apac
> > he.cxf.service.factory.FactoryBeanListenerManager,org.apache.cxf.endpoint.
> > ServiceContractResolverRegistry,org.apache.cxf.jaxws.context.WebServiceCont
> > extResourceResolver,org.ap
> > ache.cxf.jaxws.context.WebServiceContextImpl,org.apache.cxf.binding.soap.S
> > oapBindingFactory,org.apache.cxf.binding.soap.SoapTransportFactory,org.apac
> > he.cxf.binding.soap.custom
> > EditorConfigurer,org.apache.cxf.binding.xml.XMLBindingFactory,org.apache.c
> > xf.ws.addressing.policy.AddressingAssertionBuilder,org.apache.cxf.ws.addres
> > sing.policy.AddressingPoli
> > cyInterceptorProvider,org.apache.cxf.ws.addressing.policy.UsingAddressingA
> > ssertionBuilder,org.apache.cxf.transport.http.policy.HTTPClientAssertionBui
> > lder,org.apache.cxf.transp
> > ort.http.policy.HTTPServerAssertionBuilder,org.apache.cxf.transport.http.p
> > olicy.NoOpPolicyInterceptorProvider,org.apache.cxf.transport.http.ClientOnl
> > yHTTPTransportFactory,org.
> > apache.cxf.transport.jms.JMSTransportFactory,org.apache.cxf.management.Ins
> > trumentationManager,org.apache.cxf.transport.http_jetty.JettyHTTPTransportF
> > actory,org.apache.cxf.ws.r
> > m.RMManager,org.apache.cxf.ws.rm.policy.RMPolicyInterceptorProvider,org.ap
> > ache.cxf.ws.rm.policy.RMAssertionBuilder,org.apache.cxf.ws.policy.Assertion
> > BuilderRegistry,org.apache
> > .cxf.ws.policy.PolicyInterceptorProviderRegistry,org.apache.cxf.ws.policy.
> > attachment.external.DomainExpressionBuilderRegistry,org.apache.cxf.ws.polic
> > y.attachment.external.Endp
> > ointReferenceDomainExpressionBuilder,org.apache.cxf.ws.policy.PolicyBuilde
> > r,org.apache.cxf.ws.policy.PolicyEngine,org.apache.cxf.ws.policy.attachment
> > .wsdl11.Wsdl11AttachmentPo
> > licyProvider,org.apache.cxf.ws.policy.attachment.ServiceModelPolicyProvide
> > r,org.apache.cxf.ws.policy.mtom.MTOMAssertionBuilder,org.apache.cxf.ws.poli
> > cy.mtom.MTOMPolicyIntercep
> > torProvider,org.apache.cxf.ws.security.policy.WSSecurityPolicyLoader];
> > root of factory hierarchy Jul 23, 2010 11:01:51 AM
> > org.springframework.context.support.AbstractApplicationContext doClose
> > INFO: Closing org.apache.cxf.bus.spring.BusApplicationContext@765590d6:
> > display name [org.apache.cxf.bus.spring.BusApplicationContext@765590d6];
> > startup date [Fri Jul 23 11:01
> >
> > :50 PDT 2010]; root of context hierarchy
> >
> > Jul 23, 2010 11:01:51 AM
> > org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
> > destroySingletons INFO: Destroying singletons in
> > org.springframework.beans.factory.support.DefaultListableBeanFactory@8375b
> > 8f: defining beans [cxf,org.apache.cxf.bus.spring.BusApplicationListen
> > er,org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor,org.apache.
> > cxf.bus.spring.Jsr250BeanPostProcessor,org.apache.cxf.bus.spring.BusExtensi
> > onPostProcessor,org.apache
> > .cxf.resource.ResourceManager,org.apache.cxf.configuration.Configurer,org.
> > apache.cxf.binding.BindingFactoryManager,org.apache.cxf.transport.Destinati
> > onFactoryManager,org.apach
> > e.cxf.transport.ConduitInitiatorManager,org.apache.cxf.wsdl.WSDLManager,or
> > g.apache.cxf.phase.PhaseManager,org.apache.cxf.workqueue.WorkQueueManager,o
> > rg.apache.cxf.buslifecycle
> > .BusLifeCycleManager,org.apache.cxf.endpoint.ServerRegistry,org.apache.cxf
> > .endpoint.ServerLifeCycleManager,org.apache.cxf.endpoint.ClientLifeCycleMan
> > ager,org.apache.cxf.transp
> > orts.http.QueryHandlerRegistry,org.apache.cxf.endpoint.EndpointResolverReg
> > istry,org.apache.cxf.headers.HeaderManager,org.apache.cxf.catalog.OASISCata
> > logManager,org.apache.cxf.
> > service.factory.FactoryBeanListenerManager,org.apache.cxf.endpoint.Service
> > ContractResolverRegistry,org.apache.cxf.jaxws.context.WebServiceContextReso
> > urceResolver,org.apache.cx
> > f.jaxws.context.WebServiceContextImpl,org.apache.cxf.binding.soap.SoapBind
> > ingFactory,org.apache.cxf.binding.soap.SoapTransportFactory,org.apache.cxf.
> > binding.soap.customEditorC
> > onfigurer,org.apache.cxf.binding.xml.XMLBindingFactory,org.apache.cxf.ws.a
> > ddressing.policy.AddressingAssertionBuilder,org.apache.cxf.ws.addressing.po
> > licy.AddressingPolicyInter
> > ceptorProvider,org.apache.cxf.ws.addressing.policy.UsingAddressingAssertio
> > nBuilder,org.apache.cxf.transport.http.policy.HTTPClientAssertionBuilder,or
> > g.apache.cxf.transport.htt
> > p.policy.HTTPServerAssertionBuilder,org.apache.cxf.transport.http.policy.N
> > oOpPolicyInterceptorProvider,org.apache.cxf.transport.http.ClientOnlyHTTPTr
> > ansportFactory,org.apache.
> > cxf.transport.jms.JMSTransportFactory,org.apache.cxf.management.Instrument
> > ationManager,org.apache.cxf.transport.http_jetty.JettyHTTPTransportFactory,
> > org.apache.cxf.ws.rm.RMMan
> > ager,org.apache.cxf.ws.rm.policy.RMPolicyInterceptorProvider,org.apache.cx
> > f.ws.rm.policy.RMAssertionBuilder,org.apache.cxf.ws.policy.AssertionBuilder
> > Registry,org.apache.cxf.ws
> > .policy.PolicyInterceptorProviderRegistry,org.apache.cxf.ws.policy.attachm
> > ent.external.DomainExpressionBuilderRegistry,org.apache.cxf.ws.policy.attac
> > hment.external.EndpointRef
> > erenceDomainExpressionBuilder,org.apache.cxf.ws.policy.PolicyBuilder,org.a
> > pache.cxf.ws.policy.PolicyEngine,org.apache.cxf.ws.policy.attachment.wsdl11
> > .Wsdl11AttachmentPolicyPro
> > vider,org.apache.cxf.ws.policy.attachment.ServiceModelPolicyProvider,org.a
> > pache.cxf.ws.policy.mtom.MTOMAssertionBuilder,org.apache.cxf.ws.policy.mtom
> > .MTOMPolicyInterceptorProv
> > ider,org.apache.cxf.ws.security.policy.WSSecurityPolicyLoader]; root of
> > factory hierarchy [INFO]
> > ------------------------------------------------------------------------
> > [ERROR] BUILD ERROR
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Could not find any node with the XPath expression:
> > //wsdl:definitions
> >
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] For more information, run Maven with the -e switch
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Total time: 30 minutes 16 seconds
> > [INFO] Finished at: Fri Jul 23 11:01:51 PDT 2010
> > [INFO] Final Memory: 216M/426M
> > [INFO]
> > ------------------------------------------------------------------------
> > Fri 07/23/201011:01:52.94 C:\Users\ggregory\b\svn\apache.org\cxf\trunk
> >
> >
> > Gary Gregory
> > Senior Software Engineer
> > Seagull Software
> > email: ggregory@seagullsoftware.com
> > email: ggregory@apache.org
> > www.seagullsoftware.com
> >
> > > -----Original Message-----
> > > From: Daniel Kulp [mailto:dkulp@apache.org]
> > > Sent: Tuesday, February 09, 2010 13:29
> > > To: dev@cxf.apache.org; users@cxf.apache.org
> > > Subject: CXF, Java 6/Spring/etc... and deps.....
> > >
> > >
> > > As you may have noticed, last week (on trunk only) I moved all the
> > > dependencies that can be provided by Java 6 (except jaxb-impl/jaxb-xjc)
> > > into a special jdk15 profile that is auto activated on Java5.   Thus,
> > > trunk should now require less dependencies when running on Java 6.
> > >
> > > HOWEVER, I put Woodstox back in as a runtime dep this morning.   There
> > > are a couple reasons:
> > > 1) The parser in the JDK really sucks.   My benchmarking over the last
> > > couple days for a customer showed nearly 40% throughput reduction
> > > compared to woodstox.   IMO, the "out of the box" speed is important.
> > >
> > > 2) Related to (1), a full "mvn install -Pnochecks" was taking 6 minutes
> > > longer on Java 6 compared to last week.    Turns out, that's parser
> > > related.  :-)   I could have added woodstox as a test dep to all the
> > > modules, but again, I think it's important enough to make sure everyone
> > > uses it by default.
> > >
> > > The good news is that while the Sun parser was being used, I found a
> > > couple places where tests were failing with it.   I've updated the code
> > > so we now should work better with the Sun parser if someone really wants
> > > to use it.
> > >
> > > I also started going through and marking the spring stuff as optional or
> > > provided (or test scope).    We don't really REQUIRE it in all cases, and
> > > this should allow the user to more easily use whatever version of Spring
> > > they want.
> > >
> > > Anyway, I still have to update the distribution and bundle modules to now
> > > work correctly with java6.   If you build with java6, you get different
> > > results than with Java 5.   The lib dir has about 9 less jars, the
> > > manifest is missing entries, etc....
> > >
> > > For those of you using Maven and Java 6, I'd really appreciate it if you
> > > could try the 2.3.0-SNAPSHOT's to see if having all the extra deps
> > > removed will cause any major issues.   Likewise, on Java 5, I'd like to
> > > make sure all the required deps still come in.
> > >
> > > Thanks!
> > > --
> > > Daniel Kulp
> > > dkulp@apache.org
> > > http://www.dankulp.com/blog
>
> --
> Daniel Kulp
> dkulp@apache.org
> http://dankulp.com/blog

Re: CXF, Java 6/Spring/etc... and deps.....

Posted by Daniel Kulp <dk...@apache.org>.
Can you run again?

I THINK this is due to Maven running out of some resource.   Not sure if it's 
memory or some files aren't getting closed or what.    Running again usually 
fixes it.

Dan


On Friday 23 July 2010 2:09:47 pm Gary Gregory wrote:
> Dan,
> 
> I just tried a build from the latest SVN trunk and got an error (see the
> end of this msg.)
> 
> My set up:
> 
> Apache Maven 2.2.1 (r801777; 2009-08-06 12:16:01-0700)
> Java version: 1.6.0_20
> Java home: C:\Program Files\Java\jdk1.6.0_20\jre
> Default locale: en_US, platform encoding: Cp1252
> OS name: "windows vista" version: "6.0" arch: "amd64" Family: "windows"
> Fri 07/23/201011:08:26.04 C:\Users\ggregory\b\svn\apache.org\cxf\trunk
> 
> Here my build output:
> 
> [INFO] Scanning for projects...
> [INFO] Reactor build order:
> [INFO]   Apache CXF
> [INFO]   Apache CXF Parent
> [INFO]   Apache CXF Common Utilities
> [INFO]   Apache CXF Common Schemas
> [INFO]   Apache CXF API
> [INFO]   Apache CXF Woodstox/MSV Schema Validation
> [INFO]   Apache CXF XML Schema Validation with Xerces
> [INFO]   Apache CXF Common
> [INFO]   Apache CXF Runtime Core
> [INFO]   Apache CXF Command Line Tools Common
> [INFO]   Apache CXF Command Line Tools Validator
> [INFO]   Apache CXF Command Line Tools WSDLTo Core
> [INFO]   Apache CXF Command Line Tools WSDLTo JAXWS Frontend
> [INFO]   Apache CXF WSDL Validator Maven2 Plugin
> [INFO]   Apache CXF Command Line Tools WSDLTo JAXB Databinding
> [INFO]   Apache CXF Code Generation Maven2 Plugins
> [INFO]   Apache CXF Test Utilities
> [INFO]   Apache CXF Runtime JAXB DataBinding
> [INFO]   Apache CXF Runtime XML Binding
> [INFO]   Apache CXF Runtime SOAP Binding
> [INFO]   Apache CXF Runtime Local Transport
> [INFO]   Apache CXF Runtime Simple Frontend
> [INFO]   Apache CXF Runtime HTTP Transport
> [INFO]   Apache CXF Runtime HTTP Jetty Transport
> [INFO]   Apache CXF Runtime WS Addressing
> [INFO]   Apache CXF Runtime JAX-WS Frontend
> [INFO]   Apache CXF Test Case Support
> [INFO]   Apache CXF Runtime Aegis Databinding
> [INFO]   Apache CXF Runtime JavaScript Client Generator
> [INFO]   Apache CXF Command Line Tools WSDL to JavaScript Front End
> [INFO]   Apache CXF Runtime Management
> [INFO]   Apache CXF Runtime JMS Transport
> [INFO]   Apache CXF Runtime XmlBeans DataBinding
> [INFO]   Apache CXF Command Line Tools WSDLTo Test
> [INFO]   Apache CXF Command Line Tools WSDLTo Misctools
> [INFO]   Apache CXF Command Line Tools
> [INFO]   Apache CXF Command Line Tools WSDLTo
> [INFO]   Apache CXF Command Line Tools JavaTo WS
> [INFO]   Apache CXF Command Line Tools JavaTo
> [INFO]   Apache CXF Runtime CORBA Binding
> [INFO]   Apache CXF Command Line Tools CORBA
> [INFO]   Apache CXF Runtime SDO DataBinding
> [INFO]   Apache CXF Runtime HTTP Binding
> [INFO]   Apache CXF Runtime Object Binding
> [INFO]   Apache CXF Runtime Colocated Binding
> [INFO]   Apache CXF Runtime JBI Binding
> [INFO]   Apache CXF Runtime
> [INFO]   Apache CXF Runtime Bindings
> [INFO]   Apache CXF Runtime JAX-RS Frontend
> [INFO]   Apache CXF Runtime JavaScript Frontend
> [INFO]   Apache CXF HTTP Transport for OSGi
> [INFO]   Apache CXF Runtime JBI Transport
> [INFO]   Apache CXF Runtime WS Policy
> [INFO]   Apache CXF Runtime WS Reliable Messaging
> [INFO]   Apache CXF Runtime WS Security
> [INFO]   Apache CXF Runtime Web Management
> [INFO]   Apache CXF JBI Integration
> [INFO]   Apache CXF JCA Connection
> [INFO]   Apache CXF Integration
> [INFO]   Apache CXF Java2WS Maven2 Plugin
> [INFO]   Apache CXF CORBA Tools Maven2 Plugins
> [INFO]   Apache CXF Archetype - Simple JAX-WS Java First
> [INFO]   Apache CXF Maven Archetypes
> [INFO]   Apache CXF Maven Plugins
> [INFO]   Apache CXF Uncategorized System Tests
> [INFO]   Apache CXF Transport System Tests
> [INFO]   Apache CXF JAX-WS System Tests
> [INFO]   Apache CXF Databinding System Tests
> [INFO]   Apache CXF JAX-RS System Tests
> [INFO]   Apache CXF WS-* Specifications System Tests
> [INFO]   Test for writing wsdl to repo
> [INFO]   Test for reading wsdl from repo and generating code from it
> [INFO]   Apache CXF System Tests
> [INFO]   Apache CXF System Tests for WSDL generation and retrieval
> [INFO]   Apache CXF Bundle Parent
> [INFO]   Apache CXF Bundle Jar
> [INFO]   Apache CXF Minimal Bundle Jar
> [INFO]   Apache CXF JAX-RS Bundle Jar
> [INFO]   Apache CXF Manifest Jar
> [INFO]   Apache CXF Distribution
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
> [INFO] [install:install {execution: default-install}]
> [INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\pom.xml to
> C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf\2.3.0-SNAPSHOT\cxf-2.3
> .0-SNAPSHOT.pom [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Parent
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Source directory does not exist - skipping report.
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] Setting property: classpath.resource.loader.class =>
> 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'. [INFO]
> Setting property: velocimacro.messages.on => 'false'.
> [INFO] Setting property: resource.loader => 'classpath'.
> [INFO] Setting property: resource.manager.logwhenfound => 'false'.
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
> [INFO] [install:install {execution: default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\parent\pom.xml to
> C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-parent\2.3.0-SNAPSHOT\
> cxf-parent-2.3.0-SNA PSHOT.pom
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Common Utilities
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 8 resources
> [INFO] Copying 2 resources
> [INFO] Copying 1 resource
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\common\target\generate
> d\src\main\resources [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 14 resources
> [INFO] Copying 7 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\common\target\generate
> d\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\common\target\surefire
> -reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.helpers.HttpHeaderHelperTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 sec
> Running org.apache.cxf.staxutils.FragmentStreamReaderTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.31 sec
> Running org.apache.cxf.common.i18n.BundleUtilsTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec
> Running org.apache.cxf.jaxb.DatatypeFactoryTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 sec
> Running org.apache.cxf.common.commands.ForkedCommandTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.349 sec
> Running org.apache.cxf.common.injection.ResourceInjectorTest
> Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.269 sec
> Running org.apache.cxf.common.logging.LogUtilsTest
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 sec
> Running org.apache.cxf.common.util.XmlSchemaPrimitiveUtilsTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
> Running org.apache.cxf.common.util.StringUtilsTest
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
> Running org.apache.cxf.helpers.XMLUtilsTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.177 sec
> Running org.apache.cxf.resource.ClassLoaderResolverTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.354 sec
> Running org.apache.cxf.configuration.spring.SpringBeanQNameMapTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.736 sec
> Running org.apache.cxf.helpers.FileUtilsTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec
> Running org.apache.cxf.common.xmlschema.ImportRepairTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.342 sec
> Running org.apache.cxf.common.util.CollectionUtilsTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec
> Running org.apache.cxf.resource.URIResolverTest
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 sec
> Running org.apache.cxf.staxutils.W3CDOMStreamReaderTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.178 sec
> Running org.apache.cxf.helpers.ServiceUtilsTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
> Running org.apache.cxf.staxutils.DepthXMLStreamReaderTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
> Running org.apache.cxf.jaxb.JAXBElementToStringStyleTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 sec
> Running org.apache.cxf.common.security.SimplePrincipalTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
> Running org.apache.cxf.common.classloader.FireWallClassLoaderTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
> Running org.apache.cxf.common.util.Base64UtilityTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 sec
> Running org.apache.cxf.common.security.SimpleGroupTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
> Running org.apache.cxf.jaxb.JAXBUtilsTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 sec
> Running org.apache.cxf.common.i18n.MessageTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
> Running org.apache.cxf.common.util.PropertiesLoaderUtilsTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec
> Running org.apache.cxf.staxutils.StaxUtilsTest
> Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 sec
> Running org.apache.cxf.jaxb.JAXBToStringBuilderTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec
> Running org.apache.cxf.helpers.NameSpaceTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
> Running org.apache.cxf.configuration.spring.SpringBeanMapTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 sec
> Running org.apache.cxf.version.VersionTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 sec
> Running org.apache.cxf.common.commands.ResultBufferedCommandTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.294 sec
> Running org.apache.cxf.common.util.UrlUtilsTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
> Running org.apache.cxf.common.util.PackageUtilsTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
> Running org.apache.cxf.staxutils.StaxStreamFilterTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec
> Running org.apache.cxf.common.annotation.AnnotationProcessorTest
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 sec
> 
> Results :
> 
> Tests run: 109, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\common\target\cxf-comm
> on-utilities-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\common\target\cxf-comm
> on-utilities-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\org\apache\cxf\
> cxf-common-utilities\2.3.0-SNAPSHOT\cxf-common-utilities-2.3.0-SNAPSHOT.ja
> r [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Common Schemas
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\schemas\src\main\java
> [INFO] Copying 23 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\schemas\src\main\resou
> rces-filtered [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\schemas\target\generat
> ed\src\main\resources [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] No sources to compile
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\schemas\src\test\java
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\schemas\src\test\resou
> rces [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\schemas\target\generat
> ed\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Not compiling test sources
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Tests are skipped.
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\schemas\target\cxf-com
> mon-schemas-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\schemas\target\cxf-com
> mon-schemas-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\org\apache\cxf\c
> xf-common-schemas\2.3.0-SNAPSHOT\cxf-common-schemas-2.3.0-SNAPSHOT.jar
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF API
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 15 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\resources [INFO]
> skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\resources-filter
> ed [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\target\generated\src\main
> \resources [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [cxf-xjc:xsdtojava-tests {execution: generate-test-sources}]
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO] Copying 5 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\target\generated\src\test
> \resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\target\surefire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertionTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.558 sec
> Running
> org.apache.cxf.ws.policy.builder.primitive.NestedPrimitiveAssertionTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 sec
> Running
> org.apache.cxf.ws.policy.builder.primitive.NestedPrimitiveAssertionBuilder
> Test Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.354
> sec Running org.apache.cxf.service.model.MessagePartInfoTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.239 sec
> Running org.apache.cxf.continuations.SuspendedInvocationExceptionTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 sec
> Running org.apache.cxf.wsdl.JAXBExtensionHelperTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.978 sec
> Running org.apache.cxf.phase.PhaseInterceptorChainTest
> Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.328 sec
> Running org.apache.cxf.service.model.MessageInfoTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
> Running org.apache.cxf.service.model.InterfaceInfoTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 sec
> Running org.apache.cxf.BusFactoryTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec
> Running org.apache.cxf.service.model.FaultInfoTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
> Running org.apache.cxf.ws.policy.AssertionInfoMapTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
> Running org.apache.cxf.service.model.BindingOperationInfoTest
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec
> Running org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertionBuilderTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 sec
> Running org.apache.cxf.service.model.OperationInfoTest
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
> Running org.apache.cxf.databinding.AbstractDataBindingTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 sec
> Running org.apache.cxf.service.model.BindingFaultInfoTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
> Running org.apache.cxf.service.model.BindingMessageInfoTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
> Running org.apache.cxf.ws.policy.IntersectorTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
> Running org.apache.cxf.NSManagerTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
> Running org.apache.cxf.continuations.ContinuationInfoTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec
> 
> Results :
> 
> Tests run: 75, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\target\cxf-api-2.3.0-SNAP
> SHOT.jar [INFO] [javadoc:jar {execution: package}]
> [WARNING] Are you sure about the <javadocVersion/> parameter? It seems to
> be 1.6 [INFO]
> 27 warnings
> [WARNING] Javadoc Warnings
> [WARNING] javadoc: warning - Multiple sources of package comments found for
> package "org.apache.cxf.binding" [WARNING] javadoc: warning - Multiple
> sources of package comments found for package "org.apache.cxf" [WARNING]
> javadoc: warning - Multiple sources of package comments found for package
> "org.apache.cxf.endpoint" [WARNING] javadoc: warning - Multiple sources of
> package comments found for package "org.apache.cxf.interceptor" [WARNING]
> javadoc: warning - Multiple sources of package comments found for package
> "org.apache.cxf.phase" [WARNING] javadoc: warning - Multiple sources of
> package comments found for package "org.apache.cxf.service" [WARNING]
> javadoc: warning - Multiple sources of package comments found for package
> "org.apache.cxf.transport" [WARNING]
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> cxf\annotations\DataBinding.java:42: warning - @return tag has no
> arguments. [WARNING]
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> cxf\clustering\FailoverStrategy.java:63: warning - @param argument
> "alternates" is not a pa rameter name.
> [WARNING]
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> cxf\configuration\ConfiguredBeanLocator.java:36: warning - @return tag has
> no arguments. [WARNING]
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> cxf\configuration\ConfiguredBeanLocator.java:54: warning - @return tag has
> no arguments. [WARNING]
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> cxf\configuration\ConfiguredBeanLocator.java:45: warning - @return tag has
> no arguments. [WARNING]
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> cxf\configuration\ConfiguredBeanLocator.java:76: warning - @return tag has
> no arguments. [WARNING]
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> cxf\configuration\ConfiguredBeanLocator.java:64: warning - @return tag has
> no arguments. [WARNING]
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> cxf\configuration\ConfiguredBeanLocator.java:76: warning - @param argument
> "<T>" is not a t ype parameter name.
> [WARNING]
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> cxf\configuration\ConfiguredBeanLocator.java:76: warning - @param argument
> "type" is not a parameter name.
> [WARNING]
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> cxf\configuration\ConfiguredBeanLocator.java:76: warning - @param argument
> "property" is no t a parameter name.
> [WARNING]
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> cxf\configuration\ConfiguredBeanLocator.java:95: warning - @return tag has
> no arguments. [WARNING]
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> cxf\configuration\ConfiguredBeanLocator.java:86: warning - @return tag has
> no arguments. [WARNING]
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> cxf\continuations\Continuation.java:36: warning - @param argument
> "timeout." is not a param eter name.
> [WARNING]
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> cxf\endpoint\Client.java:240: warning - @return tag has no arguments.
> [WARNING]
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> cxf\io\StaxValidationManager.java:39: warning - @param argument "schemas"
> is not a paramete r name.
> [WARNING]
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> cxf\phase\AbstractPhaseInterceptor.java:75: warning - @param argument "p"
> is not a paramete r name.
> [WARNING]
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> cxf\service\model\SchemaInfo.java:86: warning - @return tag has no
> arguments. [WARNING]
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> cxf\transport\Observable.java:38: warning - @return tag has no arguments.
> [WARNING]
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> cxf\ws\policy\AssertionBuilderRegistry.java:56: warning - @return tag has
> no arguments. [WARNING]
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> cxf\wsdl\WSDLManager.java:100: warning - @return tag has no arguments.
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\target\cxf-api-2.3.0-SNAP
> SHOT-javadoc.jar [INFO] [install:install {execution: default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\target\cxf-api-2.3.0-SNAP
> SHOT.jar to
> C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-api\2.3.0-SNAPSHOT\
> cxf-api-2.3.0-SNAPSHOT.jar
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\target\cxf-api-2.3.0-SNAP
> SHOT-javadoc.jar to
> C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-api\2.3.0-S
> NAPSHOT\cxf-api-2.3.0-SNAPSHOT-javadoc.jar
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Woodstox/MSV Schema Validation
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 0 resource
> [INFO] Copying 4 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\wstx-msv-validation\sr
> c\main\resources-filtered [INFO] Copying 1 resource
> [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 0 resource
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\wstx-msv-validation\sr
> c\test\resources [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\wstx-msv-validation\ta
> rget\generated\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\wstx-msv-validation\ta
> rget\surefire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> There are no tests to run.
> 
> Results :
> 
> Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\wstx-msv-validation\ta
> rget\cxf-wstx-msv-validation-2.3.0-SNAPSHOT.jar [INFO] [install:install
> {execution: default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\wstx-msv-validation\ta
> rget\cxf-wstx-msv-validation-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository
> \org\apache\cxf\cxf-wstx-msv-validation\2.3.0-SNAPSHOT\cxf-wstx-msv-valida
> tion-2.3.0-SNAPSHOT.jar [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF XML Schema Validation with Xerces
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 0 resource
> [INFO] Copying 3 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\xerces-xsd-validation\
> src\main\resources-filtered [INFO] Copying 1 resource
> [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\xerces-xsd-validation\
> src\test\java [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\xerces-xsd-validation\
> src\test\resources [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\xerces-xsd-validation\
> target\generated\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] No sources to compile
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\xerces-xsd-validation\
> target\surefire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> There are no tests to run.
> 
> Results :
> 
> Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\xerces-xsd-validation\
> target\cxf-xerces-xsd-validation-2.3.0-SNAPSHOT.jar [INFO] [install:install
> {execution: default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\xerces-xsd-validation\
> target\cxf-xerces-xsd-validation-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\reposi
> tory\org\apache\cxf\cxf-xerces-xsd-validation\2.3.0-SNAPSHOT\cxf-xerces-xs
> d-validation-2.3.0-SNAPSHOT.jar [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Common
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
> [INFO] [install:install {execution: default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\pom.xml to
> C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-common\2.3.0-SNAPSHOT\
> cxf-common-2.3.0-SNA PSHOT.pom
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Runtime Core
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 14 resources
> [INFO] Copying 8 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\core\src\main\resources-fi
> ltered [INFO] Copying 1 resource
> [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 18 resources
> [INFO] Copying 30 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\core\target\generated\src\
> test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\core\target\surefire-repor
> ts
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.bus.extension.ExtensionTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.193 sec
> Running org.apache.cxf.interceptor.ServiceInvokerInterceptorTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.155 sec
> Running org.apache.cxf.endpoint.ServerRegistryImpTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
> Running org.apache.cxf.endpoint.EndpointResolverRegistryImplTest
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.161 sec
> Running org.apache.cxf.bus.spring.BusApplicationContextTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.054 sec
> Running org.apache.cxf.workqueue.AutomaticWorkQueueTest
> Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.832 sec
> Running org.apache.cxf.transport.ChainInitiationObserverTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 sec
> Running org.apache.cxf.bus.CXFBusImplTest
> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.996 sec
> Running org.apache.cxf.interceptor.OutgoingChainInterceptorTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.283 sec
> Running org.apache.cxf.wsdl11.WSDLServiceBuilderTest
> Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.688 sec
> Running org.apache.cxf.attachment.AttachmentSerializerTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.561 sec
> Running org.apache.cxf.wsdl11.ServiceWSDLBuilderTest
> Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.19 sec
> Running org.apache.cxf.interceptor.DocLiteralInInterceptorTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.326 sec
> Running org.apache.cxf.bus.spring.SpringBusFactoryTest
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.615 sec
> Running org.apache.cxf.bus.extension.ExtensionFragmentParserTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
> Running org.apache.cxf.transport.CachedOutputStreamTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.208 sec
> Running org.apache.cxf.bus.spring.BusDefinitionParserTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.126 sec
> Running org.apache.cxf.wsdl11.WSDLDefinitionBuilderTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.152 sec
> Running org.apache.cxf.buslifecycle.CXFBusLifeCycleManagerTest
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
> Running org.apache.cxf.interceptor.PrettyLoggingOutInterceptorTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec
> Running org.apache.cxf.test.XPathAssertTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 sec
> Running org.apache.cxf.wsdl11.WSDLManagerImplTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
> Running org.apache.cxf.endpoint.ServiceContractResolverRegistryImplTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
> Running org.apache.cxf.configuration.spring.ConfigurerImplTest
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.217 sec
> Running org.apache.cxf.transport.HttpUriMapperTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec
> Running org.apache.cxf.bus.extension.ExtensionManagerTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec
> Running org.apache.cxf.attachment.AttachmentDeserializerTest
> Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.257 sec
> Running
> org.apache.cxf.interceptor.security.SimpleAuthorizingInterceptorTest Tests
> run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 sec
> 
> Results :
> 
> Tests run: 115, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\core\target\cxf-rt-core-2.
> 3.0-SNAPSHOT.jar [INFO] [install:install {execution: default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\core\target\cxf-rt-core-2.
> 3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-rt-core\2.3
> .0-SNAPSHOT\cxf-rt-core-2.3.0-SNAPSHOT.jar
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Command Line Tools Common
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 12 resources
> [INFO] Copying 1 resource
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\common\src\main\resourc
> es-filtered [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\common\target\generated
> \src\main\resources [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 7 resources
> [INFO] Copying 1 resource
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\common\target\generated
> \src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\common\target\surefire-
> reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.tools.common.dom.ExtendedDocumentBuilderTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.195 sec
> Running org.apache.cxf.tools.common.model.JavaParameterTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec
> Running org.apache.cxf.tools.common.ToolContextTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec
> Running org.apache.cxf.tools.common.dom.DocumentTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.011 sec
> Running org.apache.cxf.tools.util.FileWriterUtilTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 sec
> Running org.apache.cxf.tools.common.ProcessorEnvironmentTest
> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
> Running org.apache.cxf.tools.common.toolspec.ToolExceptionTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec
> Running org.apache.cxf.tools.common.toolspec.ToolSpecTest
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 sec
> Running org.apache.cxf.tools.common.model.JavaInterfaceTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
> Running org.apache.cxf.tools.common.toolspec.AbstractToolContainerTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.479 sec
> Running org.apache.cxf.tools.common.toolspec.ToolSupportTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
> Running org.apache.cxf.tools.common.dom.SchemaValidatingSAXParserTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.188 sec
> Running org.apache.cxf.tools.util.URIParserUtilTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec
> Running org.apache.cxf.tools.util.BuiltInTypesJavaMappingUtilTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec
> Running org.apache.cxf.tools.common.WSDLVersionTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
> Running org.apache.cxf.tools.common.model.JavaClassTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 sec
> Running org.apache.cxf.tools.common.model.JavaTypeTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
> Running org.apache.cxf.tools.util.NameUtilTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
> Running org.apache.cxf.tools.common.toolspec.parser.CommandLineParserTest
> Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.837 sec
> Running org.apache.cxf.tools.common.model.JAnnotationTest
> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 sec
> Running org.apache.cxf.tools.util.StAXUtilTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.485 sec
> 
> Results :
> 
> Tests run: 68, Failures: 0, Errors: 0, Skipped: 1
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\common\target\cxf-tools
> -common-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\common\target\cxf-tools
> -common-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-t
> ools-common\2.3.0-SNAPSHOT\cxf-tools-common-2.3.0-SNAPSHOT.jar
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Command Line Tools Validator
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 3 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\validator\src\main\reso
> urces [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\validator\src\main\reso
> urces-filtered [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\validator\target\genera
> ted\src\main\resources [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 10 resources
> [INFO] Copying 22 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\validator\target\genera
> ted\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\validator\target\surefi
> re-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.tools.validator.internal.WSDLRefValidatorTest
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.899 sec
> Running org.apache.cxf.tools.validator.internal.WSDL11ValidatorTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 sec
> Running org.apache.cxf.tools.validator.internal.Stax2DOMTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.397 sec
> Running org.apache.cxf.tools.validator.internal.model.XNodeTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
> Running org.apache.cxf.tools.validator.WSDLValidationTest
> Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.175 sec
> 
> Results :
> 
> Tests run: 31, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\validator\target\cxf-to
> ols-validator-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\validator\target\cxf-to
> ols-validator-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\org\apache\cxf
> \cxf-tools-validator\2.3.0-SNAPSHOT\cxf-tools-validator-2.3.0-SNAPSHOT.jar
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Command Line Tools WSDLTo Core
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 6 resources
> [INFO] Copying 1 resource
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\core\src\main\re
> sources-filtered [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\core\target\gene
> rated\src\main\resources [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 2 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\core\src\test\re
> sources [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\core\target\gene
> rated\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\core\target\sure
> fire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.tools.wsdlto.WSDLToJavaContainerTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.212 sec
> Running org.apache.cxf.tools.wsdlto.core.AbstractGeneratorTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.455 sec
> 
> Results :
> 
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\core\target\cxf-
> tools-wsdlto-core-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\core\target\cxf-
> tools-wsdlto-core-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\org\apache
> \cxf\cxf-tools-wsdlto-core\2.3.0-SNAPSHOT\cxf-tools-wsdlto-core-2.3.0-SNAP
> SHOT.jar [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Command Line Tools WSDLTo JAXWS Frontend [INFO]
>    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 14 resources
> [INFO] Copying 3 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\jaxws\s
> rc\main\resources-filtered [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\jaxws\t
> arget\generated\src\main\resources [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 16 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\jaxws\s
> rc\test\resources [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\jaxws\t
> arget\generated\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\jaxws\t
> arget\surefire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running
> org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.mapper.Metho
> dMapperTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
> 0.189 sec Running
> org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.mapper.Inter
> faceMapperTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time
> elapsed: 0.063 sec Running
> org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.annotator.We
> bMethodAnnotatorTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time
> elapsed: 0.052 sec Running
> org.apache.cxf.tools.wsdlto.frontend.jaxws.customization.CustomizationPars
> erTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
> 0.637 sec Running
> org.apache.cxf.tools.wsdlto.frontend.jaxws.JAXWSProfileTest Tests run: 1,
> Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.589 sec Running
> org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.annotator.We
> bParamAnnotatorTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time
> elapsed: 0.031 sec Running
> org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.annotator.Xm
> lSeeAlsoAnnotatorTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0,
> Time elapsed: 0.019 sec Running
> org.apache.cxf.tools.wsdlto.frontend.jaxws.wsdl11.JAXWSDefinitionBuilderTe
> st Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.498
> sec Running org.apache.cxf.tools.wsdlto.frontend.jaxws.CatalogTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec
> Running
> org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.ParameterPro
> cessorTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
> 0.038 sec Running
> org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.ProcessorUti
> lTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005
> sec Running
> org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.PortTypeProc
> essorTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
> 0.005 sec
> 
> Results :
> 
> Tests run: 26, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\jaxws\t
> arget\cxf-tools-wsdlto-frontend-jaxws-2.3.0-SNAPSHOT.jar [INFO]
> [install:install {execution: default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\jaxws\t
> arget\cxf-tools-wsdlto-frontend-jaxws-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\r
> epository\org\apache\cxf\cxf-tools-wsdlto-frontend-jaxws\2.3.0-SNAPSHOT\cx
> f-tools-wsdlto-frontend-jaxws-2.3.0-SNAPSHOT.jar [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF WSDL Validator Maven2 Plugin
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [plugin:descriptor {execution: default-descriptor}]
> [WARNING] Using platform encoding (Cp1252 actually) to read mojo metadata,
> i.e. build is platform dependent! [INFO] Applying mojo extractor for
> language: java
> [INFO] Mojo extractor for language: java found 1 mojo descriptors.
> [INFO] Applying mojo extractor for language: bsh
> [INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 0 resource
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\wsdl-validator-
> plugin\src\main\resources [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\wsdl-validator-
> plugin\src\main\resources-filtered [INFO] skip non existing
> resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\wsdl-validator-
> plugin\target\generated\src\main\resources [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\wsdl-validator-
> plugin\src\test\java [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\wsdl-validator-
> plugin\src\test\resources [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\wsdl-validator-
> plugin\target\generated\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] No sources to compile
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\wsdl-validator-
> plugin\target\surefire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> There are no tests to run.
> 
> Results :
> 
> Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\wsdl-validator-
> plugin\target\cxf-wsdl-validator-plugin-2.3.0-SNAPSHOT.jar [INFO]
> [plugin:addPluginArtifactMetadata {execution:
> default-addPluginArtifactMetadata}] [INFO] [install:install {execution:
> default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\wsdl-validator-
> plugin\target\cxf-wsdl-validator-plugin-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2
> \repository\org\apache\cxf\cxf-wsdl-validator-plugin\2.3.0-SNAPSHOT\cxf-ws
> dl-validator-plugin-2.3.0-SNAPSHOT.jar [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Command Line Tools WSDLTo JAXB Databinding
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 3 resources
> [INFO] Copying 1 resource
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\databinding\jaxb
> \src\main\resources-filtered [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\databinding\jaxb
> \target\generated\src\main\resources [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 0 resource
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\databinding\jaxb
> \src\test\resources [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\databinding\jaxb
> \target\generated\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\databinding\jaxb
> \target\surefire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> There are no tests to run.
> 
> Results :
> 
> Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\databinding\jaxb
> \target\cxf-tools-wsdlto-databinding-jaxb-2.3.0-SNAPSHOT.jar [INFO]
> [install:install {execution: default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\databinding\jaxb
> \target\cxf-tools-wsdlto-databinding-jaxb-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.
> m2\repository\org\apache\cxf\cxf-tools-wsdlto-databinding-jaxb\2.3.0-SNAPS
> HOT\cxf-tools-wsdlto-databinding-jaxb-2.3.0-SNAPSHOT.jar [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Code Generation Maven2 Plugins
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [plugin:descriptor {execution: default-descriptor}]
> [WARNING] Using platform encoding (Cp1252 actually) to read mojo metadata,
> i.e. build is platform dependent! [INFO] Applying mojo extractor for
> language: java
> [INFO] Mojo extractor for language: java found 1 mojo descriptors.
> [INFO] Applying mojo extractor for language: bsh
> [INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 0 resource
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\codegen-plugin\
> src\main\resources [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\codegen-plugin\
> src\main\resources-filtered [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\codegen-plugin\
> target\generated\src\main\resources [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 0 resource
> [INFO] Copying 0 resource
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\codegen-plugin\
> target\generated\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\codegen-plugin\
> target\surefire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> There are no tests to run.
> 
> Results :
> 
> Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\codegen-plugin\
> target\cxf-codegen-plugin-2.3.0-SNAPSHOT.jar [INFO]
> [plugin:addPluginArtifactMetadata {execution:
> default-addPluginArtifactMetadata}] [INFO] [install:install {execution:
> default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\codegen-plugin\
> target\cxf-codegen-plugin-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\or
> g\apache\cxf\cxf-codegen-plugin\2.3.0-SNAPSHOT\cxf-codegen-plugin-2.3.0-SN
> APSHOT.jar [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Test Utilities
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [WARNING] DEPRECATED [sourceRoot]: Use the build-helper-maven-plugin to
> bind source directories [INFO] [antrun:run {execution: validate}]
> project.artifactId
> [INFO] Executing tasks
> [INFO] Executed tasks
> [INFO] Registering compile source root
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\testutils\target\generated\sr
> c\main\java [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution:
> xml2fastinfoset}] [INFO] [cxf-codegen:wsdl2java {execution:
> generate-sources}]
> [INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO] Copying 89 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\testutils\src\main\resources-
> filtered [INFO] Copying 9 resources
> [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 0 resource
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\testutils\src\test\resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\testutils\target\generated\sr
> c\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\testutils\target\surefire-rep
> orts
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.testutils.header_test.rpc.TestRPCHeaderTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 sec
> 
> Results :
> 
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\testutils\target\cxf-testutil
> s-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution: default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\testutils\target\cxf-testutil
> s-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-testuti
> ls\2.3.0-SNAPSHOT\cxf-testutils-2.3.0-SNAPSHOT.jar
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Runtime JAXB DataBinding
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 3 resources
> [INFO] Copying 1 resource
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\jaxb\src\main\
> resources-filtered [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\jaxb\target\ge
> nerated\src\main\resources [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [cxf-xjc:xsdtojava-tests {execution: generate-sources}]
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 13 resources
> [INFO] Copying 3 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\jaxb\target\ge
> nerated\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\jaxb\target\su
> refire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.jaxb.DocLiteralInInterceptorTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.985 sec
> Running org.apache.cxf.jaxb.BareOutInterceptorTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.245 sec
> Running org.apache.cxf.jaxb.BareInInterceptorTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 sec
> Running org.apache.cxf.jaxb.JAXBEncoderDecoderTest
> Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.325 sec
> Running org.apache.cxf.jaxb.io.XMLStreamDataWriterTest
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec
> Running org.apache.cxf.jaxb.WrappedInInterceptorTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec
> Running org.apache.cxf.jaxb.io.XMLStreamDataReaderTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec
> Running org.apache.cxf.jaxb.JAXBWrapperHelperTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec
> Running org.apache.cxf.jaxb.JAXBDataBindingTest
> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.287 sec
> 
> Results :
> 
> Tests run: 39, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\jaxb\target\cx
> f-rt-databinding-jaxb-2.3.0-SNAPSHOT.jar [INFO] [install:install
> {execution: default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\jaxb\target\cx
> f-rt-databinding-jaxb-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\org\ap
> ache\cxf\cxf-rt-databinding-jaxb\2.3.0-SNAPSHOT\cxf-rt-databinding-jaxb-2.
> 3.0-SNAPSHOT.jar [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Runtime XML Binding
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO] Copying 8 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\xml\src\main\reso
> urces-filtered [INFO] Copying 1 resource
> [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 0 resource
> [INFO] Copying 4 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\xml\target\genera
> ted\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\xml\target\surefi
> re-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.binding.xml.XMLBindingFactoryTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.215 sec
> Running org.apache.cxf.binding.xml.interceptor.XMLMessageInInterceptorTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1 sec
> Running org.apache.cxf.binding.xml.interceptor.XMLFaultInterceptorsTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 sec
> Running org.apache.cxf.binding.xml.interceptor.XMLMessageOutInterceptorTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.18 sec
> Running org.apache.cxf.binding.xml.interceptor.XMLFaultOutInterceptorTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
> 
> Results :
> 
> Tests run: 9, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\xml\target\cxf-rt
> -bindings-xml-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\xml\target\cxf-rt
> -bindings-xml-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\org\apache\cxf
> \cxf-rt-bindings-xml\2.3.0-SNAPSHOT\cxf-rt-bindings-xml-2.3.0-SNAPSHOT.jar
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Runtime SOAP Binding
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 3 resources
> [INFO] Copying 7 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\soap\src\main\res
> ources-filtered [INFO] Copying 1 resource
> [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 4 resources
> [INFO] Copying 12 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\soap\target\gener
> ated\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\soap\target\suref
> ire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.binding.soap.RPCInInterceptorTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.962 sec
> Running org.apache.cxf.binding.soap.SoapDestinationFactoryTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec
> Running org.apache.cxf.binding.soap.ReadHeaderInterceptorTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.542 sec
> Running org.apache.cxf.binding.soap.saaj.SAAJInInterceptorTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 sec
> Running org.apache.cxf.binding.soap.SoapActionInterceptorTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
> Running org.apache.cxf.binding.soap.SoapBindingFactoryTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 sec
> Running org.apache.cxf.binding.soap.jms.interceptor.SoapFaultFactoryTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.209 sec
> Running org.apache.cxf.binding.soap.SoapBindingTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
> Running org.apache.cxf.binding.soap.ServiceModelUtilTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
> Running org.apache.cxf.binding.soap.MustUnderstandInterceptorTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 sec
> Running org.apache.cxf.binding.soap.tcp.TCPConduitTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.006 sec
> Running org.apache.cxf.binding.soap.RPCOutInterceptorTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.147 sec
> Running org.apache.cxf.binding.soap.SoapOutInterceptorTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec
> Running org.apache.cxf.binding.soap.interceptor.SoapFaultSerializerTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 sec
> 
> Results :
> 
> Tests run: 29, Failures: 0, Errors: 0, Skipped: 1
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\soap\target\cxf-r
> t-bindings-soap-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\soap\target\cxf-r
> t-bindings-soap-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\org\apache\c
> xf\cxf-rt-bindings-soap\2.3.0-SNAPSHOT\cxf-rt-bindings-soap-2.3.0-SNAPSHOT
> .jar [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Runtime Local Transport
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO] Copying 2 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\local\src\main\
> resources-filtered [INFO] Copying 1 resource
> [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 0 resource
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\local\src\test\
> resources [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\local\target\ge
> nerated\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\local\target\su
> refire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.transport.local.LocalTransportFactoryTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.156 sec
> 
> Results :
> 
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\local\target\cx
> f-rt-transports-local-2.3.0-SNAPSHOT.jar [INFO] [install:install
> {execution: default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\local\target\cx
> f-rt-transports-local-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\org\ap
> ache\cxf\cxf-rt-transports-local\2.3.0-SNAPSHOT\cxf-rt-transports-local-2.
> 3.0-SNAPSHOT.jar [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Runtime Simple Frontend
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 2 resources
> [INFO] Copying 3 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\simple\src\main\r
> esources-filtered [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\simple\target\gen
> erated\src\main\resources [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 7 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\simple\src\test\r
> esources [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\simple\target\gen
> erated\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\simple\target\sur
> efire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.frontend.soap.SoapBindingSelectionTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.724 sec
> Running org.apache.cxf.service.factory.ServerFactoryTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.602 sec
> Running org.apache.cxf.service.factory.RountripTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.262 sec
> Running org.apache.cxf.service.stax.StaxDatabindingTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.193 sec
> Running org.apache.cxf.frontend.spring.ClientServerTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.413 sec
> Running org.apache.cxf.service.factory.ReflectionServiceFactoryTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.185 sec
> Running org.apache.cxf.service.factory.ClientFactoryBeanTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.131 sec
> Running org.apache.cxf.frontend.spring.SpringBeansTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.546 sec
> 
> Results :
> 
> Tests run: 17, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\simple\target\cxf
> -rt-frontend-simple-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\simple\target\cxf
> -rt-frontend-simple-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\org\apac
> he\cxf\cxf-rt-frontend-simple\2.3.0-SNAPSHOT\cxf-rt-frontend-simple-2.3.0-
> SNAPSHOT.jar [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Runtime HTTP Transport
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 6 resources
> [INFO] Copying 10 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http\src\main\r
> esources-filtered [INFO] Copying 2 resources
> [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 8 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http\src\test\r
> esources [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http\target\gen
> erated\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http\target\sur
> efire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.transport.http.gzip.GZIPAcceptEncodingTest
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.196 sec
> Running org.apache.cxf.transport.servlet.AbstractCXFServletTest
> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 sec
> Running org.apache.cxf.transport.http.HTTPConduitTest
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.202 sec
> Running org.apache.cxf.transport.http.HTTPConduitURLConnectionTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.001 sec
> Running org.apache.cxf.transport.http.policy.HTTPClientAssertionBuilderTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec
> Running org.apache.cxf.transport.http.HTTPConduitURLEasyMockTest
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.538 sec
> Running org.apache.cxf.transport.servlet.ServletControllerTest
> Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 sec
> Running org.apache.cxf.transport.http.policy.HTTPServerAssertionBuilderTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
> Running org.apache.cxf.transport.https.CertConstraintsTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.541 sec
> Running org.apache.cxf.transport.http.policy.PolicyUtilsTest
> Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
> 
> Results :
> 
> Tests run: 58, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http\target\cxf
> -rt-transports-http-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http\target\cxf
> -rt-transports-http-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\org\apac
> he\cxf\cxf-rt-transports-http\2.3.0-SNAPSHOT\cxf-rt-transports-http-2.3.0-
> SNAPSHOT.jar [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Runtime HTTP Jetty Transport
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 2 resources
> [INFO] Copying 6 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-jetty\src\
> main\resources-filtered [INFO] Copying 1 resource
> [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 9 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-jetty\src\
> test\resources [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-jetty\targ
> et\generated\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-jetty\targ
> et\surefire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.transport.http_jetty.JettyHTTPServerEngineTest
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.74 sec
> Running org.apache.cxf.transport.http_jetty.JettyContextInspectorTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.276 sec
> Running org.apache.cxf.transport.http_jetty.spring.ApplicationContextTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.189 sec
> Running org.apache.cxf.transport.http_jetty.JettyHTTPDestinationTest
> Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.342 sec
> Running
> org.apache.cxf.transport.http_jetty.continuations.JettyContinuationProvide
> rTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016
> sec Running
> org.apache.cxf.transport.http_jetty.JettyHTTPServerEngineFactoryTest Tests
> run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.269 sec
> Running
> org.apache.cxf.transport.http_jetty.continuations.JettyContinuationWrapper
> Test Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005
> sec Running
> org.apache.cxf.transport.http_jetty.spring.BeanDefinitionParsersTest Tests
> run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.005 sec
> 
> Results :
> 
> Tests run: 41, Failures: 0, Errors: 0, Skipped: 1
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-jetty\targ
> et\cxf-rt-transports-http-jetty-2.3.0-SNAPSHOT.jar [INFO] [install:install
> {execution: default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-jetty\targ
> et\cxf-rt-transports-http-jetty-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\reposit
> ory\org\apache\cxf\cxf-rt-transports-http-jetty\2.3.0-SNAPSHOT\cxf-rt-tran
> sports-http-jetty-2.3.0-SNAPSHOT.jar [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Runtime WS Addressing
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 3 resources
> [INFO] Copying 7 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\addr\src\main\resources
> -filtered [INFO] Copying 1 resource
> [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\addr\src\test\resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\addr\target\generated\s
> rc\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\addr\target\surefire-re
> ports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.ws.addressing.AddressingConstantsImplTest
> Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.178 sec
> Running org.apache.cxf.ws.addressing.AddressingBuilderTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
> Running org.apache.cxf.ws.addressing.VersionTransformerTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.479 sec
> Running org.apache.cxf.ws.addressing.AddressingBuilderImplTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
> Running org.apache.cxf.ws.addressing.soap.MAPCodecTest
> Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.407 sec
> Running org.apache.cxf.ws.addressing.MAPAggregatorTest
> Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.636 sec
> 
> Results :
> 
> Tests run: 76, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\addr\target\cxf-rt-ws-a
> ddr-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\addr\target\cxf-rt-ws-a
> ddr-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-rt-ws
> -addr\2.3.0-SNAPSHOT\cxf-rt-ws-addr-2.3.0-SNAPSHOT.jar
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Runtime JAX-WS Frontend
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [build-helper:add-source {execution: add-source}]
> [INFO] Source directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxws\src\main\ge
> nerated added. [INFO] [remote-resources:process {execution: default}]
> [INFO] [build-helper:add-resource {execution: add-spi}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 11 resources
> [INFO] Copying 5 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxws\src\main\re
> sources-filtered [INFO] Copying 1 resource
> [INFO] Copying 3 resources
> [INFO] Copying 1 resource
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 28 resources
> [INFO] Copying 1 resource
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxws\target\gene
> rated\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxws\target\sure
> fire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.jaxws.header.HeaderClientServerTest
> Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.194 sec
> Running org.apache.cxf.jaxws.support.JaxWsImplementorInfoTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
> Running org.apache.cxf.jaxws.EndpointReferenceTest
> Tests run: 12, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 2.359 sec
> Running org.apache.cxf.jaxws.support.JaxWsServiceFactoryBeanTest
> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.493 sec
> Running org.apache.cxf.jaxws.context.WebServiceContextImplTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 sec
> Running org.apache.cxf.jaxws.JAXWSMethodInvokerTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.218 sec
> Running org.apache.cxf.jaxws.handler.AnnotationHandlerChainBuilderTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.17 sec
> Running org.apache.cxf.jaxws.CodeFirstTest
> Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.154 sec
> Running org.apache.cxf.jaxws.SOAPBindingTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 sec
> Running org.apache.cxf.jaxws.dispatch.DispatchTest
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.697 sec
> Running org.apache.cxf.jaxws.GreeterTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.228 sec
> Running org.apache.cxf.jaxws.EndpointImplTest
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.418 sec
> Running org.apache.cxf.jaxws.handler.soap.SOAPHandlerInterceptorTest
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.168 sec
> Running org.apache.cxf.jaxws.JaxWsServerFactoryBeanTest
> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.979 sec
> Running org.apache.cxf.jaxws.URIMappingInterceptorDocLitTest
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.16 sec
> Running org.apache.cxf.jaxws.URIMappingInterceptorRPCTest
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.259 sec
> Running org.apache.cxf.jaxws.handler.InitParamResourceResolverTest
> Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.157 sec
> Running org.apache.cxf.jaxws.SEIWithJAXBAnnoTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 sec
> Running org.apache.cxf.jaxws.support.ContextPropertiesMappingTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
> Running org.apache.cxf.jaxws.ServiceImplTest
> Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.43 sec
> Running org.apache.cxf.jaxws.SchemaFirstXmlConfigTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.179 sec
> Running org.apache.cxf.jaxws.handler.HandlerChainBuilderTest
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
> Running org.apache.cxf.jaxws.spring.SpringBeansTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.372 sec
> Running org.apache.cxf.jaxws.handler.LogicalMessageImplTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 sec
> Running org.apache.cxf.jaxws.holder.HolderTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.278 sec
> Running org.apache.cxf.jaxws.provider.ProviderTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.103 sec
> Running org.apache.cxf.jaxws.SchemaFirstTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec
> Running org.apache.cxf.jaxws.handler.AbstractProtocolHandlerInterceptorTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 sec
> Running org.apache.cxf.jaxws.JaxWsClientTest
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.365 sec
> Running org.apache.cxf.jaxws.handler.LogicalHandlerInterceptorTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 sec
> Running org.apache.cxf.jaxws.handler.HandlerChainInvokerTest
> Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 sec
> Running org.apache.cxf.jaxws.WrapperClassGeneratorTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec
> Running org.apache.cxf.jaxws.ConfiguredEndpointTest
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.371 sec
> Running org.apache.cxf.jaxws.provider.ProviderServiceFactoryTest
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.652 sec
> Running org.apache.cxf.jaxws.SoapFaultTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.138 sec
> Running org.apache.cxf.jaxws.HeaderTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 sec
> Running org.apache.cxf.jaxws.support.JaxWsServiceConfigurationTest
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec
> Running org.apache.cxf.jaxws.spi.ProverImplTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
> Running org.apache.cxf.jaxws.service.AnnotationInterceptorTest
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.304 sec
> Running org.apache.cxf.jaxws.ServiceModelUtilsTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.186 sec
> Running org.apache.cxf.jaxws.CodeFirstWSDLTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.244 sec
> 
> Results :
> 
> Tests run: 199, Failures: 0, Errors: 0, Skipped: 3
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxws\target\cxf-
> rt-frontend-jaxws-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxws\target\cxf-
> rt-frontend-jaxws-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\org\apache
> \cxf\cxf-rt-frontend-jaxws\2.3.0-SNAPSHOT\cxf-rt-frontend-jaxws-2.3.0-SNAP
> SHOT.jar [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Test Case Support
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 0 resource
> [INFO] Copying 1 resource
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\testsupport\src\main\resou
> rces-filtered [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\testsupport\target\generat
> ed\src\main\resources [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 0 resource
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\testsupport\src\test\resou
> rces [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\testsupport\target\generat
> ed\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\testsupport\target\surefir
> e-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> There are no tests to run.
> 
> Results :
> 
> Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\testsupport\target\cxf-rt-
> testsupport-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\testsupport\target\cxf-rt-
> testsupport-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\org\apache\cxf\c
> xf-rt-testsupport\2.3.0-SNAPSHOT\cxf-rt-testsupport-2.3.0-SNAPSHOT.jar
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Runtime Aegis Databinding
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [build-helper:add-source {execution: add-source}]
> [INFO] Source directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\aegis\src\main
> \generated added. [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 3 resources
> [INFO] Copying 3 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\aegis\src\main
> \resources-filtered [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\aegis\target\g
> enerated\src\main\resources [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 85 resources
> [INFO] Copying 5 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\aegis\target\g
> enerated\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\aegis\target\s
> urefire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.aegis.namespaces.NamespaceConfusionTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.489 sec
> Running org.apache.cxf.aegis.type.java5.map.StudentTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.974 sec
> Running org.apache.cxf.aegis.type.java5.JaxbTypeTest
> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.388 sec
> Running org.apache.cxf.aegis.type.java5.XFireXmlParamTypeTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.163 sec
> Running org.apache.cxf.aegis.client.ClientServiceConfigTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.538 sec
> Running org.apache.cxf.aegis.type.encoded.ArrayTypeInfoTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 sec
> Running org.apache.cxf.aegis.xml.stax.ReaderTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.255 sec
> Running org.apache.cxf.aegis.inheritance.intf.InterfaceInheritanceTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 sec
> Running org.apache.cxf.aegis.integration.DOMMappingTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.177 sec
> Running org.apache.cxf.aegis.type.streams.XMLStreamReaderMappingTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
> Running org.apache.cxf.aegis.jaxws.AegisJaxwsGetTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.776 sec
> Running org.apache.cxf.aegis.standalone.StandaloneReadTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 sec
> Running org.apache.cxf.aegis.type.encoded.StructTypeTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.227 sec
> Running org.apache.cxf.aegis.xml.stax.WriterTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 sec
> Running org.apache.cxf.aegis.type.java5.CollectionTest
> Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.952 sec
> Running org.apache.cxf.aegis.type.basic.ByteDataTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 sec
> Running org.apache.cxf.aegis.integration.WrappedTest
> Tests run: 7, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.794 sec
> Running org.apache.cxf.aegis.type.java5.AnnotatedTypeTest
> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.373 sec
> Running org.apache.cxf.aegis.type.java5.XmlParamTypeTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec
> Running org.apache.cxf.aegis.type.java5.EnumTypeTest
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.283 sec
> Running org.apache.cxf.aegis.standalone.SchemaAddinsTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
> Running org.apache.cxf.aegis.override.OverrideTypeTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
> Running org.apache.cxf.aegis.type.basic.DateTimezoneTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec
> Running org.apache.cxf.aegis.xmlconfig.NillableTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec
> Running org.apache.cxf.aegis.custom.CustomMappingTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
> Running org.apache.cxf.aegis.exception.ExceptionTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.228 sec
> Running org.apache.cxf.aegis.type.basic.BeanTest
> Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.643 sec
> Running org.apache.cxf.aegis.integration.ParameterMappingTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.571 sec
> Running org.apache.cxf.aegis.type.basic.DynamicProxyTest
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 sec
> Running org.apache.cxf.aegis.type.java5.MapTest
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.152 sec
> Running org.apache.cxf.aegis.type.array.DuplicateArrayTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 sec
> Running org.apache.cxf.aegis.type.java5.OperationNSTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec
> Running org.apache.cxf.aegis.type.java5.DualOutServiceTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 sec
> Running org.apache.cxf.aegis.type.BigDecimalStringTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec
> Running org.apache.cxf.aegis.type.basic.QualificationTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 sec
> Running org.apache.cxf.aegis.type.basic.BadXMLTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec
> Running org.apache.cxf.aegis.type.missing.MissingTypeWSDLTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 sec
> Running org.apache.cxf.aegis.type.java5.ConfigurationTest
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.14 sec
> Running org.apache.cxf.doclitbare.DocLitBareTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.17 sec
> Running org.apache.cxf.aegis.type.TypeCreationOptionsSpringTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.581 sec
> Running org.apache.cxf.aegis.services.base64.BinaryDataTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec
> Running org.apache.cxf.aegis.proxy.ProxyTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 sec
> Running org.apache.cxf.aegis.type.java5.JaxbXmlParamTypeTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec
> Running org.apache.cxf.aegis.type.java5.XFireTypeTest
> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.277 sec
> Running org.apache.cxf.aegis.standalone.StandaloneWriteTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec
> Running org.apache.cxf.aegis.custom.CustomBeansTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 sec
> Running org.apache.cxf.aegis.type.array.FlatArrayTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.495 sec
> Running org.apache.cxf.aegis.type.encoded.SoapArrayTypeTest
> Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.366 sec
> Running org.apache.cxf.aegis.inheritance.ExceptionInheritanceTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.212 sec
> Running org.apache.cxf.aegis.integration.SchemaValidationTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.512 sec
> Running org.apache.cxf.aegis.type.map.MapsTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.428 sec
> Running org.apache.cxf.aegis.namespaces.ExplicitPrefixTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec
> Running org.apache.cxf.aegis.inheritance.InheritancePOJOTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 sec
> 
> Results :
> 
> Tests run: 168, Failures: 0, Errors: 0, Skipped: 3
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\aegis\target\c
> xf-rt-databinding-aegis-2.3.0-SNAPSHOT.jar [INFO] [install:install
> {execution: default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\aegis\target\c
> xf-rt-databinding-aegis-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\org\
> apache\cxf\cxf-rt-databinding-aegis\2.3.0-SNAPSHOT\cxf-rt-databinding-aegi
> s-2.3.0-SNAPSHOT.jar [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Runtime JavaScript Client Generator
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [build-helper:add-source {execution: add-source}]
> [INFO] Source directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\javascript\src\main\genera
> ted added. [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 4 resources
> [INFO] Copying 3 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\javascript\src\main\resour
> ces-filtered [INFO] Copying 1 resource
> [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [cxf-codegen:wsdl2java {execution: generate-test-sources}]
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO] Copying 29 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\javascript\target\generate
> d\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\javascript\target\surefire
> -reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.javascript.DocLitBareClientTest
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.654 sec
> Running org.apache.cxf.javascript.types.SerializationTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.217 sec
> Running org.apache.cxf.javascript.JsHttpRequestTest
> Jul 23, 2010 10:37:40 AM org.apache.cxf.javascript.JsXMLHttpRequest doSend
> SEVERE: send state != OPENED.
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.834 sec
> Running org.apache.cxf.javascript.GreeterClientTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.916 sec
> Running org.apache.cxf.javascript.QueryHandlerTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.72 sec
> Running org.apache.cxf.javascript.RPCClientTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.466 sec
> Running org.apache.cxf.javascript.MtoMTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.366 sec
> Running org.apache.cxf.javascript.AegisTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.258 sec
> Running org.apache.cxf.javascript.GenericAegisTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 sec
> Running org.apache.cxf.javascript.DocLitWrappedClientTest
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.411 sec
> Running org.apache.cxf.javascript.types.AttributeTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.198 sec
> Running org.apache.cxf.javascript.AnyTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.087 sec
> Running org.apache.cxf.javascript.BasicNameManagerTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
> 
> Results :
> 
> Tests run: 39, Failures: 0, Errors: 0, Skipped: 3
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\javascript\target\cxf-rt-j
> avascript-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\javascript\target\cxf-rt-j
> avascript-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf
> -rt-javascript\2.3.0-SNAPSHOT\cxf-rt-javascript-2.3.0-SNAPSHOT.jar [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Command Line Tools WSDL to JavaScript Front End
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO] Copying 1 resource
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\javascr
> ipt\src\main\resources-filtered [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\javascr
> ipt\target\generated\src\main\resources [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 0 resource
> [INFO] Copying 1 resource
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\javascr
> ipt\target\generated\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\javascr
> ipt\target\surefire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.tools.wsdlto.javascript.WSDLToJavaScriptTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.958 sec
> 
> Results :
> 
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\javascr
> ipt\target\cxf-tools-wsdlto-frontend-javascript-2.3.0-SNAPSHOT.jar [INFO]
> [install:install {execution: default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\javascr
> ipt\target\cxf-tools-wsdlto-frontend-javascript-2.3.0-SNAPSHOT.jar to
> C:\Users\ggre
> gory\.m2\repository\org\apache\cxf\cxf-tools-wsdlto-frontend-javascript\2.
> 3.0-SNAPSHOT\cxf-tools-wsdlto-frontend-javascript-2.3.0-SNAPSHOT.jar [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Runtime Management
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 4 resources
> [INFO] Copying 4 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management\src\main\resour
> ces-filtered [INFO] Copying 1 resource
> [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 0 resource
> [INFO] Copying 1 resource
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management\target\generate
> d\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management\target\surefire
> -reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running
> org.apache.cxf.management.interceptor.ResponseTimeMessageInInterceptor2Tes
> t Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.434 sec
> Running org.apache.cxf.management.jmx.JMXManagedComponentManagerTest Tests
> run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.441 sec
> Running org.apache.cxf.management.counters.CounterRepositoryTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
> Running org.apache.cxf.management.jmx.MBServerConnectorTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.007 sec
> Running org.apache.cxf.management.jmx.export.ModelMBeanAssemblerTest
> Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 sec
> Running
> org.apache.cxf.management.interceptor.ResponseTimeMessageOutInterceptorTes
> t Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 sec
> Running
> org.apache.cxf.management.interceptor.ResponseTimeMessageInvokerIntercepto
> rTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013
> sec Running
> org.apache.cxf.management.interceptor.ResponseTimeMessageInInterceptorTest
> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec
> Running org.apache.cxf.management.InstrumentationManagerTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.586 sec
> Running org.apache.cxf.management.utils.ManagementConsoleTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
> 
> Results :
> 
> Tests run: 42, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management\target\cxf-rt-m
> anagement-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management\target\cxf-rt-m
> anagement-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf
> -rt-management\2.3.0-SNAPSHOT\cxf-rt-management-2.3.0-SNAPSHOT.jar [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Runtime JMS Transport
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO] Copying 14 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jms\src\main\re
> sources-filtered [INFO] Copying 1 resource
> [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 0 resource
> [INFO] Copying 2 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jms\target\gene
> rated\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jms\target\sure
> fire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.transport.jms.JMSDestinationTest
> Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 26.559 sec
> Running org.apache.cxf.transport.jms.JMSUtilsTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec
> Running
> org.apache.cxf.transport.jms.continuations.JMSContinuationProviderTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
> Running org.apache.cxf.transport.jms.continuations.JMSContinuationTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec
> Running org.apache.cxf.transport.jms.JMSConduitTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.752 sec
> Running org.apache.cxf.transport.jms.uri.JMSEndpointTest
> Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 sec
> 
> Results :
> 
> Tests run: 32, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jms\target\cxf-
> rt-transports-jms-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jms\target\cxf-
> rt-transports-jms-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\org\apache
> \cxf\cxf-rt-transports-jms\2.3.0-SNAPSHOT\cxf-rt-transports-jms-2.3.0-SNAP
> SHOT.jar [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Runtime XmlBeans DataBinding
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO] Copying 1 resource
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\xmlbeans\src\m
> ain\resources-filtered [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\xmlbeans\targe
> t\generated\src\main\resources [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [xmlbeans:xmlbeans-test {execution: default}]
> [INFO] All schema objects are up to date.
> [INFO] [cxf-codegen:wsdl2java {execution: generate-test-sources}]
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 16 resources
> [INFO] Copying 1 resource
> [INFO] Copying 251 resources
> [INFO] Copying 3 resources
> [INFO] Copying 251 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\xmlbeans\targe
> t\surefire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.xmlbeans.IDRefServiceTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.886 sec
> Running org.apache.cxf.xmlbeans.WeatherService2Test
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.844 sec
> Running org.apache.cxf.xmlbeans.MultipleSchemaInNSTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 sec
> Running org.apache.cxf.xmlbeans.DocumentStyleTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.421 sec
> Running org.apache.cxf.xmlbeans.WrappedStyleTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.297 sec
> Running org.apache.cxf.xmlbeans.rpc.WeatherServiceRPCLitTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 sec
> Running org.apache.cxf.xmlbeans.basic.BasicTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.171 sec
> Running org.apache.cxf.xmlbeans.XMLBeansServiceTest
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.391 sec
> Running org.apache.cxf.xmlbeans.PrimitiveTypesTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.12 sec
> Running org.apache.cxf.xmlbeans.XmlBeansTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.006 sec
> 
> Results :
> 
> Tests run: 23, Failures: 0, Errors: 0, Skipped: 2
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\xmlbeans\targe
> t\cxf-rt-databinding-xmlbeans-2.3.0-SNAPSHOT.jar [INFO] [install:install
> {execution: default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\xmlbeans\targe
> t\cxf-rt-databinding-xmlbeans-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repositor
> y\org\apache\cxf\cxf-rt-databinding-xmlbeans\2.3.0-SNAPSHOT\cxf-rt-databin
> ding-xmlbeans-2.3.0-SNAPSHOT.jar [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Command Line Tools WSDLTo Test
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\test\src\main\ja
> va [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\test\src\main\re
> sources [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\test\src\main\re
> sources-filtered [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\test\target\gene
> rated\src\main\resources [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] No sources to compile
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 4 resources
> [INFO] Copying 196 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\test\target\gene
> rated\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\test\target\sure
> fire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.tools.wsdlto.WSDLToJavaTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.531 sec
> Running org.apache.cxf.tools.wsdlto.jaxws.wsdl11.JAXWSDefinitionBuilderTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.984 sec
> Running org.apache.cxf.tools.wsdlto.jaxws.CodeGenOptionTest
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.259 sec
> Running org.apache.cxf.tools.wsdlto.jaxws.CatalogTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.162 sec
> Running org.apache.cxf.tools.wsdlto.jaxws.JAXWSBindingTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.166 sec
> Running org.apache.cxf.tools.wsdlto.core.PluginLoaderTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
> Running org.apache.cxf.tools.wsdlto.validator.ValidatorTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 sec
> Running org.apache.cxf.tools.wsdlto.jaxws.CodeGenTest
> Tests run: 46, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.661 sec
> Running org.apache.cxf.tools.wsdlto.jaxws.CodeGenBugTest
> Jul 23, 2010 10:39:39 AM
> org.apache.cxf.tools.validator.internal.WSDLRefValidator
> collectValidationPoints WARNING: WSDL document
> file:/C:/Users/ggregory/b/svn/apache.org/cxf/trunk/tools/wsdlto/test/targe
> t/test-classes/wsdl2java_wsdl/helloworld_withnoservice.wsdl does not define
> an y services
> Jul 23, 2010 10:39:39 AM
> org.apache.cxf.tools.validator.internal.WSDLRefValidator
> collectValidationPoints WARNING: WSDL document
> file:/C:/Users/ggregory/b/svn/apache.org/cxf/trunk/tools/wsdlto/test/targe
> t/test-classes/wsdl2java_wsdl/helloworld_noservice_import.wsdl does not
> define any services
> Jul 23, 2010 10:39:40 AM
> org.apache.cxf.tools.validator.internal.WSDLRefValidator
> collectValidationPoints WARNING: WSDL document
> file:/C:/Users/ggregory/b/svn/apache.org/cxf/trunk/tools/wsdlto/test/targe
> t/test-classes/wsdl2java_wsdl/no_port_or_service.wsdl does not define any
> serv ices
> Jul 23, 2010 10:39:42 AM org.mortbay.log.Slf4jLog info
> INFO: Logging to org.slf4j.impl.JDK14LoggerAdapter(org.mortbay.log) via
> org.mortbay.log.Slf4jLog Jul 23, 2010 10:39:42 AM org.mortbay.log.Slf4jLog
> info
> INFO: jetty-6.1.24
> Jul 23, 2010 10:39:42 AM org.mortbay.log.Slf4jLog info
> INFO: Started SocketConnector@0.0.0.0:8585
> Jul 23, 2010 10:39:43 AM org.mortbay.log.Slf4jLog info
> INFO: Stopped SocketConnector@0.0.0.0:8585
> Jul 23, 2010 10:39:55 AM
> org.apache.cxf.tools.validator.internal.WSDLRefValidator
> collectValidationPointsForBindings SEVERE: {http://child/}Binding is not
> correct, please check that the correct namespace is being used Tests run:
> 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.633 sec Running
> org.apache.cxf.tools.wsdlto.jaxws.JAXWSContainerTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.182 sec
> Running org.apache.cxf.tools.wsdlto.jaxb.JAXBCodeGenOptionTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.318 sec
> Running org.apache.cxf.tools.wsdlto.xmlbeans.XmlbeansBindingTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.585 sec
> 
> Results :
> 
> Tests run: 125, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\test\target\cxf-
> tools-wsdlto-test-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\test\target\cxf-
> tools-wsdlto-test-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\org\apache
> \cxf\cxf-tools-wsdlto-test\2.3.0-SNAPSHOT\cxf-tools-wsdlto-test-2.3.0-SNAP
> SHOT.jar [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Command Line Tools WSDLTo Misctools
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 7 resources
> [INFO] Copying 0 resource
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\misc\src\main\re
> sources-filtered [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\misc\target\gene
> rated\src\main\resources [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 0 resource
> [INFO] Copying 8 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\misc\target\gene
> rated\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\misc\target\sure
> fire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.tools.misc.processor.XSDToWSDLProcessorTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.81 sec
> Running org.apache.cxf.tools.misc.processor.WSDLToXMLProcessorTest
> Jul 23, 2010 10:40:02 AM
> org.apache.cxf.tools.misc.processor.address.AddressFactory getAddresser
> INFO: Found addresser
> org.apache.cxf.tools.misc.processor.address.XmlAddress Tests run: 1,
> Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.184 sec Running
> org.apache.cxf.tools.misc.processor.WSDLToServiceProcessorTest Jul 23,
> 2010 10:40:03 AM
> org.apache.cxf.tools.misc.processor.address.AddressFactory getAddresser
> INFO: Found addresser
> org.apache.cxf.tools.misc.processor.address.SoapAddress Jul 23, 2010
> 10:40:04 AM org.apache.cxf.tools.misc.processor.address.AddressFactory
> getAddresser INFO: Found addresser
> org.apache.cxf.tools.misc.processor.address.JmsAddress Tests run: 7,
> Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.025 sec Running
> org.apache.cxf.tools.misc.processor.WSDLToSoapProcessorTest Tests run: 9,
> Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.426 sec
> 
> Results :
> 
> Tests run: 19, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\misc\target\cxf-
> tools-misctools-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\misc\target\cxf-
> tools-misctools-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\org\apache\c
> xf\cxf-tools-misctools\2.3.0-SNAPSHOT\cxf-tools-misctools-2.3.0-SNAPSHOT.j
> ar [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Command Line Tools
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
> [INFO] [install:install {execution: default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\pom.xml to
> C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-tools\2.3.0-SNAPSHOT\c
> xf-tools-2.3.0-SNAPSH OT.pom
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Command Line Tools WSDLTo
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
> [INFO] [install:install {execution: default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\pom.xml to
> C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-tools-wsdlto\2.3.0-SNA
> PSHOT\cxf-tool s-wsdlto-2.3.0-SNAPSHOT.pom
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Command Line Tools JavaTo WS
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 20 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\javato\ws\src\main\reso
> urces [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\javato\ws\src\main\reso
> urces-filtered [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\javato\ws\target\genera
> ted\src\main\resources [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [cxf-codegen:wsdl2java {execution: generate-test-sources}]
> [INFO] [build-helper:add-test-source {execution: add-source}]
> [INFO] Test Source directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\javato\ws\src\test\gene
> rated added. [INFO] [resources:testResources {execution:
> default-testResources}] [INFO] Using 'UTF-8' encoding to copy filtered
> resources.
> [INFO] Copying 1 resource
> [INFO] Copying 44 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\javato\ws\target\genera
> ted\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\javato\ws\target\surefi
> re-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running
> org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.JaxwsServiceBuilde
> rTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 1, Time elapsed:
> 2.377 sec Running
> org.apache.cxf.tools.java2wsdl.generator.wsdl11.WrapperBeanGeneratorTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.588 sec
> Running
> org.apache.cxf.tools.java2wsdl.generator.wsdl11.DateTypeCustomGeneratorTes
> t Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.292 sec
> Running
> org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.ResponseWrapperTes
> t Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec
> Running
> org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.WrapperUtilTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 sec
> Running
> org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.WrapperTest Tests
> run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
> Running org.apache.cxf.tools.java2wsdl.processor.FrontendFactoryTest Tests
> run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 sec Running
> org.apache.cxf.tools.java2wsdl.processor.internal.ServiceBuilderFactoryTes
> t Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 sec
> Running
> org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.RequestWrapperTest
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 sec
> Running
> org.apache.cxf.tools.java2wsdl.generator.wsdl11.annotator.WrapperBeanAnnot
> atorTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
> 0.004 sec Running
> org.apache.cxf.tools.java2wsdl.generator.wsdl11.annotator.WrapperBeanField
> AnnotatorTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time
> elapsed: 0.006 sec Running
> org.apache.cxf.tools.java2js.processor.JavaToJSProcessorTest Tests run: 2,
> Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.327 sec Running
> org.apache.cxf.tools.java2ws.AegisTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.332 sec
> Running org.apache.cxf.tools.java2wsdl.JavaToWSFlagTest
> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.867 sec
> Running org.apache.cxf.tools.java2ws.JavaToWSTest
> Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.042 sec
> Running
> org.apache.cxf.tools.java2wsdl.generator.wsdl11.FaultBeanGeneratorTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.05 sec
> Running
> org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.JaxwsServiceBuilde
> rNoAnnoTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
> 0.12 sec Running
> org.apache.cxf.tools.java2wsdl.generator.WSDLGeneratorFactoryTest Tests
> run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
> Running org.apache.cxf.tools.java2wsdl.processor.JavaToProcessorTest Tests
> run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.735 sec
> Running
> org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.FaultBeanTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
> Running
> org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.JaxwsServiceBuilde
> rRPCTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
> 0.045 sec
> 
> Results :
> 
> Tests run: 110, Failures: 0, Errors: 0, Skipped: 2
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\javato\ws\target\cxf-to
> ols-java2ws-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\javato\ws\target\cxf-to
> ols-java2ws-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\org\apache\cxf\c
> xf-tools-java2ws\2.3.0-SNAPSHOT\cxf-tools-java2ws-2.3.0-SNAPSHOT.jar
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Command Line Tools JavaTo
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
> [INFO] [install:install {execution: default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\javato\pom.xml to
> C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-tools-javato\2.3.0-SNA
> PSHOT\cxf-tool s-javato-2.3.0-SNAPSHOT.pom
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Runtime CORBA Binding
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 5 resources
> [INFO] Copying 6 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\corba\src\main\re
> sources-filtered [INFO] Copying 1 resource
> [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 0 resource
> [INFO] Copying 6 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\corba\target\gene
> rated\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\corba\target\sure
> fire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.binding.corba.types.CorbaHandlerUtilsYokoNSTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.831 sec
> Running org.apache.cxf.binding.corba.runtime.CorbaDSIServantTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.253 sec
> Running org.apache.cxf.binding.corba.CorbaServerConduitTest
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.92 sec
> Running org.apache.cxf.binding.corba.types.CorbaArrayHandlerTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
> Running org.apache.cxf.binding.corba.utils.CorbaUtilsTest
> Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 sec
> Running org.apache.cxf.binding.corba.types.CorbaHandlerUtilsTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.419 sec
> Running org.apache.cxf.binding.corba.types.CorbaStructHandlerTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
> Running org.apache.cxf.binding.corba.types.CorbaFixedHandlerTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
> Running org.apache.cxf.binding.corba.types.CorbaObjectHandlerTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
> Running org.apache.cxf.binding.corba.CorbaDestinationTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.217 sec
> Running org.apache.cxf.binding.corba.runtime.CorbaObjectWriterTest
> Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 sec
> Running org.apache.cxf.binding.corba.runtime.CorbaStreamReaderTest
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
> Running org.apache.cxf.binding.corba.CorbaConduitTest
> Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.414 sec
> Running org.apache.cxf.binding.corba.CorbaMessageTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
> Running org.apache.cxf.binding.corba.CorbaTypeMapTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
> Running org.apache.cxf.binding.corba.types.CorbaEnumHandlerTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
> Running org.apache.cxf.binding.corba.runtime.CorbaObjectReaderTest
> Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 sec
> Running org.apache.cxf.binding.corba.CorbaBindingTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
> Running org.apache.cxf.binding.corba.utils.ContextUtilsTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
> Running org.apache.cxf.binding.corba.runtime.CorbaStreamableTest
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
> Running org.apache.cxf.binding.corba.CorbaBindingFactoryTest
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.771 sec
> Running org.apache.cxf.binding.corba.types.CorbaAnyHandlerTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
> Running org.apache.cxf.binding.corba.types.CorbaPrimitiveHandlerTest
> Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
> Running org.apache.cxf.binding.corba.types.CorbaSequenceHandlerTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
> 
> Results :
> 
> Tests run: 124, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\corba\target\cxf-
> rt-bindings-corba-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\corba\target\cxf-
> rt-bindings-corba-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\org\apache
> \cxf\cxf-rt-bindings-corba\2.3.0-SNAPSHOT\cxf-rt-bindings-corba-2.3.0-SNAP
> SHOT.jar [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Command Line Tools CORBA
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [build-helper:add-source {execution: add-source}]
> [INFO] Source directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\corba\src\main\generate
> d added. [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 6 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\corba\src\main\resource
> s [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\corba\src\main\resource
> s-filtered [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\corba\target\generated\
> src\main\resources [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 0 resource
> [INFO] Copying 231 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\corba\target\generated\
> src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\corba\target\surefire-r
> eports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.tools.corba.processors.WSDLToIDLGenerationTest
> Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.58 sec
> Running
> org.apache.cxf.tools.corba.idlpreprocessor.IdlPreprocessorReaderTest Tests
> run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 sec
> Running org.apache.cxf.tools.corba.processors.WSDLToCorbaBindingTest Tests
> run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.327 sec
> Running org.apache.cxf.tools.corba.WSDLToIDLTest
> Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.251 sec
> Running org.apache.cxf.tools.corba.processors.IDLToWSDLGenerationTest
> Tests run: 51, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.1 sec
> Running org.apache.cxf.tools.corba.IDLToWSDLTest
> Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.294 sec
> Running org.apache.cxf.tools.corba.common.CorbaPrimitiveMapTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
> Running org.apache.cxf.tools.corba.processors.WSDLToCorbaBindingTypeTest
> Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.188 sec
> 
> Results :
> 
> Tests run: 153, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\corba\target\cxf-tools-
> corba-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\corba\target\cxf-tools-
> corba-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-too
> ls-corba\2.3.0-SNAPSHOT\cxf-tools-corba-2.3.0-SNAPSHOT.jar
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Runtime SDO DataBinding
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 0 resource
> [INFO] Copying 1 resource
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\sdo\src\main\r
> esources-filtered [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\sdo\target\gen
> erated\src\main\resources [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [cxf-codegen:wsdl2java {execution: generate-test-sources-static}]
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 2 resources
> [INFO] Copying 3 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\sdo\target\gen
> erated\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\sdo\target\sur
> efire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.sdo.HelloWorldStaticTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.715 sec
> Running org.apache.cxf.sdo.HelloWorldDynamicTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.349 sec
> 
> Results :
> 
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\sdo\target\cxf
> -rt-databinding-sdo-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\sdo\target\cxf
> -rt-databinding-sdo-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\org\apac
> he\cxf\cxf-rt-databinding-sdo\2.3.0-SNAPSHOT\cxf-rt-databinding-sdo-2.3.0-
> SNAPSHOT.jar [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Runtime HTTP Binding
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 2 resources
> [INFO] Copying 3 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\http\src\main\res
> ources-filtered [INFO] Copying 1 resource
> [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [cxf-xjc:xsdtojava-tests {execution: generate-sources}]
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 7 resources
> [INFO] Copying 1 resource
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\http\target\gener
> ated\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\http\target\suref
> ire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.binding.http.bare.ClientTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.21 sec
> Running org.apache.cxf.binding.http.InflectorTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
> Running org.apache.cxf.binding.http.IriDecoderTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 sec
> Running org.apache.cxf.binding.http.wrapped.WrappedServiceTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.646 sec
> Running org.apache.cxf.binding.http.bare.BareServiceTest
> DefaultValidationEventHandler: [ERROR]: For input string: "bleh"
>      Location: line 0
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.807 sec
> Running org.apache.cxf.binding.http.mtom.MtomTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.239 sec
> Running org.apache.cxf.binding.http.bare.UserServiceTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.233 sec
> 
> Results :
> 
> Tests run: 12, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\http\target\cxf-r
> t-bindings-http-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\http\target\cxf-r
> t-bindings-http-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\org\apache\c
> xf\cxf-rt-bindings-http\2.3.0-SNAPSHOT\cxf-rt-bindings-http-2.3.0-SNAPSHOT
> .jar [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Runtime Object Binding
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO] Copying 6 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\object\src\main\r
> esources-filtered [INFO] Copying 1 resource
> [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 0 resource
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\object\src\test\r
> esources [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\object\target\gen
> erated\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\object\target\sur
> efire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.binding.object.LocalServerRegistrationTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.363 sec
> Running org.apache.cxf.binding.object.ObjectBindingTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.216 sec
> 
> Results :
> 
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\object\target\cxf
> -rt-bindings-object-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\object\target\cxf
> -rt-bindings-object-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\org\apac
> he\cxf\cxf-rt-bindings-object\2.3.0-SNAPSHOT\cxf-rt-bindings-object-2.3.0-
> SNAPSHOT.jar [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Runtime Colocated Binding
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO] Copying 1 resource
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\coloc\src\main\re
> sources-filtered [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\coloc\target\gene
> rated\src\main\resources [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 0 resource
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\coloc\src\test\re
> sources [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\coloc\target\gene
> rated\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\coloc\target\sure
> fire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.binding.coloc.ColocMessageObserverTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.55 sec
> Running org.apache.cxf.binding.coloc.ColocUtilTest
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
> Running org.apache.cxf.binding.coloc.ColocOutInterceptorTest
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 sec
> 
> Results :
> 
> Tests run: 16, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\coloc\target\cxf-
> rt-bindings-coloc-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\coloc\target\cxf-
> rt-bindings-coloc-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\org\apache
> \cxf\cxf-rt-bindings-coloc\2.3.0-SNAPSHOT\cxf-rt-bindings-coloc-2.3.0-SNAP
> SHOT.jar [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Runtime JBI Binding
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO] Copying 9 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\jbi\src\main\reso
> urces-filtered [INFO] Copying 1 resource
> [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [bundle:manifest {execution: bundle-manifest}]
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\jbi\src\test\reso
> urces [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\jbi\target\genera
> ted\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\jbi\target\surefi
> re-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.binding.jbi.interceptor.JBIFaultOutInterceptorTest
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.249 sec
> Running org.apache.cxf.binding.jbi.spring.JBIBindingConfigurationInfoTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.328 sec
> Running
> org.apache.cxf.binding.jbi.interceptor.JBIOperationInInterceptorTest Tests
> run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.346 sec
> Running org.apache.cxf.binding.jbi.JBIBindingFactoryTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
> 
> Results :
> 
> Tests run: 9, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\jbi\target\cxf-rt
> -bindings-jbi-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\jbi\target\cxf-rt
> -bindings-jbi-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\org\apache\cxf
> \cxf-rt-bindings-jbi\2.3.0-SNAPSHOT\cxf-rt-bindings-jbi-2.3.0-SNAPSHOT.jar
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Runtime
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
> [INFO] [install:install {execution: default-install}]
> [INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\pom.xml
> to
> C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-rt\2.3.0-SNAPSHOT\cxf-
> rt-2.3.0-SNAPSHOT.pom [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Runtime Bindings
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
> [INFO] [install:install {execution: default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\pom.xml to
> C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-rt-bindings\2.3.0-SNAP
> SHOT\cxf-rt-bin dings-2.3.0-SNAPSHOT.pom
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Runtime JAX-RS Frontend
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 7 resources
> [INFO] Copying 7 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxrs\src\main\re
> sources-filtered [INFO] Copying 1 resource
> [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 14 resources
> [INFO] Copying 6 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxrs\target\gene
> rated\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxrs\target\sure
> fire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.jaxrs.ext.MessageContextImplTest
> Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.542 sec
> Running org.apache.cxf.jaxrs.ext.search.FiqlParserTest
> Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 sec
> Running org.apache.cxf.jaxrs.provider.JSONProviderTest
> Tests run: 48, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 0.618 sec
> Running org.apache.cxf.jaxrs.utils.HttpUtilsTest
> Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
> Running org.apache.cxf.jaxrs.utils.AnnotationTestUtilsTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
> Running org.apache.cxf.jaxrs.ext.search.SearchContextImplTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
> Running org.apache.cxf.jaxrs.ext.multipart.ContentDispositionTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
> Running org.apache.cxf.jaxrs.client.WebClientTest
> Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.73 sec
> Running org.apache.cxf.jaxrs.JAXRSServerFactoryBeanTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 sec
> Running org.apache.cxf.jaxrs.provider.DataBindingJSONProviderTest
> Tests run: 7, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.857 sec
> Running org.apache.cxf.jaxrs.provider.BinaryDataProviderTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
> Running org.apache.cxf.jaxrs.provider.XPathProviderTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec
> Running org.apache.cxf.jaxrs.spring.SpringResourceFactoryTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.247 sec
> Running org.apache.cxf.jaxrs.model.ClassResourceInfoTest
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
> Running org.apache.cxf.jaxrs.provider.DataBindingProviderTest
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.211 sec
> Running org.apache.cxf.jaxrs.impl.NewCookieHeaderProviderTest
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
> Running org.apache.cxf.jaxrs.provider.JAXBElementProviderTest
> Tests run: 52, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 sec
> Running org.apache.cxf.jaxrs.model.wadl.WadlGeneratorTest
> Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.331 sec
> Running org.apache.cxf.jaxrs.provider.SourceProviderTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
> Running org.apache.cxf.jaxrs.spring.JAXRSClientFactoryBeanTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.276 sec
> Running org.apache.cxf.jaxrs.SelectMethodCandidatesTest
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 sec
> Running org.apache.cxf.jaxrs.impl.MediaTypeHeaderProviderTest
> Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
> Running org.apache.cxf.jaxrs.provider.PrimitiveTextProviderTest
> Hello, my name is FΘlix AgnΘs
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
> Running org.apache.cxf.jaxrs.impl.ResponseBuilderImplTest
> Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
> Running org.apache.cxf.jaxrs.ext.search.SimpleSearchConditionTest
> Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
> Running org.apache.cxf.jaxrs.provider.AegisElementProviderTest
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec
> Running org.apache.cxf.jaxrs.impl.MetadataMapTest
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
> Running org.apache.cxf.jaxrs.impl.UriInfoImplTest
> Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
> Running org.apache.cxf.jaxrs.impl.CookieHeaderProviderTest
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
> Running org.apache.cxf.jaxrs.impl.ResponseImplTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
> Running org.apache.cxf.jaxrs.ext.multipart.MultipartBodyTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
> Running org.apache.cxf.jaxrs.impl.UriBuilderImplTest
> Tests run: 93, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 sec
> Running org.apache.cxf.jaxrs.provider.AtomEntryProviderTest
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.295 sec
> Running org.apache.cxf.jaxrs.impl.HttpHeadersImplTest
> Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
> Running org.apache.cxf.jaxrs.impl.VariantListBuilderImplTest
> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
> Running org.apache.cxf.jaxrs.impl.CacheControlHeaderProviderTest
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec
> Running org.apache.cxf.jaxrs.spring.JAXRSServerFactoryBeanTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 sec
> Running org.apache.cxf.jaxrs.impl.RuntimeDelegateImplTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
> Running org.apache.cxf.jaxrs.impl.RequestPreprocessorTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
> Running org.apache.cxf.jaxrs.impl.RequestImplTest
> Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
> Running org.apache.cxf.jaxrs.provider.AtomPojoProviderTest
> <?xml version='1.0' encoding='UTF-8'?>
> <entry xmlns="http://www.w3.org/2005/Atom">
>   <title type="text">a</title>
>   <content type="application/xml">
>     <book xmlns="">
>       <name>a</name>
>     </book>
>   </content>
> </entry>
> <?xml version='1.0' encoding='UTF-8'?>
> <entry xmlns="http://www.w3.org/2005/Atom">
>   <content type="application/xml">
>     <book xmlns="">
>       <name>a</name>
>     </book>
>   </content>
> </entry>
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.353 sec
> Running org.apache.cxf.jaxrs.provider.XSLTJaxbProviderTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.153 sec
> Running org.apache.cxf.jaxrs.impl.EntityTagHeaderProviderTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
> Running org.apache.cxf.jaxrs.model.OperationResourceInfoTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
> Running org.apache.cxf.jaxrs.utils.JAXRSUtilsTest
> Tests run: 45, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.358 sec
> Running org.apache.cxf.jaxrs.lifecycle.PerRequestResourceProviderTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
> Running org.apache.cxf.jaxrs.ext.xml.XMLSourceTest
> Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 sec
> Running org.apache.cxf.jaxrs.impl.PathSegmentImplTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
> Running org.apache.cxf.jaxrs.provider.FormEncodingProviderTest
> name=FΘlix
> FΘlix
> Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
> Running org.apache.cxf.jaxrs.utils.ResourceUtilsTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
> Running org.apache.cxf.jaxrs.model.URITemplateTest
> a%20{digit:[0-9]}%20b
> Tests run: 47, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
> Running org.apache.cxf.jaxrs.provider.ProviderFactoryTest
> Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
> Running org.apache.cxf.jaxrs.provider.AegisJSONProviderTest
> Tests run: 17, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.153 sec
> Running org.apache.cxf.jaxrs.JAXRSServiceFactoryBeanTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
> Running org.apache.cxf.jaxrs.client.JAXRSClientFactoryBeanTest
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 sec
> Running org.apache.cxf.jaxrs.ext.multipart.AttachmentTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
> Running org.apache.cxf.jaxrs.ext.codegen.CodeGeneratorProviderTest
> C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.w
> adl.BookStore-src\superbooks\Book.java
> C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.
> wadl.BookStore-src\superbooks\Book2.java
> C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.
> wadl.BookStore-src\superbooks\Chapter.java
> C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.
> wadl.BookStore-src\superbooks\ObjectFactory.java
> C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.
> wadl.BookStore-src\superbooks\package-info.java
> C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.
> wadl.BookStore-src\superbooks\Book.java
> C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.
> wadl.BookStore-src\superbooks\Book2.java
> C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.
> wadl.BookStore-src\superbooks\Chapter.java
> C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.
> wadl.BookStore-src\superbooks\ObjectFactory.java
> C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.
> wadl.BookStore-src\superbooks\package-info.java
> C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.
> wadl.BookStore-src\superbooks\Book.java
> C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.
> wadl.BookStore-src\superbooks\Book2.java
> C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.
> wadl.BookStore-src\superbooks\Chapter.java
> C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.
> wadl.BookStore-src\superbooks\ObjectFactory.java
> C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.
> wadl.BookStore-src\superbooks\package-info.java Tests run: 3, Failures: 0,
> Errors: 0, Skipped: 0, Time elapsed: 6.219 sec Running
> org.apache.cxf.jaxrs.provider.AtomFeedProviderTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
> Running org.apache.cxf.jaxrs.utils.InjectionUtilsTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
> 
> Results :
> 
> Tests run: 665, Failures: 0, Errors: 0, Skipped: 6
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxrs\target\cxf-
> rt-frontend-jaxrs-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxrs\target\cxf-
> rt-frontend-jaxrs-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\org\apache
> \cxf\cxf-rt-frontend-jaxrs\2.3.0-SNAPSHOT\cxf-rt-frontend-jaxrs-2.3.0-SNAP
> SHOT.jar [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Runtime JavaScript Frontend
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 0 resource
> [INFO] Copying 0 resource
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\js\src\main\resou
> rces-filtered [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\js\target\generat
> ed\src\main\resources [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 0 resource
> [INFO] Copying 12 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\js\target\generat
> ed\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\js\target\surefir
> e-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.js.rhino.AbstractDOMProviderTest
> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.218 sec
> Running org.apache.cxf.js.rhino.ProviderFactoryTest
> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.27 sec
> Running org.apache.cxf.js.rhino.ServerAppTest
> Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 sec
> 
> Results :
> 
> Tests run: 27, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\js\target\cxf-rt-
> frontend-js-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\js\target\cxf-rt-
> frontend-js-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\org\apache\cxf\c
> xf-rt-frontend-js\2.3.0-SNAPSHOT\cxf-rt-frontend-js-2.3.0-SNAPSHOT.jar
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF HTTP Transport for OSGi
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 0 resource
> [INFO] Copying 2 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-osgi\src\m
> ain\resources-filtered [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-osgi\targe
> t\generated\src\main\resources [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 0 resource
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-osgi\src\t
> est\resources [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-osgi\targe
> t\generated\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-osgi\targe
> t\surefire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.transport.http_osgi.OsgiTransportFactoryTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.221 sec
> Running org.apache.cxf.transport.http_osgi.OsgiDestinationTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.222 sec
> Running org.apache.cxf.transport.http_osgi.OsgiServletTest
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.333 sec
> 
> Results :
> 
> Tests run: 10, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [bundle:bundle {execution: default-bundle}]
> [WARNING] Warning building bundle
> org.apache.cxf:cxf-rt-transports-http-osgi:bundle:2.3.0-SNAPSHOT :
> Instructions in Export-Package that are never used: =META-INF\.cxf\.osgi
> [WARNING] Warning building bundle
> org.apache.cxf:cxf-rt-transports-http-osgi:bundle:2.3.0-SNAPSHOT : Did not
> find matching referal for javax.xml.rpc* [WARNING] Warning building bundle
> org.apache.cxf:cxf-rt-transports-http-osgi:bundle:2.3.0-SNAPSHOT :
> Exporting packages that are not on the Bundle-Classpath[Jar:dot]: [META-IN
> F.cxf.osgi]
> [INFO] [install:install {execution: default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-osgi\targe
> t\cxf-rt-transports-http-osgi-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repositor
> y\org\apache\cxf\cxf-rt-transports-http-osgi\2.3.0-SNAPSHOT\cxf-rt-transpo
> rts-http-osgi-2.3.0-SNAPSHOT.jar [INFO] [bundle:install {execution:
> default-install}]
> [INFO] Installing
> org/apache/cxf/cxf-rt-transports-http-osgi/2.3.0-SNAPSHOT/cxf-rt-transport
> s-http-osgi-2.3.0-SNAPSHOT.jar [INFO] Writing OBR metadata
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Runtime JBI Transport
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO] Copying 8 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jbi\src\main\re
> sources-filtered [INFO] Copying 1 resource
> [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [bundle:manifest {execution: bundle-manifest}]
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 0 resource
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jbi\src\test\re
> sources [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jbi\target\gene
> rated\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jbi\target\sure
> fire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.transport.jbi.JBIConduitTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.729 sec
> Running org.apache.cxf.transport.jbi.JBIDestinationTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.441 sec
> 
> Results :
> 
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jbi\target\cxf-
> rt-transports-jbi-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jbi\target\cxf-
> rt-transports-jbi-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\org\apache
> \cxf\cxf-rt-transports-jbi\2.3.0-SNAPSHOT\cxf-rt-transports-jbi-2.3.0-SNAP
> SHOT.jar [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Runtime WS Policy
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 4 resources
> [INFO] Copying 17 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\policy\src\main\resourc
> es-filtered [INFO] Copying 1 resource
> [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [cxf-codegen:wsdl2java {execution: generate-test-sources}]
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 20 resources
> [INFO] Copying 89 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\policy\target\generated
> \src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\policy\target\surefire-
> reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.ws.policy.PolicyInterceptorsTest
> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.669 sec
> Running org.apache.cxf.ws.policy.EndpointPolicyImplTest
> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.218 sec
> Running org.apache.cxf.ws.policy.PolicyVerificationInFaultInterceptorTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec
> Running org.apache.cxf.ws.policy.selector.FirstAlternativeSelectorTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
> Running org.apache.cxf.ws.policy.spring.PolicyFeatureTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.009 sec
> Running org.apache.cxf.ws.policy.NormalizeTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.178 sec
> Running org.apache.cxf.ws.policy.attachment.reference.ReferenceResolverTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 sec
> Running org.apache.cxf.ws.policy.attachment.external.PolicyAttachmentTest
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
> Running
> org.apache.cxf.ws.policy.attachment.external.DomainExpressionBuilderRegist
> ryTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
> 0.016 sec Running
> org.apache.cxf.ws.policy.AssertionBuilderRegistryImplTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
> Running org.apache.cxf.ws.policy.PolicyExtensionsTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.478 sec
> Running org.apache.cxf.ws.policy.PolicyInterceptorProviderRegistryImplTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
> Running org.apache.cxf.ws.policy.spring.PolicyBeansTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.181 sec
> Running
> org.apache.cxf.ws.policy.builder.primitive.NestedPrimitiveAssertionTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 sec
> Running org.apache.cxf.ws.policy.PolicyAnnotationTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.798 sec
> Running org.apache.cxf.ws.policy.PolicyBuilderTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
> Running org.apache.cxf.ws.policy.EffectivePolicyImplTest
> Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec
> Running
> org.apache.cxf.ws.policy.attachment.wsdl11.Wsdl11AttachmentPolicyProviderT
> est Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.473
> sec Running
> org.apache.cxf.ws.policy.attachment.external.ExternalAttachmentProviderTes
> t Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063
> sec Running
> org.apache.cxf.ws.policy.selector.MinimalMaximalAlternativeSelectorTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec
> Running org.apache.cxf.ws.policy.PolicyVerificationInInterceptorTest Tests
> run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
> Running
> org.apache.cxf.ws.policy.attachment.external.EndpointReferenceDomainExpres
> sionTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
> 0.03 sec Running org.apache.cxf.ws.policy.PolicyRegistryImplTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
> Running org.apache.cxf.ws.policy.PolicyEngineTest
> Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec
> Running org.apache.cxf.ws.policy.PolicyVerificationOutInterceptorTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec
> 
> Results :
> 
> Tests run: 101, Failures: 0, Errors: 0, Skipped: 1
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\policy\target\cxf-rt-ws
> -policy-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\policy\target\cxf-rt-ws
> -policy-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-r
> t-ws-policy\2.3.0-SNAPSHOT\cxf-rt-ws-policy-2.3.0-SNAPSHOT.jar
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Runtime WS Reliable Messaging
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 3 resources
> [INFO] Copying 10 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\rm\src\main\resources-f
> iltered [INFO] Copying 1 resource
> [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 9 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\rm\src\test\resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\rm\target\generated\src
> \test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\rm\target\surefire-repo
> rts
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.ws.rm.soap.RMSoapInterceptorTest
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.432 sec
> Running org.apache.cxf.ws.rm.persistence.jdbc.RMTxStoreConfigurationTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.326 sec
> Running org.apache.cxf.ws.rm.RMManagerConfigurationTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.428 sec
> Running org.apache.cxf.ws.rm.persistence.PersistenceUtilsTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 sec
> Running org.apache.cxf.ws.rm.soap.RetransmissionQueueImplTest
> Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.299 sec
> Running org.apache.cxf.ws.rm.RMContextUtilsTest
> Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.315 sec
> Running org.apache.cxf.ws.rm.AbstractSequenceTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
> Running org.apache.cxf.ws.rm.DestinationTest
> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.19 sec
> Running org.apache.cxf.ws.rm.RMUtilsTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 sec
> Running org.apache.cxf.ws.rm.AbstractRMInterceptorTest
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 sec
> Running org.apache.cxf.ws.rm.SourceSequenceTest
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.029 sec
> Running org.apache.cxf.ws.rm.RMEndpointTest
> Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.216 sec
> Running org.apache.cxf.ws.rm.persistence.jdbc.RMTxStoreTest
> Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.32 sec
> Running org.apache.cxf.ws.rm.AbstractEndpointTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
> Running org.apache.cxf.ws.rm.policy.PolicyUtilsTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
> Running org.apache.cxf.ws.rm.DestinationSequenceTest
> Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.281 sec
> Running org.apache.cxf.ws.rm.soap.SoapFaultFactoryTest
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 sec
> Running org.apache.cxf.ws.rm.RMInInterceptorTest
> Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 sec
> Running org.apache.cxf.ws.rm.RMOutInterceptorTest
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec
> Running org.apache.cxf.ws.rm.RMManagerTest
> Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.167 sec
> Running org.apache.cxf.ws.rm.ProxyTest
> Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 sec
> 
> Results :
> 
> Tests run: 169, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\rm\target\cxf-rt-ws-rm-
> 2.3.0-SNAPSHOT.jar [INFO] [install:install {execution: default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\rm\target\cxf-rt-ws-rm-
> 2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-rt-ws-rm\
> 2.3.0-SNAPSHOT\cxf-rt-ws-rm-2.3.0-SNAPSHOT.jar
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Runtime WS Security
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 4 resources
> [INFO] Copying 2 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\security\src\main\resou
> rces-filtered [INFO] Copying 1 resource
> [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 48 resources
> [INFO] Copying 1 resource
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\security\target\generat
> ed\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\security\target\surefir
> e-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.ws.security.wss4j.DefaultSecurityContextTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 sec
> Running org.apache.cxf.ws.security.wss4j.CryptoCoverageCheckerTest
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.207 sec
> Running org.apache.cxf.ws.security.wss4j.WSS4JFaultCodeTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.244 sec
> Running org.apache.cxf.ws.security.wss4j.WSS4JOutInterceptorTest
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.406 sec
> Running org.apache.cxf.ws.security.wss4j.SignatureConfirmationTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 sec
> Running org.apache.cxf.ws.security.wss4j.RoundTripTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.714 sec
> Running org.apache.cxf.ws.security.wss4j.WSS4JInOutTest
> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.547 sec
> Running org.apache.cxf.ws.security.wss4j.UserNameTokenAuthorizationTest
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.893 sec
> Running org.apache.cxf.ws.security.wss4j.PolicyBasedWss4JInOutTest
> Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.774 sec
> 
> Results :
> 
> Tests run: 49, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\security\target\cxf-rt-
> ws-security-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\security\target\cxf-rt-
> ws-security-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\org\apache\cxf\c
> xf-rt-ws-security\2.3.0-SNAPSHOT\cxf-rt-ws-security-2.3.0-SNAPSHOT.jar
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Runtime Web Management
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 0 resource
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management-web\src\main\re
> sources [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management-web\src\main\re
> sources-filtered [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management-web\target\gene
> rated\src\main\resources [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Compiling 1 source file to
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management-web\target\clas
> ses [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 0 resource
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management-web\src\test\re
> sources [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management-web\target\gene
> rated\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management-web\target\sure
> fire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> There are no tests to run.
> 
> Results :
> 
> Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management-web\target\cxf-
> rt-management-web-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management-web\target\cxf-
> rt-management-web-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\org\apache
> \cxf\cxf-rt-management-web\2.3.0-SNAPSHOT\cxf-rt-management-web-2.3.0-SNAP
> SHOT.jar [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF JBI Integration
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 4 resources
> [INFO] Copying 0 resource
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jbi\src\main\reso
> urces-filtered [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jbi\target\genera
> ted\src\main\resources [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 0 resource
> [INFO] Copying 11 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jbi\target\genera
> ted\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jbi\target\surefi
> re-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.jbi.se.state.ServiceEngineStateFactoryTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 sec
> Running org.apache.cxf.jbi.se.state.ServiceEngineShutdownTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
> Running org.apache.cxf.jbi.se.CXFServiceUnitManagerTest
> Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.38 sec
> Running org.apache.cxf.jbi.se.CXFServiceUnitTest
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.603 sec
> Running org.apache.cxf.jbi.se.state.ServiceEngineStopTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
> Running org.apache.cxf.jbi.se.state.ServiceEngineStartTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
> 
> Results :
> 
> Tests run: 40, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jbi\target\cxf-in
> tegration-jbi-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jbi\target\cxf-in
> tegration-jbi-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\org\apache\cxf
> \cxf-integration-jbi\2.3.0-SNAPSHOT\cxf-integration-jbi-2.3.0-SNAPSHOT.jar
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF JCA Connection
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 2 resources
> [INFO] Copying 1 resource
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jca\src\main\reso
> urces-filtered [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jca\target\genera
> ted\src\main\resources [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 10 resources
> [INFO] Copying 4 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jca\target\genera
> ted\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jca\target\surefi
> re-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.jca.cxf.ConnectionFactoryImplTest
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.438 sec
> Running org.apache.cxf.jca.servant.EJBServantConfigTest
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 sec
> Running org.apache.cxf.jca.cxf.handlers.InvokingInvocationHandlerTest
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.181 sec
> Running org.apache.cxf.jca.core.resourceadapter.ManagedConnectionImplTest
> Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 sec
> Running org.apache.cxf.jca.core.resourceadapter.UriHandlerInitTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
> Running org.apache.cxf.jca.cxf.CXFConnectionRequestInfoTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
> Running org.apache.cxf.jca.jarloader.JarLoaderTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
> Running org.apache.cxf.jca.core.resourceadapter.HandlerTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
> Running org.apache.cxf.jca.cxf.handlers.InvocationHandlerFactoryTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 sec
> Running org.apache.cxf.jca.cxf.ResourceAdapterImplTest
> Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec
> Running org.apache.cxf.jca.core.classloader.PlugInClassLoaderTest
> Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 sec
> Running
> org.apache.cxf.jca.core.resourceadapter.ResourceAdapterInternalExceptionTe
> st Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013
> sec Running org.apache.cxf.jca.servant.EJBEndpointTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
> Running org.apache.cxf.jca.core.logging.LoggerHelperTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
> Running org.apache.cxf.jca.cxf.handlers.ProxyInvocationHandlerTest
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.46 sec
> Running org.apache.cxf.jca.core.resourceadapter.ResourceBeanTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
> Running org.apache.cxf.jca.cxf.handlers.ObjectMethodInvocationHandlerTest
> Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
> Running org.apache.cxf.jca.cxf.JCABusFactoryTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.18 sec
> Running
> org.apache.cxf.jca.core.resourceadapter.ManagedConnectionFactoryImplTest
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
> Running org.apache.cxf.jca.outbound.ManagedConnectionImplTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.888 sec
> Running org.apache.cxf.jca.cxf.ManagedConnectionImplTest
> Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.055 sec
> Running org.apache.cxf.jca.cxf.AssociatedManagedConnectionFactoryImplTest
> Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.148 sec
> Running org.apache.cxf.jca.cxf.ManagedConnectionFactoryImplTest
> Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.135 sec
> 
> Results :
> 
> Tests run: 160, Failures: 0, Errors: 0, Skipped: 1
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jca\target\cxf-in
> tegration-jca-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jca\target\cxf-in
> tegration-jca-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\org\apache\cxf
> \cxf-integration-jca\2.3.0-SNAPSHOT\cxf-integration-jca-2.3.0-SNAPSHOT.jar
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Integration
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
> [INFO] [install:install {execution: default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\pom.xml to
> C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-integration\2.3.0-SNAP
> SHOT\cxf-integr ation-2.3.0-SNAPSHOT.pom
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Java2WS Maven2 Plugin
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [plugin:descriptor {execution: default-descriptor}]
> [WARNING] Using platform encoding (Cp1252 actually) to read mojo metadata,
> i.e. build is platform dependent! [INFO] Applying mojo extractor for
> language: java
> [INFO] Mojo extractor for language: java found 1 mojo descriptors.
> [INFO] Applying mojo extractor for language: bsh
> [INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 0 resource
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\java2ws-plugin\
> src\main\resources [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\java2ws-plugin\
> src\main\resources-filtered [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\java2ws-plugin\
> target\generated\src\main\resources [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\java2ws-plugin\
> src\test\java [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\java2ws-plugin\
> src\test\resources [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\java2ws-plugin\
> target\generated\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] No sources to compile
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\java2ws-plugin\
> target\surefire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> There are no tests to run.
> 
> Results :
> 
> Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\java2ws-plugin\
> target\cxf-java2ws-plugin-2.3.0-SNAPSHOT.jar [INFO]
> [plugin:addPluginArtifactMetadata {execution:
> default-addPluginArtifactMetadata}] [INFO] [install:install {execution:
> default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\java2ws-plugin\
> target\cxf-java2ws-plugin-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\or
> g\apache\cxf\cxf-java2ws-plugin\2.3.0-SNAPSHOT\cxf-java2ws-plugin-2.3.0-SN
> APSHOT.jar [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF CORBA Tools Maven2 Plugins
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [plugin:descriptor {execution: default-descriptor}]
> [WARNING] Using platform encoding (Cp1252 actually) to read mojo metadata,
> i.e. build is platform dependent! [INFO] Applying mojo extractor for
> language: java
> [INFO] Mojo extractor for language: java found 2 mojo descriptors.
> [INFO] Applying mojo extractor for language: bsh
> [INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 0 resource
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\corba\src\main\
> resources [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\corba\src\main\
> resources-filtered [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\corba\target\ge
> nerated\src\main\resources [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\corba\src\test\
> java [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\corba\src\test\
> resources [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\corba\target\ge
> nerated\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] No sources to compile
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\corba\target\su
> refire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> There are no tests to run.
> 
> Results :
> 
> Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\corba\target\cx
> f-corbatools-maven-plugin-2.3.0-SNAPSHOT.jar [INFO]
> [plugin:addPluginArtifactMetadata {execution:
> default-addPluginArtifactMetadata}] [INFO] [install:install {execution:
> default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\corba\target\cx
> f-corbatools-maven-plugin-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\or
> g\apache\cxf\cxf-corbatools-maven-plugin\2.3.0-SNAPSHOT\cxf-corbatools-mav
> en-plugin-2.3.0-SNAPSHOT.jar [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Archetype - Simple JAX-WS Java First
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 6 resources
> [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] No sources to compile
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\archetypes\cxf-
> jaxws-javafirst\src\test\java [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\archetypes\cxf-
> jaxws-javafirst\src\test\resources [INFO] skip non existing
> resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\archetypes\cxf-
> jaxws-javafirst\target\generated\src\test\resources [INFO] Copying 3
> resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Not compiling test sources
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Tests are skipped.
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\archetypes\cxf-
> jaxws-javafirst\target\cxf-jaxws-javafirst-2.3.0-SNAPSHOT.jar [INFO]
> [install:install {execution: default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\archetypes\cxf-
> jaxws-javafirst\target\cxf-jaxws-javafirst-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\
> .m2\repository\org\apache\cxf\archetype\cxf-jaxws-javafirst\2.3.0-SNAPSHOT
> \cxf-jaxws-javafirst-2.3.0-SNAPSHOT.jar [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Maven Archetypes
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
> [INFO] [install:install {execution: default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\archetypes\pom.
> xml to
> C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-archetypes\2.3.0-SNAPS
> HO T\cxf-archetypes-2.3.0-SNAPSHOT.pom
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Maven Plugins
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
> [INFO] [install:install {execution: default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\pom.xml to
> C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-maven-plugins\2.3.0-SN
> APSHOT\cxf-ma ven-plugins-2.3.0-SNAPSHOT.pom
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Uncategorized System Tests
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\uncategorized\src\ma
> in\java [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\uncategorized\src\ma
> in\resources [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\uncategorized\src\ma
> in\resources-filtered [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\uncategorized\target
> \generated\src\main\resources [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] No sources to compile
> [INFO] [cxf-codegen:wsdl2java {execution: generate-test-sources}]
> [INFO] [cxf-corbatools:wsdl2idl {execution: generate-test-sources}]
> Jul 23, 2010 10:44:09 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaProcessor
> setOutputFile WARNING: Using default wsdl/idl filenames...
> Jul 23, 2010 10:44:09 AM
> org.springframework.context.support.AbstractApplicationContext
> prepareRefresh INFO: Refreshing
> org.apache.cxf.bus.spring.BusApplicationContext@a268256: display name
> [org.apache.cxf.bus.spring.BusApplicationContext@a268256]; startup date
> [Fri Jul 23 10:4 4:09 PDT 2010]; root of context hierarchy
> Jul 23, 2010 10:44:09 AM
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> loadBeanDefinitions INFO: Loading XML bean definitions from class path
> resource [META-INF/cxf/cxf.xml] Jul 23, 2010 10:44:09 AM
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> loadBeanDefinitions INFO: Loading XML bean definitions from class path
> resource [META-INF/cxf/cxf-extension-corba.xml] Jul 23, 2010 10:44:09 AM
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> loadBeanDefinitions INFO: Loading XML bean definitions from class path
> resource [META-INF/cxf/cxf-extension-jaxws.xml] Jul 23, 2010 10:44:09 AM
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> loadBeanDefinitions INFO: Loading XML bean definitions from class path
> resource [META-INF/cxf/cxf-extension-soap.xml] Jul 23, 2010 10:44:09 AM
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> loadBeanDefinitions INFO: Loading XML bean definitions from class path
> resource [META-INF/cxf/cxf-extension-xml.xml] Jul 23, 2010 10:44:09 AM
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> loadBeanDefinitions INFO: Loading XML bean definitions from class path
> resource [META-INF/cxf/cxf-extension-addr.xml] Jul 23, 2010 10:44:09 AM
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> loadBeanDefinitions INFO: Loading XML bean definitions from class path
> resource [META-INF/cxf/cxf-extension-management.xml] Jul 23, 2010 10:44:09
> AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> loadBeanDefinitions INFO: Loading XML bean definitions from class path
> resource [META-INF/cxf/cxf-extension-jbi-binding.xml] Jul 23, 2010
> 10:44:09 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> loadBeanDefinitions INFO: Loading XML bean definitions from class path
> resource [META-INF/cxf/cxf-extension-jbi.xml] Jul 23, 2010 10:44:09 AM
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> loadBeanDefinitions INFO: Loading XML bean definitions from class path
> resource [META-INF/cxf/cxf-extension-http-binding.xml] Jul 23, 2010
> 10:44:09 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> loadBeanDefinitions INFO: Loading XML bean definitions from class path
> resource [META-INF/cxf/cxf-extension-http.xml] Jul 23, 2010 10:44:09 AM
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> loadBeanDefinitions INFO: Loading XML bean definitions from class path
> resource [META-INF/cxf/cxf-extension-http-jetty.xml] Jul 23, 2010 10:44:09
> AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> loadBeanDefinitions INFO: Loading XML bean definitions from class path
> resource [META-INF/cxf/cxf-extension-http.xml] Jul 23, 2010 10:44:09 AM
> org.springframework.beans.factory.support.DefaultListableBeanFactory
> registerBeanDefinition INFO: Overriding bean definition for bean
> 'org.apache.cxf.transport.http.policy.HTTPClientAssertionBuilder':
> replacing [Generic bean: class [org.apache.cxf.transport.http.poli
> cy.HTTPClientAssertionBuilder]; scope=singleton; abstract=false;
> lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true;
> primary=false; factoryBeanName=null; factoryMethodName=null;
> initMethodName=null; destroyMethodName=null; defined in class path
> resource [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class
> [org.apac he.cxf.transport.http.policy.HTTPClientAssertionBuilder];
> scope=singleton; abstract=false; lazyInit=true; autowireMode=0;
> dependencyCheck=0; autowireCandidate=true; primary=fa lse;
> factoryBeanName=null; factoryMethodName=null; initMethodName=null;
> destroyMethodName=null; defined in class path resource
> [META-INF/cxf/cxf-extension-http.xml]] Jul 23, 2010 10:44:09 AM
> org.springframework.beans.factory.support.DefaultListableBeanFactory
> registerBeanDefinition INFO: Overriding bean definition for bean
> 'org.apache.cxf.transport.http.policy.HTTPServerAssertionBuilder':
> replacing [Generic bean: class [org.apache.cxf.transport.http.poli
> cy.HTTPServerAssertionBuilder]; scope=singleton; abstract=false;
> lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true;
> primary=false; factoryBeanName=null; factoryMethodName=null;
> initMethodName=null; destroyMethodName=null; defined in class path
> resource [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class
> [org.apac he.cxf.transport.http.policy.HTTPServerAssertionBuilder];
> scope=singleton; abstract=false; lazyInit=true; autowireMode=0;
> dependencyCheck=0; autowireCandidate=true; primary=fa lse;
> factoryBeanName=null; factoryMethodName=null; initMethodName=null;
> destroyMethodName=null; defined in class path resource
> [META-INF/cxf/cxf-extension-http.xml]] Jul 23, 2010 10:44:09 AM
> org.springframework.beans.factory.support.DefaultListableBeanFactory
> registerBeanDefinition INFO: Overriding bean definition for bean
> 'org.apache.cxf.transport.http.policy.NoOpPolicyInterceptorProvider':
> replacing [Generic bean: class [org.apache.cxf.transport.http.p
> olicy.NoOpPolicyInterceptorProvider]; scope=singleton; abstract=false;
> lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true;
> primary=false; factoryBeanName =null; factoryMethodName=null;
> initMethodName=null; destroyMethodName=null; defined in class path
> resource [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class
> [or g.apache.cxf.transport.http.policy.NoOpPolicyInterceptorProvider];
> scope=singleton; abstract=false; lazyInit=true; autowireMode=0;
> dependencyCheck=0; autowireCandidate=true; p rimary=false;
> factoryBeanName=null; factoryMethodName=null; initMethodName=null;
> destroyMethodName=null; defined in class path resource
> [META-INF/cxf/cxf-extension-http.xml]] Jul 23, 2010 10:44:09 AM
> org.springframework.beans.factory.support.DefaultListableBeanFactory
> registerBeanDefinition INFO: Overriding bean definition for bean
> 'org.apache.cxf.transport.http.ClientOnlyHTTPTransportFactory': replacing
> [Generic bean: class [org.apache.cxf.transport.http.ClientO
> nlyHTTPTransportFactory]; scope=singleton; abstract=false; lazyInit=true;
> autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false;
> factoryBeanName=null; facto ryMethodName=null; initMethodName=null;
> destroyMethodName=null; defined in class path resource
> [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class
> [org.apache.cxf .transport.http.ClientOnlyHTTPTransportFactory];
> scope=singleton; abstract=false; lazyInit=true; autowireMode=0;
> dependencyCheck=0; autowireCandidate=true; primary=false; fact
> oryBeanName=null; factoryMethodName=null; initMethodName=null;
> destroyMethodName=null; defined in class path resource
> [META-INF/cxf/cxf-extension-http.xml]] Jul 23, 2010 10:44:09 AM
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> loadBeanDefinitions INFO: Loading XML bean definitions from class path
> resource [META-INF/cxf/cxf-extension-local.xml] Jul 23, 2010 10:44:09 AM
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> loadBeanDefinitions INFO: Loading XML bean definitions from class path
> resource [META-INF/cxf/cxf-extension-jms.xml] Jul 23, 2010 10:44:09 AM
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> loadBeanDefinitions INFO: Loading XML bean definitions from class path
> resource [META-INF/cxf/cxf-extension-policy.xml] Jul 23, 2010 10:44:09 AM
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> loadBeanDefinitions INFO: Loading XML bean definitions from class path
> resource [META-INF/cxf/cxf-extension-jaxrs-binding.xml] Jul 23, 2010
> 10:44:09 AM org.springframework.context.support.AbstractApplicationContext
> obtainFreshBeanFactory INFO: Bean factory for application context
> [org.apache.cxf.bus.spring.BusApplicationContext@a268256]:
> org.springframework.beans.factory.support.DefaultListableBeanFactory@5496
> 2fcd
> Jul 23, 2010 10:44:09 AM
> org.springframework.beans.factory.support.DefaultListableBeanFactory
> preInstantiateSingletons INFO: Pre-instantiating singletons in
> org.springframework.beans.factory.support.DefaultListableBeanFactory@54962
> fcd: defining beans [cxf,org.apache.cxf.bus.spring.BusApplicati
> onListener,org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor,org
> .apache.cxf.bus.spring.Jsr250BeanPostProcessor,org.apache.cxf.bus.spring.Bu
> sExtensionPostProcessor,or
> g.apache.cxf.resource.ResourceManager,org.apache.cxf.configuration.Configu
> rer,org.apache.cxf.binding.BindingFactoryManager,org.apache.cxf.transport.D
> estinationFactoryManager,o
> rg.apache.cxf.transport.ConduitInitiatorManager,org.apache.cxf.wsdl.WSDLMa
> nager,org.apache.cxf.phase.PhaseManager,org.apache.cxf.workqueue.WorkQueueM
> anager,org.apache.cxf.busl
> ifecycle.BusLifeCycleManager,org.apache.cxf.endpoint.ServerRegistry,org.ap
> ache.cxf.endpoint.ServerLifeCycleManager,org.apache.cxf.endpoint.ClientLife
> CycleManager,org.apache.cx
> f.transports.http.QueryHandlerRegistry,org.apache.cxf.endpoint.EndpointRes
> olverRegistry,org.apache.cxf.headers.HeaderManager,org.apache.cxf.catalog.O
> ASISCatalogManager,org.apa
> che.cxf.service.factory.FactoryBeanListenerManager,org.apache.cxf.endpoint
> .ServiceContractResolverRegistry,org.apache.cxf.binding.corba.CorbaBindingF
> actory,org.apache.cxf.bind
> ing.corba.wsdl.WSDLExtensionRegister#0,org.apache.cxf.jaxws.context.WebSer
> viceContextResourceResolver,org.apache.cxf.jaxws.context.WebServiceContextI
> mpl,org.apache.cxf.binding
> .soap.SoapBindingFactory,org.apache.cxf.binding.soap.SoapTransportFactory,
> org.apache.cxf.binding.soap.customEditorConfigurer,org.apache.cxf.binding.x
> ml.XMLBindingFactory,org.a
> pache.cxf.ws.addressing.policy.AddressingAssertionBuilder,org.apache.cxf.w
> s.addressing.policy.AddressingPolicyInterceptorProvider,org.apache.cxf.ws.a
> ddressing.policy.UsingAddr
> essingAssertionBuilder,org.apache.cxf.management.InstrumentationManager,or
> g.apache.cxf.binding.jbi.JBIBindingFactory,org.apache.cxf.transport.jbi.JBI
> TransportFactory,org.apach
> e.cxf.binding.http.HttpBindingFactory,org.apache.cxf.transport.http.policy
> .HTTPClientAssertionBuilder,org.apache.cxf.transport.http.policy.HTTPServer
> AssertionBuilder,org.apach
> e.cxf.transport.http.policy.NoOpPolicyInterceptorProvider,org.apache.cxf.t
> ransport.http.ClientOnlyHTTPTransportFactory,org.apache.cxf.transport.http_
> jetty.JettyHTTPTransportFa
> ctory,org.apache.cxf.transport.local.LocalTransportFactory,org.apache.cxf.
> transport.jms.JMSTransportFactory,org.apache.cxf.ws.policy.AssertionBuilder
> Registry,org.apache.cxf.ws
> .policy.PolicyInterceptorProviderRegistry,org.apache.cxf.ws.policy.attachm
> ent.external.DomainExpressionBuilderRegistry,org.apache.cxf.ws.policy.attac
> hment.external.EndpointRef
> erenceDomainExpressionBuilder,org.apache.cxf.ws.policy.PolicyBuilder,org.a
> pache.cxf.ws.policy.PolicyEngine,org.apache.cxf.ws.policy.attachment.wsdl11
> .Wsdl11AttachmentPolicyPro
> vider,org.apache.cxf.ws.policy.attachment.ServiceModelPolicyProvider,org.a
> pache.cxf.ws.policy.mtom.MTOMAssertionBuilder,org.apache.cxf.ws.policy.mtom
> .MTOMPolicyInterceptorProv ider,org.apache.cxf.jaxrs.JAXRSBindingFactory];
> root of factory hierarchy SimpleType Union Not Supported in CORBA Binding
> SimpleType Union Not Supported in CORBA Binding
> SimpleType Union Not Supported in CORBA Binding
> SimpleType Union Not Supported in CORBA Binding
> SimpleType Union Not Supported in CORBA Binding
> SimpleType Union Not Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> Binding Generation:{http://apache.org/type_test/types1}attribList Jul 23,
> 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> Binding Generation:{http://apache.org/type_test/types1}attribUnion
> SimpleType Union Not Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/types1}varUnion SimpleType
> Union Not Supported in CORBA Binding
> SimpleType Union Not Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: class
> org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: class
> org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unknown particle type
> org.apache.ws.commons.schema.XmlSchemaGroupRef SimpleType Union Not
> Supported in CORBA Binding
> SimpleType Union Not Supported in CORBA Binding
> SimpleType Union Not Supported in CORBA Binding
> SimpleType Union Not Supported in CORBA Binding
> SimpleType Union Not Supported in CORBA Binding
> SimpleType Union Not Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> Binding Generation:{http://apache.org/type_test/types1}attribList Jul 23,
> 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> Binding Generation:{http://apache.org/type_test/types1}attribUnion
> SimpleType Union Not Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/types1}varUnion SimpleType
> Union Not Supported in CORBA Binding
> SimpleType Union Not Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: class
> org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: class
> org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unknown particle type
> org.apache.ws.commons.schema.XmlSchemaGroupRef SimpleType Union Not
> Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}return SimpleType
> Union Not Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}y SimpleType Union Not
> Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}z Jul 23, 2010
> 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: class
> org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: class
> org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}x Jul 23, 2010
> 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}y SimpleType Union Not
> Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}x SimpleType Union Not
> Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}y Jul 23, 2010
> 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> Binding Generation:{http://apache.org/type_test/types1}attribUnion
> SimpleType Union Not Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/types1}varUnion Jul 23,
> 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> Binding Generation:{http://apache.org/type_test/types1}attribUnion
> SimpleType Union Not Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/types1}varUnion Jul 23,
> 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> Binding Generation:{http://apache.org/type_test/types1}attribUnion
> SimpleType Union Not Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/types1}varUnion Jul 23,
> 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: class
> org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: class
> org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: class
> org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> CORBA binding.  Skipping. SimpleType Union Not Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}x SimpleType Union Not
> Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}y SimpleType Union Not
> Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}return SimpleType
> Union Not Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}y SimpleType Union Not
> Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}z Jul 23, 2010
> 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> Binding Generation:{http://apache.org/type_test/types1}attribUnion
> SimpleType Union Not Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/types1}varUnion Jul 23,
> 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> Binding Generation:{http://apache.org/type_test/types1}attribUnion
> SimpleType Union Not Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/types1}varUnion Jul 23,
> 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: class
> org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: class
> org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> CORBA binding.  Skipping. SimpleType Union Not Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}x SimpleType Union Not
> Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}y SimpleType Union Not
> Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}return SimpleType
> Union Not Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}y SimpleType Union Not
> Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}z SimpleType Union Not
> Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}return SimpleType
> Union Not Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}y SimpleType Union Not
> Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}z SimpleType Union Not
> Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}return SimpleType
> Union Not Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}y SimpleType Union Not
> Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}z SimpleType Union Not
> Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}x SimpleType Union Not
> Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}y Jul 23, 2010
> 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unknown particle type
> org.apache.ws.commons.schema.XmlSchemaGroupRef Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unknown particle type
> org.apache.ws.commons.schema.XmlSchemaGroupRef SimpleType Union Not
> Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}x SimpleType Union Not
> Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}y Jul 23, 2010
> 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}return Jul 23, 2010
> 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}y Jul 23, 2010
> 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}z SimpleType Union Not
> Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}x SimpleType Union Not
> Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}y Jul 23, 2010
> 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> Binding Generation:{http://apache.org/type_test/types1}attribList Jul 23,
> 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> Binding Generation:{http://apache.org/type_test/types1}attribList Jul 23,
> 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> Binding Generation:{http://apache.org/type_test/types1}attribList Jul 23,
> 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> Binding Generation:{http://apache.org/type_test/types1}attribList Jul 23,
> 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> Binding Generation:{http://apache.org/type_test/types1}attribList Jul 23,
> 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unknown particle type
> org.apache.ws.commons.schema.XmlSchemaGroupRef Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unknown particle type
> org.apache.ws.commons.schema.XmlSchemaGroupRef Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unknown particle type
> org.apache.ws.commons.schema.XmlSchemaGroupRef SimpleType Union Not
> Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}return SimpleType
> Union Not Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}y SimpleType Union Not
> Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}z SimpleType Union Not
> Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}return SimpleType
> Union Not Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}y SimpleType Union Not
> Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}z SimpleType Union Not
> Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}x SimpleType Union Not
> Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}y Jul 23, 2010
> 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: class
> org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: class
> org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: class
> org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> CORBA binding.  Skipping. SimpleType Union Not Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}return SimpleType
> Union Not Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}y SimpleType Union Not
> Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}z SimpleType Union Not
> Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}x SimpleType Union Not
> Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}y Jul 23, 2010
> 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaBinding
> addBindingOperations WARNING: Operation testNMTOKENS not mapped to CORBA
> binding.
> SimpleType Union Not Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaBinding
> addBindingOperations WARNING: Operation testSimpleUnionList not mapped to
> CORBA binding. SimpleType Union Not Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaBinding
> addBindingOperations WARNING: Operation testAnonUnionList not mapped to
> CORBA binding.
> SimpleType Union Not Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaBinding
> addBindingOperations WARNING: Operation testSimpleUnion not mapped to
> CORBA binding.
> SimpleType Union Not Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaBinding
> addBindingOperations WARNING: Operation testUnionWithAnonEnum not mapped
> to CORBA binding. SimpleType Union Not Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaBinding
> addBindingOperations WARNING: Operation testUnionWithStringList not mapped
> to CORBA binding. SimpleType Union Not Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaBinding
> addBindingOperations WARNING: Operation testUnionWithStringListRestriction
> not mapped to CORBA binding. SimpleType Union Not Supported in CORBA
> Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaBinding
> addBindingOperations WARNING: Operation testUnionWithAnonList not mapped
> to CORBA binding. Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> Binding Generation:{http://apache.org/type_test/types1}attribList Jul 23,
> 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> Binding Generation:{http://apache.org/type_test/types1}attribList Jul 23,
> 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> Binding Generation:{http://apache.org/type_test/types1}attribList Jul 23,
> 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> Binding Generation:{http://apache.org/type_test/types1}attribList Jul 23,
> 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> Binding Generation:{http://apache.org/type_test/types1}attribList Jul 23,
> 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> Binding Generation:{http://apache.org/type_test/types1}attribUnion
> SimpleType Union Not Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/types1}varUnion Jul 23,
> 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> Binding Generation:{http://apache.org/type_test/types1}attribUnion
> SimpleType Union Not Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/types1}varUnion Jul 23,
> 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> Binding Generation:{http://apache.org/type_test/types1}attribUnion
> SimpleType Union Not Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/types1}varUnion Jul 23,
> 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> Binding Generation:{http://apache.org/type_test/types1}attribUnion
> SimpleType Union Not Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/types1}varUnion Jul 23,
> 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> Binding Generation:{http://apache.org/type_test/types1}attribUnion
> SimpleType Union Not Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/types1}varUnion SimpleType
> Union Not Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaBinding
> addBindingOperations WARNING: Operation testUnionSimpleContent not mapped
> to CORBA binding. Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: class
> org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: class
> org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: class
> org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: class
> org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: class
> org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: class
> org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: class
> org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: class
> org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: class
> org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: class
> org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unknown particle type
> org.apache.ws.commons.schema.XmlSchemaGroupRef Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unknown particle type
> org.apache.ws.commons.schema.XmlSchemaGroupRef Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unknown particle type
> org.apache.ws.commons.schema.XmlSchemaGroupRef Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unknown particle type
> org.apache.ws.commons.schema.XmlSchemaGroupRef Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unknown particle type
> org.apache.ws.commons.schema.XmlSchemaGroupRef Jul 23, 2010 10:44:11 AM
> org.springframework.context.support.AbstractApplicationContext doClose
> INFO: Closing org.apache.cxf.bus.spring.BusApplicationContext@a268256:
> display name [org.apache.cxf.bus.spring.BusApplicationContext@a268256];
> startup date [Fri Jul 23 10:44:0 9 PDT 2010]; root of context hierarchy
> Jul 23, 2010 10:44:11 AM
> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
> destroySingletons INFO: Destroying singletons in
> org.springframework.beans.factory.support.DefaultListableBeanFactory@54962
> fcd: defining beans [cxf,org.apache.cxf.bus.spring.BusApplicationListe
> ner,org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor,org.apache
> .cxf.bus.spring.Jsr250BeanPostProcessor,org.apache.cxf.bus.spring.BusExtens
> ionPostProcessor,org.apach
> e.cxf.resource.ResourceManager,org.apache.cxf.configuration.Configurer,org
> .apache.cxf.binding.BindingFactoryManager,org.apache.cxf.transport.Destinat
> ionFactoryManager,org.apac
> he.cxf.transport.ConduitInitiatorManager,org.apache.cxf.wsdl.WSDLManager,o
> rg.apache.cxf.phase.PhaseManager,org.apache.cxf.workqueue.WorkQueueManager,
> org.apache.cxf.buslifecycl
> e.BusLifeCycleManager,org.apache.cxf.endpoint.ServerRegistry,org.apache.cx
> f.endpoint.ServerLifeCycleManager,org.apache.cxf.endpoint.ClientLifeCycleMa
> nager,org.apache.cxf.trans
> ports.http.QueryHandlerRegistry,org.apache.cxf.endpoint.EndpointResolverRe
> gistry,org.apache.cxf.headers.HeaderManager,org.apache.cxf.catalog.OASISCat
> alogManager,org.apache.cxf
> .service.factory.FactoryBeanListenerManager,org.apache.cxf.endpoint.Servic
> eContractResolverRegistry,org.apache.cxf.binding.corba.CorbaBindingFactory,
> org.apache.cxf.binding.cor
> ba.wsdl.WSDLExtensionRegister#0,org.apache.cxf.jaxws.context.WebServiceCon
> textResourceResolver,org.apache.cxf.jaxws.context.WebServiceContextImpl,org
> .apache.cxf.binding.soap.S
> oapBindingFactory,org.apache.cxf.binding.soap.SoapTransportFactory,org.apa
> che.cxf.binding.soap.customEditorConfigurer,org.apache.cxf.binding.xml.XMLB
> indingFactory,org.apache.c
> xf.ws.addressing.policy.AddressingAssertionBuilder,org.apache.cxf.ws.addre
> ssing.policy.AddressingPolicyInterceptorProvider,org.apache.cxf.ws.addressi
> ng.policy.UsingAddressingA
> ssertionBuilder,org.apache.cxf.management.InstrumentationManager,org.apach
> e.cxf.binding.jbi.JBIBindingFactory,org.apache.cxf.transport.jbi.JBITranspo
> rtFactory,org.apache.cxf.b
> inding.http.HttpBindingFactory,org.apache.cxf.transport.http.policy.HTTPCl
> ientAssertionBuilder,org.apache.cxf.transport.http.policy.HTTPServerAsserti
> onBuilder,org.apache.cxf.t
> ransport.http.policy.NoOpPolicyInterceptorProvider,org.apache.cxf.transpor
> t.http.ClientOnlyHTTPTransportFactory,org.apache.cxf.transport.http_jetty.J
> ettyHTTPTransportFactory,o
> rg.apache.cxf.transport.local.LocalTransportFactory,org.apache.cxf.transpo
> rt.jms.JMSTransportFactory,org.apache.cxf.ws.policy.AssertionBuilderRegistr
> y,org.apache.cxf.ws.policy
> .PolicyInterceptorProviderRegistry,org.apache.cxf.ws.policy.attachment.ext
> ernal.DomainExpressionBuilderRegistry,org.apache.cxf.ws.policy.attachment.e
> xternal.EndpointReferenceD
> omainExpressionBuilder,org.apache.cxf.ws.policy.PolicyBuilder,org.apache.c
> xf.ws.policy.PolicyEngine,org.apache.cxf.ws.policy.attachment.wsdl11.Wsdl11
> AttachmentPolicyProvider,o
> rg.apache.cxf.ws.policy.attachment.ServiceModelPolicyProvider,org.apache.c
> xf.ws.policy.mtom.MTOMAssertionBuilder,org.apache.cxf.ws.policy.mtom.MTOMPo
> licyInterceptorProvider,or g.apache.cxf.jaxrs.JAXRSBindingFactory]; root of
> factory hierarchy [INFO] [resources:testResources {execution:
> default-testResources}] [INFO] Using 'UTF-8' encoding to copy filtered
> resources.
> [INFO] Copying 36 resources
> [INFO] Copying 15 resources
> [INFO] Copying 2 resources
> [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Compiling 200 source files to
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\uncategorized\target
> \test-classes [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\uncategorized\target
> \surefire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.interceptor.InterceptorFaultTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.075 sec
> 
> Results :
> 
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.versioning.ClientServerVersioningTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.042 sec
> 
> Results :
> 
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.js.JSClientServerTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.004 sec
> 
> Results :
> 
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.bus.BusShutdownTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.082 sec
> 
> Results :
> 
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.corba.CorbaTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.055 sec
> 
> Results :
> 
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.cxf1226.MissingQualification1226Test
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.152 sec
> 
> Results :
> 
> Tests run: 9, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.rest.RestClientServerHttpBindingTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.743 sec
> 
> Results :
> 
> Tests run: 11, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.rest.RestClientServerBookTest
> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.132 sec
> 
> Results :
> 
> Tests run: 18, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.mtom_bindingtype.MTOMBindingTypeTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 3.237 sec
> 
> Results :
> 
> Tests run: 20, Failures: 0, Errors: 0, Skipped: 1
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.factory_pattern.MultiplexClientServerTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.707 sec
> 
> Results :
> 
> Tests run: 22, Failures: 0, Errors: 0, Skipped: 1
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.resolver.JarResolverTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.16 sec
> 
> Results :
> 
> Tests run: 23, Failures: 0, Errors: 0, Skipped: 1
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.type_substitution.AppleFindClientServerTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.91 sec
> 
> Results :
> 
> Tests run: 24, Failures: 0, Errors: 0, Skipped: 1
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.bus.SpringBusFactoryTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.621 sec
> 
> Results :
> 
> Tests run: 26, Failures: 0, Errors: 0, Skipped: 1
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.type_test.soap.SOAPDocLitClientTypeTest
> Tests run: 177, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.203
> sec
> 
> Results :
> 
> Tests run: 203, Failures: 0, Errors: 0, Skipped: 1
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.jbi.ClientServerTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.544 sec
> 
> Results :
> 
> Tests run: 204, Failures: 0, Errors: 0, Skipped: 1
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.rest.RestClientServerTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.501 sec
> 
> Results :
> 
> Tests run: 207, Failures: 0, Errors: 0, Skipped: 1
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.soap12.Soap12ClientServerTest
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.351 sec
> 
> Results :
> 
> Tests run: 212, Failures: 0, Errors: 0, Skipped: 1
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.soapfault.SOAPFaultRequestTestCase
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.264 sec
> 
> Results :
> 
> Tests run: 213, Failures: 0, Errors: 0, Skipped: 1
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running
> org.apache.cxf.systest.factory_pattern.MultiplexHttpAddressClientServerTes
> t Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.325 sec
> 
> Results :
> 
> Tests run: 217, Failures: 0, Errors: 0, Skipped: 1
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.cxf1332.Cxf1332Test
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.846 sec
> 
> Results :
> 
> Tests run: 218, Failures: 0, Errors: 0, Skipped: 1
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.cxf993.Cxf993Test
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.958 sec
> 
> Results :
> 
> Tests run: 219, Failures: 0, Errors: 0, Skipped: 1
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.stringarray.StringArrayTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.647 sec
> 
> Results :
> 
> Tests run: 220, Failures: 0, Errors: 0, Skipped: 1
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.type_test.xml.XMLClientTypeTest
> Tests run: 174, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 20.963
> sec
> 
> Results :
> 
> Tests run: 394, Failures: 0, Errors: 0, Skipped: 3
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.fault.IntFaultClientServerTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.612 sec
> 
> Results :
> 
> Tests run: 395, Failures: 0, Errors: 0, Skipped: 3
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.type_test.corba.CORBADocLitClientTypeTest
> Tests run: 175, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 13.515
> sec
> 
> Results :
> 
> Tests run: 570, Failures: 0, Errors: 0, Skipped: 5
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.type_substitution.TypeSubClientServerTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.049 sec
> 
> Results :
> 
> Tests run: 571, Failures: 0, Errors: 0, Skipped: 5
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.soap.SoapActionTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.707 sec
> 
> Results :
> 
> Tests run: 573, Failures: 0, Errors: 0, Skipped: 5
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.mtom.MtomServerTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.918 sec
> 
> Results :
> 
> Tests run: 575, Failures: 0, Errors: 0, Skipped: 5
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.jca.OutBoundConnectionTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.839 sec
> 
> Results :
> 
> Tests run: 577, Failures: 0, Errors: 0, Skipped: 5
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.clustering.FailoverTest
> Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.607 sec
> 
> Results :
> 
> Tests run: 587, Failures: 0, Errors: 0, Skipped: 5
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.lifecycle.LifeCycleTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.511 sec
> 
> Results :
> 
> Tests run: 589, Failures: 0, Errors: 0, Skipped: 5
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.mtom.ClientMtomXopTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 3.296 sec
> 
> Results :
> 
> Tests run: 591, Failures: 0, Errors: 0, Skipped: 6
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.mtom.ClientMtomXopWithJMSTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.625 sec
> 
> Results :
> 
> Tests run: 592, Failures: 0, Errors: 0, Skipped: 6
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.management.ManagedBusTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.832 sec
> 
> Results :
> 
> Tests run: 595, Failures: 0, Errors: 0, Skipped: 6
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.type_test.soap.SOAPRpcLitClientTypeTest
> Tests run: 176, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.113
> sec
> 
> Results :
> 
> Tests run: 771, Failures: 0, Errors: 0, Skipped: 6
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.corba.CorbaBindingFactoryConfigurerTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.277 sec
> 
> Results :
> 
> Tests run: 772, Failures: 0, Errors: 0, Skipped: 6
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.mtom_feature.MtomFeatureClientServerTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.263 sec
> 
> Results :
> 
> Tests run: 775, Failures: 0, Errors: 0, Skipped: 6
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.basicDOCBare.DOCBareClientServerTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.015 sec
> 
> Results :
> 
> Tests run: 778, Failures: 0, Errors: 0, Skipped: 6
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running
> org.apache.cxf.systest.factory_pattern.ManualHttpMulitplexClientServerTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.832 sec
> 
> Results :
> 
> Tests run: 780, Failures: 0, Errors: 0, Skipped: 6
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.clustering.FailoverAddressOverrideTest
> starting replicated target:
> http://localhost:9053/SoapContext/ReplicatedPortC starting replicated
> target: http://localhost:9052/SoapContext/ReplicatedPortB starting
> replicated target: http://localhost:9051/SoapContext/ReplicatedPortA Tests
> run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.28 sec
> 
> Results :
> 
> Tests run: 783, Failures: 0, Errors: 0, Skipped: 6
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.mtom.MtomPolicyTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.082 sec
> 
> Results :
> 
> Tests run: 785, Failures: 0, Errors: 0, Skipped: 6
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.management.CountersClientServerTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.354 sec
> 
> Results :
> 
> Tests run: 786, Failures: 0, Errors: 0, Skipped: 6
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.coloc.ColocHeaderRpcLitTest
> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.05 sec
> 
> Results :
> 
> Tests run: 793, Failures: 0, Errors: 0, Skipped: 6
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.coloc.ColocHeaderDocLitTest
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.784 sec
> 
> Results :
> 
> Tests run: 798, Failures: 0, Errors: 0, Skipped: 6
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.soapheader.HeaderClientServerTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.92 sec
> 
> Results :
> 
> Tests run: 800, Failures: 0, Errors: 0, Skipped: 6
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.management.ManagedClientServerTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.731 sec
> 
> Results :
> 
> Tests run: 801, Failures: 0, Errors: 0, Skipped: 6
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.callback.CallbackClientServerTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.218 sec
> 
> Results :
> 
> Tests run: 802, Failures: 0, Errors: 0, Skipped: 6
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.coloc.ColocWrappedDocLitTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.088 sec
> 
> Results :
> 
> Tests run: 806, Failures: 0, Errors: 0, Skipped: 6
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.nested_callback.CallbackClientServerTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.673 sec
> 
> Results :
> 
> Tests run: 807, Failures: 0, Errors: 0, Skipped: 6
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.schema_validation.ValidationClientServerTest
> DefaultValidationEventHandler: [FATAL_ERROR]: cvc-complex-type.2.4.a:
> Invalid content was found starting with element 'varString'. One of
> '{"http://apache.org/schema_validatio n/types":varFloat}' is expected.
>      Location: line 1
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.099 sec
> 
> Results :
> 
> Tests run: 808, Failures: 0, Errors: 0, Skipped: 6
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.outofband.header.OOBHeaderTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.327 sec
> 
> Results :
> 
> Tests run: 809, Failures: 0, Errors: 0, Skipped: 6
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\uncategorized\target
> \cxf-systests-uncategorized-2.3.0-SNAPSHOT.jar [INFO] [jar:test-jar
> {execution: attach-sources}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\uncategorized\target
> \cxf-systests-uncategorized-2.3.0-SNAPSHOT-tests.jar [INFO]
> [install:install {execution: default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\uncategorized\target
> \cxf-systests-uncategorized-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\
> org\apache\cxf\systests\cxf-systests-uncategorized\2.3.0-SNAPSHOT\cxf-syst
> ests-uncategorized-2.3.0-SNAPSHOT.jar [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\uncategorized\target
> \cxf-systests-uncategorized-2.3.0-SNAPSHOT-tests.jar to
> C:\Users\ggregory\.m2\repos
> itory\org\apache\cxf\systests\cxf-systests-uncategorized\2.3.0-SNAPSHOT\cx
> f-systests-uncategorized-2.3.0-SNAPSHOT-tests.jar [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Transport System Tests
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
> [INFO] [remote-resources:process {execution: default}]
> Downloading:
> http://repo1.maven.org/maven2/commons-pool/commons-pool/1.3/commons-pool-1
> .3.jar
> 
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\src\main\
> java [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\src\main\
> resources [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\src\main\
> resources-filtered [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\target\ge
> nerated\src\main\resources [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Compiling 6 source files to
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\target\cl
> asses [INFO] [cxf-codegen:wsdl2java {execution: generate-test-sources}]
> [INFO] Nothing to generate
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 72 resources
> [INFO] Copying 2 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\target\ge
> nerated\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Compiling 111 source files to
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\target\te
> st-classes [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\target\su
> refire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.jms.tx.JMSTransactionClientServerTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.77 sec
> 
> Results :
> 
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running
> org.apache.cxf.systest.http_jetty.continuations.ClientServerWrappedContinu
> ationTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
> 6.998 sec
> 
> Results :
> 
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.http_jetty.ThreadPoolTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.149 sec
> 
> Results :
> 
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.servlet.SpringServletTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.22 sec
> 
> Results :
> 
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.jms.JMSClientServerTest
> Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.625 sec
> 
> Results :
> 
> Tests run: 32, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running
> org.apache.cxf.systest.multitransport.MultiTransportClientServerTest Tests
> run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.115 sec
> 
> Results :
> 
> Tests run: 33, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.local_transport.DirectDispatchClientTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.496 sec
> 
> Results :
> 
> Tests run: 35, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running
> org.apache.cxf.systest.jms.continuations.HelloWorldContinuationsClientServ
> erTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
> 11.641 sec
> 
> Results :
> 
> Tests run: 36, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.http.HTTPSClientTest
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.715 sec
> 
> Results :
> 
> Tests run: 42, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.jms.testsuite.testcases.SOAPJMSTestSuiteTest
> Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.603 sec
> 
> Results :
> 
> Tests run: 74, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.http.HTTPConduitTest
> Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.943 sec
> 
> Results :
> 
> Tests run: 85, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running
> org.apache.cxf.systest.jms.continuations.HelloWorldContinuationsThrottleTe
> st Completed : 5
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.67 sec
> 
> Results :
> 
> Tests run: 86, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running
> org.apache.cxf.systest.jms.continuations.JMSContinuationsClientServerTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.364 sec
> 
> Results :
> 
> Tests run: 87, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.http_jetty.EngineLifecycleTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.344 sec
> 
> Results :
> 
> Tests run: 89, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.servlet.HttpBindingServletTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.702 sec
> 
> Results :
> 
> Tests run: 92, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.servlet.ErrorContextSerletTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.337 sec
> 
> Results :
> 
> Tests run: 93, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.http.CertConstraintsTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.482 sec
> 
> Results :
> 
> Tests run: 94, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.http.PublishedEndpointUrlTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.223 sec
> 
> Results :
> 
> Tests run: 95, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.servlet.JsFrontEndServletTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.887 sec
> 
> Results :
> 
> Tests run: 96, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.servlet.SpringAutoPublishServletTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.877 sec
> 
> Results :
> 
> Tests run: 99, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.servlet.ExternalServicesServletTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.397 sec
> 
> Results :
> 
> Tests run: 101, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.http.WSDLAddressRewriteTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.267 sec
> 
> Results :
> 
> Tests run: 103, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.servlet.CXFServletTest
> class org.apache.cxf.jaxws.binding.soap.SOAPBindingImpl
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.889 sec
> 
> Results :
> 
> Tests run: 111, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.servlet.NoSpringServletClientTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.974 sec
> 
> Results :
> 
> Tests run: 114, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.http.ClientServerSessionTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 6.416 sec
> 
> Results :
> 
> Tests run: 117, Failures: 0, Errors: 0, Skipped: 1
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.http.WSDLQueryTest
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.599 sec
> 
> Results :
> 
> Tests run: 123, Failures: 0, Errors: 0, Skipped: 1
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\target\cx
> f-systests-transports-2.3.0-SNAPSHOT.jar [INFO] [jar:test-jar {execution:
> attach-sources}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\target\cx
> f-systests-transports-2.3.0-SNAPSHOT-tests.jar [INFO] [install:install
> {execution: default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\target\cx
> f-systests-transports-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\org\ap
> ache\cxf\systests\cxf-systests-transports\2.3.0-SNAPSHOT\cxf-systests-tran
> sports-2.3.0-SNAPSHOT.jar [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\target\cx
> f-systests-transports-2.3.0-SNAPSHOT-tests.jar to
> C:\Users\ggregory\.m2\repository\
> org\apache\cxf\systests\cxf-systests-transports\2.3.0-SNAPSHOT\cxf-systest
> s-transports-2.3.0-SNAPSHOT-tests.jar [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF JAX-WS System Tests
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\src\main\java
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\src\main\resou
> rces [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\src\main\resou
> rces-filtered [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\target\generat
> ed\src\main\resources [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] No sources to compile
> [INFO] [cxf-codegen:wsdl2java {execution: generate-test-sources}]
> [INFO] Nothing to generate
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 37 resources
> [INFO] Copying 3 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\target\generat
> ed\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Compiling 106 source files to
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\target\test-cl
> asses [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\target\surefir
> e-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.provider.ProviderClientServerTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.206 sec
> 
> Results :
> 
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.handlers.HandlerInvocationTest
> Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.904 sec
> 
> Results :
> 
> Tests run: 35, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.jaxws.ClientServerMixedStyleTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.116 sec
> 
> Results :
> 
> Tests run: 37, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.jaxws.JaxWsDynamicClientTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.665 sec
> 
> Results :
> 
> Tests run: 38, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.jaxws.ClientServerGreeterNoWsdlTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.565 sec
> 
> Results :
> 
> Tests run: 40, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.jaxws.JaxwsExecutorTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.307 sec
> 
> Results :
> 
> Tests run: 41, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.jaxws.ClientServerGreeterBaseNoWsdlTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.704 sec
> 
> Results :
> 
> Tests run: 42, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.handlers.DispatchHandlerInvocationTest
> Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.2 sec
> 
> Results :
> 
> Tests run: 53, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.jaxws.AnyClientServerTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.631 sec
> 
> Results :
> 
> Tests run: 55, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running
> org.apache.cxf.systest.handlers.HandlerInvocationUsingAddNumbersTest Tests
> run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.252 sec
> 
> Results :
> 
> Tests run: 60, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running
> org.apache.cxf.systest.jaxws.beanpostprocessor.CustomizedfBeanPostProcesso
> rTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.577
> sec
> 
> Results :
> 
> Tests run: 61, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.dispatch.DispatchClientServerTest
> Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.918 sec
> 
> Results :
> 
> Tests run: 71, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.provider.datasource.DataSourceProviderTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.848 sec
> 
> Results :
> 
> Tests run: 73, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.jaxws.OASISCatalogTest
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.325 sec
> 
> Results :
> 
> Tests run: 78, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.handlers.TrivialSOAPHandlerTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.744 sec
> 
> Results :
> 
> Tests run: 79, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.jaxws.ClientServerRPCLitTest
> DefaultValidationEventHandler: [FATAL_ERROR]: cvc-complex-type.2.4.a:
> Invalid content was found starting with element 'ns2:elem3'. One of
> '{"http://apache.org/hello_world_rpcl it/types":elem2}' is expected.
>      Location: line 1
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.058 sec
> 
> Results :
> 
> Tests run: 83, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.jaxws.ClientServerRPCLitDefatulAnnoTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.855 sec
> 
> Results :
> 
> Tests run: 84, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.jaxws.ClientServerTest
> Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.581 sec
> 
> Results :
> 
> Tests run: 112, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.jaxws.ClientServerMiscTest
> DefaultValidationEventHandler: [ERROR]: NoName is not a valid name
>      Location:
> DefaultValidationEventHandler: [ERROR]: NoName is not a valid name
>      Location:
> DefaultValidationEventHandler: [ERROR]: NoName is not a valid name
>      Location:
> DefaultValidationEventHandler: [ERROR]: NoName is not a valid name
>      Location:
> Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.205 sec
> 
> Results :
> 
> Tests run: 130, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.swa.ClientServerSwaTest
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.967 sec
> 
> Results :
> 
> Tests run: 136, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running
> org.apache.cxf.systest.jaxws.beanpostprocessor.BeanPostProcessorTest Tests
> run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.225 sec
> 
> Results :
> 
> Tests run: 137, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.provider.ProviderXMLClientServerTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.356 sec
> 
> Results :
> 
> Tests run: 139, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.jaxws.LocatorClientServerTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 3.201 sec
> 
> Results :
> 
> Tests run: 141, Failures: 0, Errors: 0, Skipped: 1
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.jaxws.ClientServerGreeterBaseTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.548 sec
> 
> Results :
> 
> Tests run: 142, Failures: 0, Errors: 0, Skipped: 1
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.dispatch.DispatchXMLClientServerTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.489 sec
> 
> Results :
> 
> Tests run: 145, Failures: 0, Errors: 0, Skipped: 1
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.handlers.SpringConfiguredHandlerTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.874 sec
> 
> Results :
> 
> Tests run: 146, Failures: 0, Errors: 0, Skipped: 1
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.jaxws.JaxWsClientThreadTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.652 sec
> 
> Results :
> 
> Tests run: 147, Failures: 0, Errors: 0, Skipped: 1
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running
> org.apache.cxf.systest.provider.AttachmentProviderXMLClientServerTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.807 sec
> 
> Results :
> 
> Tests run: 148, Failures: 0, Errors: 0, Skipped: 1
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.provider.ProviderRPCClientServerTest
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.503 sec
> 
> Results :
> 
> Tests run: 156, Failures: 0, Errors: 0, Skipped: 1
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.jaxws.ClientServerXMLTest
> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.718 sec
> 
> Results :
> 
> Tests run: 163, Failures: 0, Errors: 0, Skipped: 1
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\target\cxf-sys
> tests-jaxws-2.3.0-SNAPSHOT.jar [INFO] [jar:test-jar {execution:
> attach-sources}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\target\cxf-sys
> tests-jaxws-2.3.0-SNAPSHOT-tests.jar [INFO] [install:install {execution:
> default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\target\cxf-sys
> tests-jaxws-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\org\apache\cxf\s
> ystests\cxf-systests-jaxws\2.3.0-SNAPSHOT\cxf-systests-jaxws-2.3.0-SNAPSHO
> T.jar [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\target\cxf-sys
> tests-jaxws-2.3.0-SNAPSHOT-tests.jar to
> C:\Users\ggregory\.m2\repository\org\apache
> \cxf\systests\cxf-systests-jaxws\2.3.0-SNAPSHOT\cxf-systests-jaxws-2.3.0-S
> NAPSHOT-tests.jar [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Databinding System Tests
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\src\main
> \java [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\src\main
> \resources [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\src\main
> \resources-filtered [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\target\g
> enerated\src\main\resources [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] No sources to compile
> [INFO] [build-helper:add-test-source {execution: add-test-source}]
> [INFO] Test Source directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\src\test
> \generated added. [INFO] [cxf-codegen:wsdl2java {execution:
> generate-test-sources}]
> Jul 23, 2010 10:57:31 AM
> org.springframework.context.support.AbstractApplicationContext
> prepareRefresh INFO: Refreshing
> org.apache.cxf.bus.spring.BusApplicationContext@a46f0b5: display name
> [org.apache.cxf.bus.spring.BusApplicationContext@a46f0b5]; startup date
> [Fri Jul 23 10:5 7:31 PDT 2010]; root of context hierarchy
> Jul 23, 2010 10:57:31 AM
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> loadBeanDefinitions INFO: Loading XML bean definitions from class path
> resource [META-INF/cxf/cxf.xml] Jul 23, 2010 10:57:31 AM
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> loadBeanDefinitions INFO: Loading XML bean definitions from class path
> resource [META-INF/cxf/cxf-extension-jaxws.xml] Jul 23, 2010 10:57:31 AM
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> loadBeanDefinitions INFO: Loading XML bean definitions from class path
> resource [META-INF/cxf/cxf-extension-soap.xml] Jul 23, 2010 10:57:31 AM
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> loadBeanDefinitions INFO: Loading XML bean definitions from class path
> resource [META-INF/cxf/cxf-extension-xml.xml] Jul 23, 2010 10:57:31 AM
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> loadBeanDefinitions INFO: Loading XML bean definitions from class path
> resource [META-INF/cxf/cxf-extension-addr.xml] Jul 23, 2010 10:57:31 AM
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> loadBeanDefinitions INFO: Loading XML bean definitions from class path
> resource [META-INF/cxf/cxf-extension-http.xml] Jul 23, 2010 10:57:31 AM
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> loadBeanDefinitions INFO: Loading XML bean definitions from class path
> resource [META-INF/cxf/cxf-extension-http-jetty.xml] Jul 23, 2010 10:57:31
> AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> loadBeanDefinitions INFO: Loading XML bean definitions from class path
> resource [META-INF/cxf/cxf-extension-http.xml] Jul 23, 2010 10:57:31 AM
> org.springframework.beans.factory.support.DefaultListableBeanFactory
> registerBeanDefinition INFO: Overriding bean definition for bean
> 'org.apache.cxf.transport.http.policy.HTTPClientAssertionBuilder':
> replacing [Generic bean: class [org.apache.cxf.transport.http.poli
> cy.HTTPClientAssertionBuilder]; scope=singleton; abstract=false;
> lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true;
> primary=false; factoryBeanName=null; factoryMethodName=null;
> initMethodName=null; destroyMethodName=null; defined in class path
> resource [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class
> [org.apac he.cxf.transport.http.policy.HTTPClientAssertionBuilder];
> scope=singleton; abstract=false; lazyInit=true; autowireMode=0;
> dependencyCheck=0; autowireCandidate=true; primary=fa lse;
> factoryBeanName=null; factoryMethodName=null; initMethodName=null;
> destroyMethodName=null; defined in class path resource
> [META-INF/cxf/cxf-extension-http.xml]] Jul 23, 2010 10:57:31 AM
> org.springframework.beans.factory.support.DefaultListableBeanFactory
> registerBeanDefinition INFO: Overriding bean definition for bean
> 'org.apache.cxf.transport.http.policy.HTTPServerAssertionBuilder':
> replacing [Generic bean: class [org.apache.cxf.transport.http.poli
> cy.HTTPServerAssertionBuilder]; scope=singleton; abstract=false;
> lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true;
> primary=false; factoryBeanName=null; factoryMethodName=null;
> initMethodName=null; destroyMethodName=null; defined in class path
> resource [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class
> [org.apac he.cxf.transport.http.policy.HTTPServerAssertionBuilder];
> scope=singleton; abstract=false; lazyInit=true; autowireMode=0;
> dependencyCheck=0; autowireCandidate=true; primary=fa lse;
> factoryBeanName=null; factoryMethodName=null; initMethodName=null;
> destroyMethodName=null; defined in class path resource
> [META-INF/cxf/cxf-extension-http.xml]] Jul 23, 2010 10:57:31 AM
> org.springframework.beans.factory.support.DefaultListableBeanFactory
> registerBeanDefinition INFO: Overriding bean definition for bean
> 'org.apache.cxf.transport.http.policy.NoOpPolicyInterceptorProvider':
> replacing [Generic bean: class [org.apache.cxf.transport.http.p
> olicy.NoOpPolicyInterceptorProvider]; scope=singleton; abstract=false;
> lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true;
> primary=false; factoryBeanName =null; factoryMethodName=null;
> initMethodName=null; destroyMethodName=null; defined in class path
> resource [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class
> [or g.apache.cxf.transport.http.policy.NoOpPolicyInterceptorProvider];
> scope=singleton; abstract=false; lazyInit=true; autowireMode=0;
> dependencyCheck=0; autowireCandidate=true; p rimary=false;
> factoryBeanName=null; factoryMethodName=null; initMethodName=null;
> destroyMethodName=null; defined in class path resource
> [META-INF/cxf/cxf-extension-http.xml]] Jul 23, 2010 10:57:31 AM
> org.springframework.beans.factory.support.DefaultListableBeanFactory
> registerBeanDefinition INFO: Overriding bean definition for bean
> 'org.apache.cxf.transport.http.ClientOnlyHTTPTransportFactory': replacing
> [Generic bean: class [org.apache.cxf.transport.http.ClientO
> nlyHTTPTransportFactory]; scope=singleton; abstract=false; lazyInit=true;
> autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false;
> factoryBeanName=null; facto ryMethodName=null; initMethodName=null;
> destroyMethodName=null; defined in class path resource
> [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class
> [org.apache.cxf .transport.http.ClientOnlyHTTPTransportFactory];
> scope=singleton; abstract=false; lazyInit=true; autowireMode=0;
> dependencyCheck=0; autowireCandidate=true; primary=false; fact
> oryBeanName=null; factoryMethodName=null; initMethodName=null;
> destroyMethodName=null; defined in class path resource
> [META-INF/cxf/cxf-extension-http.xml]] Jul 23, 2010 10:57:31 AM
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> loadBeanDefinitions INFO: Loading XML bean definitions from class path
> resource [META-INF/cxf/cxf-extension-local.xml] Jul 23, 2010 10:57:31 AM
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> loadBeanDefinitions INFO: Loading XML bean definitions from class path
> resource [META-INF/cxf/cxf-extension-ws-security.xml] Jul 23, 2010
> 10:57:31 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> loadBeanDefinitions INFO: Loading XML bean definitions from class path
> resource [META-INF/cxf/cxf-extension-jaxrs-binding.xml] Jul 23, 2010
> 10:57:31 AM org.springframework.context.support.AbstractApplicationContext
> obtainFreshBeanFactory INFO: Bean factory for application context
> [org.apache.cxf.bus.spring.BusApplicationContext@a46f0b5]:
> org.springframework.beans.factory.support.DefaultListableBeanFactory@780e
> a6fb
> Jul 23, 2010 10:57:31 AM
> org.springframework.beans.factory.support.DefaultListableBeanFactory
> preInstantiateSingletons INFO: Pre-instantiating singletons in
> org.springframework.beans.factory.support.DefaultListableBeanFactory@780ea
> 6fb: defining beans [cxf,org.apache.cxf.bus.spring.BusApplicati
> onListener,org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor,org
> .apache.cxf.bus.spring.Jsr250BeanPostProcessor,org.apache.cxf.bus.spring.Bu
> sExtensionPostProcessor,or
> g.apache.cxf.resource.ResourceManager,org.apache.cxf.configuration.Configu
> rer,org.apache.cxf.binding.BindingFactoryManager,org.apache.cxf.transport.D
> estinationFactoryManager,o
> rg.apache.cxf.transport.ConduitInitiatorManager,org.apache.cxf.wsdl.WSDLMa
> nager,org.apache.cxf.phase.PhaseManager,org.apache.cxf.workqueue.WorkQueueM
> anager,org.apache.cxf.busl
> ifecycle.BusLifeCycleManager,org.apache.cxf.endpoint.ServerRegistry,org.ap
> ache.cxf.endpoint.ServerLifeCycleManager,org.apache.cxf.endpoint.ClientLife
> CycleManager,org.apache.cx
> f.transports.http.QueryHandlerRegistry,org.apache.cxf.endpoint.EndpointRes
> olverRegistry,org.apache.cxf.headers.HeaderManager,org.apache.cxf.catalog.O
> ASISCatalogManager,org.apa
> che.cxf.service.factory.FactoryBeanListenerManager,org.apache.cxf.endpoint
> .ServiceContractResolverRegistry,org.apache.cxf.jaxws.context.WebServiceCon
> textResourceResolver,org.a
> pache.cxf.jaxws.context.WebServiceContextImpl,org.apache.cxf.binding.soap.
> SoapBindingFactory,org.apache.cxf.binding.soap.SoapTransportFactory,org.apa
> che.cxf.binding.soap.custo
> mEditorConfigurer,org.apache.cxf.binding.xml.XMLBindingFactory,org.apache.
> cxf.ws.addressing.policy.AddressingAssertionBuilder,org.apache.cxf.ws.addre
> ssing.policy.AddressingPol
> icyInterceptorProvider,org.apache.cxf.ws.addressing.policy.UsingAddressing
> AssertionBuilder,org.apache.cxf.transport.http.policy.HTTPClientAssertionBu
> ilder,org.apache.cxf.trans
> port.http.policy.HTTPServerAssertionBuilder,org.apache.cxf.transport.http.
> policy.NoOpPolicyInterceptorProvider,org.apache.cxf.transport.http.ClientOn
> lyHTTPTransportFactory,org
> .apache.cxf.transport.http_jetty.JettyHTTPTransportFactory,org.apache.cxf.
> transport.local.LocalTransportFactory,org.apache.cxf.ws.security.policy.WSS
> ecurityPolicyLoader,org.ap ache.cxf.jaxrs.JAXRSBindingFactory]; root of
> factory hierarchy
> Jul 23, 2010 10:57:33 AM
> org.springframework.context.support.AbstractApplicationContext doClose
> INFO: Closing org.apache.cxf.bus.spring.BusApplicationContext@a46f0b5:
> display name [org.apache.cxf.bus.spring.BusApplicationContext@a46f0b5];
> startup date [Fri Jul 23 10:57:3 1 PDT 2010]; root of context hierarchy
> Jul 23, 2010 10:57:33 AM
> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
> destroySingletons INFO: Destroying singletons in
> org.springframework.beans.factory.support.DefaultListableBeanFactory@780ea
> 6fb: defining beans [cxf,org.apache.cxf.bus.spring.BusApplicationListe
> ner,org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor,org.apache
> .cxf.bus.spring.Jsr250BeanPostProcessor,org.apache.cxf.bus.spring.BusExtens
> ionPostProcessor,org.apach
> e.cxf.resource.ResourceManager,org.apache.cxf.configuration.Configurer,org
> .apache.cxf.binding.BindingFactoryManager,org.apache.cxf.transport.Destinat
> ionFactoryManager,org.apac
> he.cxf.transport.ConduitInitiatorManager,org.apache.cxf.wsdl.WSDLManager,o
> rg.apache.cxf.phase.PhaseManager,org.apache.cxf.workqueue.WorkQueueManager,
> org.apache.cxf.buslifecycl
> e.BusLifeCycleManager,org.apache.cxf.endpoint.ServerRegistry,org.apache.cx
> f.endpoint.ServerLifeCycleManager,org.apache.cxf.endpoint.ClientLifeCycleMa
> nager,org.apache.cxf.trans
> ports.http.QueryHandlerRegistry,org.apache.cxf.endpoint.EndpointResolverRe
> gistry,org.apache.cxf.headers.HeaderManager,org.apache.cxf.catalog.OASISCat
> alogManager,org.apache.cxf
> .service.factory.FactoryBeanListenerManager,org.apache.cxf.endpoint.Servic
> eContractResolverRegistry,org.apache.cxf.jaxws.context.WebServiceContextRes
> ourceResolver,org.apache.c
> xf.jaxws.context.WebServiceContextImpl,org.apache.cxf.binding.soap.SoapBin
> dingFactory,org.apache.cxf.binding.soap.SoapTransportFactory,org.apache.cxf
> .binding.soap.customEditor
> Configurer,org.apache.cxf.binding.xml.XMLBindingFactory,org.apache.cxf.ws.
> addressing.policy.AddressingAssertionBuilder,org.apache.cxf.ws.addressing.p
> olicy.AddressingPolicyInte
> rceptorProvider,org.apache.cxf.ws.addressing.policy.UsingAddressingAsserti
> onBuilder,org.apache.cxf.transport.http.policy.HTTPClientAssertionBuilder,o
> rg.apache.cxf.transport.ht
> tp.policy.HTTPServerAssertionBuilder,org.apache.cxf.transport.http.policy.
> NoOpPolicyInterceptorProvider,org.apache.cxf.transport.http.ClientOnlyHTTPT
> ransportFactory,org.apache
> .cxf.transport.http_jetty.JettyHTTPTransportFactory,org.apache.cxf.transpo
> rt.local.LocalTransportFactory,org.apache.cxf.ws.security.policy.WSSecurity
> PolicyLoader,org.apache.cx f.jaxrs.JAXRSBindingFactory]; root of factory
> hierarchy
> [INFO] [resources:copy-resources {execution: copy-test-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 86 resources
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 3 resources
> [INFO] Copying 8 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\target\g
> enerated\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Compiling 69 source files to
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\target\t
> est-classes [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\target\s
> urefire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.jaxb.TestServiceTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.149 sec
> 
> Results :
> 
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.aegis.mtom.MtomTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.646 sec
> 
> Results :
> 
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.aegis.CharacterSchemaTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.003 sec
> 
> Results :
> 
> Tests run: 9, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.aegis.AegisClientServerTest
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.006 sec
> 
> Results :
> 
> Tests run: 14, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.xmlbeans.ClientServerXmlBeansTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.499 sec
> 
> Results :
> 
> Tests run: 16, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.aegis.AegisJaxWsTest
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.341 sec
> 
> Results :
> 
> Tests run: 21, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\target\c
> xf-systests-databinding-2.3.0-SNAPSHOT.jar [INFO] [jar:test-jar {execution:
> attach-sources}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\target\c
> xf-systests-databinding-2.3.0-SNAPSHOT-tests.jar [INFO] [install:install
> {execution: default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\target\c
> xf-systests-databinding-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\org\
> apache\cxf\systests\cxf-systests-databinding\2.3.0-SNAPSHOT\cxf-systests-d
> atabinding-2.3.0-SNAPSHOT.jar [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\target\c
> xf-systests-databinding-2.3.0-SNAPSHOT-tests.jar to
> C:\Users\ggregory\.m2\repositor
> y\org\apache\cxf\systests\cxf-systests-databinding\2.3.0-SNAPSHOT\cxf-syst
> ests-databinding-2.3.0-SNAPSHOT-tests.jar [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF JAX-RS System Tests
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> Downloading:
> http://repo1.maven.org/maven2/jetty/jsp-api/2.1-6.0.2/jsp-api-2.1-6.0.2.po
> m [INFO] Unable to find resource 'jetty:jsp-api:pom:2.1-6.0.2' in
> repository central (http://repo1.maven.org/maven2) Downloading:
> http://repo1.maven.org/maven2/jetty/jsp/2.1-6.0.2/jsp-2.1-6.0.2.pom [INFO]
> Unable to find resource 'jetty:jsp:pom:2.1-6.0.2' in repository central
> (http://repo1.maven.org/maven2) Downloading:
> http://repo1.maven.org/maven2/org/codehaus/jackson/jackson-jaxrs/1.2.0/jac
> kson-jaxrs-1.2.0.pom
> 
> Downloading:
> http://repo1.maven.org/maven2/org/codehaus/jackson/jackson-core-asl/1.2.0/
> jackson-core-asl-1.2.0.pom
> 
> Downloading:
> http://repo1.maven.org/maven2/org/codehaus/jackson/jackson-mapper-asl/1.2.
> 0/jackson-mapper-asl-1.2.0.pom
> 
> Downloading:
> http://repo1.maven.org/maven2/org/codehaus/jackson/jackson-jaxrs/1.2.0/jac
> kson-jaxrs-1.2.0.jar
> 
> Downloading:
> http://repo1.maven.org/maven2/org/codehaus/jackson/jackson-core-asl/1.2.0/
> jackson-core-asl-1.2.0.jar
> 
> Downloading:
> http://repo1.maven.org/maven2/org/codehaus/jackson/jackson-mapper-asl/1.2.
> 0/jackson-mapper-asl-1.2.0.jar
> 
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\src\main\java
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\src\main\resou
> rces [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\src\main\resou
> rces-filtered [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\target\generat
> ed\src\main\resources [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] No sources to compile
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 91 resources
> [INFO] Copying 40 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\target\generat
> ed\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Compiling 121 source files to
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\target\test-cl
> asses [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\target\surefir
> e-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running
> org.apache.cxf.systest.jaxrs.JAXRSClientServerResourceCreatedSpringProvide
> rTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.011
> sec
> 
> Results :
> 
> Tests run: 9, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running
> org.apache.cxf.systest.jaxrs.JAXRSClientServerResourceCreatedOutsideBookTe
> st Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.211
> sec
> 
> Results :
> 
> Tests run: 11, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.jaxrs.JAXRSClientServerNonSpringBookTest
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.006 sec
> 
> Results :
> 
> Tests run: 17, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.jaxrs.security.JAXRSSpringSecurityClassTest
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.038 sec
> 
> Results :
> 
> Tests run: 23, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running
> org.apache.cxf.systest.jaxrs.security.JAXRSSpringSecurityNoAnnotationsTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.239 sec
> 
> Results :
> 
> Tests run: 27, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPullSpringTest
> Starting Server
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.284 sec
> 
> Results :
> 
> Tests run: 31, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.jaxrs.JAXRSClientServerSpringBookTest
> Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.817 sec
> 
> Results :
> 
> Tests run: 54, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.jaxrs.JAXRSMultipartTest
> Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.877 sec
> 
> Results :
> 
> Tests run: 91, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.jaxrs.JAXRSRequestDispatcherTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 4.658 sec
> 
> Results :
> 
> Tests run: 95, Failures: 0, Errors: 0, Skipped: 2
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.jaxrs.security.JAXRSHttpsBookTest
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.863 sec
> 
> Results :
> 
> Tests run: 101, Failures: 0, Errors: 0, Skipped: 2
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.jaxrs.JAXRSMultithreadedClientTest
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.065 sec
> 
> Results :
> 
> Tests run: 109, Failures: 0, Errors: 0, Skipped: 2
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.jaxrs.JAXRSSoapBookTest
> Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.54 sec
> 
> Results :
> 
> Tests run: 141, Failures: 0, Errors: 0, Skipped: 2
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.jaxrs.JAXRSJmsTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.762 sec
> 
> Results :
> 
> Tests run: 144, Failures: 0, Errors: 0, Skipped: 2
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.servlet.JaxRsServletTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.126 sec
> 
> Results :
> 
> Tests run: 145, Failures: 0, Errors: 0, Skipped: 3
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.jaxrs.JAXRSClientServerStreamingTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.529 sec
> 
> Results :
> 
> Tests run: 147, Failures: 0, Errors: 0, Skipped: 3
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.jaxrs.JAXRSClientServerBookTest
> PostConstruct called
> empty post
> empty post
> 
> <?xml version="1.0" encoding="utf-8"?><Book><id>123</id><name>CXF in Action
> - 3</name></Book> Tests run: 86, Failures: 0, Errors: 0, Skipped: 1, Time
> elapsed: 4.24 sec
> 
> Results :
> 
> Tests run: 233, Failures: 0, Errors: 0, Skipped: 4
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.jaxrs.JAXRSClientServerUserResourceTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.406 sec
> 
> Results :
> 
> Tests run: 236, Failures: 0, Errors: 0, Skipped: 4
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running
> org.apache.cxf.systest.jaxrs.security.JAXRSSpringSecurityInterfaceTest
> Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.789 sec
> 
> Results :
> 
> Tests run: 246, Failures: 0, Errors: 0, Skipped: 4
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.jaxrs.JAXRSClientServerProxySpringBookTest
> Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.514 sec
> 
> Results :
> 
> Tests run: 258, Failures: 0, Errors: 0, Skipped: 4
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.jaxrs.JAXRSContinuationsTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.846 sec
> 
> Results :
> 
> Tests run: 259, Failures: 0, Errors: 0, Skipped: 4
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running
> org.apache.cxf.systest.jaxrs.JAXRSClientServerResourceCreatedSpringBookTes
> t Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.492 sec
> 
> Results :
> 
> Tests run: 261, Failures: 0, Errors: 0, Skipped: 4
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.jaxrs.JAXRSAtomBookTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.964 sec
> 
> Results :
> 
> Tests run: 265, Failures: 0, Errors: 0, Skipped: 4
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.jaxrs.JAXRSUriInfoTest
> Starting Server
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.095 sec
> 
> Results :
> 
> Tests run: 266, Failures: 0, Errors: 0, Skipped: 4
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushSpringTest
> Starting Server
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.258 sec
> 
> Results :
> 
> Tests run: 271, Failures: 0, Errors: 0, Skipped: 4
> 
> engine shutdown
> engine shutdown
> engine shutdown
> engine shutdown
> engine shutdown
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.jaxrs.JAXRSDataBindingTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.993 sec
> 
> Results :
> 
> Tests run: 275, Failures: 0, Errors: 0, Skipped: 4
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running
> org.apache.cxf.systest.jaxrs.JAXRSClientServerResourceJacksonSpringProvide
> rTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.552
> sec
> 
> Results :
> 
> Tests run: 278, Failures: 0, Errors: 0, Skipped: 4
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest
> Jul 23, 2010 11:01:24 AM
> org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents SEVERE:
> severe message
> Jul 23, 2010 11:01:25 AM
> org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents
> WARNING: warning message
> Jul 23, 2010 11:01:25 AM
> org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents INFO:
> info message
> Jul 23, 2010 11:01:28 AM
> org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents SEVERE:
> severe message
> Jul 23, 2010 11:01:28 AM
> org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents
> WARNING: warning message
> Jul 23, 2010 11:01:28 AM
> org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents INFO:
> info message
> Jul 23, 2010 11:01:31 AM
> org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents SEVERE:
> severe message
> Jul 23, 2010 11:01:31 AM
> org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents
> WARNING: warning message
> Jul 23, 2010 11:01:31 AM
> org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents INFO:
> info message
> Jul 23, 2010 11:01:34 AM
> org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents SEVERE:
> severe message
> Jul 23, 2010 11:01:34 AM
> org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents
> WARNING: warning message
> Jul 23, 2010 11:01:34 AM
> org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents INFO:
> info message
> Jul 23, 2010 11:01:37 AM
> org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents SEVERE:
> severe message
> Jul 23, 2010 11:01:37 AM
> org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents
> WARNING: warning message
> Jul 23, 2010 11:01:37 AM
> org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents INFO:
> info message
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.935 sec
> 
> Results :
> 
> Tests run: 283, Failures: 0, Errors: 0, Skipped: 4
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\target\cxf-sys
> tests-jaxrs-2.3.0-SNAPSHOT.jar [INFO] [jar:test-jar {execution:
> attach-sources}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\target\cxf-sys
> tests-jaxrs-2.3.0-SNAPSHOT-tests.jar [INFO] [install:install {execution:
> default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\target\cxf-sys
> tests-jaxrs-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\org\apache\cxf\s
> ystests\cxf-systests-jaxrs\2.3.0-SNAPSHOT\cxf-systests-jaxrs-2.3.0-SNAPSHO
> T.jar [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\target\cxf-sys
> tests-jaxrs-2.3.0-SNAPSHOT-tests.jar to
> C:\Users\ggregory\.m2\repository\org\apache
> \cxf\systests\cxf-systests-jaxrs\2.3.0-SNAPSHOT\cxf-systests-jaxrs-2.3.0-S
> NAPSHOT-tests.jar [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF WS-* Specifications System Tests
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\ws-specs\src\main\ja
> va [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\ws-specs\src\main\re
> sources [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\ws-specs\src\main\re
> sources-filtered [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\ws-specs\target\gene
> rated\src\main\resources [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] No sources to compile
> [INFO] [cxf-codegen:wsdl2java {execution: generate-test-sources}]
> Jul 23, 2010 11:01:50 AM
> org.springframework.context.support.AbstractApplicationContext
> prepareRefresh INFO: Refreshing
> org.apache.cxf.bus.spring.BusApplicationContext@765590d6: display name
> [org.apache.cxf.bus.spring.BusApplicationContext@765590d6]; startup date
> [Fri Jul 23 11
> 
> :01:50 PDT 2010]; root of context hierarchy
> 
> Jul 23, 2010 11:01:50 AM
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> loadBeanDefinitions INFO: Loading XML bean definitions from class path
> resource [META-INF/cxf/cxf.xml] Jul 23, 2010 11:01:50 AM
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> loadBeanDefinitions INFO: Loading XML bean definitions from class path
> resource [META-INF/cxf/cxf-extension-jaxws.xml] Jul 23, 2010 11:01:50 AM
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> loadBeanDefinitions INFO: Loading XML bean definitions from class path
> resource [META-INF/cxf/cxf-extension-soap.xml] Jul 23, 2010 11:01:50 AM
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> loadBeanDefinitions INFO: Loading XML bean definitions from class path
> resource [META-INF/cxf/cxf-extension-xml.xml] Jul 23, 2010 11:01:50 AM
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> loadBeanDefinitions INFO: Loading XML bean definitions from class path
> resource [META-INF/cxf/cxf-extension-addr.xml] Jul 23, 2010 11:01:50 AM
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> loadBeanDefinitions INFO: Loading XML bean definitions from class path
> resource [META-INF/cxf/cxf-extension-http.xml] Jul 23, 2010 11:01:50 AM
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> loadBeanDefinitions INFO: Loading XML bean definitions from class path
> resource [META-INF/cxf/cxf-extension-jms.xml] Jul 23, 2010 11:01:50 AM
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> loadBeanDefinitions INFO: Loading XML bean definitions from class path
> resource [META-INF/cxf/cxf-extension-management.xml] Jul 23, 2010 11:01:50
> AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> loadBeanDefinitions INFO: Loading XML bean definitions from class path
> resource [META-INF/cxf/cxf-extension-http-jetty.xml] Jul 23, 2010 11:01:50
> AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> loadBeanDefinitions INFO: Loading XML bean definitions from class path
> resource [META-INF/cxf/cxf-extension-http.xml] Jul 23, 2010 11:01:50 AM
> org.springframework.beans.factory.support.DefaultListableBeanFactory
> registerBeanDefinition INFO: Overriding bean definition for bean
> 'org.apache.cxf.transport.http.policy.HTTPClientAssertionBuilder':
> replacing [Generic bean: class [org.apache.cxf.transport.http.poli
> cy.HTTPClientAssertionBuilder]; scope=singleton; abstract=false;
> lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true;
> primary=false; factoryBeanName=null; factoryMethodName=null;
> initMethodName=null; destroyMethodName=null; defined in class path
> resource [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class
> [org.apac he.cxf.transport.http.policy.HTTPClientAssertionBuilder];
> scope=singleton; abstract=false; lazyInit=true; autowireMode=0;
> dependencyCheck=0; autowireCandidate=true; primary=fa lse;
> factoryBeanName=null; factoryMethodName=null; initMethodName=null;
> destroyMethodName=null; defined in class path resource
> [META-INF/cxf/cxf-extension-http.xml]] Jul 23, 2010 11:01:50 AM
> org.springframework.beans.factory.support.DefaultListableBeanFactory
> registerBeanDefinition INFO: Overriding bean definition for bean
> 'org.apache.cxf.transport.http.policy.HTTPServerAssertionBuilder':
> replacing [Generic bean: class [org.apache.cxf.transport.http.poli
> cy.HTTPServerAssertionBuilder]; scope=singleton; abstract=false;
> lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true;
> primary=false; factoryBeanName=null; factoryMethodName=null;
> initMethodName=null; destroyMethodName=null; defined in class path
> resource [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class
> [org.apac he.cxf.transport.http.policy.HTTPServerAssertionBuilder];
> scope=singleton; abstract=false; lazyInit=true; autowireMode=0;
> dependencyCheck=0; autowireCandidate=true; primary=fa lse;
> factoryBeanName=null; factoryMethodName=null; initMethodName=null;
> destroyMethodName=null; defined in class path resource
> [META-INF/cxf/cxf-extension-http.xml]] Jul 23, 2010 11:01:50 AM
> org.springframework.beans.factory.support.DefaultListableBeanFactory
> registerBeanDefinition INFO: Overriding bean definition for bean
> 'org.apache.cxf.transport.http.policy.NoOpPolicyInterceptorProvider':
> replacing [Generic bean: class [org.apache.cxf.transport.http.p
> olicy.NoOpPolicyInterceptorProvider]; scope=singleton; abstract=false;
> lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true;
> primary=false; factoryBeanName =null; factoryMethodName=null;
> initMethodName=null; destroyMethodName=null; defined in class path
> resource [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class
> [or g.apache.cxf.transport.http.policy.NoOpPolicyInterceptorProvider];
> scope=singleton; abstract=false; lazyInit=true; autowireMode=0;
> dependencyCheck=0; autowireCandidate=true; p rimary=false;
> factoryBeanName=null; factoryMethodName=null; initMethodName=null;
> destroyMethodName=null; defined in class path resource
> [META-INF/cxf/cxf-extension-http.xml]] Jul 23, 2010 11:01:50 AM
> org.springframework.beans.factory.support.DefaultListableBeanFactory
> registerBeanDefinition INFO: Overriding bean definition for bean
> 'org.apache.cxf.transport.http.ClientOnlyHTTPTransportFactory': replacing
> [Generic bean: class [org.apache.cxf.transport.http.ClientO
> nlyHTTPTransportFactory]; scope=singleton; abstract=false; lazyInit=true;
> autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false;
> factoryBeanName=null; facto ryMethodName=null; initMethodName=null;
> destroyMethodName=null; defined in class path resource
> [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class
> [org.apache.cxf .transport.http.ClientOnlyHTTPTransportFactory];
> scope=singleton; abstract=false; lazyInit=true; autowireMode=0;
> dependencyCheck=0; autowireCandidate=true; primary=false; fact
> oryBeanName=null; factoryMethodName=null; initMethodName=null;
> destroyMethodName=null; defined in class path resource
> [META-INF/cxf/cxf-extension-http.xml]] Jul 23, 2010 11:01:50 AM
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> loadBeanDefinitions INFO: Loading XML bean definitions from class path
> resource [META-INF/cxf/cxf-extension-rm.xml] Jul 23, 2010 11:01:50 AM
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> loadBeanDefinitions INFO: Loading XML bean definitions from class path
> resource [META-INF/cxf/cxf-extension-policy.xml] Jul 23, 2010 11:01:50 AM
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> loadBeanDefinitions INFO: Loading XML bean definitions from class path
> resource [META-INF/cxf/cxf-extension-ws-security.xml] Jul 23, 2010
> 11:01:50 AM org.springframework.context.support.AbstractApplicationContext
> obtainFreshBeanFactory INFO: Bean factory for application context
> [org.apache.cxf.bus.spring.BusApplicationContext@765590d6]:
> org.springframework.beans.factory.support.DefaultListableBeanFactory@837
> 5b8f
> Jul 23, 2010 11:01:50 AM
> org.springframework.beans.factory.support.DefaultListableBeanFactory
> preInstantiateSingletons INFO: Pre-instantiating singletons in
> org.springframework.beans.factory.support.DefaultListableBeanFactory@8375b
> 8f: defining beans [cxf,org.apache.cxf.bus.spring.BusApplicatio
> nListener,org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor,org.
> apache.cxf.bus.spring.Jsr250BeanPostProcessor,org.apache.cxf.bus.spring.Bus
> ExtensionPostProcessor,org
> .apache.cxf.resource.ResourceManager,org.apache.cxf.configuration.Configur
> er,org.apache.cxf.binding.BindingFactoryManager,org.apache.cxf.transport.De
> stinationFactoryManager,or
> g.apache.cxf.transport.ConduitInitiatorManager,org.apache.cxf.wsdl.WSDLMan
> ager,org.apache.cxf.phase.PhaseManager,org.apache.cxf.workqueue.WorkQueueMa
> nager,org.apache.cxf.busli
> fecycle.BusLifeCycleManager,org.apache.cxf.endpoint.ServerRegistry,org.apa
> che.cxf.endpoint.ServerLifeCycleManager,org.apache.cxf.endpoint.ClientLifeC
> ycleManager,org.apache.cxf
> .transports.http.QueryHandlerRegistry,org.apache.cxf.endpoint.EndpointReso
> lverRegistry,org.apache.cxf.headers.HeaderManager,org.apache.cxf.catalog.OA
> SISCatalogManager,org.apac
> he.cxf.service.factory.FactoryBeanListenerManager,org.apache.cxf.endpoint.
> ServiceContractResolverRegistry,org.apache.cxf.jaxws.context.WebServiceCont
> extResourceResolver,org.ap
> ache.cxf.jaxws.context.WebServiceContextImpl,org.apache.cxf.binding.soap.S
> oapBindingFactory,org.apache.cxf.binding.soap.SoapTransportFactory,org.apac
> he.cxf.binding.soap.custom
> EditorConfigurer,org.apache.cxf.binding.xml.XMLBindingFactory,org.apache.c
> xf.ws.addressing.policy.AddressingAssertionBuilder,org.apache.cxf.ws.addres
> sing.policy.AddressingPoli
> cyInterceptorProvider,org.apache.cxf.ws.addressing.policy.UsingAddressingA
> ssertionBuilder,org.apache.cxf.transport.http.policy.HTTPClientAssertionBui
> lder,org.apache.cxf.transp
> ort.http.policy.HTTPServerAssertionBuilder,org.apache.cxf.transport.http.p
> olicy.NoOpPolicyInterceptorProvider,org.apache.cxf.transport.http.ClientOnl
> yHTTPTransportFactory,org.
> apache.cxf.transport.jms.JMSTransportFactory,org.apache.cxf.management.Ins
> trumentationManager,org.apache.cxf.transport.http_jetty.JettyHTTPTransportF
> actory,org.apache.cxf.ws.r
> m.RMManager,org.apache.cxf.ws.rm.policy.RMPolicyInterceptorProvider,org.ap
> ache.cxf.ws.rm.policy.RMAssertionBuilder,org.apache.cxf.ws.policy.Assertion
> BuilderRegistry,org.apache
> .cxf.ws.policy.PolicyInterceptorProviderRegistry,org.apache.cxf.ws.policy.
> attachment.external.DomainExpressionBuilderRegistry,org.apache.cxf.ws.polic
> y.attachment.external.Endp
> ointReferenceDomainExpressionBuilder,org.apache.cxf.ws.policy.PolicyBuilde
> r,org.apache.cxf.ws.policy.PolicyEngine,org.apache.cxf.ws.policy.attachment
> .wsdl11.Wsdl11AttachmentPo
> licyProvider,org.apache.cxf.ws.policy.attachment.ServiceModelPolicyProvide
> r,org.apache.cxf.ws.policy.mtom.MTOMAssertionBuilder,org.apache.cxf.ws.poli
> cy.mtom.MTOMPolicyIntercep
> torProvider,org.apache.cxf.ws.security.policy.WSSecurityPolicyLoader];
> root of factory hierarchy Jul 23, 2010 11:01:51 AM
> org.springframework.context.support.AbstractApplicationContext doClose
> INFO: Closing org.apache.cxf.bus.spring.BusApplicationContext@765590d6:
> display name [org.apache.cxf.bus.spring.BusApplicationContext@765590d6];
> startup date [Fri Jul 23 11:01
> 
> :50 PDT 2010]; root of context hierarchy
> 
> Jul 23, 2010 11:01:51 AM
> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
> destroySingletons INFO: Destroying singletons in
> org.springframework.beans.factory.support.DefaultListableBeanFactory@8375b
> 8f: defining beans [cxf,org.apache.cxf.bus.spring.BusApplicationListen
> er,org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor,org.apache.
> cxf.bus.spring.Jsr250BeanPostProcessor,org.apache.cxf.bus.spring.BusExtensi
> onPostProcessor,org.apache
> .cxf.resource.ResourceManager,org.apache.cxf.configuration.Configurer,org.
> apache.cxf.binding.BindingFactoryManager,org.apache.cxf.transport.Destinati
> onFactoryManager,org.apach
> e.cxf.transport.ConduitInitiatorManager,org.apache.cxf.wsdl.WSDLManager,or
> g.apache.cxf.phase.PhaseManager,org.apache.cxf.workqueue.WorkQueueManager,o
> rg.apache.cxf.buslifecycle
> .BusLifeCycleManager,org.apache.cxf.endpoint.ServerRegistry,org.apache.cxf
> .endpoint.ServerLifeCycleManager,org.apache.cxf.endpoint.ClientLifeCycleMan
> ager,org.apache.cxf.transp
> orts.http.QueryHandlerRegistry,org.apache.cxf.endpoint.EndpointResolverReg
> istry,org.apache.cxf.headers.HeaderManager,org.apache.cxf.catalog.OASISCata
> logManager,org.apache.cxf.
> service.factory.FactoryBeanListenerManager,org.apache.cxf.endpoint.Service
> ContractResolverRegistry,org.apache.cxf.jaxws.context.WebServiceContextReso
> urceResolver,org.apache.cx
> f.jaxws.context.WebServiceContextImpl,org.apache.cxf.binding.soap.SoapBind
> ingFactory,org.apache.cxf.binding.soap.SoapTransportFactory,org.apache.cxf.
> binding.soap.customEditorC
> onfigurer,org.apache.cxf.binding.xml.XMLBindingFactory,org.apache.cxf.ws.a
> ddressing.policy.AddressingAssertionBuilder,org.apache.cxf.ws.addressing.po
> licy.AddressingPolicyInter
> ceptorProvider,org.apache.cxf.ws.addressing.policy.UsingAddressingAssertio
> nBuilder,org.apache.cxf.transport.http.policy.HTTPClientAssertionBuilder,or
> g.apache.cxf.transport.htt
> p.policy.HTTPServerAssertionBuilder,org.apache.cxf.transport.http.policy.N
> oOpPolicyInterceptorProvider,org.apache.cxf.transport.http.ClientOnlyHTTPTr
> ansportFactory,org.apache.
> cxf.transport.jms.JMSTransportFactory,org.apache.cxf.management.Instrument
> ationManager,org.apache.cxf.transport.http_jetty.JettyHTTPTransportFactory,
> org.apache.cxf.ws.rm.RMMan
> ager,org.apache.cxf.ws.rm.policy.RMPolicyInterceptorProvider,org.apache.cx
> f.ws.rm.policy.RMAssertionBuilder,org.apache.cxf.ws.policy.AssertionBuilder
> Registry,org.apache.cxf.ws
> .policy.PolicyInterceptorProviderRegistry,org.apache.cxf.ws.policy.attachm
> ent.external.DomainExpressionBuilderRegistry,org.apache.cxf.ws.policy.attac
> hment.external.EndpointRef
> erenceDomainExpressionBuilder,org.apache.cxf.ws.policy.PolicyBuilder,org.a
> pache.cxf.ws.policy.PolicyEngine,org.apache.cxf.ws.policy.attachment.wsdl11
> .Wsdl11AttachmentPolicyPro
> vider,org.apache.cxf.ws.policy.attachment.ServiceModelPolicyProvider,org.a
> pache.cxf.ws.policy.mtom.MTOMAssertionBuilder,org.apache.cxf.ws.policy.mtom
> .MTOMPolicyInterceptorProv
> ider,org.apache.cxf.ws.security.policy.WSSecurityPolicyLoader]; root of
> factory hierarchy [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Could not find any node with the XPath expression:
> //wsdl:definitions
> 
> [INFO]
> ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 30 minutes 16 seconds
> [INFO] Finished at: Fri Jul 23 11:01:51 PDT 2010
> [INFO] Final Memory: 216M/426M
> [INFO]
> ------------------------------------------------------------------------
> Fri 07/23/201011:01:52.94 C:\Users\ggregory\b\svn\apache.org\cxf\trunk
> 
> 
> Gary Gregory
> Senior Software Engineer
> Seagull Software
> email: ggregory@seagullsoftware.com
> email: ggregory@apache.org
> www.seagullsoftware.com
> 
> > -----Original Message-----
> > From: Daniel Kulp [mailto:dkulp@apache.org]
> > Sent: Tuesday, February 09, 2010 13:29
> > To: dev@cxf.apache.org; users@cxf.apache.org
> > Subject: CXF, Java 6/Spring/etc... and deps.....
> > 
> > 
> > As you may have noticed, last week (on trunk only) I moved all the
> > dependencies that can be provided by Java 6 (except jaxb-impl/jaxb-xjc)
> > into a special jdk15 profile that is auto activated on Java5.   Thus,
> > trunk should now require less dependencies when running on Java 6.
> > 
> > HOWEVER, I put Woodstox back in as a runtime dep this morning.   There
> > are a couple reasons:
> > 1) The parser in the JDK really sucks.   My benchmarking over the last
> > couple days for a customer showed nearly 40% throughput reduction
> > compared to woodstox.   IMO, the "out of the box" speed is important.
> > 
> > 2) Related to (1), a full "mvn install -Pnochecks" was taking 6 minutes
> > longer on Java 6 compared to last week.    Turns out, that's parser
> > related.  :-)   I could have added woodstox as a test dep to all the
> > modules, but again, I think it's important enough to make sure everyone
> > uses it by default.
> > 
> > The good news is that while the Sun parser was being used, I found a
> > couple places where tests were failing with it.   I've updated the code
> > so we now should work better with the Sun parser if someone really wants
> > to use it.
> > 
> > I also started going through and marking the spring stuff as optional or
> > provided (or test scope).    We don't really REQUIRE it in all cases, and
> > this should allow the user to more easily use whatever version of Spring
> > they want.
> > 
> > Anyway, I still have to update the distribution and bundle modules to now
> > work correctly with java6.   If you build with java6, you get different
> > results than with Java 5.   The lib dir has about 9 less jars, the
> > manifest is missing entries, etc....
> > 
> > For those of you using Maven and Java 6, I'd really appreciate it if you
> > could try the 2.3.0-SNAPSHOT's to see if having all the extra deps
> > removed will cause any major issues.   Likewise, on Java 5, I'd like to
> > make sure all the required deps still come in.
> > 
> > Thanks!
> > --
> > Daniel Kulp
> > dkulp@apache.org
> > http://www.dankulp.com/blog

-- 
Daniel Kulp
dkulp@apache.org
http://dankulp.com/blog

Re: CXF, Java 6/Spring/etc... and deps.....

Posted by Daniel Kulp <dk...@apache.org>.
Can you run again?

I THINK this is due to Maven running out of some resource.   Not sure if it's 
memory or some files aren't getting closed or what.    Running again usually 
fixes it.

Dan


On Friday 23 July 2010 2:09:47 pm Gary Gregory wrote:
> Dan,
> 
> I just tried a build from the latest SVN trunk and got an error (see the
> end of this msg.)
> 
> My set up:
> 
> Apache Maven 2.2.1 (r801777; 2009-08-06 12:16:01-0700)
> Java version: 1.6.0_20
> Java home: C:\Program Files\Java\jdk1.6.0_20\jre
> Default locale: en_US, platform encoding: Cp1252
> OS name: "windows vista" version: "6.0" arch: "amd64" Family: "windows"
> Fri 07/23/201011:08:26.04 C:\Users\ggregory\b\svn\apache.org\cxf\trunk
> 
> Here my build output:
> 
> [INFO] Scanning for projects...
> [INFO] Reactor build order:
> [INFO]   Apache CXF
> [INFO]   Apache CXF Parent
> [INFO]   Apache CXF Common Utilities
> [INFO]   Apache CXF Common Schemas
> [INFO]   Apache CXF API
> [INFO]   Apache CXF Woodstox/MSV Schema Validation
> [INFO]   Apache CXF XML Schema Validation with Xerces
> [INFO]   Apache CXF Common
> [INFO]   Apache CXF Runtime Core
> [INFO]   Apache CXF Command Line Tools Common
> [INFO]   Apache CXF Command Line Tools Validator
> [INFO]   Apache CXF Command Line Tools WSDLTo Core
> [INFO]   Apache CXF Command Line Tools WSDLTo JAXWS Frontend
> [INFO]   Apache CXF WSDL Validator Maven2 Plugin
> [INFO]   Apache CXF Command Line Tools WSDLTo JAXB Databinding
> [INFO]   Apache CXF Code Generation Maven2 Plugins
> [INFO]   Apache CXF Test Utilities
> [INFO]   Apache CXF Runtime JAXB DataBinding
> [INFO]   Apache CXF Runtime XML Binding
> [INFO]   Apache CXF Runtime SOAP Binding
> [INFO]   Apache CXF Runtime Local Transport
> [INFO]   Apache CXF Runtime Simple Frontend
> [INFO]   Apache CXF Runtime HTTP Transport
> [INFO]   Apache CXF Runtime HTTP Jetty Transport
> [INFO]   Apache CXF Runtime WS Addressing
> [INFO]   Apache CXF Runtime JAX-WS Frontend
> [INFO]   Apache CXF Test Case Support
> [INFO]   Apache CXF Runtime Aegis Databinding
> [INFO]   Apache CXF Runtime JavaScript Client Generator
> [INFO]   Apache CXF Command Line Tools WSDL to JavaScript Front End
> [INFO]   Apache CXF Runtime Management
> [INFO]   Apache CXF Runtime JMS Transport
> [INFO]   Apache CXF Runtime XmlBeans DataBinding
> [INFO]   Apache CXF Command Line Tools WSDLTo Test
> [INFO]   Apache CXF Command Line Tools WSDLTo Misctools
> [INFO]   Apache CXF Command Line Tools
> [INFO]   Apache CXF Command Line Tools WSDLTo
> [INFO]   Apache CXF Command Line Tools JavaTo WS
> [INFO]   Apache CXF Command Line Tools JavaTo
> [INFO]   Apache CXF Runtime CORBA Binding
> [INFO]   Apache CXF Command Line Tools CORBA
> [INFO]   Apache CXF Runtime SDO DataBinding
> [INFO]   Apache CXF Runtime HTTP Binding
> [INFO]   Apache CXF Runtime Object Binding
> [INFO]   Apache CXF Runtime Colocated Binding
> [INFO]   Apache CXF Runtime JBI Binding
> [INFO]   Apache CXF Runtime
> [INFO]   Apache CXF Runtime Bindings
> [INFO]   Apache CXF Runtime JAX-RS Frontend
> [INFO]   Apache CXF Runtime JavaScript Frontend
> [INFO]   Apache CXF HTTP Transport for OSGi
> [INFO]   Apache CXF Runtime JBI Transport
> [INFO]   Apache CXF Runtime WS Policy
> [INFO]   Apache CXF Runtime WS Reliable Messaging
> [INFO]   Apache CXF Runtime WS Security
> [INFO]   Apache CXF Runtime Web Management
> [INFO]   Apache CXF JBI Integration
> [INFO]   Apache CXF JCA Connection
> [INFO]   Apache CXF Integration
> [INFO]   Apache CXF Java2WS Maven2 Plugin
> [INFO]   Apache CXF CORBA Tools Maven2 Plugins
> [INFO]   Apache CXF Archetype - Simple JAX-WS Java First
> [INFO]   Apache CXF Maven Archetypes
> [INFO]   Apache CXF Maven Plugins
> [INFO]   Apache CXF Uncategorized System Tests
> [INFO]   Apache CXF Transport System Tests
> [INFO]   Apache CXF JAX-WS System Tests
> [INFO]   Apache CXF Databinding System Tests
> [INFO]   Apache CXF JAX-RS System Tests
> [INFO]   Apache CXF WS-* Specifications System Tests
> [INFO]   Test for writing wsdl to repo
> [INFO]   Test for reading wsdl from repo and generating code from it
> [INFO]   Apache CXF System Tests
> [INFO]   Apache CXF System Tests for WSDL generation and retrieval
> [INFO]   Apache CXF Bundle Parent
> [INFO]   Apache CXF Bundle Jar
> [INFO]   Apache CXF Minimal Bundle Jar
> [INFO]   Apache CXF JAX-RS Bundle Jar
> [INFO]   Apache CXF Manifest Jar
> [INFO]   Apache CXF Distribution
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
> [INFO] [install:install {execution: default-install}]
> [INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\pom.xml to
> C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf\2.3.0-SNAPSHOT\cxf-2.3
> .0-SNAPSHOT.pom [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Parent
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Source directory does not exist - skipping report.
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] Setting property: classpath.resource.loader.class =>
> 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'. [INFO]
> Setting property: velocimacro.messages.on => 'false'.
> [INFO] Setting property: resource.loader => 'classpath'.
> [INFO] Setting property: resource.manager.logwhenfound => 'false'.
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
> [INFO] [install:install {execution: default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\parent\pom.xml to
> C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-parent\2.3.0-SNAPSHOT\
> cxf-parent-2.3.0-SNA PSHOT.pom
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Common Utilities
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 8 resources
> [INFO] Copying 2 resources
> [INFO] Copying 1 resource
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\common\target\generate
> d\src\main\resources [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 14 resources
> [INFO] Copying 7 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\common\target\generate
> d\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\common\target\surefire
> -reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.helpers.HttpHeaderHelperTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 sec
> Running org.apache.cxf.staxutils.FragmentStreamReaderTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.31 sec
> Running org.apache.cxf.common.i18n.BundleUtilsTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec
> Running org.apache.cxf.jaxb.DatatypeFactoryTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 sec
> Running org.apache.cxf.common.commands.ForkedCommandTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.349 sec
> Running org.apache.cxf.common.injection.ResourceInjectorTest
> Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.269 sec
> Running org.apache.cxf.common.logging.LogUtilsTest
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 sec
> Running org.apache.cxf.common.util.XmlSchemaPrimitiveUtilsTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
> Running org.apache.cxf.common.util.StringUtilsTest
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
> Running org.apache.cxf.helpers.XMLUtilsTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.177 sec
> Running org.apache.cxf.resource.ClassLoaderResolverTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.354 sec
> Running org.apache.cxf.configuration.spring.SpringBeanQNameMapTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.736 sec
> Running org.apache.cxf.helpers.FileUtilsTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec
> Running org.apache.cxf.common.xmlschema.ImportRepairTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.342 sec
> Running org.apache.cxf.common.util.CollectionUtilsTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec
> Running org.apache.cxf.resource.URIResolverTest
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 sec
> Running org.apache.cxf.staxutils.W3CDOMStreamReaderTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.178 sec
> Running org.apache.cxf.helpers.ServiceUtilsTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
> Running org.apache.cxf.staxutils.DepthXMLStreamReaderTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
> Running org.apache.cxf.jaxb.JAXBElementToStringStyleTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 sec
> Running org.apache.cxf.common.security.SimplePrincipalTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
> Running org.apache.cxf.common.classloader.FireWallClassLoaderTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
> Running org.apache.cxf.common.util.Base64UtilityTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 sec
> Running org.apache.cxf.common.security.SimpleGroupTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
> Running org.apache.cxf.jaxb.JAXBUtilsTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 sec
> Running org.apache.cxf.common.i18n.MessageTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
> Running org.apache.cxf.common.util.PropertiesLoaderUtilsTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec
> Running org.apache.cxf.staxutils.StaxUtilsTest
> Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 sec
> Running org.apache.cxf.jaxb.JAXBToStringBuilderTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec
> Running org.apache.cxf.helpers.NameSpaceTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
> Running org.apache.cxf.configuration.spring.SpringBeanMapTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 sec
> Running org.apache.cxf.version.VersionTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 sec
> Running org.apache.cxf.common.commands.ResultBufferedCommandTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.294 sec
> Running org.apache.cxf.common.util.UrlUtilsTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
> Running org.apache.cxf.common.util.PackageUtilsTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
> Running org.apache.cxf.staxutils.StaxStreamFilterTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec
> Running org.apache.cxf.common.annotation.AnnotationProcessorTest
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 sec
> 
> Results :
> 
> Tests run: 109, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\common\target\cxf-comm
> on-utilities-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\common\target\cxf-comm
> on-utilities-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\org\apache\cxf\
> cxf-common-utilities\2.3.0-SNAPSHOT\cxf-common-utilities-2.3.0-SNAPSHOT.ja
> r [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Common Schemas
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\schemas\src\main\java
> [INFO] Copying 23 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\schemas\src\main\resou
> rces-filtered [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\schemas\target\generat
> ed\src\main\resources [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] No sources to compile
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\schemas\src\test\java
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\schemas\src\test\resou
> rces [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\schemas\target\generat
> ed\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Not compiling test sources
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Tests are skipped.
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\schemas\target\cxf-com
> mon-schemas-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\schemas\target\cxf-com
> mon-schemas-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\org\apache\cxf\c
> xf-common-schemas\2.3.0-SNAPSHOT\cxf-common-schemas-2.3.0-SNAPSHOT.jar
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF API
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 15 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\resources [INFO]
> skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\resources-filter
> ed [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\target\generated\src\main
> \resources [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [cxf-xjc:xsdtojava-tests {execution: generate-test-sources}]
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO] Copying 5 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\target\generated\src\test
> \resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\target\surefire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertionTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.558 sec
> Running
> org.apache.cxf.ws.policy.builder.primitive.NestedPrimitiveAssertionTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 sec
> Running
> org.apache.cxf.ws.policy.builder.primitive.NestedPrimitiveAssertionBuilder
> Test Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.354
> sec Running org.apache.cxf.service.model.MessagePartInfoTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.239 sec
> Running org.apache.cxf.continuations.SuspendedInvocationExceptionTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 sec
> Running org.apache.cxf.wsdl.JAXBExtensionHelperTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.978 sec
> Running org.apache.cxf.phase.PhaseInterceptorChainTest
> Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.328 sec
> Running org.apache.cxf.service.model.MessageInfoTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
> Running org.apache.cxf.service.model.InterfaceInfoTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 sec
> Running org.apache.cxf.BusFactoryTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec
> Running org.apache.cxf.service.model.FaultInfoTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
> Running org.apache.cxf.ws.policy.AssertionInfoMapTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
> Running org.apache.cxf.service.model.BindingOperationInfoTest
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec
> Running org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertionBuilderTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 sec
> Running org.apache.cxf.service.model.OperationInfoTest
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
> Running org.apache.cxf.databinding.AbstractDataBindingTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 sec
> Running org.apache.cxf.service.model.BindingFaultInfoTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
> Running org.apache.cxf.service.model.BindingMessageInfoTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
> Running org.apache.cxf.ws.policy.IntersectorTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
> Running org.apache.cxf.NSManagerTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
> Running org.apache.cxf.continuations.ContinuationInfoTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec
> 
> Results :
> 
> Tests run: 75, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\target\cxf-api-2.3.0-SNAP
> SHOT.jar [INFO] [javadoc:jar {execution: package}]
> [WARNING] Are you sure about the <javadocVersion/> parameter? It seems to
> be 1.6 [INFO]
> 27 warnings
> [WARNING] Javadoc Warnings
> [WARNING] javadoc: warning - Multiple sources of package comments found for
> package "org.apache.cxf.binding" [WARNING] javadoc: warning - Multiple
> sources of package comments found for package "org.apache.cxf" [WARNING]
> javadoc: warning - Multiple sources of package comments found for package
> "org.apache.cxf.endpoint" [WARNING] javadoc: warning - Multiple sources of
> package comments found for package "org.apache.cxf.interceptor" [WARNING]
> javadoc: warning - Multiple sources of package comments found for package
> "org.apache.cxf.phase" [WARNING] javadoc: warning - Multiple sources of
> package comments found for package "org.apache.cxf.service" [WARNING]
> javadoc: warning - Multiple sources of package comments found for package
> "org.apache.cxf.transport" [WARNING]
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> cxf\annotations\DataBinding.java:42: warning - @return tag has no
> arguments. [WARNING]
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> cxf\clustering\FailoverStrategy.java:63: warning - @param argument
> "alternates" is not a pa rameter name.
> [WARNING]
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> cxf\configuration\ConfiguredBeanLocator.java:36: warning - @return tag has
> no arguments. [WARNING]
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> cxf\configuration\ConfiguredBeanLocator.java:54: warning - @return tag has
> no arguments. [WARNING]
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> cxf\configuration\ConfiguredBeanLocator.java:45: warning - @return tag has
> no arguments. [WARNING]
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> cxf\configuration\ConfiguredBeanLocator.java:76: warning - @return tag has
> no arguments. [WARNING]
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> cxf\configuration\ConfiguredBeanLocator.java:64: warning - @return tag has
> no arguments. [WARNING]
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> cxf\configuration\ConfiguredBeanLocator.java:76: warning - @param argument
> "<T>" is not a t ype parameter name.
> [WARNING]
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> cxf\configuration\ConfiguredBeanLocator.java:76: warning - @param argument
> "type" is not a parameter name.
> [WARNING]
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> cxf\configuration\ConfiguredBeanLocator.java:76: warning - @param argument
> "property" is no t a parameter name.
> [WARNING]
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> cxf\configuration\ConfiguredBeanLocator.java:95: warning - @return tag has
> no arguments. [WARNING]
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> cxf\configuration\ConfiguredBeanLocator.java:86: warning - @return tag has
> no arguments. [WARNING]
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> cxf\continuations\Continuation.java:36: warning - @param argument
> "timeout." is not a param eter name.
> [WARNING]
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> cxf\endpoint\Client.java:240: warning - @return tag has no arguments.
> [WARNING]
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> cxf\io\StaxValidationManager.java:39: warning - @param argument "schemas"
> is not a paramete r name.
> [WARNING]
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> cxf\phase\AbstractPhaseInterceptor.java:75: warning - @param argument "p"
> is not a paramete r name.
> [WARNING]
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> cxf\service\model\SchemaInfo.java:86: warning - @return tag has no
> arguments. [WARNING]
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> cxf\transport\Observable.java:38: warning - @return tag has no arguments.
> [WARNING]
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> cxf\ws\policy\AssertionBuilderRegistry.java:56: warning - @return tag has
> no arguments. [WARNING]
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\
> cxf\wsdl\WSDLManager.java:100: warning - @return tag has no arguments.
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\target\cxf-api-2.3.0-SNAP
> SHOT-javadoc.jar [INFO] [install:install {execution: default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\target\cxf-api-2.3.0-SNAP
> SHOT.jar to
> C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-api\2.3.0-SNAPSHOT\
> cxf-api-2.3.0-SNAPSHOT.jar
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\target\cxf-api-2.3.0-SNAP
> SHOT-javadoc.jar to
> C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-api\2.3.0-S
> NAPSHOT\cxf-api-2.3.0-SNAPSHOT-javadoc.jar
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Woodstox/MSV Schema Validation
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 0 resource
> [INFO] Copying 4 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\wstx-msv-validation\sr
> c\main\resources-filtered [INFO] Copying 1 resource
> [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 0 resource
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\wstx-msv-validation\sr
> c\test\resources [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\wstx-msv-validation\ta
> rget\generated\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\wstx-msv-validation\ta
> rget\surefire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> There are no tests to run.
> 
> Results :
> 
> Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\wstx-msv-validation\ta
> rget\cxf-wstx-msv-validation-2.3.0-SNAPSHOT.jar [INFO] [install:install
> {execution: default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\wstx-msv-validation\ta
> rget\cxf-wstx-msv-validation-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository
> \org\apache\cxf\cxf-wstx-msv-validation\2.3.0-SNAPSHOT\cxf-wstx-msv-valida
> tion-2.3.0-SNAPSHOT.jar [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF XML Schema Validation with Xerces
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 0 resource
> [INFO] Copying 3 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\xerces-xsd-validation\
> src\main\resources-filtered [INFO] Copying 1 resource
> [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\xerces-xsd-validation\
> src\test\java [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\xerces-xsd-validation\
> src\test\resources [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\xerces-xsd-validation\
> target\generated\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] No sources to compile
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\xerces-xsd-validation\
> target\surefire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> There are no tests to run.
> 
> Results :
> 
> Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\xerces-xsd-validation\
> target\cxf-xerces-xsd-validation-2.3.0-SNAPSHOT.jar [INFO] [install:install
> {execution: default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\xerces-xsd-validation\
> target\cxf-xerces-xsd-validation-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\reposi
> tory\org\apache\cxf\cxf-xerces-xsd-validation\2.3.0-SNAPSHOT\cxf-xerces-xs
> d-validation-2.3.0-SNAPSHOT.jar [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Common
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
> [INFO] [install:install {execution: default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\pom.xml to
> C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-common\2.3.0-SNAPSHOT\
> cxf-common-2.3.0-SNA PSHOT.pom
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Runtime Core
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 14 resources
> [INFO] Copying 8 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\core\src\main\resources-fi
> ltered [INFO] Copying 1 resource
> [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 18 resources
> [INFO] Copying 30 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\core\target\generated\src\
> test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\core\target\surefire-repor
> ts
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.bus.extension.ExtensionTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.193 sec
> Running org.apache.cxf.interceptor.ServiceInvokerInterceptorTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.155 sec
> Running org.apache.cxf.endpoint.ServerRegistryImpTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
> Running org.apache.cxf.endpoint.EndpointResolverRegistryImplTest
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.161 sec
> Running org.apache.cxf.bus.spring.BusApplicationContextTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.054 sec
> Running org.apache.cxf.workqueue.AutomaticWorkQueueTest
> Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.832 sec
> Running org.apache.cxf.transport.ChainInitiationObserverTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 sec
> Running org.apache.cxf.bus.CXFBusImplTest
> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.996 sec
> Running org.apache.cxf.interceptor.OutgoingChainInterceptorTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.283 sec
> Running org.apache.cxf.wsdl11.WSDLServiceBuilderTest
> Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.688 sec
> Running org.apache.cxf.attachment.AttachmentSerializerTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.561 sec
> Running org.apache.cxf.wsdl11.ServiceWSDLBuilderTest
> Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.19 sec
> Running org.apache.cxf.interceptor.DocLiteralInInterceptorTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.326 sec
> Running org.apache.cxf.bus.spring.SpringBusFactoryTest
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.615 sec
> Running org.apache.cxf.bus.extension.ExtensionFragmentParserTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
> Running org.apache.cxf.transport.CachedOutputStreamTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.208 sec
> Running org.apache.cxf.bus.spring.BusDefinitionParserTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.126 sec
> Running org.apache.cxf.wsdl11.WSDLDefinitionBuilderTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.152 sec
> Running org.apache.cxf.buslifecycle.CXFBusLifeCycleManagerTest
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
> Running org.apache.cxf.interceptor.PrettyLoggingOutInterceptorTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec
> Running org.apache.cxf.test.XPathAssertTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 sec
> Running org.apache.cxf.wsdl11.WSDLManagerImplTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
> Running org.apache.cxf.endpoint.ServiceContractResolverRegistryImplTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
> Running org.apache.cxf.configuration.spring.ConfigurerImplTest
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.217 sec
> Running org.apache.cxf.transport.HttpUriMapperTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec
> Running org.apache.cxf.bus.extension.ExtensionManagerTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec
> Running org.apache.cxf.attachment.AttachmentDeserializerTest
> Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.257 sec
> Running
> org.apache.cxf.interceptor.security.SimpleAuthorizingInterceptorTest Tests
> run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 sec
> 
> Results :
> 
> Tests run: 115, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\core\target\cxf-rt-core-2.
> 3.0-SNAPSHOT.jar [INFO] [install:install {execution: default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\core\target\cxf-rt-core-2.
> 3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-rt-core\2.3
> .0-SNAPSHOT\cxf-rt-core-2.3.0-SNAPSHOT.jar
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Command Line Tools Common
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 12 resources
> [INFO] Copying 1 resource
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\common\src\main\resourc
> es-filtered [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\common\target\generated
> \src\main\resources [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 7 resources
> [INFO] Copying 1 resource
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\common\target\generated
> \src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\common\target\surefire-
> reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.tools.common.dom.ExtendedDocumentBuilderTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.195 sec
> Running org.apache.cxf.tools.common.model.JavaParameterTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec
> Running org.apache.cxf.tools.common.ToolContextTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec
> Running org.apache.cxf.tools.common.dom.DocumentTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.011 sec
> Running org.apache.cxf.tools.util.FileWriterUtilTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 sec
> Running org.apache.cxf.tools.common.ProcessorEnvironmentTest
> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
> Running org.apache.cxf.tools.common.toolspec.ToolExceptionTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec
> Running org.apache.cxf.tools.common.toolspec.ToolSpecTest
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 sec
> Running org.apache.cxf.tools.common.model.JavaInterfaceTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
> Running org.apache.cxf.tools.common.toolspec.AbstractToolContainerTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.479 sec
> Running org.apache.cxf.tools.common.toolspec.ToolSupportTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
> Running org.apache.cxf.tools.common.dom.SchemaValidatingSAXParserTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.188 sec
> Running org.apache.cxf.tools.util.URIParserUtilTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec
> Running org.apache.cxf.tools.util.BuiltInTypesJavaMappingUtilTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec
> Running org.apache.cxf.tools.common.WSDLVersionTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
> Running org.apache.cxf.tools.common.model.JavaClassTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 sec
> Running org.apache.cxf.tools.common.model.JavaTypeTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
> Running org.apache.cxf.tools.util.NameUtilTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
> Running org.apache.cxf.tools.common.toolspec.parser.CommandLineParserTest
> Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.837 sec
> Running org.apache.cxf.tools.common.model.JAnnotationTest
> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 sec
> Running org.apache.cxf.tools.util.StAXUtilTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.485 sec
> 
> Results :
> 
> Tests run: 68, Failures: 0, Errors: 0, Skipped: 1
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\common\target\cxf-tools
> -common-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\common\target\cxf-tools
> -common-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-t
> ools-common\2.3.0-SNAPSHOT\cxf-tools-common-2.3.0-SNAPSHOT.jar
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Command Line Tools Validator
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 3 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\validator\src\main\reso
> urces [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\validator\src\main\reso
> urces-filtered [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\validator\target\genera
> ted\src\main\resources [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 10 resources
> [INFO] Copying 22 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\validator\target\genera
> ted\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\validator\target\surefi
> re-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.tools.validator.internal.WSDLRefValidatorTest
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.899 sec
> Running org.apache.cxf.tools.validator.internal.WSDL11ValidatorTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 sec
> Running org.apache.cxf.tools.validator.internal.Stax2DOMTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.397 sec
> Running org.apache.cxf.tools.validator.internal.model.XNodeTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
> Running org.apache.cxf.tools.validator.WSDLValidationTest
> Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.175 sec
> 
> Results :
> 
> Tests run: 31, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\validator\target\cxf-to
> ols-validator-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\validator\target\cxf-to
> ols-validator-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\org\apache\cxf
> \cxf-tools-validator\2.3.0-SNAPSHOT\cxf-tools-validator-2.3.0-SNAPSHOT.jar
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Command Line Tools WSDLTo Core
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 6 resources
> [INFO] Copying 1 resource
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\core\src\main\re
> sources-filtered [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\core\target\gene
> rated\src\main\resources [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 2 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\core\src\test\re
> sources [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\core\target\gene
> rated\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\core\target\sure
> fire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.tools.wsdlto.WSDLToJavaContainerTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.212 sec
> Running org.apache.cxf.tools.wsdlto.core.AbstractGeneratorTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.455 sec
> 
> Results :
> 
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\core\target\cxf-
> tools-wsdlto-core-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\core\target\cxf-
> tools-wsdlto-core-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\org\apache
> \cxf\cxf-tools-wsdlto-core\2.3.0-SNAPSHOT\cxf-tools-wsdlto-core-2.3.0-SNAP
> SHOT.jar [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Command Line Tools WSDLTo JAXWS Frontend [INFO]
>    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 14 resources
> [INFO] Copying 3 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\jaxws\s
> rc\main\resources-filtered [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\jaxws\t
> arget\generated\src\main\resources [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 16 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\jaxws\s
> rc\test\resources [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\jaxws\t
> arget\generated\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\jaxws\t
> arget\surefire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running
> org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.mapper.Metho
> dMapperTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
> 0.189 sec Running
> org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.mapper.Inter
> faceMapperTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time
> elapsed: 0.063 sec Running
> org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.annotator.We
> bMethodAnnotatorTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time
> elapsed: 0.052 sec Running
> org.apache.cxf.tools.wsdlto.frontend.jaxws.customization.CustomizationPars
> erTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
> 0.637 sec Running
> org.apache.cxf.tools.wsdlto.frontend.jaxws.JAXWSProfileTest Tests run: 1,
> Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.589 sec Running
> org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.annotator.We
> bParamAnnotatorTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time
> elapsed: 0.031 sec Running
> org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.annotator.Xm
> lSeeAlsoAnnotatorTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0,
> Time elapsed: 0.019 sec Running
> org.apache.cxf.tools.wsdlto.frontend.jaxws.wsdl11.JAXWSDefinitionBuilderTe
> st Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.498
> sec Running org.apache.cxf.tools.wsdlto.frontend.jaxws.CatalogTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec
> Running
> org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.ParameterPro
> cessorTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
> 0.038 sec Running
> org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.ProcessorUti
> lTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005
> sec Running
> org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.PortTypeProc
> essorTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
> 0.005 sec
> 
> Results :
> 
> Tests run: 26, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\jaxws\t
> arget\cxf-tools-wsdlto-frontend-jaxws-2.3.0-SNAPSHOT.jar [INFO]
> [install:install {execution: default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\jaxws\t
> arget\cxf-tools-wsdlto-frontend-jaxws-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\r
> epository\org\apache\cxf\cxf-tools-wsdlto-frontend-jaxws\2.3.0-SNAPSHOT\cx
> f-tools-wsdlto-frontend-jaxws-2.3.0-SNAPSHOT.jar [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF WSDL Validator Maven2 Plugin
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [plugin:descriptor {execution: default-descriptor}]
> [WARNING] Using platform encoding (Cp1252 actually) to read mojo metadata,
> i.e. build is platform dependent! [INFO] Applying mojo extractor for
> language: java
> [INFO] Mojo extractor for language: java found 1 mojo descriptors.
> [INFO] Applying mojo extractor for language: bsh
> [INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 0 resource
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\wsdl-validator-
> plugin\src\main\resources [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\wsdl-validator-
> plugin\src\main\resources-filtered [INFO] skip non existing
> resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\wsdl-validator-
> plugin\target\generated\src\main\resources [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\wsdl-validator-
> plugin\src\test\java [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\wsdl-validator-
> plugin\src\test\resources [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\wsdl-validator-
> plugin\target\generated\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] No sources to compile
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\wsdl-validator-
> plugin\target\surefire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> There are no tests to run.
> 
> Results :
> 
> Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\wsdl-validator-
> plugin\target\cxf-wsdl-validator-plugin-2.3.0-SNAPSHOT.jar [INFO]
> [plugin:addPluginArtifactMetadata {execution:
> default-addPluginArtifactMetadata}] [INFO] [install:install {execution:
> default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\wsdl-validator-
> plugin\target\cxf-wsdl-validator-plugin-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2
> \repository\org\apache\cxf\cxf-wsdl-validator-plugin\2.3.0-SNAPSHOT\cxf-ws
> dl-validator-plugin-2.3.0-SNAPSHOT.jar [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Command Line Tools WSDLTo JAXB Databinding
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 3 resources
> [INFO] Copying 1 resource
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\databinding\jaxb
> \src\main\resources-filtered [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\databinding\jaxb
> \target\generated\src\main\resources [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 0 resource
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\databinding\jaxb
> \src\test\resources [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\databinding\jaxb
> \target\generated\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\databinding\jaxb
> \target\surefire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> There are no tests to run.
> 
> Results :
> 
> Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\databinding\jaxb
> \target\cxf-tools-wsdlto-databinding-jaxb-2.3.0-SNAPSHOT.jar [INFO]
> [install:install {execution: default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\databinding\jaxb
> \target\cxf-tools-wsdlto-databinding-jaxb-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.
> m2\repository\org\apache\cxf\cxf-tools-wsdlto-databinding-jaxb\2.3.0-SNAPS
> HOT\cxf-tools-wsdlto-databinding-jaxb-2.3.0-SNAPSHOT.jar [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Code Generation Maven2 Plugins
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [plugin:descriptor {execution: default-descriptor}]
> [WARNING] Using platform encoding (Cp1252 actually) to read mojo metadata,
> i.e. build is platform dependent! [INFO] Applying mojo extractor for
> language: java
> [INFO] Mojo extractor for language: java found 1 mojo descriptors.
> [INFO] Applying mojo extractor for language: bsh
> [INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 0 resource
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\codegen-plugin\
> src\main\resources [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\codegen-plugin\
> src\main\resources-filtered [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\codegen-plugin\
> target\generated\src\main\resources [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 0 resource
> [INFO] Copying 0 resource
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\codegen-plugin\
> target\generated\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\codegen-plugin\
> target\surefire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> There are no tests to run.
> 
> Results :
> 
> Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\codegen-plugin\
> target\cxf-codegen-plugin-2.3.0-SNAPSHOT.jar [INFO]
> [plugin:addPluginArtifactMetadata {execution:
> default-addPluginArtifactMetadata}] [INFO] [install:install {execution:
> default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\codegen-plugin\
> target\cxf-codegen-plugin-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\or
> g\apache\cxf\cxf-codegen-plugin\2.3.0-SNAPSHOT\cxf-codegen-plugin-2.3.0-SN
> APSHOT.jar [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Test Utilities
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [WARNING] DEPRECATED [sourceRoot]: Use the build-helper-maven-plugin to
> bind source directories [INFO] [antrun:run {execution: validate}]
> project.artifactId
> [INFO] Executing tasks
> [INFO] Executed tasks
> [INFO] Registering compile source root
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\testutils\target\generated\sr
> c\main\java [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution:
> xml2fastinfoset}] [INFO] [cxf-codegen:wsdl2java {execution:
> generate-sources}]
> [INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO] Copying 89 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\testutils\src\main\resources-
> filtered [INFO] Copying 9 resources
> [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 0 resource
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\testutils\src\test\resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\testutils\target\generated\sr
> c\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\testutils\target\surefire-rep
> orts
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.testutils.header_test.rpc.TestRPCHeaderTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 sec
> 
> Results :
> 
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\testutils\target\cxf-testutil
> s-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution: default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\testutils\target\cxf-testutil
> s-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-testuti
> ls\2.3.0-SNAPSHOT\cxf-testutils-2.3.0-SNAPSHOT.jar
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Runtime JAXB DataBinding
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 3 resources
> [INFO] Copying 1 resource
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\jaxb\src\main\
> resources-filtered [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\jaxb\target\ge
> nerated\src\main\resources [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [cxf-xjc:xsdtojava-tests {execution: generate-sources}]
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 13 resources
> [INFO] Copying 3 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\jaxb\target\ge
> nerated\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\jaxb\target\su
> refire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.jaxb.DocLiteralInInterceptorTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.985 sec
> Running org.apache.cxf.jaxb.BareOutInterceptorTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.245 sec
> Running org.apache.cxf.jaxb.BareInInterceptorTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 sec
> Running org.apache.cxf.jaxb.JAXBEncoderDecoderTest
> Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.325 sec
> Running org.apache.cxf.jaxb.io.XMLStreamDataWriterTest
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec
> Running org.apache.cxf.jaxb.WrappedInInterceptorTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec
> Running org.apache.cxf.jaxb.io.XMLStreamDataReaderTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec
> Running org.apache.cxf.jaxb.JAXBWrapperHelperTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec
> Running org.apache.cxf.jaxb.JAXBDataBindingTest
> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.287 sec
> 
> Results :
> 
> Tests run: 39, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\jaxb\target\cx
> f-rt-databinding-jaxb-2.3.0-SNAPSHOT.jar [INFO] [install:install
> {execution: default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\jaxb\target\cx
> f-rt-databinding-jaxb-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\org\ap
> ache\cxf\cxf-rt-databinding-jaxb\2.3.0-SNAPSHOT\cxf-rt-databinding-jaxb-2.
> 3.0-SNAPSHOT.jar [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Runtime XML Binding
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO] Copying 8 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\xml\src\main\reso
> urces-filtered [INFO] Copying 1 resource
> [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 0 resource
> [INFO] Copying 4 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\xml\target\genera
> ted\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\xml\target\surefi
> re-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.binding.xml.XMLBindingFactoryTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.215 sec
> Running org.apache.cxf.binding.xml.interceptor.XMLMessageInInterceptorTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1 sec
> Running org.apache.cxf.binding.xml.interceptor.XMLFaultInterceptorsTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 sec
> Running org.apache.cxf.binding.xml.interceptor.XMLMessageOutInterceptorTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.18 sec
> Running org.apache.cxf.binding.xml.interceptor.XMLFaultOutInterceptorTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
> 
> Results :
> 
> Tests run: 9, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\xml\target\cxf-rt
> -bindings-xml-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\xml\target\cxf-rt
> -bindings-xml-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\org\apache\cxf
> \cxf-rt-bindings-xml\2.3.0-SNAPSHOT\cxf-rt-bindings-xml-2.3.0-SNAPSHOT.jar
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Runtime SOAP Binding
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 3 resources
> [INFO] Copying 7 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\soap\src\main\res
> ources-filtered [INFO] Copying 1 resource
> [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 4 resources
> [INFO] Copying 12 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\soap\target\gener
> ated\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\soap\target\suref
> ire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.binding.soap.RPCInInterceptorTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.962 sec
> Running org.apache.cxf.binding.soap.SoapDestinationFactoryTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec
> Running org.apache.cxf.binding.soap.ReadHeaderInterceptorTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.542 sec
> Running org.apache.cxf.binding.soap.saaj.SAAJInInterceptorTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 sec
> Running org.apache.cxf.binding.soap.SoapActionInterceptorTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
> Running org.apache.cxf.binding.soap.SoapBindingFactoryTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 sec
> Running org.apache.cxf.binding.soap.jms.interceptor.SoapFaultFactoryTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.209 sec
> Running org.apache.cxf.binding.soap.SoapBindingTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
> Running org.apache.cxf.binding.soap.ServiceModelUtilTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
> Running org.apache.cxf.binding.soap.MustUnderstandInterceptorTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 sec
> Running org.apache.cxf.binding.soap.tcp.TCPConduitTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.006 sec
> Running org.apache.cxf.binding.soap.RPCOutInterceptorTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.147 sec
> Running org.apache.cxf.binding.soap.SoapOutInterceptorTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec
> Running org.apache.cxf.binding.soap.interceptor.SoapFaultSerializerTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 sec
> 
> Results :
> 
> Tests run: 29, Failures: 0, Errors: 0, Skipped: 1
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\soap\target\cxf-r
> t-bindings-soap-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\soap\target\cxf-r
> t-bindings-soap-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\org\apache\c
> xf\cxf-rt-bindings-soap\2.3.0-SNAPSHOT\cxf-rt-bindings-soap-2.3.0-SNAPSHOT
> .jar [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Runtime Local Transport
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO] Copying 2 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\local\src\main\
> resources-filtered [INFO] Copying 1 resource
> [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 0 resource
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\local\src\test\
> resources [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\local\target\ge
> nerated\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\local\target\su
> refire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.transport.local.LocalTransportFactoryTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.156 sec
> 
> Results :
> 
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\local\target\cx
> f-rt-transports-local-2.3.0-SNAPSHOT.jar [INFO] [install:install
> {execution: default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\local\target\cx
> f-rt-transports-local-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\org\ap
> ache\cxf\cxf-rt-transports-local\2.3.0-SNAPSHOT\cxf-rt-transports-local-2.
> 3.0-SNAPSHOT.jar [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Runtime Simple Frontend
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 2 resources
> [INFO] Copying 3 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\simple\src\main\r
> esources-filtered [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\simple\target\gen
> erated\src\main\resources [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 7 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\simple\src\test\r
> esources [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\simple\target\gen
> erated\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\simple\target\sur
> efire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.frontend.soap.SoapBindingSelectionTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.724 sec
> Running org.apache.cxf.service.factory.ServerFactoryTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.602 sec
> Running org.apache.cxf.service.factory.RountripTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.262 sec
> Running org.apache.cxf.service.stax.StaxDatabindingTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.193 sec
> Running org.apache.cxf.frontend.spring.ClientServerTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.413 sec
> Running org.apache.cxf.service.factory.ReflectionServiceFactoryTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.185 sec
> Running org.apache.cxf.service.factory.ClientFactoryBeanTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.131 sec
> Running org.apache.cxf.frontend.spring.SpringBeansTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.546 sec
> 
> Results :
> 
> Tests run: 17, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\simple\target\cxf
> -rt-frontend-simple-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\simple\target\cxf
> -rt-frontend-simple-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\org\apac
> he\cxf\cxf-rt-frontend-simple\2.3.0-SNAPSHOT\cxf-rt-frontend-simple-2.3.0-
> SNAPSHOT.jar [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Runtime HTTP Transport
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 6 resources
> [INFO] Copying 10 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http\src\main\r
> esources-filtered [INFO] Copying 2 resources
> [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 8 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http\src\test\r
> esources [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http\target\gen
> erated\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http\target\sur
> efire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.transport.http.gzip.GZIPAcceptEncodingTest
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.196 sec
> Running org.apache.cxf.transport.servlet.AbstractCXFServletTest
> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 sec
> Running org.apache.cxf.transport.http.HTTPConduitTest
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.202 sec
> Running org.apache.cxf.transport.http.HTTPConduitURLConnectionTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.001 sec
> Running org.apache.cxf.transport.http.policy.HTTPClientAssertionBuilderTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec
> Running org.apache.cxf.transport.http.HTTPConduitURLEasyMockTest
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.538 sec
> Running org.apache.cxf.transport.servlet.ServletControllerTest
> Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 sec
> Running org.apache.cxf.transport.http.policy.HTTPServerAssertionBuilderTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
> Running org.apache.cxf.transport.https.CertConstraintsTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.541 sec
> Running org.apache.cxf.transport.http.policy.PolicyUtilsTest
> Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
> 
> Results :
> 
> Tests run: 58, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http\target\cxf
> -rt-transports-http-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http\target\cxf
> -rt-transports-http-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\org\apac
> he\cxf\cxf-rt-transports-http\2.3.0-SNAPSHOT\cxf-rt-transports-http-2.3.0-
> SNAPSHOT.jar [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Runtime HTTP Jetty Transport
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 2 resources
> [INFO] Copying 6 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-jetty\src\
> main\resources-filtered [INFO] Copying 1 resource
> [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 9 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-jetty\src\
> test\resources [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-jetty\targ
> et\generated\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-jetty\targ
> et\surefire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.transport.http_jetty.JettyHTTPServerEngineTest
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.74 sec
> Running org.apache.cxf.transport.http_jetty.JettyContextInspectorTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.276 sec
> Running org.apache.cxf.transport.http_jetty.spring.ApplicationContextTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.189 sec
> Running org.apache.cxf.transport.http_jetty.JettyHTTPDestinationTest
> Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.342 sec
> Running
> org.apache.cxf.transport.http_jetty.continuations.JettyContinuationProvide
> rTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016
> sec Running
> org.apache.cxf.transport.http_jetty.JettyHTTPServerEngineFactoryTest Tests
> run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.269 sec
> Running
> org.apache.cxf.transport.http_jetty.continuations.JettyContinuationWrapper
> Test Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005
> sec Running
> org.apache.cxf.transport.http_jetty.spring.BeanDefinitionParsersTest Tests
> run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.005 sec
> 
> Results :
> 
> Tests run: 41, Failures: 0, Errors: 0, Skipped: 1
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-jetty\targ
> et\cxf-rt-transports-http-jetty-2.3.0-SNAPSHOT.jar [INFO] [install:install
> {execution: default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-jetty\targ
> et\cxf-rt-transports-http-jetty-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\reposit
> ory\org\apache\cxf\cxf-rt-transports-http-jetty\2.3.0-SNAPSHOT\cxf-rt-tran
> sports-http-jetty-2.3.0-SNAPSHOT.jar [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Runtime WS Addressing
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 3 resources
> [INFO] Copying 7 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\addr\src\main\resources
> -filtered [INFO] Copying 1 resource
> [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\addr\src\test\resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\addr\target\generated\s
> rc\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\addr\target\surefire-re
> ports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.ws.addressing.AddressingConstantsImplTest
> Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.178 sec
> Running org.apache.cxf.ws.addressing.AddressingBuilderTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
> Running org.apache.cxf.ws.addressing.VersionTransformerTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.479 sec
> Running org.apache.cxf.ws.addressing.AddressingBuilderImplTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
> Running org.apache.cxf.ws.addressing.soap.MAPCodecTest
> Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.407 sec
> Running org.apache.cxf.ws.addressing.MAPAggregatorTest
> Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.636 sec
> 
> Results :
> 
> Tests run: 76, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\addr\target\cxf-rt-ws-a
> ddr-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\addr\target\cxf-rt-ws-a
> ddr-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-rt-ws
> -addr\2.3.0-SNAPSHOT\cxf-rt-ws-addr-2.3.0-SNAPSHOT.jar
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Runtime JAX-WS Frontend
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [build-helper:add-source {execution: add-source}]
> [INFO] Source directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxws\src\main\ge
> nerated added. [INFO] [remote-resources:process {execution: default}]
> [INFO] [build-helper:add-resource {execution: add-spi}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 11 resources
> [INFO] Copying 5 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxws\src\main\re
> sources-filtered [INFO] Copying 1 resource
> [INFO] Copying 3 resources
> [INFO] Copying 1 resource
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 28 resources
> [INFO] Copying 1 resource
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxws\target\gene
> rated\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxws\target\sure
> fire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.jaxws.header.HeaderClientServerTest
> Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.194 sec
> Running org.apache.cxf.jaxws.support.JaxWsImplementorInfoTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
> Running org.apache.cxf.jaxws.EndpointReferenceTest
> Tests run: 12, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 2.359 sec
> Running org.apache.cxf.jaxws.support.JaxWsServiceFactoryBeanTest
> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.493 sec
> Running org.apache.cxf.jaxws.context.WebServiceContextImplTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 sec
> Running org.apache.cxf.jaxws.JAXWSMethodInvokerTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.218 sec
> Running org.apache.cxf.jaxws.handler.AnnotationHandlerChainBuilderTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.17 sec
> Running org.apache.cxf.jaxws.CodeFirstTest
> Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.154 sec
> Running org.apache.cxf.jaxws.SOAPBindingTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 sec
> Running org.apache.cxf.jaxws.dispatch.DispatchTest
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.697 sec
> Running org.apache.cxf.jaxws.GreeterTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.228 sec
> Running org.apache.cxf.jaxws.EndpointImplTest
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.418 sec
> Running org.apache.cxf.jaxws.handler.soap.SOAPHandlerInterceptorTest
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.168 sec
> Running org.apache.cxf.jaxws.JaxWsServerFactoryBeanTest
> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.979 sec
> Running org.apache.cxf.jaxws.URIMappingInterceptorDocLitTest
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.16 sec
> Running org.apache.cxf.jaxws.URIMappingInterceptorRPCTest
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.259 sec
> Running org.apache.cxf.jaxws.handler.InitParamResourceResolverTest
> Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.157 sec
> Running org.apache.cxf.jaxws.SEIWithJAXBAnnoTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 sec
> Running org.apache.cxf.jaxws.support.ContextPropertiesMappingTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
> Running org.apache.cxf.jaxws.ServiceImplTest
> Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.43 sec
> Running org.apache.cxf.jaxws.SchemaFirstXmlConfigTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.179 sec
> Running org.apache.cxf.jaxws.handler.HandlerChainBuilderTest
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
> Running org.apache.cxf.jaxws.spring.SpringBeansTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.372 sec
> Running org.apache.cxf.jaxws.handler.LogicalMessageImplTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 sec
> Running org.apache.cxf.jaxws.holder.HolderTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.278 sec
> Running org.apache.cxf.jaxws.provider.ProviderTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.103 sec
> Running org.apache.cxf.jaxws.SchemaFirstTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec
> Running org.apache.cxf.jaxws.handler.AbstractProtocolHandlerInterceptorTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 sec
> Running org.apache.cxf.jaxws.JaxWsClientTest
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.365 sec
> Running org.apache.cxf.jaxws.handler.LogicalHandlerInterceptorTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 sec
> Running org.apache.cxf.jaxws.handler.HandlerChainInvokerTest
> Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 sec
> Running org.apache.cxf.jaxws.WrapperClassGeneratorTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec
> Running org.apache.cxf.jaxws.ConfiguredEndpointTest
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.371 sec
> Running org.apache.cxf.jaxws.provider.ProviderServiceFactoryTest
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.652 sec
> Running org.apache.cxf.jaxws.SoapFaultTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.138 sec
> Running org.apache.cxf.jaxws.HeaderTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 sec
> Running org.apache.cxf.jaxws.support.JaxWsServiceConfigurationTest
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec
> Running org.apache.cxf.jaxws.spi.ProverImplTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
> Running org.apache.cxf.jaxws.service.AnnotationInterceptorTest
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.304 sec
> Running org.apache.cxf.jaxws.ServiceModelUtilsTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.186 sec
> Running org.apache.cxf.jaxws.CodeFirstWSDLTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.244 sec
> 
> Results :
> 
> Tests run: 199, Failures: 0, Errors: 0, Skipped: 3
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxws\target\cxf-
> rt-frontend-jaxws-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxws\target\cxf-
> rt-frontend-jaxws-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\org\apache
> \cxf\cxf-rt-frontend-jaxws\2.3.0-SNAPSHOT\cxf-rt-frontend-jaxws-2.3.0-SNAP
> SHOT.jar [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Test Case Support
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 0 resource
> [INFO] Copying 1 resource
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\testsupport\src\main\resou
> rces-filtered [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\testsupport\target\generat
> ed\src\main\resources [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 0 resource
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\testsupport\src\test\resou
> rces [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\testsupport\target\generat
> ed\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\testsupport\target\surefir
> e-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> There are no tests to run.
> 
> Results :
> 
> Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\testsupport\target\cxf-rt-
> testsupport-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\testsupport\target\cxf-rt-
> testsupport-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\org\apache\cxf\c
> xf-rt-testsupport\2.3.0-SNAPSHOT\cxf-rt-testsupport-2.3.0-SNAPSHOT.jar
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Runtime Aegis Databinding
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [build-helper:add-source {execution: add-source}]
> [INFO] Source directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\aegis\src\main
> \generated added. [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 3 resources
> [INFO] Copying 3 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\aegis\src\main
> \resources-filtered [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\aegis\target\g
> enerated\src\main\resources [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 85 resources
> [INFO] Copying 5 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\aegis\target\g
> enerated\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\aegis\target\s
> urefire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.aegis.namespaces.NamespaceConfusionTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.489 sec
> Running org.apache.cxf.aegis.type.java5.map.StudentTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.974 sec
> Running org.apache.cxf.aegis.type.java5.JaxbTypeTest
> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.388 sec
> Running org.apache.cxf.aegis.type.java5.XFireXmlParamTypeTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.163 sec
> Running org.apache.cxf.aegis.client.ClientServiceConfigTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.538 sec
> Running org.apache.cxf.aegis.type.encoded.ArrayTypeInfoTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 sec
> Running org.apache.cxf.aegis.xml.stax.ReaderTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.255 sec
> Running org.apache.cxf.aegis.inheritance.intf.InterfaceInheritanceTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 sec
> Running org.apache.cxf.aegis.integration.DOMMappingTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.177 sec
> Running org.apache.cxf.aegis.type.streams.XMLStreamReaderMappingTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
> Running org.apache.cxf.aegis.jaxws.AegisJaxwsGetTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.776 sec
> Running org.apache.cxf.aegis.standalone.StandaloneReadTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 sec
> Running org.apache.cxf.aegis.type.encoded.StructTypeTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.227 sec
> Running org.apache.cxf.aegis.xml.stax.WriterTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 sec
> Running org.apache.cxf.aegis.type.java5.CollectionTest
> Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.952 sec
> Running org.apache.cxf.aegis.type.basic.ByteDataTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 sec
> Running org.apache.cxf.aegis.integration.WrappedTest
> Tests run: 7, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.794 sec
> Running org.apache.cxf.aegis.type.java5.AnnotatedTypeTest
> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.373 sec
> Running org.apache.cxf.aegis.type.java5.XmlParamTypeTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec
> Running org.apache.cxf.aegis.type.java5.EnumTypeTest
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.283 sec
> Running org.apache.cxf.aegis.standalone.SchemaAddinsTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
> Running org.apache.cxf.aegis.override.OverrideTypeTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
> Running org.apache.cxf.aegis.type.basic.DateTimezoneTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec
> Running org.apache.cxf.aegis.xmlconfig.NillableTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec
> Running org.apache.cxf.aegis.custom.CustomMappingTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
> Running org.apache.cxf.aegis.exception.ExceptionTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.228 sec
> Running org.apache.cxf.aegis.type.basic.BeanTest
> Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.643 sec
> Running org.apache.cxf.aegis.integration.ParameterMappingTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.571 sec
> Running org.apache.cxf.aegis.type.basic.DynamicProxyTest
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 sec
> Running org.apache.cxf.aegis.type.java5.MapTest
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.152 sec
> Running org.apache.cxf.aegis.type.array.DuplicateArrayTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 sec
> Running org.apache.cxf.aegis.type.java5.OperationNSTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec
> Running org.apache.cxf.aegis.type.java5.DualOutServiceTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 sec
> Running org.apache.cxf.aegis.type.BigDecimalStringTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec
> Running org.apache.cxf.aegis.type.basic.QualificationTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 sec
> Running org.apache.cxf.aegis.type.basic.BadXMLTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec
> Running org.apache.cxf.aegis.type.missing.MissingTypeWSDLTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 sec
> Running org.apache.cxf.aegis.type.java5.ConfigurationTest
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.14 sec
> Running org.apache.cxf.doclitbare.DocLitBareTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.17 sec
> Running org.apache.cxf.aegis.type.TypeCreationOptionsSpringTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.581 sec
> Running org.apache.cxf.aegis.services.base64.BinaryDataTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec
> Running org.apache.cxf.aegis.proxy.ProxyTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 sec
> Running org.apache.cxf.aegis.type.java5.JaxbXmlParamTypeTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec
> Running org.apache.cxf.aegis.type.java5.XFireTypeTest
> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.277 sec
> Running org.apache.cxf.aegis.standalone.StandaloneWriteTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec
> Running org.apache.cxf.aegis.custom.CustomBeansTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 sec
> Running org.apache.cxf.aegis.type.array.FlatArrayTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.495 sec
> Running org.apache.cxf.aegis.type.encoded.SoapArrayTypeTest
> Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.366 sec
> Running org.apache.cxf.aegis.inheritance.ExceptionInheritanceTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.212 sec
> Running org.apache.cxf.aegis.integration.SchemaValidationTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.512 sec
> Running org.apache.cxf.aegis.type.map.MapsTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.428 sec
> Running org.apache.cxf.aegis.namespaces.ExplicitPrefixTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec
> Running org.apache.cxf.aegis.inheritance.InheritancePOJOTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 sec
> 
> Results :
> 
> Tests run: 168, Failures: 0, Errors: 0, Skipped: 3
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\aegis\target\c
> xf-rt-databinding-aegis-2.3.0-SNAPSHOT.jar [INFO] [install:install
> {execution: default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\aegis\target\c
> xf-rt-databinding-aegis-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\org\
> apache\cxf\cxf-rt-databinding-aegis\2.3.0-SNAPSHOT\cxf-rt-databinding-aegi
> s-2.3.0-SNAPSHOT.jar [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Runtime JavaScript Client Generator
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [build-helper:add-source {execution: add-source}]
> [INFO] Source directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\javascript\src\main\genera
> ted added. [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 4 resources
> [INFO] Copying 3 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\javascript\src\main\resour
> ces-filtered [INFO] Copying 1 resource
> [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [cxf-codegen:wsdl2java {execution: generate-test-sources}]
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO] Copying 29 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\javascript\target\generate
> d\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\javascript\target\surefire
> -reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.javascript.DocLitBareClientTest
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.654 sec
> Running org.apache.cxf.javascript.types.SerializationTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.217 sec
> Running org.apache.cxf.javascript.JsHttpRequestTest
> Jul 23, 2010 10:37:40 AM org.apache.cxf.javascript.JsXMLHttpRequest doSend
> SEVERE: send state != OPENED.
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.834 sec
> Running org.apache.cxf.javascript.GreeterClientTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.916 sec
> Running org.apache.cxf.javascript.QueryHandlerTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.72 sec
> Running org.apache.cxf.javascript.RPCClientTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.466 sec
> Running org.apache.cxf.javascript.MtoMTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.366 sec
> Running org.apache.cxf.javascript.AegisTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.258 sec
> Running org.apache.cxf.javascript.GenericAegisTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 sec
> Running org.apache.cxf.javascript.DocLitWrappedClientTest
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.411 sec
> Running org.apache.cxf.javascript.types.AttributeTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.198 sec
> Running org.apache.cxf.javascript.AnyTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.087 sec
> Running org.apache.cxf.javascript.BasicNameManagerTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
> 
> Results :
> 
> Tests run: 39, Failures: 0, Errors: 0, Skipped: 3
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\javascript\target\cxf-rt-j
> avascript-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\javascript\target\cxf-rt-j
> avascript-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf
> -rt-javascript\2.3.0-SNAPSHOT\cxf-rt-javascript-2.3.0-SNAPSHOT.jar [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Command Line Tools WSDL to JavaScript Front End
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO] Copying 1 resource
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\javascr
> ipt\src\main\resources-filtered [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\javascr
> ipt\target\generated\src\main\resources [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 0 resource
> [INFO] Copying 1 resource
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\javascr
> ipt\target\generated\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\javascr
> ipt\target\surefire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.tools.wsdlto.javascript.WSDLToJavaScriptTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.958 sec
> 
> Results :
> 
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\javascr
> ipt\target\cxf-tools-wsdlto-frontend-javascript-2.3.0-SNAPSHOT.jar [INFO]
> [install:install {execution: default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\javascr
> ipt\target\cxf-tools-wsdlto-frontend-javascript-2.3.0-SNAPSHOT.jar to
> C:\Users\ggre
> gory\.m2\repository\org\apache\cxf\cxf-tools-wsdlto-frontend-javascript\2.
> 3.0-SNAPSHOT\cxf-tools-wsdlto-frontend-javascript-2.3.0-SNAPSHOT.jar [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Runtime Management
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 4 resources
> [INFO] Copying 4 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management\src\main\resour
> ces-filtered [INFO] Copying 1 resource
> [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 0 resource
> [INFO] Copying 1 resource
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management\target\generate
> d\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management\target\surefire
> -reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running
> org.apache.cxf.management.interceptor.ResponseTimeMessageInInterceptor2Tes
> t Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.434 sec
> Running org.apache.cxf.management.jmx.JMXManagedComponentManagerTest Tests
> run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.441 sec
> Running org.apache.cxf.management.counters.CounterRepositoryTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
> Running org.apache.cxf.management.jmx.MBServerConnectorTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.007 sec
> Running org.apache.cxf.management.jmx.export.ModelMBeanAssemblerTest
> Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 sec
> Running
> org.apache.cxf.management.interceptor.ResponseTimeMessageOutInterceptorTes
> t Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 sec
> Running
> org.apache.cxf.management.interceptor.ResponseTimeMessageInvokerIntercepto
> rTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013
> sec Running
> org.apache.cxf.management.interceptor.ResponseTimeMessageInInterceptorTest
> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec
> Running org.apache.cxf.management.InstrumentationManagerTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.586 sec
> Running org.apache.cxf.management.utils.ManagementConsoleTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
> 
> Results :
> 
> Tests run: 42, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management\target\cxf-rt-m
> anagement-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management\target\cxf-rt-m
> anagement-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf
> -rt-management\2.3.0-SNAPSHOT\cxf-rt-management-2.3.0-SNAPSHOT.jar [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Runtime JMS Transport
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO] Copying 14 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jms\src\main\re
> sources-filtered [INFO] Copying 1 resource
> [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 0 resource
> [INFO] Copying 2 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jms\target\gene
> rated\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jms\target\sure
> fire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.transport.jms.JMSDestinationTest
> Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 26.559 sec
> Running org.apache.cxf.transport.jms.JMSUtilsTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec
> Running
> org.apache.cxf.transport.jms.continuations.JMSContinuationProviderTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
> Running org.apache.cxf.transport.jms.continuations.JMSContinuationTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec
> Running org.apache.cxf.transport.jms.JMSConduitTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.752 sec
> Running org.apache.cxf.transport.jms.uri.JMSEndpointTest
> Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 sec
> 
> Results :
> 
> Tests run: 32, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jms\target\cxf-
> rt-transports-jms-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jms\target\cxf-
> rt-transports-jms-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\org\apache
> \cxf\cxf-rt-transports-jms\2.3.0-SNAPSHOT\cxf-rt-transports-jms-2.3.0-SNAP
> SHOT.jar [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Runtime XmlBeans DataBinding
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO] Copying 1 resource
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\xmlbeans\src\m
> ain\resources-filtered [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\xmlbeans\targe
> t\generated\src\main\resources [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [xmlbeans:xmlbeans-test {execution: default}]
> [INFO] All schema objects are up to date.
> [INFO] [cxf-codegen:wsdl2java {execution: generate-test-sources}]
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 16 resources
> [INFO] Copying 1 resource
> [INFO] Copying 251 resources
> [INFO] Copying 3 resources
> [INFO] Copying 251 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\xmlbeans\targe
> t\surefire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.xmlbeans.IDRefServiceTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.886 sec
> Running org.apache.cxf.xmlbeans.WeatherService2Test
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.844 sec
> Running org.apache.cxf.xmlbeans.MultipleSchemaInNSTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 sec
> Running org.apache.cxf.xmlbeans.DocumentStyleTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.421 sec
> Running org.apache.cxf.xmlbeans.WrappedStyleTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.297 sec
> Running org.apache.cxf.xmlbeans.rpc.WeatherServiceRPCLitTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 sec
> Running org.apache.cxf.xmlbeans.basic.BasicTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.171 sec
> Running org.apache.cxf.xmlbeans.XMLBeansServiceTest
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.391 sec
> Running org.apache.cxf.xmlbeans.PrimitiveTypesTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.12 sec
> Running org.apache.cxf.xmlbeans.XmlBeansTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.006 sec
> 
> Results :
> 
> Tests run: 23, Failures: 0, Errors: 0, Skipped: 2
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\xmlbeans\targe
> t\cxf-rt-databinding-xmlbeans-2.3.0-SNAPSHOT.jar [INFO] [install:install
> {execution: default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\xmlbeans\targe
> t\cxf-rt-databinding-xmlbeans-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repositor
> y\org\apache\cxf\cxf-rt-databinding-xmlbeans\2.3.0-SNAPSHOT\cxf-rt-databin
> ding-xmlbeans-2.3.0-SNAPSHOT.jar [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Command Line Tools WSDLTo Test
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\test\src\main\ja
> va [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\test\src\main\re
> sources [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\test\src\main\re
> sources-filtered [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\test\target\gene
> rated\src\main\resources [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] No sources to compile
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 4 resources
> [INFO] Copying 196 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\test\target\gene
> rated\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\test\target\sure
> fire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.tools.wsdlto.WSDLToJavaTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.531 sec
> Running org.apache.cxf.tools.wsdlto.jaxws.wsdl11.JAXWSDefinitionBuilderTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.984 sec
> Running org.apache.cxf.tools.wsdlto.jaxws.CodeGenOptionTest
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.259 sec
> Running org.apache.cxf.tools.wsdlto.jaxws.CatalogTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.162 sec
> Running org.apache.cxf.tools.wsdlto.jaxws.JAXWSBindingTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.166 sec
> Running org.apache.cxf.tools.wsdlto.core.PluginLoaderTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
> Running org.apache.cxf.tools.wsdlto.validator.ValidatorTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 sec
> Running org.apache.cxf.tools.wsdlto.jaxws.CodeGenTest
> Tests run: 46, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.661 sec
> Running org.apache.cxf.tools.wsdlto.jaxws.CodeGenBugTest
> Jul 23, 2010 10:39:39 AM
> org.apache.cxf.tools.validator.internal.WSDLRefValidator
> collectValidationPoints WARNING: WSDL document
> file:/C:/Users/ggregory/b/svn/apache.org/cxf/trunk/tools/wsdlto/test/targe
> t/test-classes/wsdl2java_wsdl/helloworld_withnoservice.wsdl does not define
> an y services
> Jul 23, 2010 10:39:39 AM
> org.apache.cxf.tools.validator.internal.WSDLRefValidator
> collectValidationPoints WARNING: WSDL document
> file:/C:/Users/ggregory/b/svn/apache.org/cxf/trunk/tools/wsdlto/test/targe
> t/test-classes/wsdl2java_wsdl/helloworld_noservice_import.wsdl does not
> define any services
> Jul 23, 2010 10:39:40 AM
> org.apache.cxf.tools.validator.internal.WSDLRefValidator
> collectValidationPoints WARNING: WSDL document
> file:/C:/Users/ggregory/b/svn/apache.org/cxf/trunk/tools/wsdlto/test/targe
> t/test-classes/wsdl2java_wsdl/no_port_or_service.wsdl does not define any
> serv ices
> Jul 23, 2010 10:39:42 AM org.mortbay.log.Slf4jLog info
> INFO: Logging to org.slf4j.impl.JDK14LoggerAdapter(org.mortbay.log) via
> org.mortbay.log.Slf4jLog Jul 23, 2010 10:39:42 AM org.mortbay.log.Slf4jLog
> info
> INFO: jetty-6.1.24
> Jul 23, 2010 10:39:42 AM org.mortbay.log.Slf4jLog info
> INFO: Started SocketConnector@0.0.0.0:8585
> Jul 23, 2010 10:39:43 AM org.mortbay.log.Slf4jLog info
> INFO: Stopped SocketConnector@0.0.0.0:8585
> Jul 23, 2010 10:39:55 AM
> org.apache.cxf.tools.validator.internal.WSDLRefValidator
> collectValidationPointsForBindings SEVERE: {http://child/}Binding is not
> correct, please check that the correct namespace is being used Tests run:
> 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.633 sec Running
> org.apache.cxf.tools.wsdlto.jaxws.JAXWSContainerTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.182 sec
> Running org.apache.cxf.tools.wsdlto.jaxb.JAXBCodeGenOptionTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.318 sec
> Running org.apache.cxf.tools.wsdlto.xmlbeans.XmlbeansBindingTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.585 sec
> 
> Results :
> 
> Tests run: 125, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\test\target\cxf-
> tools-wsdlto-test-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\test\target\cxf-
> tools-wsdlto-test-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\org\apache
> \cxf\cxf-tools-wsdlto-test\2.3.0-SNAPSHOT\cxf-tools-wsdlto-test-2.3.0-SNAP
> SHOT.jar [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Command Line Tools WSDLTo Misctools
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 7 resources
> [INFO] Copying 0 resource
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\misc\src\main\re
> sources-filtered [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\misc\target\gene
> rated\src\main\resources [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 0 resource
> [INFO] Copying 8 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\misc\target\gene
> rated\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\misc\target\sure
> fire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.tools.misc.processor.XSDToWSDLProcessorTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.81 sec
> Running org.apache.cxf.tools.misc.processor.WSDLToXMLProcessorTest
> Jul 23, 2010 10:40:02 AM
> org.apache.cxf.tools.misc.processor.address.AddressFactory getAddresser
> INFO: Found addresser
> org.apache.cxf.tools.misc.processor.address.XmlAddress Tests run: 1,
> Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.184 sec Running
> org.apache.cxf.tools.misc.processor.WSDLToServiceProcessorTest Jul 23,
> 2010 10:40:03 AM
> org.apache.cxf.tools.misc.processor.address.AddressFactory getAddresser
> INFO: Found addresser
> org.apache.cxf.tools.misc.processor.address.SoapAddress Jul 23, 2010
> 10:40:04 AM org.apache.cxf.tools.misc.processor.address.AddressFactory
> getAddresser INFO: Found addresser
> org.apache.cxf.tools.misc.processor.address.JmsAddress Tests run: 7,
> Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.025 sec Running
> org.apache.cxf.tools.misc.processor.WSDLToSoapProcessorTest Tests run: 9,
> Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.426 sec
> 
> Results :
> 
> Tests run: 19, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\misc\target\cxf-
> tools-misctools-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\misc\target\cxf-
> tools-misctools-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\org\apache\c
> xf\cxf-tools-misctools\2.3.0-SNAPSHOT\cxf-tools-misctools-2.3.0-SNAPSHOT.j
> ar [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Command Line Tools
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
> [INFO] [install:install {execution: default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\pom.xml to
> C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-tools\2.3.0-SNAPSHOT\c
> xf-tools-2.3.0-SNAPSH OT.pom
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Command Line Tools WSDLTo
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
> [INFO] [install:install {execution: default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\pom.xml to
> C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-tools-wsdlto\2.3.0-SNA
> PSHOT\cxf-tool s-wsdlto-2.3.0-SNAPSHOT.pom
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Command Line Tools JavaTo WS
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 20 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\javato\ws\src\main\reso
> urces [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\javato\ws\src\main\reso
> urces-filtered [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\javato\ws\target\genera
> ted\src\main\resources [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [cxf-codegen:wsdl2java {execution: generate-test-sources}]
> [INFO] [build-helper:add-test-source {execution: add-source}]
> [INFO] Test Source directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\javato\ws\src\test\gene
> rated added. [INFO] [resources:testResources {execution:
> default-testResources}] [INFO] Using 'UTF-8' encoding to copy filtered
> resources.
> [INFO] Copying 1 resource
> [INFO] Copying 44 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\javato\ws\target\genera
> ted\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\javato\ws\target\surefi
> re-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running
> org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.JaxwsServiceBuilde
> rTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 1, Time elapsed:
> 2.377 sec Running
> org.apache.cxf.tools.java2wsdl.generator.wsdl11.WrapperBeanGeneratorTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.588 sec
> Running
> org.apache.cxf.tools.java2wsdl.generator.wsdl11.DateTypeCustomGeneratorTes
> t Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.292 sec
> Running
> org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.ResponseWrapperTes
> t Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec
> Running
> org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.WrapperUtilTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 sec
> Running
> org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.WrapperTest Tests
> run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
> Running org.apache.cxf.tools.java2wsdl.processor.FrontendFactoryTest Tests
> run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 sec Running
> org.apache.cxf.tools.java2wsdl.processor.internal.ServiceBuilderFactoryTes
> t Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 sec
> Running
> org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.RequestWrapperTest
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 sec
> Running
> org.apache.cxf.tools.java2wsdl.generator.wsdl11.annotator.WrapperBeanAnnot
> atorTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
> 0.004 sec Running
> org.apache.cxf.tools.java2wsdl.generator.wsdl11.annotator.WrapperBeanField
> AnnotatorTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time
> elapsed: 0.006 sec Running
> org.apache.cxf.tools.java2js.processor.JavaToJSProcessorTest Tests run: 2,
> Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.327 sec Running
> org.apache.cxf.tools.java2ws.AegisTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.332 sec
> Running org.apache.cxf.tools.java2wsdl.JavaToWSFlagTest
> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.867 sec
> Running org.apache.cxf.tools.java2ws.JavaToWSTest
> Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.042 sec
> Running
> org.apache.cxf.tools.java2wsdl.generator.wsdl11.FaultBeanGeneratorTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.05 sec
> Running
> org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.JaxwsServiceBuilde
> rNoAnnoTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
> 0.12 sec Running
> org.apache.cxf.tools.java2wsdl.generator.WSDLGeneratorFactoryTest Tests
> run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
> Running org.apache.cxf.tools.java2wsdl.processor.JavaToProcessorTest Tests
> run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.735 sec
> Running
> org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.FaultBeanTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
> Running
> org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.JaxwsServiceBuilde
> rRPCTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
> 0.045 sec
> 
> Results :
> 
> Tests run: 110, Failures: 0, Errors: 0, Skipped: 2
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\javato\ws\target\cxf-to
> ols-java2ws-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\javato\ws\target\cxf-to
> ols-java2ws-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\org\apache\cxf\c
> xf-tools-java2ws\2.3.0-SNAPSHOT\cxf-tools-java2ws-2.3.0-SNAPSHOT.jar
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Command Line Tools JavaTo
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
> [INFO] [install:install {execution: default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\javato\pom.xml to
> C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-tools-javato\2.3.0-SNA
> PSHOT\cxf-tool s-javato-2.3.0-SNAPSHOT.pom
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Runtime CORBA Binding
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 5 resources
> [INFO] Copying 6 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\corba\src\main\re
> sources-filtered [INFO] Copying 1 resource
> [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 0 resource
> [INFO] Copying 6 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\corba\target\gene
> rated\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\corba\target\sure
> fire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.binding.corba.types.CorbaHandlerUtilsYokoNSTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.831 sec
> Running org.apache.cxf.binding.corba.runtime.CorbaDSIServantTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.253 sec
> Running org.apache.cxf.binding.corba.CorbaServerConduitTest
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.92 sec
> Running org.apache.cxf.binding.corba.types.CorbaArrayHandlerTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
> Running org.apache.cxf.binding.corba.utils.CorbaUtilsTest
> Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 sec
> Running org.apache.cxf.binding.corba.types.CorbaHandlerUtilsTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.419 sec
> Running org.apache.cxf.binding.corba.types.CorbaStructHandlerTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
> Running org.apache.cxf.binding.corba.types.CorbaFixedHandlerTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
> Running org.apache.cxf.binding.corba.types.CorbaObjectHandlerTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
> Running org.apache.cxf.binding.corba.CorbaDestinationTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.217 sec
> Running org.apache.cxf.binding.corba.runtime.CorbaObjectWriterTest
> Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 sec
> Running org.apache.cxf.binding.corba.runtime.CorbaStreamReaderTest
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
> Running org.apache.cxf.binding.corba.CorbaConduitTest
> Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.414 sec
> Running org.apache.cxf.binding.corba.CorbaMessageTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
> Running org.apache.cxf.binding.corba.CorbaTypeMapTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
> Running org.apache.cxf.binding.corba.types.CorbaEnumHandlerTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
> Running org.apache.cxf.binding.corba.runtime.CorbaObjectReaderTest
> Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 sec
> Running org.apache.cxf.binding.corba.CorbaBindingTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
> Running org.apache.cxf.binding.corba.utils.ContextUtilsTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
> Running org.apache.cxf.binding.corba.runtime.CorbaStreamableTest
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
> Running org.apache.cxf.binding.corba.CorbaBindingFactoryTest
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.771 sec
> Running org.apache.cxf.binding.corba.types.CorbaAnyHandlerTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
> Running org.apache.cxf.binding.corba.types.CorbaPrimitiveHandlerTest
> Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
> Running org.apache.cxf.binding.corba.types.CorbaSequenceHandlerTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
> 
> Results :
> 
> Tests run: 124, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\corba\target\cxf-
> rt-bindings-corba-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\corba\target\cxf-
> rt-bindings-corba-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\org\apache
> \cxf\cxf-rt-bindings-corba\2.3.0-SNAPSHOT\cxf-rt-bindings-corba-2.3.0-SNAP
> SHOT.jar [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Command Line Tools CORBA
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [build-helper:add-source {execution: add-source}]
> [INFO] Source directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\corba\src\main\generate
> d added. [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 6 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\corba\src\main\resource
> s [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\corba\src\main\resource
> s-filtered [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\corba\target\generated\
> src\main\resources [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 0 resource
> [INFO] Copying 231 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\corba\target\generated\
> src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\corba\target\surefire-r
> eports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.tools.corba.processors.WSDLToIDLGenerationTest
> Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.58 sec
> Running
> org.apache.cxf.tools.corba.idlpreprocessor.IdlPreprocessorReaderTest Tests
> run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 sec
> Running org.apache.cxf.tools.corba.processors.WSDLToCorbaBindingTest Tests
> run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.327 sec
> Running org.apache.cxf.tools.corba.WSDLToIDLTest
> Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.251 sec
> Running org.apache.cxf.tools.corba.processors.IDLToWSDLGenerationTest
> Tests run: 51, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.1 sec
> Running org.apache.cxf.tools.corba.IDLToWSDLTest
> Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.294 sec
> Running org.apache.cxf.tools.corba.common.CorbaPrimitiveMapTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
> Running org.apache.cxf.tools.corba.processors.WSDLToCorbaBindingTypeTest
> Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.188 sec
> 
> Results :
> 
> Tests run: 153, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\corba\target\cxf-tools-
> corba-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\corba\target\cxf-tools-
> corba-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-too
> ls-corba\2.3.0-SNAPSHOT\cxf-tools-corba-2.3.0-SNAPSHOT.jar
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Runtime SDO DataBinding
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 0 resource
> [INFO] Copying 1 resource
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\sdo\src\main\r
> esources-filtered [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\sdo\target\gen
> erated\src\main\resources [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [cxf-codegen:wsdl2java {execution: generate-test-sources-static}]
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 2 resources
> [INFO] Copying 3 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\sdo\target\gen
> erated\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\sdo\target\sur
> efire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.sdo.HelloWorldStaticTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.715 sec
> Running org.apache.cxf.sdo.HelloWorldDynamicTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.349 sec
> 
> Results :
> 
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\sdo\target\cxf
> -rt-databinding-sdo-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\sdo\target\cxf
> -rt-databinding-sdo-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\org\apac
> he\cxf\cxf-rt-databinding-sdo\2.3.0-SNAPSHOT\cxf-rt-databinding-sdo-2.3.0-
> SNAPSHOT.jar [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Runtime HTTP Binding
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 2 resources
> [INFO] Copying 3 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\http\src\main\res
> ources-filtered [INFO] Copying 1 resource
> [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [cxf-xjc:xsdtojava-tests {execution: generate-sources}]
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 7 resources
> [INFO] Copying 1 resource
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\http\target\gener
> ated\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\http\target\suref
> ire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.binding.http.bare.ClientTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.21 sec
> Running org.apache.cxf.binding.http.InflectorTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
> Running org.apache.cxf.binding.http.IriDecoderTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 sec
> Running org.apache.cxf.binding.http.wrapped.WrappedServiceTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.646 sec
> Running org.apache.cxf.binding.http.bare.BareServiceTest
> DefaultValidationEventHandler: [ERROR]: For input string: "bleh"
>      Location: line 0
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.807 sec
> Running org.apache.cxf.binding.http.mtom.MtomTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.239 sec
> Running org.apache.cxf.binding.http.bare.UserServiceTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.233 sec
> 
> Results :
> 
> Tests run: 12, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\http\target\cxf-r
> t-bindings-http-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\http\target\cxf-r
> t-bindings-http-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\org\apache\c
> xf\cxf-rt-bindings-http\2.3.0-SNAPSHOT\cxf-rt-bindings-http-2.3.0-SNAPSHOT
> .jar [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Runtime Object Binding
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO] Copying 6 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\object\src\main\r
> esources-filtered [INFO] Copying 1 resource
> [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 0 resource
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\object\src\test\r
> esources [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\object\target\gen
> erated\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\object\target\sur
> efire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.binding.object.LocalServerRegistrationTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.363 sec
> Running org.apache.cxf.binding.object.ObjectBindingTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.216 sec
> 
> Results :
> 
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\object\target\cxf
> -rt-bindings-object-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\object\target\cxf
> -rt-bindings-object-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\org\apac
> he\cxf\cxf-rt-bindings-object\2.3.0-SNAPSHOT\cxf-rt-bindings-object-2.3.0-
> SNAPSHOT.jar [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Runtime Colocated Binding
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO] Copying 1 resource
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\coloc\src\main\re
> sources-filtered [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\coloc\target\gene
> rated\src\main\resources [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 0 resource
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\coloc\src\test\re
> sources [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\coloc\target\gene
> rated\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\coloc\target\sure
> fire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.binding.coloc.ColocMessageObserverTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.55 sec
> Running org.apache.cxf.binding.coloc.ColocUtilTest
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
> Running org.apache.cxf.binding.coloc.ColocOutInterceptorTest
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 sec
> 
> Results :
> 
> Tests run: 16, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\coloc\target\cxf-
> rt-bindings-coloc-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\coloc\target\cxf-
> rt-bindings-coloc-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\org\apache
> \cxf\cxf-rt-bindings-coloc\2.3.0-SNAPSHOT\cxf-rt-bindings-coloc-2.3.0-SNAP
> SHOT.jar [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Runtime JBI Binding
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO] Copying 9 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\jbi\src\main\reso
> urces-filtered [INFO] Copying 1 resource
> [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [bundle:manifest {execution: bundle-manifest}]
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\jbi\src\test\reso
> urces [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\jbi\target\genera
> ted\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\jbi\target\surefi
> re-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.binding.jbi.interceptor.JBIFaultOutInterceptorTest
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.249 sec
> Running org.apache.cxf.binding.jbi.spring.JBIBindingConfigurationInfoTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.328 sec
> Running
> org.apache.cxf.binding.jbi.interceptor.JBIOperationInInterceptorTest Tests
> run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.346 sec
> Running org.apache.cxf.binding.jbi.JBIBindingFactoryTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
> 
> Results :
> 
> Tests run: 9, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\jbi\target\cxf-rt
> -bindings-jbi-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\jbi\target\cxf-rt
> -bindings-jbi-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\org\apache\cxf
> \cxf-rt-bindings-jbi\2.3.0-SNAPSHOT\cxf-rt-bindings-jbi-2.3.0-SNAPSHOT.jar
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Runtime
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
> [INFO] [install:install {execution: default-install}]
> [INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\pom.xml
> to
> C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-rt\2.3.0-SNAPSHOT\cxf-
> rt-2.3.0-SNAPSHOT.pom [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Runtime Bindings
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
> [INFO] [install:install {execution: default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\pom.xml to
> C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-rt-bindings\2.3.0-SNAP
> SHOT\cxf-rt-bin dings-2.3.0-SNAPSHOT.pom
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Runtime JAX-RS Frontend
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 7 resources
> [INFO] Copying 7 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxrs\src\main\re
> sources-filtered [INFO] Copying 1 resource
> [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 14 resources
> [INFO] Copying 6 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxrs\target\gene
> rated\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxrs\target\sure
> fire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.jaxrs.ext.MessageContextImplTest
> Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.542 sec
> Running org.apache.cxf.jaxrs.ext.search.FiqlParserTest
> Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 sec
> Running org.apache.cxf.jaxrs.provider.JSONProviderTest
> Tests run: 48, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 0.618 sec
> Running org.apache.cxf.jaxrs.utils.HttpUtilsTest
> Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
> Running org.apache.cxf.jaxrs.utils.AnnotationTestUtilsTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
> Running org.apache.cxf.jaxrs.ext.search.SearchContextImplTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
> Running org.apache.cxf.jaxrs.ext.multipart.ContentDispositionTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
> Running org.apache.cxf.jaxrs.client.WebClientTest
> Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.73 sec
> Running org.apache.cxf.jaxrs.JAXRSServerFactoryBeanTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 sec
> Running org.apache.cxf.jaxrs.provider.DataBindingJSONProviderTest
> Tests run: 7, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.857 sec
> Running org.apache.cxf.jaxrs.provider.BinaryDataProviderTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
> Running org.apache.cxf.jaxrs.provider.XPathProviderTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec
> Running org.apache.cxf.jaxrs.spring.SpringResourceFactoryTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.247 sec
> Running org.apache.cxf.jaxrs.model.ClassResourceInfoTest
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
> Running org.apache.cxf.jaxrs.provider.DataBindingProviderTest
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.211 sec
> Running org.apache.cxf.jaxrs.impl.NewCookieHeaderProviderTest
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
> Running org.apache.cxf.jaxrs.provider.JAXBElementProviderTest
> Tests run: 52, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 sec
> Running org.apache.cxf.jaxrs.model.wadl.WadlGeneratorTest
> Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.331 sec
> Running org.apache.cxf.jaxrs.provider.SourceProviderTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
> Running org.apache.cxf.jaxrs.spring.JAXRSClientFactoryBeanTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.276 sec
> Running org.apache.cxf.jaxrs.SelectMethodCandidatesTest
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 sec
> Running org.apache.cxf.jaxrs.impl.MediaTypeHeaderProviderTest
> Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
> Running org.apache.cxf.jaxrs.provider.PrimitiveTextProviderTest
> Hello, my name is FΘlix AgnΘs
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
> Running org.apache.cxf.jaxrs.impl.ResponseBuilderImplTest
> Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
> Running org.apache.cxf.jaxrs.ext.search.SimpleSearchConditionTest
> Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
> Running org.apache.cxf.jaxrs.provider.AegisElementProviderTest
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec
> Running org.apache.cxf.jaxrs.impl.MetadataMapTest
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
> Running org.apache.cxf.jaxrs.impl.UriInfoImplTest
> Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
> Running org.apache.cxf.jaxrs.impl.CookieHeaderProviderTest
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
> Running org.apache.cxf.jaxrs.impl.ResponseImplTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
> Running org.apache.cxf.jaxrs.ext.multipart.MultipartBodyTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
> Running org.apache.cxf.jaxrs.impl.UriBuilderImplTest
> Tests run: 93, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 sec
> Running org.apache.cxf.jaxrs.provider.AtomEntryProviderTest
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.295 sec
> Running org.apache.cxf.jaxrs.impl.HttpHeadersImplTest
> Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
> Running org.apache.cxf.jaxrs.impl.VariantListBuilderImplTest
> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
> Running org.apache.cxf.jaxrs.impl.CacheControlHeaderProviderTest
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec
> Running org.apache.cxf.jaxrs.spring.JAXRSServerFactoryBeanTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 sec
> Running org.apache.cxf.jaxrs.impl.RuntimeDelegateImplTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
> Running org.apache.cxf.jaxrs.impl.RequestPreprocessorTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
> Running org.apache.cxf.jaxrs.impl.RequestImplTest
> Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
> Running org.apache.cxf.jaxrs.provider.AtomPojoProviderTest
> <?xml version='1.0' encoding='UTF-8'?>
> <entry xmlns="http://www.w3.org/2005/Atom">
>   <title type="text">a</title>
>   <content type="application/xml">
>     <book xmlns="">
>       <name>a</name>
>     </book>
>   </content>
> </entry>
> <?xml version='1.0' encoding='UTF-8'?>
> <entry xmlns="http://www.w3.org/2005/Atom">
>   <content type="application/xml">
>     <book xmlns="">
>       <name>a</name>
>     </book>
>   </content>
> </entry>
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.353 sec
> Running org.apache.cxf.jaxrs.provider.XSLTJaxbProviderTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.153 sec
> Running org.apache.cxf.jaxrs.impl.EntityTagHeaderProviderTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
> Running org.apache.cxf.jaxrs.model.OperationResourceInfoTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
> Running org.apache.cxf.jaxrs.utils.JAXRSUtilsTest
> Tests run: 45, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.358 sec
> Running org.apache.cxf.jaxrs.lifecycle.PerRequestResourceProviderTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
> Running org.apache.cxf.jaxrs.ext.xml.XMLSourceTest
> Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 sec
> Running org.apache.cxf.jaxrs.impl.PathSegmentImplTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
> Running org.apache.cxf.jaxrs.provider.FormEncodingProviderTest
> name=FΘlix
> FΘlix
> Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
> Running org.apache.cxf.jaxrs.utils.ResourceUtilsTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
> Running org.apache.cxf.jaxrs.model.URITemplateTest
> a%20{digit:[0-9]}%20b
> Tests run: 47, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
> Running org.apache.cxf.jaxrs.provider.ProviderFactoryTest
> Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
> Running org.apache.cxf.jaxrs.provider.AegisJSONProviderTest
> Tests run: 17, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.153 sec
> Running org.apache.cxf.jaxrs.JAXRSServiceFactoryBeanTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
> Running org.apache.cxf.jaxrs.client.JAXRSClientFactoryBeanTest
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 sec
> Running org.apache.cxf.jaxrs.ext.multipart.AttachmentTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
> Running org.apache.cxf.jaxrs.ext.codegen.CodeGeneratorProviderTest
> C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.w
> adl.BookStore-src\superbooks\Book.java
> C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.
> wadl.BookStore-src\superbooks\Book2.java
> C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.
> wadl.BookStore-src\superbooks\Chapter.java
> C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.
> wadl.BookStore-src\superbooks\ObjectFactory.java
> C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.
> wadl.BookStore-src\superbooks\package-info.java
> C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.
> wadl.BookStore-src\superbooks\Book.java
> C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.
> wadl.BookStore-src\superbooks\Book2.java
> C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.
> wadl.BookStore-src\superbooks\Chapter.java
> C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.
> wadl.BookStore-src\superbooks\ObjectFactory.java
> C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.
> wadl.BookStore-src\superbooks\package-info.java
> C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.
> wadl.BookStore-src\superbooks\Book.java
> C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.
> wadl.BookStore-src\superbooks\Book2.java
> C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.
> wadl.BookStore-src\superbooks\Chapter.java
> C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.
> wadl.BookStore-src\superbooks\ObjectFactory.java
> C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.
> wadl.BookStore-src\superbooks\package-info.java Tests run: 3, Failures: 0,
> Errors: 0, Skipped: 0, Time elapsed: 6.219 sec Running
> org.apache.cxf.jaxrs.provider.AtomFeedProviderTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
> Running org.apache.cxf.jaxrs.utils.InjectionUtilsTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
> 
> Results :
> 
> Tests run: 665, Failures: 0, Errors: 0, Skipped: 6
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxrs\target\cxf-
> rt-frontend-jaxrs-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxrs\target\cxf-
> rt-frontend-jaxrs-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\org\apache
> \cxf\cxf-rt-frontend-jaxrs\2.3.0-SNAPSHOT\cxf-rt-frontend-jaxrs-2.3.0-SNAP
> SHOT.jar [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Runtime JavaScript Frontend
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 0 resource
> [INFO] Copying 0 resource
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\js\src\main\resou
> rces-filtered [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\js\target\generat
> ed\src\main\resources [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 0 resource
> [INFO] Copying 12 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\js\target\generat
> ed\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\js\target\surefir
> e-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.js.rhino.AbstractDOMProviderTest
> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.218 sec
> Running org.apache.cxf.js.rhino.ProviderFactoryTest
> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.27 sec
> Running org.apache.cxf.js.rhino.ServerAppTest
> Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 sec
> 
> Results :
> 
> Tests run: 27, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\js\target\cxf-rt-
> frontend-js-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\js\target\cxf-rt-
> frontend-js-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\org\apache\cxf\c
> xf-rt-frontend-js\2.3.0-SNAPSHOT\cxf-rt-frontend-js-2.3.0-SNAPSHOT.jar
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF HTTP Transport for OSGi
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 0 resource
> [INFO] Copying 2 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-osgi\src\m
> ain\resources-filtered [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-osgi\targe
> t\generated\src\main\resources [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 0 resource
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-osgi\src\t
> est\resources [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-osgi\targe
> t\generated\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-osgi\targe
> t\surefire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.transport.http_osgi.OsgiTransportFactoryTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.221 sec
> Running org.apache.cxf.transport.http_osgi.OsgiDestinationTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.222 sec
> Running org.apache.cxf.transport.http_osgi.OsgiServletTest
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.333 sec
> 
> Results :
> 
> Tests run: 10, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [bundle:bundle {execution: default-bundle}]
> [WARNING] Warning building bundle
> org.apache.cxf:cxf-rt-transports-http-osgi:bundle:2.3.0-SNAPSHOT :
> Instructions in Export-Package that are never used: =META-INF\.cxf\.osgi
> [WARNING] Warning building bundle
> org.apache.cxf:cxf-rt-transports-http-osgi:bundle:2.3.0-SNAPSHOT : Did not
> find matching referal for javax.xml.rpc* [WARNING] Warning building bundle
> org.apache.cxf:cxf-rt-transports-http-osgi:bundle:2.3.0-SNAPSHOT :
> Exporting packages that are not on the Bundle-Classpath[Jar:dot]: [META-IN
> F.cxf.osgi]
> [INFO] [install:install {execution: default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-osgi\targe
> t\cxf-rt-transports-http-osgi-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repositor
> y\org\apache\cxf\cxf-rt-transports-http-osgi\2.3.0-SNAPSHOT\cxf-rt-transpo
> rts-http-osgi-2.3.0-SNAPSHOT.jar [INFO] [bundle:install {execution:
> default-install}]
> [INFO] Installing
> org/apache/cxf/cxf-rt-transports-http-osgi/2.3.0-SNAPSHOT/cxf-rt-transport
> s-http-osgi-2.3.0-SNAPSHOT.jar [INFO] Writing OBR metadata
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Runtime JBI Transport
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO] Copying 8 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jbi\src\main\re
> sources-filtered [INFO] Copying 1 resource
> [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [bundle:manifest {execution: bundle-manifest}]
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 0 resource
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jbi\src\test\re
> sources [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jbi\target\gene
> rated\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jbi\target\sure
> fire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.transport.jbi.JBIConduitTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.729 sec
> Running org.apache.cxf.transport.jbi.JBIDestinationTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.441 sec
> 
> Results :
> 
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jbi\target\cxf-
> rt-transports-jbi-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jbi\target\cxf-
> rt-transports-jbi-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\org\apache
> \cxf\cxf-rt-transports-jbi\2.3.0-SNAPSHOT\cxf-rt-transports-jbi-2.3.0-SNAP
> SHOT.jar [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Runtime WS Policy
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 4 resources
> [INFO] Copying 17 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\policy\src\main\resourc
> es-filtered [INFO] Copying 1 resource
> [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [cxf-codegen:wsdl2java {execution: generate-test-sources}]
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 20 resources
> [INFO] Copying 89 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\policy\target\generated
> \src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\policy\target\surefire-
> reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.ws.policy.PolicyInterceptorsTest
> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.669 sec
> Running org.apache.cxf.ws.policy.EndpointPolicyImplTest
> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.218 sec
> Running org.apache.cxf.ws.policy.PolicyVerificationInFaultInterceptorTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec
> Running org.apache.cxf.ws.policy.selector.FirstAlternativeSelectorTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
> Running org.apache.cxf.ws.policy.spring.PolicyFeatureTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.009 sec
> Running org.apache.cxf.ws.policy.NormalizeTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.178 sec
> Running org.apache.cxf.ws.policy.attachment.reference.ReferenceResolverTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 sec
> Running org.apache.cxf.ws.policy.attachment.external.PolicyAttachmentTest
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
> Running
> org.apache.cxf.ws.policy.attachment.external.DomainExpressionBuilderRegist
> ryTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
> 0.016 sec Running
> org.apache.cxf.ws.policy.AssertionBuilderRegistryImplTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
> Running org.apache.cxf.ws.policy.PolicyExtensionsTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.478 sec
> Running org.apache.cxf.ws.policy.PolicyInterceptorProviderRegistryImplTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
> Running org.apache.cxf.ws.policy.spring.PolicyBeansTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.181 sec
> Running
> org.apache.cxf.ws.policy.builder.primitive.NestedPrimitiveAssertionTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 sec
> Running org.apache.cxf.ws.policy.PolicyAnnotationTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.798 sec
> Running org.apache.cxf.ws.policy.PolicyBuilderTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
> Running org.apache.cxf.ws.policy.EffectivePolicyImplTest
> Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec
> Running
> org.apache.cxf.ws.policy.attachment.wsdl11.Wsdl11AttachmentPolicyProviderT
> est Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.473
> sec Running
> org.apache.cxf.ws.policy.attachment.external.ExternalAttachmentProviderTes
> t Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063
> sec Running
> org.apache.cxf.ws.policy.selector.MinimalMaximalAlternativeSelectorTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec
> Running org.apache.cxf.ws.policy.PolicyVerificationInInterceptorTest Tests
> run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
> Running
> org.apache.cxf.ws.policy.attachment.external.EndpointReferenceDomainExpres
> sionTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
> 0.03 sec Running org.apache.cxf.ws.policy.PolicyRegistryImplTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
> Running org.apache.cxf.ws.policy.PolicyEngineTest
> Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec
> Running org.apache.cxf.ws.policy.PolicyVerificationOutInterceptorTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec
> 
> Results :
> 
> Tests run: 101, Failures: 0, Errors: 0, Skipped: 1
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\policy\target\cxf-rt-ws
> -policy-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\policy\target\cxf-rt-ws
> -policy-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-r
> t-ws-policy\2.3.0-SNAPSHOT\cxf-rt-ws-policy-2.3.0-SNAPSHOT.jar
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Runtime WS Reliable Messaging
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 3 resources
> [INFO] Copying 10 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\rm\src\main\resources-f
> iltered [INFO] Copying 1 resource
> [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 9 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\rm\src\test\resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\rm\target\generated\src
> \test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\rm\target\surefire-repo
> rts
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.ws.rm.soap.RMSoapInterceptorTest
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.432 sec
> Running org.apache.cxf.ws.rm.persistence.jdbc.RMTxStoreConfigurationTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.326 sec
> Running org.apache.cxf.ws.rm.RMManagerConfigurationTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.428 sec
> Running org.apache.cxf.ws.rm.persistence.PersistenceUtilsTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 sec
> Running org.apache.cxf.ws.rm.soap.RetransmissionQueueImplTest
> Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.299 sec
> Running org.apache.cxf.ws.rm.RMContextUtilsTest
> Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.315 sec
> Running org.apache.cxf.ws.rm.AbstractSequenceTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
> Running org.apache.cxf.ws.rm.DestinationTest
> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.19 sec
> Running org.apache.cxf.ws.rm.RMUtilsTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 sec
> Running org.apache.cxf.ws.rm.AbstractRMInterceptorTest
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 sec
> Running org.apache.cxf.ws.rm.SourceSequenceTest
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.029 sec
> Running org.apache.cxf.ws.rm.RMEndpointTest
> Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.216 sec
> Running org.apache.cxf.ws.rm.persistence.jdbc.RMTxStoreTest
> Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.32 sec
> Running org.apache.cxf.ws.rm.AbstractEndpointTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
> Running org.apache.cxf.ws.rm.policy.PolicyUtilsTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
> Running org.apache.cxf.ws.rm.DestinationSequenceTest
> Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.281 sec
> Running org.apache.cxf.ws.rm.soap.SoapFaultFactoryTest
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 sec
> Running org.apache.cxf.ws.rm.RMInInterceptorTest
> Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 sec
> Running org.apache.cxf.ws.rm.RMOutInterceptorTest
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec
> Running org.apache.cxf.ws.rm.RMManagerTest
> Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.167 sec
> Running org.apache.cxf.ws.rm.ProxyTest
> Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 sec
> 
> Results :
> 
> Tests run: 169, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\rm\target\cxf-rt-ws-rm-
> 2.3.0-SNAPSHOT.jar [INFO] [install:install {execution: default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\rm\target\cxf-rt-ws-rm-
> 2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-rt-ws-rm\
> 2.3.0-SNAPSHOT\cxf-rt-ws-rm-2.3.0-SNAPSHOT.jar
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Runtime WS Security
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 4 resources
> [INFO] Copying 2 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\security\src\main\resou
> rces-filtered [INFO] Copying 1 resource
> [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 48 resources
> [INFO] Copying 1 resource
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\security\target\generat
> ed\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\security\target\surefir
> e-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.ws.security.wss4j.DefaultSecurityContextTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 sec
> Running org.apache.cxf.ws.security.wss4j.CryptoCoverageCheckerTest
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.207 sec
> Running org.apache.cxf.ws.security.wss4j.WSS4JFaultCodeTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.244 sec
> Running org.apache.cxf.ws.security.wss4j.WSS4JOutInterceptorTest
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.406 sec
> Running org.apache.cxf.ws.security.wss4j.SignatureConfirmationTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 sec
> Running org.apache.cxf.ws.security.wss4j.RoundTripTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.714 sec
> Running org.apache.cxf.ws.security.wss4j.WSS4JInOutTest
> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.547 sec
> Running org.apache.cxf.ws.security.wss4j.UserNameTokenAuthorizationTest
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.893 sec
> Running org.apache.cxf.ws.security.wss4j.PolicyBasedWss4JInOutTest
> Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.774 sec
> 
> Results :
> 
> Tests run: 49, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\security\target\cxf-rt-
> ws-security-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\security\target\cxf-rt-
> ws-security-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\org\apache\cxf\c
> xf-rt-ws-security\2.3.0-SNAPSHOT\cxf-rt-ws-security-2.3.0-SNAPSHOT.jar
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Runtime Web Management
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 0 resource
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management-web\src\main\re
> sources [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management-web\src\main\re
> sources-filtered [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management-web\target\gene
> rated\src\main\resources [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Compiling 1 source file to
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management-web\target\clas
> ses [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 0 resource
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management-web\src\test\re
> sources [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management-web\target\gene
> rated\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management-web\target\sure
> fire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> There are no tests to run.
> 
> Results :
> 
> Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management-web\target\cxf-
> rt-management-web-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management-web\target\cxf-
> rt-management-web-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\org\apache
> \cxf\cxf-rt-management-web\2.3.0-SNAPSHOT\cxf-rt-management-web-2.3.0-SNAP
> SHOT.jar [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF JBI Integration
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 4 resources
> [INFO] Copying 0 resource
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jbi\src\main\reso
> urces-filtered [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jbi\target\genera
> ted\src\main\resources [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 0 resource
> [INFO] Copying 11 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jbi\target\genera
> ted\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jbi\target\surefi
> re-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.jbi.se.state.ServiceEngineStateFactoryTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 sec
> Running org.apache.cxf.jbi.se.state.ServiceEngineShutdownTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
> Running org.apache.cxf.jbi.se.CXFServiceUnitManagerTest
> Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.38 sec
> Running org.apache.cxf.jbi.se.CXFServiceUnitTest
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.603 sec
> Running org.apache.cxf.jbi.se.state.ServiceEngineStopTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
> Running org.apache.cxf.jbi.se.state.ServiceEngineStartTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
> 
> Results :
> 
> Tests run: 40, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jbi\target\cxf-in
> tegration-jbi-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jbi\target\cxf-in
> tegration-jbi-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\org\apache\cxf
> \cxf-integration-jbi\2.3.0-SNAPSHOT\cxf-integration-jbi-2.3.0-SNAPSHOT.jar
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF JCA Connection
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 2 resources
> [INFO] Copying 1 resource
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jca\src\main\reso
> urces-filtered [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jca\target\genera
> ted\src\main\resources [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 10 resources
> [INFO] Copying 4 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jca\target\genera
> ted\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jca\target\surefi
> re-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.jca.cxf.ConnectionFactoryImplTest
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.438 sec
> Running org.apache.cxf.jca.servant.EJBServantConfigTest
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 sec
> Running org.apache.cxf.jca.cxf.handlers.InvokingInvocationHandlerTest
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.181 sec
> Running org.apache.cxf.jca.core.resourceadapter.ManagedConnectionImplTest
> Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 sec
> Running org.apache.cxf.jca.core.resourceadapter.UriHandlerInitTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
> Running org.apache.cxf.jca.cxf.CXFConnectionRequestInfoTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
> Running org.apache.cxf.jca.jarloader.JarLoaderTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
> Running org.apache.cxf.jca.core.resourceadapter.HandlerTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
> Running org.apache.cxf.jca.cxf.handlers.InvocationHandlerFactoryTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 sec
> Running org.apache.cxf.jca.cxf.ResourceAdapterImplTest
> Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec
> Running org.apache.cxf.jca.core.classloader.PlugInClassLoaderTest
> Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 sec
> Running
> org.apache.cxf.jca.core.resourceadapter.ResourceAdapterInternalExceptionTe
> st Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013
> sec Running org.apache.cxf.jca.servant.EJBEndpointTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
> Running org.apache.cxf.jca.core.logging.LoggerHelperTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
> Running org.apache.cxf.jca.cxf.handlers.ProxyInvocationHandlerTest
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.46 sec
> Running org.apache.cxf.jca.core.resourceadapter.ResourceBeanTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
> Running org.apache.cxf.jca.cxf.handlers.ObjectMethodInvocationHandlerTest
> Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
> Running org.apache.cxf.jca.cxf.JCABusFactoryTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.18 sec
> Running
> org.apache.cxf.jca.core.resourceadapter.ManagedConnectionFactoryImplTest
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
> Running org.apache.cxf.jca.outbound.ManagedConnectionImplTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.888 sec
> Running org.apache.cxf.jca.cxf.ManagedConnectionImplTest
> Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.055 sec
> Running org.apache.cxf.jca.cxf.AssociatedManagedConnectionFactoryImplTest
> Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.148 sec
> Running org.apache.cxf.jca.cxf.ManagedConnectionFactoryImplTest
> Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.135 sec
> 
> Results :
> 
> Tests run: 160, Failures: 0, Errors: 0, Skipped: 1
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jca\target\cxf-in
> tegration-jca-2.3.0-SNAPSHOT.jar [INFO] [install:install {execution:
> default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jca\target\cxf-in
> tegration-jca-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\org\apache\cxf
> \cxf-integration-jca\2.3.0-SNAPSHOT\cxf-integration-jca-2.3.0-SNAPSHOT.jar
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Integration
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
> [INFO] [install:install {execution: default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\pom.xml to
> C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-integration\2.3.0-SNAP
> SHOT\cxf-integr ation-2.3.0-SNAPSHOT.pom
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Java2WS Maven2 Plugin
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [plugin:descriptor {execution: default-descriptor}]
> [WARNING] Using platform encoding (Cp1252 actually) to read mojo metadata,
> i.e. build is platform dependent! [INFO] Applying mojo extractor for
> language: java
> [INFO] Mojo extractor for language: java found 1 mojo descriptors.
> [INFO] Applying mojo extractor for language: bsh
> [INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 0 resource
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\java2ws-plugin\
> src\main\resources [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\java2ws-plugin\
> src\main\resources-filtered [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\java2ws-plugin\
> target\generated\src\main\resources [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\java2ws-plugin\
> src\test\java [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\java2ws-plugin\
> src\test\resources [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\java2ws-plugin\
> target\generated\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] No sources to compile
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\java2ws-plugin\
> target\surefire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> There are no tests to run.
> 
> Results :
> 
> Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\java2ws-plugin\
> target\cxf-java2ws-plugin-2.3.0-SNAPSHOT.jar [INFO]
> [plugin:addPluginArtifactMetadata {execution:
> default-addPluginArtifactMetadata}] [INFO] [install:install {execution:
> default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\java2ws-plugin\
> target\cxf-java2ws-plugin-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\or
> g\apache\cxf\cxf-java2ws-plugin\2.3.0-SNAPSHOT\cxf-java2ws-plugin-2.3.0-SN
> APSHOT.jar [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF CORBA Tools Maven2 Plugins
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [plugin:descriptor {execution: default-descriptor}]
> [WARNING] Using platform encoding (Cp1252 actually) to read mojo metadata,
> i.e. build is platform dependent! [INFO] Applying mojo extractor for
> language: java
> [INFO] Mojo extractor for language: java found 2 mojo descriptors.
> [INFO] Applying mojo extractor for language: bsh
> [INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 0 resource
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\corba\src\main\
> resources [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\corba\src\main\
> resources-filtered [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\corba\target\ge
> nerated\src\main\resources [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\corba\src\test\
> java [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\corba\src\test\
> resources [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\corba\target\ge
> nerated\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] No sources to compile
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\corba\target\su
> refire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> There are no tests to run.
> 
> Results :
> 
> Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\corba\target\cx
> f-corbatools-maven-plugin-2.3.0-SNAPSHOT.jar [INFO]
> [plugin:addPluginArtifactMetadata {execution:
> default-addPluginArtifactMetadata}] [INFO] [install:install {execution:
> default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\corba\target\cx
> f-corbatools-maven-plugin-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\or
> g\apache\cxf\cxf-corbatools-maven-plugin\2.3.0-SNAPSHOT\cxf-corbatools-mav
> en-plugin-2.3.0-SNAPSHOT.jar [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Archetype - Simple JAX-WS Java First
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 6 resources
> [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] No sources to compile
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\archetypes\cxf-
> jaxws-javafirst\src\test\java [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\archetypes\cxf-
> jaxws-javafirst\src\test\resources [INFO] skip non existing
> resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\archetypes\cxf-
> jaxws-javafirst\target\generated\src\test\resources [INFO] Copying 3
> resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Not compiling test sources
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Tests are skipped.
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\archetypes\cxf-
> jaxws-javafirst\target\cxf-jaxws-javafirst-2.3.0-SNAPSHOT.jar [INFO]
> [install:install {execution: default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\archetypes\cxf-
> jaxws-javafirst\target\cxf-jaxws-javafirst-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\
> .m2\repository\org\apache\cxf\archetype\cxf-jaxws-javafirst\2.3.0-SNAPSHOT
> \cxf-jaxws-javafirst-2.3.0-SNAPSHOT.jar [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Maven Archetypes
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
> [INFO] [install:install {execution: default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\archetypes\pom.
> xml to
> C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-archetypes\2.3.0-SNAPS
> HO T\cxf-archetypes-2.3.0-SNAPSHOT.pom
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Maven Plugins
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
> [INFO] [install:install {execution: default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\pom.xml to
> C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-maven-plugins\2.3.0-SN
> APSHOT\cxf-ma ven-plugins-2.3.0-SNAPSHOT.pom
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Uncategorized System Tests
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\uncategorized\src\ma
> in\java [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\uncategorized\src\ma
> in\resources [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\uncategorized\src\ma
> in\resources-filtered [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\uncategorized\target
> \generated\src\main\resources [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] No sources to compile
> [INFO] [cxf-codegen:wsdl2java {execution: generate-test-sources}]
> [INFO] [cxf-corbatools:wsdl2idl {execution: generate-test-sources}]
> Jul 23, 2010 10:44:09 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaProcessor
> setOutputFile WARNING: Using default wsdl/idl filenames...
> Jul 23, 2010 10:44:09 AM
> org.springframework.context.support.AbstractApplicationContext
> prepareRefresh INFO: Refreshing
> org.apache.cxf.bus.spring.BusApplicationContext@a268256: display name
> [org.apache.cxf.bus.spring.BusApplicationContext@a268256]; startup date
> [Fri Jul 23 10:4 4:09 PDT 2010]; root of context hierarchy
> Jul 23, 2010 10:44:09 AM
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> loadBeanDefinitions INFO: Loading XML bean definitions from class path
> resource [META-INF/cxf/cxf.xml] Jul 23, 2010 10:44:09 AM
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> loadBeanDefinitions INFO: Loading XML bean definitions from class path
> resource [META-INF/cxf/cxf-extension-corba.xml] Jul 23, 2010 10:44:09 AM
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> loadBeanDefinitions INFO: Loading XML bean definitions from class path
> resource [META-INF/cxf/cxf-extension-jaxws.xml] Jul 23, 2010 10:44:09 AM
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> loadBeanDefinitions INFO: Loading XML bean definitions from class path
> resource [META-INF/cxf/cxf-extension-soap.xml] Jul 23, 2010 10:44:09 AM
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> loadBeanDefinitions INFO: Loading XML bean definitions from class path
> resource [META-INF/cxf/cxf-extension-xml.xml] Jul 23, 2010 10:44:09 AM
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> loadBeanDefinitions INFO: Loading XML bean definitions from class path
> resource [META-INF/cxf/cxf-extension-addr.xml] Jul 23, 2010 10:44:09 AM
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> loadBeanDefinitions INFO: Loading XML bean definitions from class path
> resource [META-INF/cxf/cxf-extension-management.xml] Jul 23, 2010 10:44:09
> AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> loadBeanDefinitions INFO: Loading XML bean definitions from class path
> resource [META-INF/cxf/cxf-extension-jbi-binding.xml] Jul 23, 2010
> 10:44:09 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> loadBeanDefinitions INFO: Loading XML bean definitions from class path
> resource [META-INF/cxf/cxf-extension-jbi.xml] Jul 23, 2010 10:44:09 AM
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> loadBeanDefinitions INFO: Loading XML bean definitions from class path
> resource [META-INF/cxf/cxf-extension-http-binding.xml] Jul 23, 2010
> 10:44:09 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> loadBeanDefinitions INFO: Loading XML bean definitions from class path
> resource [META-INF/cxf/cxf-extension-http.xml] Jul 23, 2010 10:44:09 AM
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> loadBeanDefinitions INFO: Loading XML bean definitions from class path
> resource [META-INF/cxf/cxf-extension-http-jetty.xml] Jul 23, 2010 10:44:09
> AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> loadBeanDefinitions INFO: Loading XML bean definitions from class path
> resource [META-INF/cxf/cxf-extension-http.xml] Jul 23, 2010 10:44:09 AM
> org.springframework.beans.factory.support.DefaultListableBeanFactory
> registerBeanDefinition INFO: Overriding bean definition for bean
> 'org.apache.cxf.transport.http.policy.HTTPClientAssertionBuilder':
> replacing [Generic bean: class [org.apache.cxf.transport.http.poli
> cy.HTTPClientAssertionBuilder]; scope=singleton; abstract=false;
> lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true;
> primary=false; factoryBeanName=null; factoryMethodName=null;
> initMethodName=null; destroyMethodName=null; defined in class path
> resource [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class
> [org.apac he.cxf.transport.http.policy.HTTPClientAssertionBuilder];
> scope=singleton; abstract=false; lazyInit=true; autowireMode=0;
> dependencyCheck=0; autowireCandidate=true; primary=fa lse;
> factoryBeanName=null; factoryMethodName=null; initMethodName=null;
> destroyMethodName=null; defined in class path resource
> [META-INF/cxf/cxf-extension-http.xml]] Jul 23, 2010 10:44:09 AM
> org.springframework.beans.factory.support.DefaultListableBeanFactory
> registerBeanDefinition INFO: Overriding bean definition for bean
> 'org.apache.cxf.transport.http.policy.HTTPServerAssertionBuilder':
> replacing [Generic bean: class [org.apache.cxf.transport.http.poli
> cy.HTTPServerAssertionBuilder]; scope=singleton; abstract=false;
> lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true;
> primary=false; factoryBeanName=null; factoryMethodName=null;
> initMethodName=null; destroyMethodName=null; defined in class path
> resource [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class
> [org.apac he.cxf.transport.http.policy.HTTPServerAssertionBuilder];
> scope=singleton; abstract=false; lazyInit=true; autowireMode=0;
> dependencyCheck=0; autowireCandidate=true; primary=fa lse;
> factoryBeanName=null; factoryMethodName=null; initMethodName=null;
> destroyMethodName=null; defined in class path resource
> [META-INF/cxf/cxf-extension-http.xml]] Jul 23, 2010 10:44:09 AM
> org.springframework.beans.factory.support.DefaultListableBeanFactory
> registerBeanDefinition INFO: Overriding bean definition for bean
> 'org.apache.cxf.transport.http.policy.NoOpPolicyInterceptorProvider':
> replacing [Generic bean: class [org.apache.cxf.transport.http.p
> olicy.NoOpPolicyInterceptorProvider]; scope=singleton; abstract=false;
> lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true;
> primary=false; factoryBeanName =null; factoryMethodName=null;
> initMethodName=null; destroyMethodName=null; defined in class path
> resource [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class
> [or g.apache.cxf.transport.http.policy.NoOpPolicyInterceptorProvider];
> scope=singleton; abstract=false; lazyInit=true; autowireMode=0;
> dependencyCheck=0; autowireCandidate=true; p rimary=false;
> factoryBeanName=null; factoryMethodName=null; initMethodName=null;
> destroyMethodName=null; defined in class path resource
> [META-INF/cxf/cxf-extension-http.xml]] Jul 23, 2010 10:44:09 AM
> org.springframework.beans.factory.support.DefaultListableBeanFactory
> registerBeanDefinition INFO: Overriding bean definition for bean
> 'org.apache.cxf.transport.http.ClientOnlyHTTPTransportFactory': replacing
> [Generic bean: class [org.apache.cxf.transport.http.ClientO
> nlyHTTPTransportFactory]; scope=singleton; abstract=false; lazyInit=true;
> autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false;
> factoryBeanName=null; facto ryMethodName=null; initMethodName=null;
> destroyMethodName=null; defined in class path resource
> [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class
> [org.apache.cxf .transport.http.ClientOnlyHTTPTransportFactory];
> scope=singleton; abstract=false; lazyInit=true; autowireMode=0;
> dependencyCheck=0; autowireCandidate=true; primary=false; fact
> oryBeanName=null; factoryMethodName=null; initMethodName=null;
> destroyMethodName=null; defined in class path resource
> [META-INF/cxf/cxf-extension-http.xml]] Jul 23, 2010 10:44:09 AM
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> loadBeanDefinitions INFO: Loading XML bean definitions from class path
> resource [META-INF/cxf/cxf-extension-local.xml] Jul 23, 2010 10:44:09 AM
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> loadBeanDefinitions INFO: Loading XML bean definitions from class path
> resource [META-INF/cxf/cxf-extension-jms.xml] Jul 23, 2010 10:44:09 AM
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> loadBeanDefinitions INFO: Loading XML bean definitions from class path
> resource [META-INF/cxf/cxf-extension-policy.xml] Jul 23, 2010 10:44:09 AM
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> loadBeanDefinitions INFO: Loading XML bean definitions from class path
> resource [META-INF/cxf/cxf-extension-jaxrs-binding.xml] Jul 23, 2010
> 10:44:09 AM org.springframework.context.support.AbstractApplicationContext
> obtainFreshBeanFactory INFO: Bean factory for application context
> [org.apache.cxf.bus.spring.BusApplicationContext@a268256]:
> org.springframework.beans.factory.support.DefaultListableBeanFactory@5496
> 2fcd
> Jul 23, 2010 10:44:09 AM
> org.springframework.beans.factory.support.DefaultListableBeanFactory
> preInstantiateSingletons INFO: Pre-instantiating singletons in
> org.springframework.beans.factory.support.DefaultListableBeanFactory@54962
> fcd: defining beans [cxf,org.apache.cxf.bus.spring.BusApplicati
> onListener,org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor,org
> .apache.cxf.bus.spring.Jsr250BeanPostProcessor,org.apache.cxf.bus.spring.Bu
> sExtensionPostProcessor,or
> g.apache.cxf.resource.ResourceManager,org.apache.cxf.configuration.Configu
> rer,org.apache.cxf.binding.BindingFactoryManager,org.apache.cxf.transport.D
> estinationFactoryManager,o
> rg.apache.cxf.transport.ConduitInitiatorManager,org.apache.cxf.wsdl.WSDLMa
> nager,org.apache.cxf.phase.PhaseManager,org.apache.cxf.workqueue.WorkQueueM
> anager,org.apache.cxf.busl
> ifecycle.BusLifeCycleManager,org.apache.cxf.endpoint.ServerRegistry,org.ap
> ache.cxf.endpoint.ServerLifeCycleManager,org.apache.cxf.endpoint.ClientLife
> CycleManager,org.apache.cx
> f.transports.http.QueryHandlerRegistry,org.apache.cxf.endpoint.EndpointRes
> olverRegistry,org.apache.cxf.headers.HeaderManager,org.apache.cxf.catalog.O
> ASISCatalogManager,org.apa
> che.cxf.service.factory.FactoryBeanListenerManager,org.apache.cxf.endpoint
> .ServiceContractResolverRegistry,org.apache.cxf.binding.corba.CorbaBindingF
> actory,org.apache.cxf.bind
> ing.corba.wsdl.WSDLExtensionRegister#0,org.apache.cxf.jaxws.context.WebSer
> viceContextResourceResolver,org.apache.cxf.jaxws.context.WebServiceContextI
> mpl,org.apache.cxf.binding
> .soap.SoapBindingFactory,org.apache.cxf.binding.soap.SoapTransportFactory,
> org.apache.cxf.binding.soap.customEditorConfigurer,org.apache.cxf.binding.x
> ml.XMLBindingFactory,org.a
> pache.cxf.ws.addressing.policy.AddressingAssertionBuilder,org.apache.cxf.w
> s.addressing.policy.AddressingPolicyInterceptorProvider,org.apache.cxf.ws.a
> ddressing.policy.UsingAddr
> essingAssertionBuilder,org.apache.cxf.management.InstrumentationManager,or
> g.apache.cxf.binding.jbi.JBIBindingFactory,org.apache.cxf.transport.jbi.JBI
> TransportFactory,org.apach
> e.cxf.binding.http.HttpBindingFactory,org.apache.cxf.transport.http.policy
> .HTTPClientAssertionBuilder,org.apache.cxf.transport.http.policy.HTTPServer
> AssertionBuilder,org.apach
> e.cxf.transport.http.policy.NoOpPolicyInterceptorProvider,org.apache.cxf.t
> ransport.http.ClientOnlyHTTPTransportFactory,org.apache.cxf.transport.http_
> jetty.JettyHTTPTransportFa
> ctory,org.apache.cxf.transport.local.LocalTransportFactory,org.apache.cxf.
> transport.jms.JMSTransportFactory,org.apache.cxf.ws.policy.AssertionBuilder
> Registry,org.apache.cxf.ws
> .policy.PolicyInterceptorProviderRegistry,org.apache.cxf.ws.policy.attachm
> ent.external.DomainExpressionBuilderRegistry,org.apache.cxf.ws.policy.attac
> hment.external.EndpointRef
> erenceDomainExpressionBuilder,org.apache.cxf.ws.policy.PolicyBuilder,org.a
> pache.cxf.ws.policy.PolicyEngine,org.apache.cxf.ws.policy.attachment.wsdl11
> .Wsdl11AttachmentPolicyPro
> vider,org.apache.cxf.ws.policy.attachment.ServiceModelPolicyProvider,org.a
> pache.cxf.ws.policy.mtom.MTOMAssertionBuilder,org.apache.cxf.ws.policy.mtom
> .MTOMPolicyInterceptorProv ider,org.apache.cxf.jaxrs.JAXRSBindingFactory];
> root of factory hierarchy SimpleType Union Not Supported in CORBA Binding
> SimpleType Union Not Supported in CORBA Binding
> SimpleType Union Not Supported in CORBA Binding
> SimpleType Union Not Supported in CORBA Binding
> SimpleType Union Not Supported in CORBA Binding
> SimpleType Union Not Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> Binding Generation:{http://apache.org/type_test/types1}attribList Jul 23,
> 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> Binding Generation:{http://apache.org/type_test/types1}attribUnion
> SimpleType Union Not Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/types1}varUnion SimpleType
> Union Not Supported in CORBA Binding
> SimpleType Union Not Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: class
> org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: class
> org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unknown particle type
> org.apache.ws.commons.schema.XmlSchemaGroupRef SimpleType Union Not
> Supported in CORBA Binding
> SimpleType Union Not Supported in CORBA Binding
> SimpleType Union Not Supported in CORBA Binding
> SimpleType Union Not Supported in CORBA Binding
> SimpleType Union Not Supported in CORBA Binding
> SimpleType Union Not Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> Binding Generation:{http://apache.org/type_test/types1}attribList Jul 23,
> 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> Binding Generation:{http://apache.org/type_test/types1}attribUnion
> SimpleType Union Not Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/types1}varUnion SimpleType
> Union Not Supported in CORBA Binding
> SimpleType Union Not Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: class
> org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: class
> org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unknown particle type
> org.apache.ws.commons.schema.XmlSchemaGroupRef SimpleType Union Not
> Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}return SimpleType
> Union Not Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}y SimpleType Union Not
> Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}z Jul 23, 2010
> 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: class
> org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: class
> org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}x Jul 23, 2010
> 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}y SimpleType Union Not
> Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}x SimpleType Union Not
> Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}y Jul 23, 2010
> 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> Binding Generation:{http://apache.org/type_test/types1}attribUnion
> SimpleType Union Not Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/types1}varUnion Jul 23,
> 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> Binding Generation:{http://apache.org/type_test/types1}attribUnion
> SimpleType Union Not Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/types1}varUnion Jul 23,
> 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> Binding Generation:{http://apache.org/type_test/types1}attribUnion
> SimpleType Union Not Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/types1}varUnion Jul 23,
> 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: class
> org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: class
> org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: class
> org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> CORBA binding.  Skipping. SimpleType Union Not Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}x SimpleType Union Not
> Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}y SimpleType Union Not
> Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}return SimpleType
> Union Not Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}y SimpleType Union Not
> Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}z Jul 23, 2010
> 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> Binding Generation:{http://apache.org/type_test/types1}attribUnion
> SimpleType Union Not Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/types1}varUnion Jul 23,
> 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> Binding Generation:{http://apache.org/type_test/types1}attribUnion
> SimpleType Union Not Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/types1}varUnion Jul 23,
> 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: class
> org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: class
> org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> CORBA binding.  Skipping. SimpleType Union Not Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}x SimpleType Union Not
> Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}y SimpleType Union Not
> Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}return SimpleType
> Union Not Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}y SimpleType Union Not
> Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}z SimpleType Union Not
> Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}return SimpleType
> Union Not Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}y SimpleType Union Not
> Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}z SimpleType Union Not
> Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}return SimpleType
> Union Not Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}y SimpleType Union Not
> Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}z SimpleType Union Not
> Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}x SimpleType Union Not
> Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}y Jul 23, 2010
> 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unknown particle type
> org.apache.ws.commons.schema.XmlSchemaGroupRef Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unknown particle type
> org.apache.ws.commons.schema.XmlSchemaGroupRef SimpleType Union Not
> Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}x SimpleType Union Not
> Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}y Jul 23, 2010
> 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}return Jul 23, 2010
> 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}y Jul 23, 2010
> 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}z SimpleType Union Not
> Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}x SimpleType Union Not
> Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}y Jul 23, 2010
> 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> Binding Generation:{http://apache.org/type_test/types1}attribList Jul 23,
> 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> Binding Generation:{http://apache.org/type_test/types1}attribList Jul 23,
> 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> Binding Generation:{http://apache.org/type_test/types1}attribList Jul 23,
> 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> Binding Generation:{http://apache.org/type_test/types1}attribList Jul 23,
> 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> Binding Generation:{http://apache.org/type_test/types1}attribList Jul 23,
> 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unknown particle type
> org.apache.ws.commons.schema.XmlSchemaGroupRef Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unknown particle type
> org.apache.ws.commons.schema.XmlSchemaGroupRef Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unknown particle type
> org.apache.ws.commons.schema.XmlSchemaGroupRef SimpleType Union Not
> Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}return SimpleType
> Union Not Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}y SimpleType Union Not
> Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}z SimpleType Union Not
> Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}return SimpleType
> Union Not Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}y SimpleType Union Not
> Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}z SimpleType Union Not
> Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}x SimpleType Union Not
> Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}y Jul 23, 2010
> 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: class
> org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: class
> org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: class
> org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> CORBA binding.  Skipping. SimpleType Union Not Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}return SimpleType
> Union Not Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}y SimpleType Union Not
> Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}z SimpleType Union Not
> Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}x SimpleType Union Not
> Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/doc}y Jul 23, 2010
> 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaBinding
> addBindingOperations WARNING: Operation testNMTOKENS not mapped to CORBA
> binding.
> SimpleType Union Not Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaBinding
> addBindingOperations WARNING: Operation testSimpleUnionList not mapped to
> CORBA binding. SimpleType Union Not Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaBinding
> addBindingOperations WARNING: Operation testAnonUnionList not mapped to
> CORBA binding.
> SimpleType Union Not Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaBinding
> addBindingOperations WARNING: Operation testSimpleUnion not mapped to
> CORBA binding.
> SimpleType Union Not Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaBinding
> addBindingOperations WARNING: Operation testUnionWithAnonEnum not mapped
> to CORBA binding. SimpleType Union Not Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaBinding
> addBindingOperations WARNING: Operation testUnionWithStringList not mapped
> to CORBA binding. SimpleType Union Not Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaBinding
> addBindingOperations WARNING: Operation testUnionWithStringListRestriction
> not mapped to CORBA binding. SimpleType Union Not Supported in CORBA
> Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaBinding
> addBindingOperations WARNING: Operation testUnionWithAnonList not mapped
> to CORBA binding. Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> Binding Generation:{http://apache.org/type_test/types1}attribList Jul 23,
> 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> Binding Generation:{http://apache.org/type_test/types1}attribList Jul 23,
> 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> Binding Generation:{http://apache.org/type_test/types1}attribList Jul 23,
> 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> Binding Generation:{http://apache.org/type_test/types1}attribList Jul 23,
> 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> Binding Generation:{http://apache.org/type_test/types1}attribList Jul 23,
> 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> Binding Generation:{http://apache.org/type_test/types1}attribUnion
> SimpleType Union Not Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/types1}varUnion Jul 23,
> 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> Binding Generation:{http://apache.org/type_test/types1}attribUnion
> SimpleType Union Not Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/types1}varUnion Jul 23,
> 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> Binding Generation:{http://apache.org/type_test/types1}attribUnion
> SimpleType Union Not Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/types1}varUnion Jul 23,
> 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> Binding Generation:{http://apache.org/type_test/types1}attribUnion
> SimpleType Union Not Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/types1}varUnion Jul 23,
> 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: Unsupported Attribute Found in CORBA
> Binding Generation:{http://apache.org/type_test/types1}attribUnion
> SimpleType Union Not Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unsupported Element Found in CORBA
> Binding Generation:{http://apache.org/type_test/types1}varUnion SimpleType
> Union Not Supported in CORBA Binding
> Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaBinding
> addBindingOperations WARNING: Operation testUnionSimpleContent not mapped
> to CORBA binding. Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: class
> org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: class
> org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: class
> org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: class
> org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: class
> org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: class
> org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: class
> org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: class
> org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: class
> org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processAttributesAsMembers WARNING: class
> org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in
> CORBA binding.  Skipping. Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unknown particle type
> org.apache.ws.commons.schema.XmlSchemaGroupRef Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unknown particle type
> org.apache.ws.commons.schema.XmlSchemaGroupRef Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unknown particle type
> org.apache.ws.commons.schema.XmlSchemaGroupRef Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unknown particle type
> org.apache.ws.commons.schema.XmlSchemaGroupRef Jul 23, 2010 10:44:10 AM
> org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper
> processContainerAsMembers WARNING: Unknown particle type
> org.apache.ws.commons.schema.XmlSchemaGroupRef Jul 23, 2010 10:44:11 AM
> org.springframework.context.support.AbstractApplicationContext doClose
> INFO: Closing org.apache.cxf.bus.spring.BusApplicationContext@a268256:
> display name [org.apache.cxf.bus.spring.BusApplicationContext@a268256];
> startup date [Fri Jul 23 10:44:0 9 PDT 2010]; root of context hierarchy
> Jul 23, 2010 10:44:11 AM
> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
> destroySingletons INFO: Destroying singletons in
> org.springframework.beans.factory.support.DefaultListableBeanFactory@54962
> fcd: defining beans [cxf,org.apache.cxf.bus.spring.BusApplicationListe
> ner,org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor,org.apache
> .cxf.bus.spring.Jsr250BeanPostProcessor,org.apache.cxf.bus.spring.BusExtens
> ionPostProcessor,org.apach
> e.cxf.resource.ResourceManager,org.apache.cxf.configuration.Configurer,org
> .apache.cxf.binding.BindingFactoryManager,org.apache.cxf.transport.Destinat
> ionFactoryManager,org.apac
> he.cxf.transport.ConduitInitiatorManager,org.apache.cxf.wsdl.WSDLManager,o
> rg.apache.cxf.phase.PhaseManager,org.apache.cxf.workqueue.WorkQueueManager,
> org.apache.cxf.buslifecycl
> e.BusLifeCycleManager,org.apache.cxf.endpoint.ServerRegistry,org.apache.cx
> f.endpoint.ServerLifeCycleManager,org.apache.cxf.endpoint.ClientLifeCycleMa
> nager,org.apache.cxf.trans
> ports.http.QueryHandlerRegistry,org.apache.cxf.endpoint.EndpointResolverRe
> gistry,org.apache.cxf.headers.HeaderManager,org.apache.cxf.catalog.OASISCat
> alogManager,org.apache.cxf
> .service.factory.FactoryBeanListenerManager,org.apache.cxf.endpoint.Servic
> eContractResolverRegistry,org.apache.cxf.binding.corba.CorbaBindingFactory,
> org.apache.cxf.binding.cor
> ba.wsdl.WSDLExtensionRegister#0,org.apache.cxf.jaxws.context.WebServiceCon
> textResourceResolver,org.apache.cxf.jaxws.context.WebServiceContextImpl,org
> .apache.cxf.binding.soap.S
> oapBindingFactory,org.apache.cxf.binding.soap.SoapTransportFactory,org.apa
> che.cxf.binding.soap.customEditorConfigurer,org.apache.cxf.binding.xml.XMLB
> indingFactory,org.apache.c
> xf.ws.addressing.policy.AddressingAssertionBuilder,org.apache.cxf.ws.addre
> ssing.policy.AddressingPolicyInterceptorProvider,org.apache.cxf.ws.addressi
> ng.policy.UsingAddressingA
> ssertionBuilder,org.apache.cxf.management.InstrumentationManager,org.apach
> e.cxf.binding.jbi.JBIBindingFactory,org.apache.cxf.transport.jbi.JBITranspo
> rtFactory,org.apache.cxf.b
> inding.http.HttpBindingFactory,org.apache.cxf.transport.http.policy.HTTPCl
> ientAssertionBuilder,org.apache.cxf.transport.http.policy.HTTPServerAsserti
> onBuilder,org.apache.cxf.t
> ransport.http.policy.NoOpPolicyInterceptorProvider,org.apache.cxf.transpor
> t.http.ClientOnlyHTTPTransportFactory,org.apache.cxf.transport.http_jetty.J
> ettyHTTPTransportFactory,o
> rg.apache.cxf.transport.local.LocalTransportFactory,org.apache.cxf.transpo
> rt.jms.JMSTransportFactory,org.apache.cxf.ws.policy.AssertionBuilderRegistr
> y,org.apache.cxf.ws.policy
> .PolicyInterceptorProviderRegistry,org.apache.cxf.ws.policy.attachment.ext
> ernal.DomainExpressionBuilderRegistry,org.apache.cxf.ws.policy.attachment.e
> xternal.EndpointReferenceD
> omainExpressionBuilder,org.apache.cxf.ws.policy.PolicyBuilder,org.apache.c
> xf.ws.policy.PolicyEngine,org.apache.cxf.ws.policy.attachment.wsdl11.Wsdl11
> AttachmentPolicyProvider,o
> rg.apache.cxf.ws.policy.attachment.ServiceModelPolicyProvider,org.apache.c
> xf.ws.policy.mtom.MTOMAssertionBuilder,org.apache.cxf.ws.policy.mtom.MTOMPo
> licyInterceptorProvider,or g.apache.cxf.jaxrs.JAXRSBindingFactory]; root of
> factory hierarchy [INFO] [resources:testResources {execution:
> default-testResources}] [INFO] Using 'UTF-8' encoding to copy filtered
> resources.
> [INFO] Copying 36 resources
> [INFO] Copying 15 resources
> [INFO] Copying 2 resources
> [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Compiling 200 source files to
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\uncategorized\target
> \test-classes [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\uncategorized\target
> \surefire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.interceptor.InterceptorFaultTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.075 sec
> 
> Results :
> 
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.versioning.ClientServerVersioningTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.042 sec
> 
> Results :
> 
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.js.JSClientServerTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.004 sec
> 
> Results :
> 
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.bus.BusShutdownTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.082 sec
> 
> Results :
> 
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.corba.CorbaTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.055 sec
> 
> Results :
> 
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.cxf1226.MissingQualification1226Test
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.152 sec
> 
> Results :
> 
> Tests run: 9, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.rest.RestClientServerHttpBindingTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.743 sec
> 
> Results :
> 
> Tests run: 11, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.rest.RestClientServerBookTest
> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.132 sec
> 
> Results :
> 
> Tests run: 18, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.mtom_bindingtype.MTOMBindingTypeTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 3.237 sec
> 
> Results :
> 
> Tests run: 20, Failures: 0, Errors: 0, Skipped: 1
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.factory_pattern.MultiplexClientServerTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.707 sec
> 
> Results :
> 
> Tests run: 22, Failures: 0, Errors: 0, Skipped: 1
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.resolver.JarResolverTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.16 sec
> 
> Results :
> 
> Tests run: 23, Failures: 0, Errors: 0, Skipped: 1
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.type_substitution.AppleFindClientServerTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.91 sec
> 
> Results :
> 
> Tests run: 24, Failures: 0, Errors: 0, Skipped: 1
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.bus.SpringBusFactoryTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.621 sec
> 
> Results :
> 
> Tests run: 26, Failures: 0, Errors: 0, Skipped: 1
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.type_test.soap.SOAPDocLitClientTypeTest
> Tests run: 177, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.203
> sec
> 
> Results :
> 
> Tests run: 203, Failures: 0, Errors: 0, Skipped: 1
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.jbi.ClientServerTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.544 sec
> 
> Results :
> 
> Tests run: 204, Failures: 0, Errors: 0, Skipped: 1
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.rest.RestClientServerTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.501 sec
> 
> Results :
> 
> Tests run: 207, Failures: 0, Errors: 0, Skipped: 1
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.soap12.Soap12ClientServerTest
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.351 sec
> 
> Results :
> 
> Tests run: 212, Failures: 0, Errors: 0, Skipped: 1
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.soapfault.SOAPFaultRequestTestCase
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.264 sec
> 
> Results :
> 
> Tests run: 213, Failures: 0, Errors: 0, Skipped: 1
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running
> org.apache.cxf.systest.factory_pattern.MultiplexHttpAddressClientServerTes
> t Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.325 sec
> 
> Results :
> 
> Tests run: 217, Failures: 0, Errors: 0, Skipped: 1
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.cxf1332.Cxf1332Test
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.846 sec
> 
> Results :
> 
> Tests run: 218, Failures: 0, Errors: 0, Skipped: 1
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.cxf993.Cxf993Test
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.958 sec
> 
> Results :
> 
> Tests run: 219, Failures: 0, Errors: 0, Skipped: 1
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.stringarray.StringArrayTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.647 sec
> 
> Results :
> 
> Tests run: 220, Failures: 0, Errors: 0, Skipped: 1
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.type_test.xml.XMLClientTypeTest
> Tests run: 174, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 20.963
> sec
> 
> Results :
> 
> Tests run: 394, Failures: 0, Errors: 0, Skipped: 3
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.fault.IntFaultClientServerTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.612 sec
> 
> Results :
> 
> Tests run: 395, Failures: 0, Errors: 0, Skipped: 3
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.type_test.corba.CORBADocLitClientTypeTest
> Tests run: 175, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 13.515
> sec
> 
> Results :
> 
> Tests run: 570, Failures: 0, Errors: 0, Skipped: 5
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.type_substitution.TypeSubClientServerTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.049 sec
> 
> Results :
> 
> Tests run: 571, Failures: 0, Errors: 0, Skipped: 5
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.soap.SoapActionTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.707 sec
> 
> Results :
> 
> Tests run: 573, Failures: 0, Errors: 0, Skipped: 5
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.mtom.MtomServerTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.918 sec
> 
> Results :
> 
> Tests run: 575, Failures: 0, Errors: 0, Skipped: 5
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.jca.OutBoundConnectionTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.839 sec
> 
> Results :
> 
> Tests run: 577, Failures: 0, Errors: 0, Skipped: 5
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.clustering.FailoverTest
> Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.607 sec
> 
> Results :
> 
> Tests run: 587, Failures: 0, Errors: 0, Skipped: 5
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.lifecycle.LifeCycleTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.511 sec
> 
> Results :
> 
> Tests run: 589, Failures: 0, Errors: 0, Skipped: 5
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.mtom.ClientMtomXopTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 3.296 sec
> 
> Results :
> 
> Tests run: 591, Failures: 0, Errors: 0, Skipped: 6
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.mtom.ClientMtomXopWithJMSTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.625 sec
> 
> Results :
> 
> Tests run: 592, Failures: 0, Errors: 0, Skipped: 6
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.management.ManagedBusTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.832 sec
> 
> Results :
> 
> Tests run: 595, Failures: 0, Errors: 0, Skipped: 6
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.type_test.soap.SOAPRpcLitClientTypeTest
> Tests run: 176, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.113
> sec
> 
> Results :
> 
> Tests run: 771, Failures: 0, Errors: 0, Skipped: 6
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.corba.CorbaBindingFactoryConfigurerTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.277 sec
> 
> Results :
> 
> Tests run: 772, Failures: 0, Errors: 0, Skipped: 6
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.mtom_feature.MtomFeatureClientServerTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.263 sec
> 
> Results :
> 
> Tests run: 775, Failures: 0, Errors: 0, Skipped: 6
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.basicDOCBare.DOCBareClientServerTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.015 sec
> 
> Results :
> 
> Tests run: 778, Failures: 0, Errors: 0, Skipped: 6
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running
> org.apache.cxf.systest.factory_pattern.ManualHttpMulitplexClientServerTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.832 sec
> 
> Results :
> 
> Tests run: 780, Failures: 0, Errors: 0, Skipped: 6
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.clustering.FailoverAddressOverrideTest
> starting replicated target:
> http://localhost:9053/SoapContext/ReplicatedPortC starting replicated
> target: http://localhost:9052/SoapContext/ReplicatedPortB starting
> replicated target: http://localhost:9051/SoapContext/ReplicatedPortA Tests
> run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.28 sec
> 
> Results :
> 
> Tests run: 783, Failures: 0, Errors: 0, Skipped: 6
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.mtom.MtomPolicyTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.082 sec
> 
> Results :
> 
> Tests run: 785, Failures: 0, Errors: 0, Skipped: 6
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.management.CountersClientServerTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.354 sec
> 
> Results :
> 
> Tests run: 786, Failures: 0, Errors: 0, Skipped: 6
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.coloc.ColocHeaderRpcLitTest
> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.05 sec
> 
> Results :
> 
> Tests run: 793, Failures: 0, Errors: 0, Skipped: 6
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.coloc.ColocHeaderDocLitTest
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.784 sec
> 
> Results :
> 
> Tests run: 798, Failures: 0, Errors: 0, Skipped: 6
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.soapheader.HeaderClientServerTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.92 sec
> 
> Results :
> 
> Tests run: 800, Failures: 0, Errors: 0, Skipped: 6
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.management.ManagedClientServerTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.731 sec
> 
> Results :
> 
> Tests run: 801, Failures: 0, Errors: 0, Skipped: 6
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.callback.CallbackClientServerTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.218 sec
> 
> Results :
> 
> Tests run: 802, Failures: 0, Errors: 0, Skipped: 6
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.coloc.ColocWrappedDocLitTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.088 sec
> 
> Results :
> 
> Tests run: 806, Failures: 0, Errors: 0, Skipped: 6
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.nested_callback.CallbackClientServerTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.673 sec
> 
> Results :
> 
> Tests run: 807, Failures: 0, Errors: 0, Skipped: 6
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.schema_validation.ValidationClientServerTest
> DefaultValidationEventHandler: [FATAL_ERROR]: cvc-complex-type.2.4.a:
> Invalid content was found starting with element 'varString'. One of
> '{"http://apache.org/schema_validatio n/types":varFloat}' is expected.
>      Location: line 1
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.099 sec
> 
> Results :
> 
> Tests run: 808, Failures: 0, Errors: 0, Skipped: 6
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.outofband.header.OOBHeaderTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.327 sec
> 
> Results :
> 
> Tests run: 809, Failures: 0, Errors: 0, Skipped: 6
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\uncategorized\target
> \cxf-systests-uncategorized-2.3.0-SNAPSHOT.jar [INFO] [jar:test-jar
> {execution: attach-sources}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\uncategorized\target
> \cxf-systests-uncategorized-2.3.0-SNAPSHOT-tests.jar [INFO]
> [install:install {execution: default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\uncategorized\target
> \cxf-systests-uncategorized-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\
> org\apache\cxf\systests\cxf-systests-uncategorized\2.3.0-SNAPSHOT\cxf-syst
> ests-uncategorized-2.3.0-SNAPSHOT.jar [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\uncategorized\target
> \cxf-systests-uncategorized-2.3.0-SNAPSHOT-tests.jar to
> C:\Users\ggregory\.m2\repos
> itory\org\apache\cxf\systests\cxf-systests-uncategorized\2.3.0-SNAPSHOT\cx
> f-systests-uncategorized-2.3.0-SNAPSHOT-tests.jar [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Transport System Tests
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
> [INFO] [remote-resources:process {execution: default}]
> Downloading:
> http://repo1.maven.org/maven2/commons-pool/commons-pool/1.3/commons-pool-1
> .3.jar
> 
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\src\main\
> java [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\src\main\
> resources [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\src\main\
> resources-filtered [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\target\ge
> nerated\src\main\resources [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Compiling 6 source files to
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\target\cl
> asses [INFO] [cxf-codegen:wsdl2java {execution: generate-test-sources}]
> [INFO] Nothing to generate
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 72 resources
> [INFO] Copying 2 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\target\ge
> nerated\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Compiling 111 source files to
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\target\te
> st-classes [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\target\su
> refire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.jms.tx.JMSTransactionClientServerTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.77 sec
> 
> Results :
> 
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running
> org.apache.cxf.systest.http_jetty.continuations.ClientServerWrappedContinu
> ationTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
> 6.998 sec
> 
> Results :
> 
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.http_jetty.ThreadPoolTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.149 sec
> 
> Results :
> 
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.servlet.SpringServletTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.22 sec
> 
> Results :
> 
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.jms.JMSClientServerTest
> Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.625 sec
> 
> Results :
> 
> Tests run: 32, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running
> org.apache.cxf.systest.multitransport.MultiTransportClientServerTest Tests
> run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.115 sec
> 
> Results :
> 
> Tests run: 33, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.local_transport.DirectDispatchClientTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.496 sec
> 
> Results :
> 
> Tests run: 35, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running
> org.apache.cxf.systest.jms.continuations.HelloWorldContinuationsClientServ
> erTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
> 11.641 sec
> 
> Results :
> 
> Tests run: 36, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.http.HTTPSClientTest
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.715 sec
> 
> Results :
> 
> Tests run: 42, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.jms.testsuite.testcases.SOAPJMSTestSuiteTest
> Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.603 sec
> 
> Results :
> 
> Tests run: 74, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.http.HTTPConduitTest
> Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.943 sec
> 
> Results :
> 
> Tests run: 85, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running
> org.apache.cxf.systest.jms.continuations.HelloWorldContinuationsThrottleTe
> st Completed : 5
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.67 sec
> 
> Results :
> 
> Tests run: 86, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running
> org.apache.cxf.systest.jms.continuations.JMSContinuationsClientServerTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.364 sec
> 
> Results :
> 
> Tests run: 87, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.http_jetty.EngineLifecycleTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.344 sec
> 
> Results :
> 
> Tests run: 89, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.servlet.HttpBindingServletTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.702 sec
> 
> Results :
> 
> Tests run: 92, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.servlet.ErrorContextSerletTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.337 sec
> 
> Results :
> 
> Tests run: 93, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.http.CertConstraintsTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.482 sec
> 
> Results :
> 
> Tests run: 94, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.http.PublishedEndpointUrlTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.223 sec
> 
> Results :
> 
> Tests run: 95, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.servlet.JsFrontEndServletTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.887 sec
> 
> Results :
> 
> Tests run: 96, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.servlet.SpringAutoPublishServletTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.877 sec
> 
> Results :
> 
> Tests run: 99, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.servlet.ExternalServicesServletTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.397 sec
> 
> Results :
> 
> Tests run: 101, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.http.WSDLAddressRewriteTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.267 sec
> 
> Results :
> 
> Tests run: 103, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.servlet.CXFServletTest
> class org.apache.cxf.jaxws.binding.soap.SOAPBindingImpl
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.889 sec
> 
> Results :
> 
> Tests run: 111, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.servlet.NoSpringServletClientTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.974 sec
> 
> Results :
> 
> Tests run: 114, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.http.ClientServerSessionTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 6.416 sec
> 
> Results :
> 
> Tests run: 117, Failures: 0, Errors: 0, Skipped: 1
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.http.WSDLQueryTest
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.599 sec
> 
> Results :
> 
> Tests run: 123, Failures: 0, Errors: 0, Skipped: 1
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\target\cx
> f-systests-transports-2.3.0-SNAPSHOT.jar [INFO] [jar:test-jar {execution:
> attach-sources}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\target\cx
> f-systests-transports-2.3.0-SNAPSHOT-tests.jar [INFO] [install:install
> {execution: default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\target\cx
> f-systests-transports-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\org\ap
> ache\cxf\systests\cxf-systests-transports\2.3.0-SNAPSHOT\cxf-systests-tran
> sports-2.3.0-SNAPSHOT.jar [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\target\cx
> f-systests-transports-2.3.0-SNAPSHOT-tests.jar to
> C:\Users\ggregory\.m2\repository\
> org\apache\cxf\systests\cxf-systests-transports\2.3.0-SNAPSHOT\cxf-systest
> s-transports-2.3.0-SNAPSHOT-tests.jar [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF JAX-WS System Tests
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\src\main\java
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\src\main\resou
> rces [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\src\main\resou
> rces-filtered [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\target\generat
> ed\src\main\resources [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] No sources to compile
> [INFO] [cxf-codegen:wsdl2java {execution: generate-test-sources}]
> [INFO] Nothing to generate
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 37 resources
> [INFO] Copying 3 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\target\generat
> ed\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Compiling 106 source files to
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\target\test-cl
> asses [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\target\surefir
> e-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.provider.ProviderClientServerTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.206 sec
> 
> Results :
> 
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.handlers.HandlerInvocationTest
> Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.904 sec
> 
> Results :
> 
> Tests run: 35, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.jaxws.ClientServerMixedStyleTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.116 sec
> 
> Results :
> 
> Tests run: 37, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.jaxws.JaxWsDynamicClientTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.665 sec
> 
> Results :
> 
> Tests run: 38, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.jaxws.ClientServerGreeterNoWsdlTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.565 sec
> 
> Results :
> 
> Tests run: 40, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.jaxws.JaxwsExecutorTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.307 sec
> 
> Results :
> 
> Tests run: 41, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.jaxws.ClientServerGreeterBaseNoWsdlTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.704 sec
> 
> Results :
> 
> Tests run: 42, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.handlers.DispatchHandlerInvocationTest
> Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.2 sec
> 
> Results :
> 
> Tests run: 53, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.jaxws.AnyClientServerTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.631 sec
> 
> Results :
> 
> Tests run: 55, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running
> org.apache.cxf.systest.handlers.HandlerInvocationUsingAddNumbersTest Tests
> run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.252 sec
> 
> Results :
> 
> Tests run: 60, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running
> org.apache.cxf.systest.jaxws.beanpostprocessor.CustomizedfBeanPostProcesso
> rTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.577
> sec
> 
> Results :
> 
> Tests run: 61, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.dispatch.DispatchClientServerTest
> Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.918 sec
> 
> Results :
> 
> Tests run: 71, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.provider.datasource.DataSourceProviderTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.848 sec
> 
> Results :
> 
> Tests run: 73, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.jaxws.OASISCatalogTest
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.325 sec
> 
> Results :
> 
> Tests run: 78, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.handlers.TrivialSOAPHandlerTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.744 sec
> 
> Results :
> 
> Tests run: 79, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.jaxws.ClientServerRPCLitTest
> DefaultValidationEventHandler: [FATAL_ERROR]: cvc-complex-type.2.4.a:
> Invalid content was found starting with element 'ns2:elem3'. One of
> '{"http://apache.org/hello_world_rpcl it/types":elem2}' is expected.
>      Location: line 1
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.058 sec
> 
> Results :
> 
> Tests run: 83, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.jaxws.ClientServerRPCLitDefatulAnnoTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.855 sec
> 
> Results :
> 
> Tests run: 84, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.jaxws.ClientServerTest
> Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.581 sec
> 
> Results :
> 
> Tests run: 112, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.jaxws.ClientServerMiscTest
> DefaultValidationEventHandler: [ERROR]: NoName is not a valid name
>      Location:
> DefaultValidationEventHandler: [ERROR]: NoName is not a valid name
>      Location:
> DefaultValidationEventHandler: [ERROR]: NoName is not a valid name
>      Location:
> DefaultValidationEventHandler: [ERROR]: NoName is not a valid name
>      Location:
> Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.205 sec
> 
> Results :
> 
> Tests run: 130, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.swa.ClientServerSwaTest
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.967 sec
> 
> Results :
> 
> Tests run: 136, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running
> org.apache.cxf.systest.jaxws.beanpostprocessor.BeanPostProcessorTest Tests
> run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.225 sec
> 
> Results :
> 
> Tests run: 137, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.provider.ProviderXMLClientServerTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.356 sec
> 
> Results :
> 
> Tests run: 139, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.jaxws.LocatorClientServerTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 3.201 sec
> 
> Results :
> 
> Tests run: 141, Failures: 0, Errors: 0, Skipped: 1
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.jaxws.ClientServerGreeterBaseTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.548 sec
> 
> Results :
> 
> Tests run: 142, Failures: 0, Errors: 0, Skipped: 1
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.dispatch.DispatchXMLClientServerTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.489 sec
> 
> Results :
> 
> Tests run: 145, Failures: 0, Errors: 0, Skipped: 1
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.handlers.SpringConfiguredHandlerTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.874 sec
> 
> Results :
> 
> Tests run: 146, Failures: 0, Errors: 0, Skipped: 1
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.jaxws.JaxWsClientThreadTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.652 sec
> 
> Results :
> 
> Tests run: 147, Failures: 0, Errors: 0, Skipped: 1
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running
> org.apache.cxf.systest.provider.AttachmentProviderXMLClientServerTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.807 sec
> 
> Results :
> 
> Tests run: 148, Failures: 0, Errors: 0, Skipped: 1
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.provider.ProviderRPCClientServerTest
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.503 sec
> 
> Results :
> 
> Tests run: 156, Failures: 0, Errors: 0, Skipped: 1
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.jaxws.ClientServerXMLTest
> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.718 sec
> 
> Results :
> 
> Tests run: 163, Failures: 0, Errors: 0, Skipped: 1
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\target\cxf-sys
> tests-jaxws-2.3.0-SNAPSHOT.jar [INFO] [jar:test-jar {execution:
> attach-sources}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\target\cxf-sys
> tests-jaxws-2.3.0-SNAPSHOT-tests.jar [INFO] [install:install {execution:
> default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\target\cxf-sys
> tests-jaxws-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\org\apache\cxf\s
> ystests\cxf-systests-jaxws\2.3.0-SNAPSHOT\cxf-systests-jaxws-2.3.0-SNAPSHO
> T.jar [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\target\cxf-sys
> tests-jaxws-2.3.0-SNAPSHOT-tests.jar to
> C:\Users\ggregory\.m2\repository\org\apache
> \cxf\systests\cxf-systests-jaxws\2.3.0-SNAPSHOT\cxf-systests-jaxws-2.3.0-S
> NAPSHOT-tests.jar [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF Databinding System Tests
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\src\main
> \java [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\src\main
> \resources [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\src\main
> \resources-filtered [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\target\g
> enerated\src\main\resources [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] No sources to compile
> [INFO] [build-helper:add-test-source {execution: add-test-source}]
> [INFO] Test Source directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\src\test
> \generated added. [INFO] [cxf-codegen:wsdl2java {execution:
> generate-test-sources}]
> Jul 23, 2010 10:57:31 AM
> org.springframework.context.support.AbstractApplicationContext
> prepareRefresh INFO: Refreshing
> org.apache.cxf.bus.spring.BusApplicationContext@a46f0b5: display name
> [org.apache.cxf.bus.spring.BusApplicationContext@a46f0b5]; startup date
> [Fri Jul 23 10:5 7:31 PDT 2010]; root of context hierarchy
> Jul 23, 2010 10:57:31 AM
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> loadBeanDefinitions INFO: Loading XML bean definitions from class path
> resource [META-INF/cxf/cxf.xml] Jul 23, 2010 10:57:31 AM
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> loadBeanDefinitions INFO: Loading XML bean definitions from class path
> resource [META-INF/cxf/cxf-extension-jaxws.xml] Jul 23, 2010 10:57:31 AM
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> loadBeanDefinitions INFO: Loading XML bean definitions from class path
> resource [META-INF/cxf/cxf-extension-soap.xml] Jul 23, 2010 10:57:31 AM
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> loadBeanDefinitions INFO: Loading XML bean definitions from class path
> resource [META-INF/cxf/cxf-extension-xml.xml] Jul 23, 2010 10:57:31 AM
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> loadBeanDefinitions INFO: Loading XML bean definitions from class path
> resource [META-INF/cxf/cxf-extension-addr.xml] Jul 23, 2010 10:57:31 AM
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> loadBeanDefinitions INFO: Loading XML bean definitions from class path
> resource [META-INF/cxf/cxf-extension-http.xml] Jul 23, 2010 10:57:31 AM
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> loadBeanDefinitions INFO: Loading XML bean definitions from class path
> resource [META-INF/cxf/cxf-extension-http-jetty.xml] Jul 23, 2010 10:57:31
> AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> loadBeanDefinitions INFO: Loading XML bean definitions from class path
> resource [META-INF/cxf/cxf-extension-http.xml] Jul 23, 2010 10:57:31 AM
> org.springframework.beans.factory.support.DefaultListableBeanFactory
> registerBeanDefinition INFO: Overriding bean definition for bean
> 'org.apache.cxf.transport.http.policy.HTTPClientAssertionBuilder':
> replacing [Generic bean: class [org.apache.cxf.transport.http.poli
> cy.HTTPClientAssertionBuilder]; scope=singleton; abstract=false;
> lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true;
> primary=false; factoryBeanName=null; factoryMethodName=null;
> initMethodName=null; destroyMethodName=null; defined in class path
> resource [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class
> [org.apac he.cxf.transport.http.policy.HTTPClientAssertionBuilder];
> scope=singleton; abstract=false; lazyInit=true; autowireMode=0;
> dependencyCheck=0; autowireCandidate=true; primary=fa lse;
> factoryBeanName=null; factoryMethodName=null; initMethodName=null;
> destroyMethodName=null; defined in class path resource
> [META-INF/cxf/cxf-extension-http.xml]] Jul 23, 2010 10:57:31 AM
> org.springframework.beans.factory.support.DefaultListableBeanFactory
> registerBeanDefinition INFO: Overriding bean definition for bean
> 'org.apache.cxf.transport.http.policy.HTTPServerAssertionBuilder':
> replacing [Generic bean: class [org.apache.cxf.transport.http.poli
> cy.HTTPServerAssertionBuilder]; scope=singleton; abstract=false;
> lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true;
> primary=false; factoryBeanName=null; factoryMethodName=null;
> initMethodName=null; destroyMethodName=null; defined in class path
> resource [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class
> [org.apac he.cxf.transport.http.policy.HTTPServerAssertionBuilder];
> scope=singleton; abstract=false; lazyInit=true; autowireMode=0;
> dependencyCheck=0; autowireCandidate=true; primary=fa lse;
> factoryBeanName=null; factoryMethodName=null; initMethodName=null;
> destroyMethodName=null; defined in class path resource
> [META-INF/cxf/cxf-extension-http.xml]] Jul 23, 2010 10:57:31 AM
> org.springframework.beans.factory.support.DefaultListableBeanFactory
> registerBeanDefinition INFO: Overriding bean definition for bean
> 'org.apache.cxf.transport.http.policy.NoOpPolicyInterceptorProvider':
> replacing [Generic bean: class [org.apache.cxf.transport.http.p
> olicy.NoOpPolicyInterceptorProvider]; scope=singleton; abstract=false;
> lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true;
> primary=false; factoryBeanName =null; factoryMethodName=null;
> initMethodName=null; destroyMethodName=null; defined in class path
> resource [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class
> [or g.apache.cxf.transport.http.policy.NoOpPolicyInterceptorProvider];
> scope=singleton; abstract=false; lazyInit=true; autowireMode=0;
> dependencyCheck=0; autowireCandidate=true; p rimary=false;
> factoryBeanName=null; factoryMethodName=null; initMethodName=null;
> destroyMethodName=null; defined in class path resource
> [META-INF/cxf/cxf-extension-http.xml]] Jul 23, 2010 10:57:31 AM
> org.springframework.beans.factory.support.DefaultListableBeanFactory
> registerBeanDefinition INFO: Overriding bean definition for bean
> 'org.apache.cxf.transport.http.ClientOnlyHTTPTransportFactory': replacing
> [Generic bean: class [org.apache.cxf.transport.http.ClientO
> nlyHTTPTransportFactory]; scope=singleton; abstract=false; lazyInit=true;
> autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false;
> factoryBeanName=null; facto ryMethodName=null; initMethodName=null;
> destroyMethodName=null; defined in class path resource
> [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class
> [org.apache.cxf .transport.http.ClientOnlyHTTPTransportFactory];
> scope=singleton; abstract=false; lazyInit=true; autowireMode=0;
> dependencyCheck=0; autowireCandidate=true; primary=false; fact
> oryBeanName=null; factoryMethodName=null; initMethodName=null;
> destroyMethodName=null; defined in class path resource
> [META-INF/cxf/cxf-extension-http.xml]] Jul 23, 2010 10:57:31 AM
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> loadBeanDefinitions INFO: Loading XML bean definitions from class path
> resource [META-INF/cxf/cxf-extension-local.xml] Jul 23, 2010 10:57:31 AM
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> loadBeanDefinitions INFO: Loading XML bean definitions from class path
> resource [META-INF/cxf/cxf-extension-ws-security.xml] Jul 23, 2010
> 10:57:31 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> loadBeanDefinitions INFO: Loading XML bean definitions from class path
> resource [META-INF/cxf/cxf-extension-jaxrs-binding.xml] Jul 23, 2010
> 10:57:31 AM org.springframework.context.support.AbstractApplicationContext
> obtainFreshBeanFactory INFO: Bean factory for application context
> [org.apache.cxf.bus.spring.BusApplicationContext@a46f0b5]:
> org.springframework.beans.factory.support.DefaultListableBeanFactory@780e
> a6fb
> Jul 23, 2010 10:57:31 AM
> org.springframework.beans.factory.support.DefaultListableBeanFactory
> preInstantiateSingletons INFO: Pre-instantiating singletons in
> org.springframework.beans.factory.support.DefaultListableBeanFactory@780ea
> 6fb: defining beans [cxf,org.apache.cxf.bus.spring.BusApplicati
> onListener,org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor,org
> .apache.cxf.bus.spring.Jsr250BeanPostProcessor,org.apache.cxf.bus.spring.Bu
> sExtensionPostProcessor,or
> g.apache.cxf.resource.ResourceManager,org.apache.cxf.configuration.Configu
> rer,org.apache.cxf.binding.BindingFactoryManager,org.apache.cxf.transport.D
> estinationFactoryManager,o
> rg.apache.cxf.transport.ConduitInitiatorManager,org.apache.cxf.wsdl.WSDLMa
> nager,org.apache.cxf.phase.PhaseManager,org.apache.cxf.workqueue.WorkQueueM
> anager,org.apache.cxf.busl
> ifecycle.BusLifeCycleManager,org.apache.cxf.endpoint.ServerRegistry,org.ap
> ache.cxf.endpoint.ServerLifeCycleManager,org.apache.cxf.endpoint.ClientLife
> CycleManager,org.apache.cx
> f.transports.http.QueryHandlerRegistry,org.apache.cxf.endpoint.EndpointRes
> olverRegistry,org.apache.cxf.headers.HeaderManager,org.apache.cxf.catalog.O
> ASISCatalogManager,org.apa
> che.cxf.service.factory.FactoryBeanListenerManager,org.apache.cxf.endpoint
> .ServiceContractResolverRegistry,org.apache.cxf.jaxws.context.WebServiceCon
> textResourceResolver,org.a
> pache.cxf.jaxws.context.WebServiceContextImpl,org.apache.cxf.binding.soap.
> SoapBindingFactory,org.apache.cxf.binding.soap.SoapTransportFactory,org.apa
> che.cxf.binding.soap.custo
> mEditorConfigurer,org.apache.cxf.binding.xml.XMLBindingFactory,org.apache.
> cxf.ws.addressing.policy.AddressingAssertionBuilder,org.apache.cxf.ws.addre
> ssing.policy.AddressingPol
> icyInterceptorProvider,org.apache.cxf.ws.addressing.policy.UsingAddressing
> AssertionBuilder,org.apache.cxf.transport.http.policy.HTTPClientAssertionBu
> ilder,org.apache.cxf.trans
> port.http.policy.HTTPServerAssertionBuilder,org.apache.cxf.transport.http.
> policy.NoOpPolicyInterceptorProvider,org.apache.cxf.transport.http.ClientOn
> lyHTTPTransportFactory,org
> .apache.cxf.transport.http_jetty.JettyHTTPTransportFactory,org.apache.cxf.
> transport.local.LocalTransportFactory,org.apache.cxf.ws.security.policy.WSS
> ecurityPolicyLoader,org.ap ache.cxf.jaxrs.JAXRSBindingFactory]; root of
> factory hierarchy
> Jul 23, 2010 10:57:33 AM
> org.springframework.context.support.AbstractApplicationContext doClose
> INFO: Closing org.apache.cxf.bus.spring.BusApplicationContext@a46f0b5:
> display name [org.apache.cxf.bus.spring.BusApplicationContext@a46f0b5];
> startup date [Fri Jul 23 10:57:3 1 PDT 2010]; root of context hierarchy
> Jul 23, 2010 10:57:33 AM
> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
> destroySingletons INFO: Destroying singletons in
> org.springframework.beans.factory.support.DefaultListableBeanFactory@780ea
> 6fb: defining beans [cxf,org.apache.cxf.bus.spring.BusApplicationListe
> ner,org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor,org.apache
> .cxf.bus.spring.Jsr250BeanPostProcessor,org.apache.cxf.bus.spring.BusExtens
> ionPostProcessor,org.apach
> e.cxf.resource.ResourceManager,org.apache.cxf.configuration.Configurer,org
> .apache.cxf.binding.BindingFactoryManager,org.apache.cxf.transport.Destinat
> ionFactoryManager,org.apac
> he.cxf.transport.ConduitInitiatorManager,org.apache.cxf.wsdl.WSDLManager,o
> rg.apache.cxf.phase.PhaseManager,org.apache.cxf.workqueue.WorkQueueManager,
> org.apache.cxf.buslifecycl
> e.BusLifeCycleManager,org.apache.cxf.endpoint.ServerRegistry,org.apache.cx
> f.endpoint.ServerLifeCycleManager,org.apache.cxf.endpoint.ClientLifeCycleMa
> nager,org.apache.cxf.trans
> ports.http.QueryHandlerRegistry,org.apache.cxf.endpoint.EndpointResolverRe
> gistry,org.apache.cxf.headers.HeaderManager,org.apache.cxf.catalog.OASISCat
> alogManager,org.apache.cxf
> .service.factory.FactoryBeanListenerManager,org.apache.cxf.endpoint.Servic
> eContractResolverRegistry,org.apache.cxf.jaxws.context.WebServiceContextRes
> ourceResolver,org.apache.c
> xf.jaxws.context.WebServiceContextImpl,org.apache.cxf.binding.soap.SoapBin
> dingFactory,org.apache.cxf.binding.soap.SoapTransportFactory,org.apache.cxf
> .binding.soap.customEditor
> Configurer,org.apache.cxf.binding.xml.XMLBindingFactory,org.apache.cxf.ws.
> addressing.policy.AddressingAssertionBuilder,org.apache.cxf.ws.addressing.p
> olicy.AddressingPolicyInte
> rceptorProvider,org.apache.cxf.ws.addressing.policy.UsingAddressingAsserti
> onBuilder,org.apache.cxf.transport.http.policy.HTTPClientAssertionBuilder,o
> rg.apache.cxf.transport.ht
> tp.policy.HTTPServerAssertionBuilder,org.apache.cxf.transport.http.policy.
> NoOpPolicyInterceptorProvider,org.apache.cxf.transport.http.ClientOnlyHTTPT
> ransportFactory,org.apache
> .cxf.transport.http_jetty.JettyHTTPTransportFactory,org.apache.cxf.transpo
> rt.local.LocalTransportFactory,org.apache.cxf.ws.security.policy.WSSecurity
> PolicyLoader,org.apache.cx f.jaxrs.JAXRSBindingFactory]; root of factory
> hierarchy
> [INFO] [resources:copy-resources {execution: copy-test-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 86 resources
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 3 resources
> [INFO] Copying 8 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\target\g
> enerated\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Compiling 69 source files to
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\target\t
> est-classes [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\target\s
> urefire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.jaxb.TestServiceTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.149 sec
> 
> Results :
> 
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.aegis.mtom.MtomTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.646 sec
> 
> Results :
> 
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.aegis.CharacterSchemaTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.003 sec
> 
> Results :
> 
> Tests run: 9, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.aegis.AegisClientServerTest
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.006 sec
> 
> Results :
> 
> Tests run: 14, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.xmlbeans.ClientServerXmlBeansTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.499 sec
> 
> Results :
> 
> Tests run: 16, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.aegis.AegisJaxWsTest
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.341 sec
> 
> Results :
> 
> Tests run: 21, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\target\c
> xf-systests-databinding-2.3.0-SNAPSHOT.jar [INFO] [jar:test-jar {execution:
> attach-sources}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\target\c
> xf-systests-databinding-2.3.0-SNAPSHOT-tests.jar [INFO] [install:install
> {execution: default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\target\c
> xf-systests-databinding-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\org\
> apache\cxf\systests\cxf-systests-databinding\2.3.0-SNAPSHOT\cxf-systests-d
> atabinding-2.3.0-SNAPSHOT.jar [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\target\c
> xf-systests-databinding-2.3.0-SNAPSHOT-tests.jar to
> C:\Users\ggregory\.m2\repositor
> y\org\apache\cxf\systests\cxf-systests-databinding\2.3.0-SNAPSHOT\cxf-syst
> ests-databinding-2.3.0-SNAPSHOT-tests.jar [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF JAX-RS System Tests
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> Downloading:
> http://repo1.maven.org/maven2/jetty/jsp-api/2.1-6.0.2/jsp-api-2.1-6.0.2.po
> m [INFO] Unable to find resource 'jetty:jsp-api:pom:2.1-6.0.2' in
> repository central (http://repo1.maven.org/maven2) Downloading:
> http://repo1.maven.org/maven2/jetty/jsp/2.1-6.0.2/jsp-2.1-6.0.2.pom [INFO]
> Unable to find resource 'jetty:jsp:pom:2.1-6.0.2' in repository central
> (http://repo1.maven.org/maven2) Downloading:
> http://repo1.maven.org/maven2/org/codehaus/jackson/jackson-jaxrs/1.2.0/jac
> kson-jaxrs-1.2.0.pom
> 
> Downloading:
> http://repo1.maven.org/maven2/org/codehaus/jackson/jackson-core-asl/1.2.0/
> jackson-core-asl-1.2.0.pom
> 
> Downloading:
> http://repo1.maven.org/maven2/org/codehaus/jackson/jackson-mapper-asl/1.2.
> 0/jackson-mapper-asl-1.2.0.pom
> 
> Downloading:
> http://repo1.maven.org/maven2/org/codehaus/jackson/jackson-jaxrs/1.2.0/jac
> kson-jaxrs-1.2.0.jar
> 
> Downloading:
> http://repo1.maven.org/maven2/org/codehaus/jackson/jackson-core-asl/1.2.0/
> jackson-core-asl-1.2.0.jar
> 
> Downloading:
> http://repo1.maven.org/maven2/org/codehaus/jackson/jackson-mapper-asl/1.2.
> 0/jackson-mapper-asl-1.2.0.jar
> 
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\src\main\java
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\src\main\resou
> rces [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\src\main\resou
> rces-filtered [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\target\generat
> ed\src\main\resources [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] No sources to compile
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 91 resources
> [INFO] Copying 40 resources
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\target\generat
> ed\src\test\resources [INFO] Copying 3 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Compiling 121 source files to
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\target\test-cl
> asses [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\target\surefir
> e-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running
> org.apache.cxf.systest.jaxrs.JAXRSClientServerResourceCreatedSpringProvide
> rTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.011
> sec
> 
> Results :
> 
> Tests run: 9, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running
> org.apache.cxf.systest.jaxrs.JAXRSClientServerResourceCreatedOutsideBookTe
> st Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.211
> sec
> 
> Results :
> 
> Tests run: 11, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.jaxrs.JAXRSClientServerNonSpringBookTest
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.006 sec
> 
> Results :
> 
> Tests run: 17, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.jaxrs.security.JAXRSSpringSecurityClassTest
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.038 sec
> 
> Results :
> 
> Tests run: 23, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running
> org.apache.cxf.systest.jaxrs.security.JAXRSSpringSecurityNoAnnotationsTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.239 sec
> 
> Results :
> 
> Tests run: 27, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPullSpringTest
> Starting Server
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.284 sec
> 
> Results :
> 
> Tests run: 31, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.jaxrs.JAXRSClientServerSpringBookTest
> Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.817 sec
> 
> Results :
> 
> Tests run: 54, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.jaxrs.JAXRSMultipartTest
> Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.877 sec
> 
> Results :
> 
> Tests run: 91, Failures: 0, Errors: 0, Skipped: 0
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.jaxrs.JAXRSRequestDispatcherTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 4.658 sec
> 
> Results :
> 
> Tests run: 95, Failures: 0, Errors: 0, Skipped: 2
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.jaxrs.security.JAXRSHttpsBookTest
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.863 sec
> 
> Results :
> 
> Tests run: 101, Failures: 0, Errors: 0, Skipped: 2
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.jaxrs.JAXRSMultithreadedClientTest
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.065 sec
> 
> Results :
> 
> Tests run: 109, Failures: 0, Errors: 0, Skipped: 2
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.jaxrs.JAXRSSoapBookTest
> Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.54 sec
> 
> Results :
> 
> Tests run: 141, Failures: 0, Errors: 0, Skipped: 2
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.jaxrs.JAXRSJmsTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.762 sec
> 
> Results :
> 
> Tests run: 144, Failures: 0, Errors: 0, Skipped: 2
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.servlet.JaxRsServletTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.126 sec
> 
> Results :
> 
> Tests run: 145, Failures: 0, Errors: 0, Skipped: 3
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.jaxrs.JAXRSClientServerStreamingTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.529 sec
> 
> Results :
> 
> Tests run: 147, Failures: 0, Errors: 0, Skipped: 3
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.jaxrs.JAXRSClientServerBookTest
> PostConstruct called
> empty post
> empty post
> 
> <?xml version="1.0" encoding="utf-8"?><Book><id>123</id><name>CXF in Action
> - 3</name></Book> Tests run: 86, Failures: 0, Errors: 0, Skipped: 1, Time
> elapsed: 4.24 sec
> 
> Results :
> 
> Tests run: 233, Failures: 0, Errors: 0, Skipped: 4
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.jaxrs.JAXRSClientServerUserResourceTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.406 sec
> 
> Results :
> 
> Tests run: 236, Failures: 0, Errors: 0, Skipped: 4
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running
> org.apache.cxf.systest.jaxrs.security.JAXRSSpringSecurityInterfaceTest
> Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.789 sec
> 
> Results :
> 
> Tests run: 246, Failures: 0, Errors: 0, Skipped: 4
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.jaxrs.JAXRSClientServerProxySpringBookTest
> Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.514 sec
> 
> Results :
> 
> Tests run: 258, Failures: 0, Errors: 0, Skipped: 4
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.jaxrs.JAXRSContinuationsTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.846 sec
> 
> Results :
> 
> Tests run: 259, Failures: 0, Errors: 0, Skipped: 4
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running
> org.apache.cxf.systest.jaxrs.JAXRSClientServerResourceCreatedSpringBookTes
> t Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.492 sec
> 
> Results :
> 
> Tests run: 261, Failures: 0, Errors: 0, Skipped: 4
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.jaxrs.JAXRSAtomBookTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.964 sec
> 
> Results :
> 
> Tests run: 265, Failures: 0, Errors: 0, Skipped: 4
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.jaxrs.JAXRSUriInfoTest
> Starting Server
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.095 sec
> 
> Results :
> 
> Tests run: 266, Failures: 0, Errors: 0, Skipped: 4
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushSpringTest
> Starting Server
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.258 sec
> 
> Results :
> 
> Tests run: 271, Failures: 0, Errors: 0, Skipped: 4
> 
> engine shutdown
> engine shutdown
> engine shutdown
> engine shutdown
> engine shutdown
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.jaxrs.JAXRSDataBindingTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.993 sec
> 
> Results :
> 
> Tests run: 275, Failures: 0, Errors: 0, Skipped: 4
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running
> org.apache.cxf.systest.jaxrs.JAXRSClientServerResourceJacksonSpringProvide
> rTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.552
> sec
> 
> Results :
> 
> Tests run: 278, Failures: 0, Errors: 0, Skipped: 4
> 
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest
> Jul 23, 2010 11:01:24 AM
> org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents SEVERE:
> severe message
> Jul 23, 2010 11:01:25 AM
> org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents
> WARNING: warning message
> Jul 23, 2010 11:01:25 AM
> org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents INFO:
> info message
> Jul 23, 2010 11:01:28 AM
> org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents SEVERE:
> severe message
> Jul 23, 2010 11:01:28 AM
> org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents
> WARNING: warning message
> Jul 23, 2010 11:01:28 AM
> org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents INFO:
> info message
> Jul 23, 2010 11:01:31 AM
> org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents SEVERE:
> severe message
> Jul 23, 2010 11:01:31 AM
> org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents
> WARNING: warning message
> Jul 23, 2010 11:01:31 AM
> org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents INFO:
> info message
> Jul 23, 2010 11:01:34 AM
> org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents SEVERE:
> severe message
> Jul 23, 2010 11:01:34 AM
> org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents
> WARNING: warning message
> Jul 23, 2010 11:01:34 AM
> org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents INFO:
> info message
> Jul 23, 2010 11:01:37 AM
> org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents SEVERE:
> severe message
> Jul 23, 2010 11:01:37 AM
> org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents
> WARNING: warning message
> Jul 23, 2010 11:01:37 AM
> org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents INFO:
> info message
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.935 sec
> 
> Results :
> 
> Tests run: 283, Failures: 0, Errors: 0, Skipped: 4
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\target\cxf-sys
> tests-jaxrs-2.3.0-SNAPSHOT.jar [INFO] [jar:test-jar {execution:
> attach-sources}]
> [INFO] Building jar:
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\target\cxf-sys
> tests-jaxrs-2.3.0-SNAPSHOT-tests.jar [INFO] [install:install {execution:
> default-install}]
> [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\target\cxf-sys
> tests-jaxrs-2.3.0-SNAPSHOT.jar to
> C:\Users\ggregory\.m2\repository\org\apache\cxf\s
> ystests\cxf-systests-jaxrs\2.3.0-SNAPSHOT\cxf-systests-jaxrs-2.3.0-SNAPSHO
> T.jar [INFO] Installing
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\target\cxf-sys
> tests-jaxrs-2.3.0-SNAPSHOT-tests.jar to
> C:\Users\ggregory\.m2\repository\org\apache
> \cxf\systests\cxf-systests-jaxrs\2.3.0-SNAPSHOT\cxf-systests-jaxrs-2.3.0-S
> NAPSHOT-tests.jar [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache CXF WS-* Specifications System Tests
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [checkstyle:checkstyle {execution: validate}]
> [INFO] Starting audit...
> Audit done.
> 
> [INFO] Preparing pmd:check
> [INFO] [pmd:pmd {execution: pmd}]
> [INFO] [pmd:check {execution: validate}]
> [INFO]
> [INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\ws-specs\src\main\ja
> va [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\ws-specs\src\main\re
> sources [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\ws-specs\src\main\re
> sources-filtered [INFO] skip non existing resourceDirectory
> C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\ws-specs\target\gene
> rated\src\main\resources [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] No sources to compile
> [INFO] [cxf-codegen:wsdl2java {execution: generate-test-sources}]
> Jul 23, 2010 11:01:50 AM
> org.springframework.context.support.AbstractApplicationContext
> prepareRefresh INFO: Refreshing
> org.apache.cxf.bus.spring.BusApplicationContext@765590d6: display name
> [org.apache.cxf.bus.spring.BusApplicationContext@765590d6]; startup date
> [Fri Jul 23 11
> 
> :01:50 PDT 2010]; root of context hierarchy
> 
> Jul 23, 2010 11:01:50 AM
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> loadBeanDefinitions INFO: Loading XML bean definitions from class path
> resource [META-INF/cxf/cxf.xml] Jul 23, 2010 11:01:50 AM
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> loadBeanDefinitions INFO: Loading XML bean definitions from class path
> resource [META-INF/cxf/cxf-extension-jaxws.xml] Jul 23, 2010 11:01:50 AM
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> loadBeanDefinitions INFO: Loading XML bean definitions from class path
> resource [META-INF/cxf/cxf-extension-soap.xml] Jul 23, 2010 11:01:50 AM
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> loadBeanDefinitions INFO: Loading XML bean definitions from class path
> resource [META-INF/cxf/cxf-extension-xml.xml] Jul 23, 2010 11:01:50 AM
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> loadBeanDefinitions INFO: Loading XML bean definitions from class path
> resource [META-INF/cxf/cxf-extension-addr.xml] Jul 23, 2010 11:01:50 AM
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> loadBeanDefinitions INFO: Loading XML bean definitions from class path
> resource [META-INF/cxf/cxf-extension-http.xml] Jul 23, 2010 11:01:50 AM
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> loadBeanDefinitions INFO: Loading XML bean definitions from class path
> resource [META-INF/cxf/cxf-extension-jms.xml] Jul 23, 2010 11:01:50 AM
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> loadBeanDefinitions INFO: Loading XML bean definitions from class path
> resource [META-INF/cxf/cxf-extension-management.xml] Jul 23, 2010 11:01:50
> AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> loadBeanDefinitions INFO: Loading XML bean definitions from class path
> resource [META-INF/cxf/cxf-extension-http-jetty.xml] Jul 23, 2010 11:01:50
> AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> loadBeanDefinitions INFO: Loading XML bean definitions from class path
> resource [META-INF/cxf/cxf-extension-http.xml] Jul 23, 2010 11:01:50 AM
> org.springframework.beans.factory.support.DefaultListableBeanFactory
> registerBeanDefinition INFO: Overriding bean definition for bean
> 'org.apache.cxf.transport.http.policy.HTTPClientAssertionBuilder':
> replacing [Generic bean: class [org.apache.cxf.transport.http.poli
> cy.HTTPClientAssertionBuilder]; scope=singleton; abstract=false;
> lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true;
> primary=false; factoryBeanName=null; factoryMethodName=null;
> initMethodName=null; destroyMethodName=null; defined in class path
> resource [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class
> [org.apac he.cxf.transport.http.policy.HTTPClientAssertionBuilder];
> scope=singleton; abstract=false; lazyInit=true; autowireMode=0;
> dependencyCheck=0; autowireCandidate=true; primary=fa lse;
> factoryBeanName=null; factoryMethodName=null; initMethodName=null;
> destroyMethodName=null; defined in class path resource
> [META-INF/cxf/cxf-extension-http.xml]] Jul 23, 2010 11:01:50 AM
> org.springframework.beans.factory.support.DefaultListableBeanFactory
> registerBeanDefinition INFO: Overriding bean definition for bean
> 'org.apache.cxf.transport.http.policy.HTTPServerAssertionBuilder':
> replacing [Generic bean: class [org.apache.cxf.transport.http.poli
> cy.HTTPServerAssertionBuilder]; scope=singleton; abstract=false;
> lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true;
> primary=false; factoryBeanName=null; factoryMethodName=null;
> initMethodName=null; destroyMethodName=null; defined in class path
> resource [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class
> [org.apac he.cxf.transport.http.policy.HTTPServerAssertionBuilder];
> scope=singleton; abstract=false; lazyInit=true; autowireMode=0;
> dependencyCheck=0; autowireCandidate=true; primary=fa lse;
> factoryBeanName=null; factoryMethodName=null; initMethodName=null;
> destroyMethodName=null; defined in class path resource
> [META-INF/cxf/cxf-extension-http.xml]] Jul 23, 2010 11:01:50 AM
> org.springframework.beans.factory.support.DefaultListableBeanFactory
> registerBeanDefinition INFO: Overriding bean definition for bean
> 'org.apache.cxf.transport.http.policy.NoOpPolicyInterceptorProvider':
> replacing [Generic bean: class [org.apache.cxf.transport.http.p
> olicy.NoOpPolicyInterceptorProvider]; scope=singleton; abstract=false;
> lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true;
> primary=false; factoryBeanName =null; factoryMethodName=null;
> initMethodName=null; destroyMethodName=null; defined in class path
> resource [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class
> [or g.apache.cxf.transport.http.policy.NoOpPolicyInterceptorProvider];
> scope=singleton; abstract=false; lazyInit=true; autowireMode=0;
> dependencyCheck=0; autowireCandidate=true; p rimary=false;
> factoryBeanName=null; factoryMethodName=null; initMethodName=null;
> destroyMethodName=null; defined in class path resource
> [META-INF/cxf/cxf-extension-http.xml]] Jul 23, 2010 11:01:50 AM
> org.springframework.beans.factory.support.DefaultListableBeanFactory
> registerBeanDefinition INFO: Overriding bean definition for bean
> 'org.apache.cxf.transport.http.ClientOnlyHTTPTransportFactory': replacing
> [Generic bean: class [org.apache.cxf.transport.http.ClientO
> nlyHTTPTransportFactory]; scope=singleton; abstract=false; lazyInit=true;
> autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false;
> factoryBeanName=null; facto ryMethodName=null; initMethodName=null;
> destroyMethodName=null; defined in class path resource
> [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class
> [org.apache.cxf .transport.http.ClientOnlyHTTPTransportFactory];
> scope=singleton; abstract=false; lazyInit=true; autowireMode=0;
> dependencyCheck=0; autowireCandidate=true; primary=false; fact
> oryBeanName=null; factoryMethodName=null; initMethodName=null;
> destroyMethodName=null; defined in class path resource
> [META-INF/cxf/cxf-extension-http.xml]] Jul 23, 2010 11:01:50 AM
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> loadBeanDefinitions INFO: Loading XML bean definitions from class path
> resource [META-INF/cxf/cxf-extension-rm.xml] Jul 23, 2010 11:01:50 AM
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> loadBeanDefinitions INFO: Loading XML bean definitions from class path
> resource [META-INF/cxf/cxf-extension-policy.xml] Jul 23, 2010 11:01:50 AM
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
> loadBeanDefinitions INFO: Loading XML bean definitions from class path
> resource [META-INF/cxf/cxf-extension-ws-security.xml] Jul 23, 2010
> 11:01:50 AM org.springframework.context.support.AbstractApplicationContext
> obtainFreshBeanFactory INFO: Bean factory for application context
> [org.apache.cxf.bus.spring.BusApplicationContext@765590d6]:
> org.springframework.beans.factory.support.DefaultListableBeanFactory@837
> 5b8f
> Jul 23, 2010 11:01:50 AM
> org.springframework.beans.factory.support.DefaultListableBeanFactory
> preInstantiateSingletons INFO: Pre-instantiating singletons in
> org.springframework.beans.factory.support.DefaultListableBeanFactory@8375b
> 8f: defining beans [cxf,org.apache.cxf.bus.spring.BusApplicatio
> nListener,org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor,org.
> apache.cxf.bus.spring.Jsr250BeanPostProcessor,org.apache.cxf.bus.spring.Bus
> ExtensionPostProcessor,org
> .apache.cxf.resource.ResourceManager,org.apache.cxf.configuration.Configur
> er,org.apache.cxf.binding.BindingFactoryManager,org.apache.cxf.transport.De
> stinationFactoryManager,or
> g.apache.cxf.transport.ConduitInitiatorManager,org.apache.cxf.wsdl.WSDLMan
> ager,org.apache.cxf.phase.PhaseManager,org.apache.cxf.workqueue.WorkQueueMa
> nager,org.apache.cxf.busli
> fecycle.BusLifeCycleManager,org.apache.cxf.endpoint.ServerRegistry,org.apa
> che.cxf.endpoint.ServerLifeCycleManager,org.apache.cxf.endpoint.ClientLifeC
> ycleManager,org.apache.cxf
> .transports.http.QueryHandlerRegistry,org.apache.cxf.endpoint.EndpointReso
> lverRegistry,org.apache.cxf.headers.HeaderManager,org.apache.cxf.catalog.OA
> SISCatalogManager,org.apac
> he.cxf.service.factory.FactoryBeanListenerManager,org.apache.cxf.endpoint.
> ServiceContractResolverRegistry,org.apache.cxf.jaxws.context.WebServiceCont
> extResourceResolver,org.ap
> ache.cxf.jaxws.context.WebServiceContextImpl,org.apache.cxf.binding.soap.S
> oapBindingFactory,org.apache.cxf.binding.soap.SoapTransportFactory,org.apac
> he.cxf.binding.soap.custom
> EditorConfigurer,org.apache.cxf.binding.xml.XMLBindingFactory,org.apache.c
> xf.ws.addressing.policy.AddressingAssertionBuilder,org.apache.cxf.ws.addres
> sing.policy.AddressingPoli
> cyInterceptorProvider,org.apache.cxf.ws.addressing.policy.UsingAddressingA
> ssertionBuilder,org.apache.cxf.transport.http.policy.HTTPClientAssertionBui
> lder,org.apache.cxf.transp
> ort.http.policy.HTTPServerAssertionBuilder,org.apache.cxf.transport.http.p
> olicy.NoOpPolicyInterceptorProvider,org.apache.cxf.transport.http.ClientOnl
> yHTTPTransportFactory,org.
> apache.cxf.transport.jms.JMSTransportFactory,org.apache.cxf.management.Ins
> trumentationManager,org.apache.cxf.transport.http_jetty.JettyHTTPTransportF
> actory,org.apache.cxf.ws.r
> m.RMManager,org.apache.cxf.ws.rm.policy.RMPolicyInterceptorProvider,org.ap
> ache.cxf.ws.rm.policy.RMAssertionBuilder,org.apache.cxf.ws.policy.Assertion
> BuilderRegistry,org.apache
> .cxf.ws.policy.PolicyInterceptorProviderRegistry,org.apache.cxf.ws.policy.
> attachment.external.DomainExpressionBuilderRegistry,org.apache.cxf.ws.polic
> y.attachment.external.Endp
> ointReferenceDomainExpressionBuilder,org.apache.cxf.ws.policy.PolicyBuilde
> r,org.apache.cxf.ws.policy.PolicyEngine,org.apache.cxf.ws.policy.attachment
> .wsdl11.Wsdl11AttachmentPo
> licyProvider,org.apache.cxf.ws.policy.attachment.ServiceModelPolicyProvide
> r,org.apache.cxf.ws.policy.mtom.MTOMAssertionBuilder,org.apache.cxf.ws.poli
> cy.mtom.MTOMPolicyIntercep
> torProvider,org.apache.cxf.ws.security.policy.WSSecurityPolicyLoader];
> root of factory hierarchy Jul 23, 2010 11:01:51 AM
> org.springframework.context.support.AbstractApplicationContext doClose
> INFO: Closing org.apache.cxf.bus.spring.BusApplicationContext@765590d6:
> display name [org.apache.cxf.bus.spring.BusApplicationContext@765590d6];
> startup date [Fri Jul 23 11:01
> 
> :50 PDT 2010]; root of context hierarchy
> 
> Jul 23, 2010 11:01:51 AM
> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
> destroySingletons INFO: Destroying singletons in
> org.springframework.beans.factory.support.DefaultListableBeanFactory@8375b
> 8f: defining beans [cxf,org.apache.cxf.bus.spring.BusApplicationListen
> er,org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor,org.apache.
> cxf.bus.spring.Jsr250BeanPostProcessor,org.apache.cxf.bus.spring.BusExtensi
> onPostProcessor,org.apache
> .cxf.resource.ResourceManager,org.apache.cxf.configuration.Configurer,org.
> apache.cxf.binding.BindingFactoryManager,org.apache.cxf.transport.Destinati
> onFactoryManager,org.apach
> e.cxf.transport.ConduitInitiatorManager,org.apache.cxf.wsdl.WSDLManager,or
> g.apache.cxf.phase.PhaseManager,org.apache.cxf.workqueue.WorkQueueManager,o
> rg.apache.cxf.buslifecycle
> .BusLifeCycleManager,org.apache.cxf.endpoint.ServerRegistry,org.apache.cxf
> .endpoint.ServerLifeCycleManager,org.apache.cxf.endpoint.ClientLifeCycleMan
> ager,org.apache.cxf.transp
> orts.http.QueryHandlerRegistry,org.apache.cxf.endpoint.EndpointResolverReg
> istry,org.apache.cxf.headers.HeaderManager,org.apache.cxf.catalog.OASISCata
> logManager,org.apache.cxf.
> service.factory.FactoryBeanListenerManager,org.apache.cxf.endpoint.Service
> ContractResolverRegistry,org.apache.cxf.jaxws.context.WebServiceContextReso
> urceResolver,org.apache.cx
> f.jaxws.context.WebServiceContextImpl,org.apache.cxf.binding.soap.SoapBind
> ingFactory,org.apache.cxf.binding.soap.SoapTransportFactory,org.apache.cxf.
> binding.soap.customEditorC
> onfigurer,org.apache.cxf.binding.xml.XMLBindingFactory,org.apache.cxf.ws.a
> ddressing.policy.AddressingAssertionBuilder,org.apache.cxf.ws.addressing.po
> licy.AddressingPolicyInter
> ceptorProvider,org.apache.cxf.ws.addressing.policy.UsingAddressingAssertio
> nBuilder,org.apache.cxf.transport.http.policy.HTTPClientAssertionBuilder,or
> g.apache.cxf.transport.htt
> p.policy.HTTPServerAssertionBuilder,org.apache.cxf.transport.http.policy.N
> oOpPolicyInterceptorProvider,org.apache.cxf.transport.http.ClientOnlyHTTPTr
> ansportFactory,org.apache.
> cxf.transport.jms.JMSTransportFactory,org.apache.cxf.management.Instrument
> ationManager,org.apache.cxf.transport.http_jetty.JettyHTTPTransportFactory,
> org.apache.cxf.ws.rm.RMMan
> ager,org.apache.cxf.ws.rm.policy.RMPolicyInterceptorProvider,org.apache.cx
> f.ws.rm.policy.RMAssertionBuilder,org.apache.cxf.ws.policy.AssertionBuilder
> Registry,org.apache.cxf.ws
> .policy.PolicyInterceptorProviderRegistry,org.apache.cxf.ws.policy.attachm
> ent.external.DomainExpressionBuilderRegistry,org.apache.cxf.ws.policy.attac
> hment.external.EndpointRef
> erenceDomainExpressionBuilder,org.apache.cxf.ws.policy.PolicyBuilder,org.a
> pache.cxf.ws.policy.PolicyEngine,org.apache.cxf.ws.policy.attachment.wsdl11
> .Wsdl11AttachmentPolicyPro
> vider,org.apache.cxf.ws.policy.attachment.ServiceModelPolicyProvider,org.a
> pache.cxf.ws.policy.mtom.MTOMAssertionBuilder,org.apache.cxf.ws.policy.mtom
> .MTOMPolicyInterceptorProv
> ider,org.apache.cxf.ws.security.policy.WSSecurityPolicyLoader]; root of
> factory hierarchy [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Could not find any node with the XPath expression:
> //wsdl:definitions
> 
> [INFO]
> ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 30 minutes 16 seconds
> [INFO] Finished at: Fri Jul 23 11:01:51 PDT 2010
> [INFO] Final Memory: 216M/426M
> [INFO]
> ------------------------------------------------------------------------
> Fri 07/23/201011:01:52.94 C:\Users\ggregory\b\svn\apache.org\cxf\trunk
> 
> 
> Gary Gregory
> Senior Software Engineer
> Seagull Software
> email: ggregory@seagullsoftware.com
> email: ggregory@apache.org
> www.seagullsoftware.com
> 
> > -----Original Message-----
> > From: Daniel Kulp [mailto:dkulp@apache.org]
> > Sent: Tuesday, February 09, 2010 13:29
> > To: dev@cxf.apache.org; users@cxf.apache.org
> > Subject: CXF, Java 6/Spring/etc... and deps.....
> > 
> > 
> > As you may have noticed, last week (on trunk only) I moved all the
> > dependencies that can be provided by Java 6 (except jaxb-impl/jaxb-xjc)
> > into a special jdk15 profile that is auto activated on Java5.   Thus,
> > trunk should now require less dependencies when running on Java 6.
> > 
> > HOWEVER, I put Woodstox back in as a runtime dep this morning.   There
> > are a couple reasons:
> > 1) The parser in the JDK really sucks.   My benchmarking over the last
> > couple days for a customer showed nearly 40% throughput reduction
> > compared to woodstox.   IMO, the "out of the box" speed is important.
> > 
> > 2) Related to (1), a full "mvn install -Pnochecks" was taking 6 minutes
> > longer on Java 6 compared to last week.    Turns out, that's parser
> > related.  :-)   I could have added woodstox as a test dep to all the
> > modules, but again, I think it's important enough to make sure everyone
> > uses it by default.
> > 
> > The good news is that while the Sun parser was being used, I found a
> > couple places where tests were failing with it.   I've updated the code
> > so we now should work better with the Sun parser if someone really wants
> > to use it.
> > 
> > I also started going through and marking the spring stuff as optional or
> > provided (or test scope).    We don't really REQUIRE it in all cases, and
> > this should allow the user to more easily use whatever version of Spring
> > they want.
> > 
> > Anyway, I still have to update the distribution and bundle modules to now
> > work correctly with java6.   If you build with java6, you get different
> > results than with Java 5.   The lib dir has about 9 less jars, the
> > manifest is missing entries, etc....
> > 
> > For those of you using Maven and Java 6, I'd really appreciate it if you
> > could try the 2.3.0-SNAPSHOT's to see if having all the extra deps
> > removed will cause any major issues.   Likewise, on Java 5, I'd like to
> > make sure all the required deps still come in.
> > 
> > Thanks!
> > --
> > Daniel Kulp
> > dkulp@apache.org
> > http://www.dankulp.com/blog

-- 
Daniel Kulp
dkulp@apache.org
http://dankulp.com/blog

RE: CXF, Java 6/Spring/etc... and deps.....

Posted by Gary Gregory <GG...@seagullsoftware.com>.
Dan,

I just tried a build from the latest SVN trunk and got an error (see the end of this msg.)

My set up:

Apache Maven 2.2.1 (r801777; 2009-08-06 12:16:01-0700)
Java version: 1.6.0_20
Java home: C:\Program Files\Java\jdk1.6.0_20\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows vista" version: "6.0" arch: "amd64" Family: "windows"
Fri 07/23/201011:08:26.04 C:\Users\ggregory\b\svn\apache.org\cxf\trunk

Here my build output:

[INFO] Scanning for projects...
[INFO] Reactor build order:
[INFO]   Apache CXF
[INFO]   Apache CXF Parent
[INFO]   Apache CXF Common Utilities
[INFO]   Apache CXF Common Schemas
[INFO]   Apache CXF API
[INFO]   Apache CXF Woodstox/MSV Schema Validation
[INFO]   Apache CXF XML Schema Validation with Xerces
[INFO]   Apache CXF Common
[INFO]   Apache CXF Runtime Core
[INFO]   Apache CXF Command Line Tools Common
[INFO]   Apache CXF Command Line Tools Validator
[INFO]   Apache CXF Command Line Tools WSDLTo Core
[INFO]   Apache CXF Command Line Tools WSDLTo JAXWS Frontend
[INFO]   Apache CXF WSDL Validator Maven2 Plugin
[INFO]   Apache CXF Command Line Tools WSDLTo JAXB Databinding
[INFO]   Apache CXF Code Generation Maven2 Plugins
[INFO]   Apache CXF Test Utilities
[INFO]   Apache CXF Runtime JAXB DataBinding
[INFO]   Apache CXF Runtime XML Binding
[INFO]   Apache CXF Runtime SOAP Binding
[INFO]   Apache CXF Runtime Local Transport
[INFO]   Apache CXF Runtime Simple Frontend
[INFO]   Apache CXF Runtime HTTP Transport
[INFO]   Apache CXF Runtime HTTP Jetty Transport
[INFO]   Apache CXF Runtime WS Addressing
[INFO]   Apache CXF Runtime JAX-WS Frontend
[INFO]   Apache CXF Test Case Support
[INFO]   Apache CXF Runtime Aegis Databinding
[INFO]   Apache CXF Runtime JavaScript Client Generator
[INFO]   Apache CXF Command Line Tools WSDL to JavaScript Front End
[INFO]   Apache CXF Runtime Management
[INFO]   Apache CXF Runtime JMS Transport
[INFO]   Apache CXF Runtime XmlBeans DataBinding
[INFO]   Apache CXF Command Line Tools WSDLTo Test
[INFO]   Apache CXF Command Line Tools WSDLTo Misctools
[INFO]   Apache CXF Command Line Tools
[INFO]   Apache CXF Command Line Tools WSDLTo
[INFO]   Apache CXF Command Line Tools JavaTo WS
[INFO]   Apache CXF Command Line Tools JavaTo
[INFO]   Apache CXF Runtime CORBA Binding
[INFO]   Apache CXF Command Line Tools CORBA
[INFO]   Apache CXF Runtime SDO DataBinding
[INFO]   Apache CXF Runtime HTTP Binding
[INFO]   Apache CXF Runtime Object Binding
[INFO]   Apache CXF Runtime Colocated Binding
[INFO]   Apache CXF Runtime JBI Binding
[INFO]   Apache CXF Runtime
[INFO]   Apache CXF Runtime Bindings
[INFO]   Apache CXF Runtime JAX-RS Frontend
[INFO]   Apache CXF Runtime JavaScript Frontend
[INFO]   Apache CXF HTTP Transport for OSGi
[INFO]   Apache CXF Runtime JBI Transport
[INFO]   Apache CXF Runtime WS Policy
[INFO]   Apache CXF Runtime WS Reliable Messaging
[INFO]   Apache CXF Runtime WS Security
[INFO]   Apache CXF Runtime Web Management
[INFO]   Apache CXF JBI Integration
[INFO]   Apache CXF JCA Connection
[INFO]   Apache CXF Integration
[INFO]   Apache CXF Java2WS Maven2 Plugin
[INFO]   Apache CXF CORBA Tools Maven2 Plugins
[INFO]   Apache CXF Archetype - Simple JAX-WS Java First
[INFO]   Apache CXF Maven Archetypes
[INFO]   Apache CXF Maven Plugins
[INFO]   Apache CXF Uncategorized System Tests
[INFO]   Apache CXF Transport System Tests
[INFO]   Apache CXF JAX-WS System Tests
[INFO]   Apache CXF Databinding System Tests
[INFO]   Apache CXF JAX-RS System Tests
[INFO]   Apache CXF WS-* Specifications System Tests
[INFO]   Test for writing wsdl to repo
[INFO]   Test for reading wsdl from repo and generating code from it
[INFO]   Apache CXF System Tests
[INFO]   Apache CXF System Tests for WSDL generation and retrieval
[INFO]   Apache CXF Bundle Parent
[INFO]   Apache CXF Bundle Jar
[INFO]   Apache CXF Minimal Bundle Jar
[INFO]   Apache CXF JAX-RS Bundle Jar
[INFO]   Apache CXF Manifest Jar
[INFO]   Apache CXF Distribution
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\pom.xml to C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf\2.3.0-SNAPSHOT\cxf-2.3.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Parent
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Source directory does not exist - skipping report.
[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
[INFO] Setting property: velocimacro.messages.on => 'false'.
[INFO] Setting property: resource.loader => 'classpath'.
[INFO] Setting property: resource.manager.logwhenfound => 'false'.
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\parent\pom.xml to C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-parent\2.3.0-SNAPSHOT\cxf-parent-2.3.0-SNA
PSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Common Utilities
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO] Copying 2 resources
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\common\target\generated\src\main\resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 14 resources
[INFO] Copying 7 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\common\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\common\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.helpers.HttpHeaderHelperTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 sec
Running org.apache.cxf.staxutils.FragmentStreamReaderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.31 sec
Running org.apache.cxf.common.i18n.BundleUtilsTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec
Running org.apache.cxf.jaxb.DatatypeFactoryTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 sec
Running org.apache.cxf.common.commands.ForkedCommandTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.349 sec
Running org.apache.cxf.common.injection.ResourceInjectorTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.269 sec
Running org.apache.cxf.common.logging.LogUtilsTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 sec
Running org.apache.cxf.common.util.XmlSchemaPrimitiveUtilsTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running org.apache.cxf.common.util.StringUtilsTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.apache.cxf.helpers.XMLUtilsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.177 sec
Running org.apache.cxf.resource.ClassLoaderResolverTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.354 sec
Running org.apache.cxf.configuration.spring.SpringBeanQNameMapTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.736 sec
Running org.apache.cxf.helpers.FileUtilsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec
Running org.apache.cxf.common.xmlschema.ImportRepairTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.342 sec
Running org.apache.cxf.common.util.CollectionUtilsTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec
Running org.apache.cxf.resource.URIResolverTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 sec
Running org.apache.cxf.staxutils.W3CDOMStreamReaderTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.178 sec
Running org.apache.cxf.helpers.ServiceUtilsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.apache.cxf.staxutils.DepthXMLStreamReaderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.apache.cxf.jaxb.JAXBElementToStringStyleTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 sec
Running org.apache.cxf.common.security.SimplePrincipalTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
Running org.apache.cxf.common.classloader.FireWallClassLoaderTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running org.apache.cxf.common.util.Base64UtilityTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 sec
Running org.apache.cxf.common.security.SimpleGroupTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
Running org.apache.cxf.jaxb.JAXBUtilsTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 sec
Running org.apache.cxf.common.i18n.MessageTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.apache.cxf.common.util.PropertiesLoaderUtilsTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec
Running org.apache.cxf.staxutils.StaxUtilsTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 sec
Running org.apache.cxf.jaxb.JAXBToStringBuilderTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec
Running org.apache.cxf.helpers.NameSpaceTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
Running org.apache.cxf.configuration.spring.SpringBeanMapTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 sec
Running org.apache.cxf.version.VersionTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 sec
Running org.apache.cxf.common.commands.ResultBufferedCommandTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.294 sec
Running org.apache.cxf.common.util.UrlUtilsTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running org.apache.cxf.common.util.PackageUtilsTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.apache.cxf.staxutils.StaxStreamFilterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec
Running org.apache.cxf.common.annotation.AnnotationProcessorTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 sec

Results :

Tests run: 109, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\common\target\cxf-common-utilities-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\common\target\cxf-common-utilities-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\apache\cxf\
cxf-common-utilities\2.3.0-SNAPSHOT\cxf-common-utilities-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Common Schemas
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\schemas\src\main\java
[INFO] Copying 23 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\schemas\src\main\resources-filtered
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\schemas\target\generated\src\main\resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] No sources to compile
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\schemas\src\test\java
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\schemas\src\test\resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\schemas\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Not compiling test sources
[INFO] [surefire:test {execution: default-test}]
[INFO] Tests are skipped.
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\schemas\target\cxf-common-schemas-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\schemas\target\cxf-common-schemas-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\apache\cxf\c
xf-common-schemas\2.3.0-SNAPSHOT\cxf-common-schemas-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF API
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 15 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\resources-filtered
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\target\generated\src\main\resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [cxf-xjc:xsdtojava-tests {execution: generate-test-sources}]
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 5 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertionTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.558 sec
Running org.apache.cxf.ws.policy.builder.primitive.NestedPrimitiveAssertionTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 sec
Running org.apache.cxf.ws.policy.builder.primitive.NestedPrimitiveAssertionBuilderTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.354 sec
Running org.apache.cxf.service.model.MessagePartInfoTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.239 sec
Running org.apache.cxf.continuations.SuspendedInvocationExceptionTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 sec
Running org.apache.cxf.wsdl.JAXBExtensionHelperTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.978 sec
Running org.apache.cxf.phase.PhaseInterceptorChainTest
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.328 sec
Running org.apache.cxf.service.model.MessageInfoTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.apache.cxf.service.model.InterfaceInfoTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 sec
Running org.apache.cxf.BusFactoryTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec
Running org.apache.cxf.service.model.FaultInfoTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
Running org.apache.cxf.ws.policy.AssertionInfoMapTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
Running org.apache.cxf.service.model.BindingOperationInfoTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec
Running org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertionBuilderTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 sec
Running org.apache.cxf.service.model.OperationInfoTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.apache.cxf.databinding.AbstractDataBindingTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 sec
Running org.apache.cxf.service.model.BindingFaultInfoTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.apache.cxf.service.model.BindingMessageInfoTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.apache.cxf.ws.policy.IntersectorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.apache.cxf.NSManagerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
Running org.apache.cxf.continuations.ContinuationInfoTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec

Results :

Tests run: 75, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\target\cxf-api-2.3.0-SNAPSHOT.jar
[INFO] [javadoc:jar {execution: package}]
[WARNING] Are you sure about the <javadocVersion/> parameter? It seems to be 1.6
[INFO]
27 warnings
[WARNING] Javadoc Warnings
[WARNING] javadoc: warning - Multiple sources of package comments found for package "org.apache.cxf.binding"
[WARNING] javadoc: warning - Multiple sources of package comments found for package "org.apache.cxf"
[WARNING] javadoc: warning - Multiple sources of package comments found for package "org.apache.cxf.endpoint"
[WARNING] javadoc: warning - Multiple sources of package comments found for package "org.apache.cxf.interceptor"
[WARNING] javadoc: warning - Multiple sources of package comments found for package "org.apache.cxf.phase"
[WARNING] javadoc: warning - Multiple sources of package comments found for package "org.apache.cxf.service"
[WARNING] javadoc: warning - Multiple sources of package comments found for package "org.apache.cxf.transport"
[WARNING] C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\cxf\annotations\DataBinding.java:42: warning - @return tag has no arguments.
[WARNING] C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\cxf\clustering\FailoverStrategy.java:63: warning - @param argument "alternates" is not a pa
rameter name.
[WARNING] C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\cxf\configuration\ConfiguredBeanLocator.java:36: warning - @return tag has no arguments.
[WARNING] C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\cxf\configuration\ConfiguredBeanLocator.java:54: warning - @return tag has no arguments.
[WARNING] C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\cxf\configuration\ConfiguredBeanLocator.java:45: warning - @return tag has no arguments.
[WARNING] C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\cxf\configuration\ConfiguredBeanLocator.java:76: warning - @return tag has no arguments.
[WARNING] C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\cxf\configuration\ConfiguredBeanLocator.java:64: warning - @return tag has no arguments.
[WARNING] C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\cxf\configuration\ConfiguredBeanLocator.java:76: warning - @param argument "<T>" is not a t
ype parameter name.
[WARNING] C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\cxf\configuration\ConfiguredBeanLocator.java:76: warning - @param argument "type" is not a
parameter name.
[WARNING] C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\cxf\configuration\ConfiguredBeanLocator.java:76: warning - @param argument "property" is no
t a parameter name.
[WARNING] C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\cxf\configuration\ConfiguredBeanLocator.java:95: warning - @return tag has no arguments.
[WARNING] C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\cxf\configuration\ConfiguredBeanLocator.java:86: warning - @return tag has no arguments.
[WARNING] C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\cxf\continuations\Continuation.java:36: warning - @param argument "timeout." is not a param
eter name.
[WARNING] C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\cxf\endpoint\Client.java:240: warning - @return tag has no arguments.
[WARNING] C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\cxf\io\StaxValidationManager.java:39: warning - @param argument "schemas" is not a paramete
r name.
[WARNING] C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\cxf\phase\AbstractPhaseInterceptor.java:75: warning - @param argument "p" is not a paramete
r name.
[WARNING] C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\cxf\service\model\SchemaInfo.java:86: warning - @return tag has no arguments.
[WARNING] C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\cxf\transport\Observable.java:38: warning - @return tag has no arguments.
[WARNING] C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\cxf\ws\policy\AssertionBuilderRegistry.java:56: warning - @return tag has no arguments.
[WARNING] C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\cxf\wsdl\WSDLManager.java:100: warning - @return tag has no arguments.
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\target\cxf-api-2.3.0-SNAPSHOT-javadoc.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\target\cxf-api-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-api\2.3.0-SNAPSHOT\
cxf-api-2.3.0-SNAPSHOT.jar
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\target\cxf-api-2.3.0-SNAPSHOT-javadoc.jar to C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-api\2.3.0-S
NAPSHOT\cxf-api-2.3.0-SNAPSHOT-javadoc.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Woodstox/MSV Schema Validation
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Copying 4 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\wstx-msv-validation\src\main\resources-filtered
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\wstx-msv-validation\src\test\resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\wstx-msv-validation\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\wstx-msv-validation\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
There are no tests to run.

Results :

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

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\wstx-msv-validation\target\cxf-wstx-msv-validation-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\wstx-msv-validation\target\cxf-wstx-msv-validation-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository
\org\apache\cxf\cxf-wstx-msv-validation\2.3.0-SNAPSHOT\cxf-wstx-msv-validation-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF XML Schema Validation with Xerces
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\xerces-xsd-validation\src\main\resources-filtered
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\xerces-xsd-validation\src\test\java
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\xerces-xsd-validation\src\test\resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\xerces-xsd-validation\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] No sources to compile
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\xerces-xsd-validation\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
There are no tests to run.

Results :

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

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\xerces-xsd-validation\target\cxf-xerces-xsd-validation-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\xerces-xsd-validation\target\cxf-xerces-xsd-validation-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\reposi
tory\org\apache\cxf\cxf-xerces-xsd-validation\2.3.0-SNAPSHOT\cxf-xerces-xsd-validation-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Common
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\pom.xml to C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-common\2.3.0-SNAPSHOT\cxf-common-2.3.0-SNA
PSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Runtime Core
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 14 resources
[INFO] Copying 8 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\core\src\main\resources-filtered
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 18 resources
[INFO] Copying 30 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\core\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\core\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.bus.extension.ExtensionTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.193 sec
Running org.apache.cxf.interceptor.ServiceInvokerInterceptorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.155 sec
Running org.apache.cxf.endpoint.ServerRegistryImpTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
Running org.apache.cxf.endpoint.EndpointResolverRegistryImplTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.161 sec
Running org.apache.cxf.bus.spring.BusApplicationContextTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.054 sec
Running org.apache.cxf.workqueue.AutomaticWorkQueueTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.832 sec
Running org.apache.cxf.transport.ChainInitiationObserverTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 sec
Running org.apache.cxf.bus.CXFBusImplTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.996 sec
Running org.apache.cxf.interceptor.OutgoingChainInterceptorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.283 sec
Running org.apache.cxf.wsdl11.WSDLServiceBuilderTest
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.688 sec
Running org.apache.cxf.attachment.AttachmentSerializerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.561 sec
Running org.apache.cxf.wsdl11.ServiceWSDLBuilderTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.19 sec
Running org.apache.cxf.interceptor.DocLiteralInInterceptorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.326 sec
Running org.apache.cxf.bus.spring.SpringBusFactoryTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.615 sec
Running org.apache.cxf.bus.extension.ExtensionFragmentParserTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
Running org.apache.cxf.transport.CachedOutputStreamTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.208 sec
Running org.apache.cxf.bus.spring.BusDefinitionParserTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.126 sec
Running org.apache.cxf.wsdl11.WSDLDefinitionBuilderTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.152 sec
Running org.apache.cxf.buslifecycle.CXFBusLifeCycleManagerTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.apache.cxf.interceptor.PrettyLoggingOutInterceptorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec
Running org.apache.cxf.test.XPathAssertTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 sec
Running org.apache.cxf.wsdl11.WSDLManagerImplTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
Running org.apache.cxf.endpoint.ServiceContractResolverRegistryImplTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.apache.cxf.configuration.spring.ConfigurerImplTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.217 sec
Running org.apache.cxf.transport.HttpUriMapperTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec
Running org.apache.cxf.bus.extension.ExtensionManagerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec
Running org.apache.cxf.attachment.AttachmentDeserializerTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.257 sec
Running org.apache.cxf.interceptor.security.SimpleAuthorizingInterceptorTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 sec

Results :

Tests run: 115, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\core\target\cxf-rt-core-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\core\target\cxf-rt-core-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-rt-core\2.3
.0-SNAPSHOT\cxf-rt-core-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Command Line Tools Common
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 12 resources
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\common\src\main\resources-filtered
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\common\target\generated\src\main\resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 7 resources
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\common\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\common\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.tools.common.dom.ExtendedDocumentBuilderTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.195 sec
Running org.apache.cxf.tools.common.model.JavaParameterTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec
Running org.apache.cxf.tools.common.ToolContextTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec
Running org.apache.cxf.tools.common.dom.DocumentTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.011 sec
Running org.apache.cxf.tools.util.FileWriterUtilTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 sec
Running org.apache.cxf.tools.common.ProcessorEnvironmentTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.apache.cxf.tools.common.toolspec.ToolExceptionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec
Running org.apache.cxf.tools.common.toolspec.ToolSpecTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 sec
Running org.apache.cxf.tools.common.model.JavaInterfaceTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
Running org.apache.cxf.tools.common.toolspec.AbstractToolContainerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.479 sec
Running org.apache.cxf.tools.common.toolspec.ToolSupportTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.apache.cxf.tools.common.dom.SchemaValidatingSAXParserTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.188 sec
Running org.apache.cxf.tools.util.URIParserUtilTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec
Running org.apache.cxf.tools.util.BuiltInTypesJavaMappingUtilTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec
Running org.apache.cxf.tools.common.WSDLVersionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running org.apache.cxf.tools.common.model.JavaClassTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 sec
Running org.apache.cxf.tools.common.model.JavaTypeTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.apache.cxf.tools.util.NameUtilTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
Running org.apache.cxf.tools.common.toolspec.parser.CommandLineParserTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.837 sec
Running org.apache.cxf.tools.common.model.JAnnotationTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 sec
Running org.apache.cxf.tools.util.StAXUtilTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.485 sec

Results :

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

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\common\target\cxf-tools-common-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\common\target\cxf-tools-common-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-t
ools-common\2.3.0-SNAPSHOT\cxf-tools-common-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Command Line Tools Validator
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\validator\src\main\resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\validator\src\main\resources-filtered
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\validator\target\generated\src\main\resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 10 resources
[INFO] Copying 22 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\validator\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\validator\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.tools.validator.internal.WSDLRefValidatorTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.899 sec
Running org.apache.cxf.tools.validator.internal.WSDL11ValidatorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 sec
Running org.apache.cxf.tools.validator.internal.Stax2DOMTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.397 sec
Running org.apache.cxf.tools.validator.internal.model.XNodeTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.apache.cxf.tools.validator.WSDLValidationTest
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.175 sec

Results :

Tests run: 31, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\validator\target\cxf-tools-validator-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\validator\target\cxf-tools-validator-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\apache\cxf
\cxf-tools-validator\2.3.0-SNAPSHOT\cxf-tools-validator-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Command Line Tools WSDLTo Core
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\core\src\main\resources-filtered
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\core\target\generated\src\main\resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\core\src\test\resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\core\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\core\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.tools.wsdlto.WSDLToJavaContainerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.212 sec
Running org.apache.cxf.tools.wsdlto.core.AbstractGeneratorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.455 sec

Results :

Tests run: 4, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\core\target\cxf-tools-wsdlto-core-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\core\target\cxf-tools-wsdlto-core-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\apache
\cxf\cxf-tools-wsdlto-core\2.3.0-SNAPSHOT\cxf-tools-wsdlto-core-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Command Line Tools WSDLTo JAXWS Frontend
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 14 resources
[INFO] Copying 3 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\jaxws\src\main\resources-filtered
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\jaxws\target\generated\src\main\resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 16 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\jaxws\src\test\resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\jaxws\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\jaxws\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.mapper.MethodMapperTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.189 sec
Running org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.mapper.InterfaceMapperTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec
Running org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.annotator.WebMethodAnnotatorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 sec
Running org.apache.cxf.tools.wsdlto.frontend.jaxws.customization.CustomizationParserTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.637 sec
Running org.apache.cxf.tools.wsdlto.frontend.jaxws.JAXWSProfileTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.589 sec
Running org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.annotator.WebParamAnnotatorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
Running org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.annotator.XmlSeeAlsoAnnotatorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec
Running org.apache.cxf.tools.wsdlto.frontend.jaxws.wsdl11.JAXWSDefinitionBuilderTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.498 sec
Running org.apache.cxf.tools.wsdlto.frontend.jaxws.CatalogTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec
Running org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.ParameterProcessorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec
Running org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.ProcessorUtilTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.PortTypeProcessorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec

Results :

Tests run: 26, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\jaxws\target\cxf-tools-wsdlto-frontend-jaxws-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\jaxws\target\cxf-tools-wsdlto-frontend-jaxws-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\r
epository\org\apache\cxf\cxf-tools-wsdlto-frontend-jaxws\2.3.0-SNAPSHOT\cxf-tools-wsdlto-frontend-jaxws-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF WSDL Validator Maven2 Plugin
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [plugin:descriptor {execution: default-descriptor}]
[WARNING] Using platform encoding (Cp1252 actually) to read mojo metadata, i.e. build is platform dependent!
[INFO] Applying mojo extractor for language: java
[INFO] Mojo extractor for language: java found 1 mojo descriptors.
[INFO] Applying mojo extractor for language: bsh
[INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\wsdl-validator-plugin\src\main\resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\wsdl-validator-plugin\src\main\resources-filtered
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\wsdl-validator-plugin\target\generated\src\main\resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\wsdl-validator-plugin\src\test\java
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\wsdl-validator-plugin\src\test\resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\wsdl-validator-plugin\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] No sources to compile
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\wsdl-validator-plugin\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
There are no tests to run.

Results :

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

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\wsdl-validator-plugin\target\cxf-wsdl-validator-plugin-2.3.0-SNAPSHOT.jar
[INFO] [plugin:addPluginArtifactMetadata {execution: default-addPluginArtifactMetadata}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\wsdl-validator-plugin\target\cxf-wsdl-validator-plugin-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2
\repository\org\apache\cxf\cxf-wsdl-validator-plugin\2.3.0-SNAPSHOT\cxf-wsdl-validator-plugin-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Command Line Tools WSDLTo JAXB Databinding
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\databinding\jaxb\src\main\resources-filtered
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\databinding\jaxb\target\generated\src\main\resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\databinding\jaxb\src\test\resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\databinding\jaxb\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\databinding\jaxb\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
There are no tests to run.

Results :

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

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\databinding\jaxb\target\cxf-tools-wsdlto-databinding-jaxb-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\databinding\jaxb\target\cxf-tools-wsdlto-databinding-jaxb-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.
m2\repository\org\apache\cxf\cxf-tools-wsdlto-databinding-jaxb\2.3.0-SNAPSHOT\cxf-tools-wsdlto-databinding-jaxb-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Code Generation Maven2 Plugins
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [plugin:descriptor {execution: default-descriptor}]
[WARNING] Using platform encoding (Cp1252 actually) to read mojo metadata, i.e. build is platform dependent!
[INFO] Applying mojo extractor for language: java
[INFO] Mojo extractor for language: java found 1 mojo descriptors.
[INFO] Applying mojo extractor for language: bsh
[INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\codegen-plugin\src\main\resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\codegen-plugin\src\main\resources-filtered
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\codegen-plugin\target\generated\src\main\resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Copying 0 resource
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\codegen-plugin\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\codegen-plugin\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
There are no tests to run.

Results :

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

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\codegen-plugin\target\cxf-codegen-plugin-2.3.0-SNAPSHOT.jar
[INFO] [plugin:addPluginArtifactMetadata {execution: default-addPluginArtifactMetadata}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\codegen-plugin\target\cxf-codegen-plugin-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\or
g\apache\cxf\cxf-codegen-plugin\2.3.0-SNAPSHOT\cxf-codegen-plugin-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Test Utilities
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[WARNING] DEPRECATED [sourceRoot]: Use the build-helper-maven-plugin to bind source directories
[INFO] [antrun:run {execution: validate}]
project.artifactId
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] Registering compile source root C:\Users\ggregory\b\svn\apache.org\cxf\trunk\testutils\target\generated\src\main\java
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [cxf-codegen:wsdl2java {execution: generate-sources}]
[INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 89 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\testutils\src\main\resources-filtered
[INFO] Copying 9 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\testutils\src\test\resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\testutils\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\testutils\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.testutils.header_test.rpc.TestRPCHeaderTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 sec

Results :

Tests run: 2, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\testutils\target\cxf-testutils-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\testutils\target\cxf-testutils-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-testuti
ls\2.3.0-SNAPSHOT\cxf-testutils-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Runtime JAXB DataBinding
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\jaxb\src\main\resources-filtered
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\jaxb\target\generated\src\main\resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [cxf-xjc:xsdtojava-tests {execution: generate-sources}]
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 13 resources
[INFO] Copying 3 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\jaxb\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\jaxb\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.jaxb.DocLiteralInInterceptorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.985 sec
Running org.apache.cxf.jaxb.BareOutInterceptorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.245 sec
Running org.apache.cxf.jaxb.BareInInterceptorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 sec
Running org.apache.cxf.jaxb.JAXBEncoderDecoderTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.325 sec
Running org.apache.cxf.jaxb.io.XMLStreamDataWriterTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec
Running org.apache.cxf.jaxb.WrappedInInterceptorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec
Running org.apache.cxf.jaxb.io.XMLStreamDataReaderTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec
Running org.apache.cxf.jaxb.JAXBWrapperHelperTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec
Running org.apache.cxf.jaxb.JAXBDataBindingTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.287 sec

Results :

Tests run: 39, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\jaxb\target\cxf-rt-databinding-jaxb-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\jaxb\target\cxf-rt-databinding-jaxb-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\ap
ache\cxf\cxf-rt-databinding-jaxb\2.3.0-SNAPSHOT\cxf-rt-databinding-jaxb-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Runtime XML Binding
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 8 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\xml\src\main\resources-filtered
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Copying 4 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\xml\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\xml\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.binding.xml.XMLBindingFactoryTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.215 sec
Running org.apache.cxf.binding.xml.interceptor.XMLMessageInInterceptorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1 sec
Running org.apache.cxf.binding.xml.interceptor.XMLFaultInterceptorsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 sec
Running org.apache.cxf.binding.xml.interceptor.XMLMessageOutInterceptorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.18 sec
Running org.apache.cxf.binding.xml.interceptor.XMLFaultOutInterceptorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec

Results :

Tests run: 9, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\xml\target\cxf-rt-bindings-xml-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\xml\target\cxf-rt-bindings-xml-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\apache\cxf
\cxf-rt-bindings-xml\2.3.0-SNAPSHOT\cxf-rt-bindings-xml-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Runtime SOAP Binding
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] Copying 7 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\soap\src\main\resources-filtered
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] Copying 12 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\soap\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\soap\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.binding.soap.RPCInInterceptorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.962 sec
Running org.apache.cxf.binding.soap.SoapDestinationFactoryTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec
Running org.apache.cxf.binding.soap.ReadHeaderInterceptorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.542 sec
Running org.apache.cxf.binding.soap.saaj.SAAJInInterceptorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 sec
Running org.apache.cxf.binding.soap.SoapActionInterceptorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.apache.cxf.binding.soap.SoapBindingFactoryTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 sec
Running org.apache.cxf.binding.soap.jms.interceptor.SoapFaultFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.209 sec
Running org.apache.cxf.binding.soap.SoapBindingTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.apache.cxf.binding.soap.ServiceModelUtilTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.apache.cxf.binding.soap.MustUnderstandInterceptorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 sec
Running org.apache.cxf.binding.soap.tcp.TCPConduitTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.006 sec
Running org.apache.cxf.binding.soap.RPCOutInterceptorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.147 sec
Running org.apache.cxf.binding.soap.SoapOutInterceptorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec
Running org.apache.cxf.binding.soap.interceptor.SoapFaultSerializerTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 sec

Results :

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

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\soap\target\cxf-rt-bindings-soap-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\soap\target\cxf-rt-bindings-soap-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\apache\c
xf\cxf-rt-bindings-soap\2.3.0-SNAPSHOT\cxf-rt-bindings-soap-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Runtime Local Transport
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\local\src\main\resources-filtered
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\local\src\test\resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\local\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\local\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.transport.local.LocalTransportFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.156 sec

Results :

Tests run: 2, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\local\target\cxf-rt-transports-local-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\local\target\cxf-rt-transports-local-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\ap
ache\cxf\cxf-rt-transports-local\2.3.0-SNAPSHOT\cxf-rt-transports-local-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Runtime Simple Frontend
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\simple\src\main\resources-filtered
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\simple\target\generated\src\main\resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 7 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\simple\src\test\resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\simple\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\simple\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.frontend.soap.SoapBindingSelectionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.724 sec
Running org.apache.cxf.service.factory.ServerFactoryTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.602 sec
Running org.apache.cxf.service.factory.RountripTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.262 sec
Running org.apache.cxf.service.stax.StaxDatabindingTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.193 sec
Running org.apache.cxf.frontend.spring.ClientServerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.413 sec
Running org.apache.cxf.service.factory.ReflectionServiceFactoryTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.185 sec
Running org.apache.cxf.service.factory.ClientFactoryBeanTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.131 sec
Running org.apache.cxf.frontend.spring.SpringBeansTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.546 sec

Results :

Tests run: 17, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\simple\target\cxf-rt-frontend-simple-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\simple\target\cxf-rt-frontend-simple-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\apac
he\cxf\cxf-rt-frontend-simple\2.3.0-SNAPSHOT\cxf-rt-frontend-simple-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Runtime HTTP Transport
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 10 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http\src\main\resources-filtered
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http\src\test\resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.transport.http.gzip.GZIPAcceptEncodingTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.196 sec
Running org.apache.cxf.transport.servlet.AbstractCXFServletTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 sec
Running org.apache.cxf.transport.http.HTTPConduitTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.202 sec
Running org.apache.cxf.transport.http.HTTPConduitURLConnectionTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.001 sec
Running org.apache.cxf.transport.http.policy.HTTPClientAssertionBuilderTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec
Running org.apache.cxf.transport.http.HTTPConduitURLEasyMockTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.538 sec
Running org.apache.cxf.transport.servlet.ServletControllerTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 sec
Running org.apache.cxf.transport.http.policy.HTTPServerAssertionBuilderTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.apache.cxf.transport.https.CertConstraintsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.541 sec
Running org.apache.cxf.transport.http.policy.PolicyUtilsTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec

Results :

Tests run: 58, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http\target\cxf-rt-transports-http-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http\target\cxf-rt-transports-http-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\apac
he\cxf\cxf-rt-transports-http\2.3.0-SNAPSHOT\cxf-rt-transports-http-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Runtime HTTP Jetty Transport
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 6 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-jetty\src\main\resources-filtered
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-jetty\src\test\resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-jetty\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-jetty\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.transport.http_jetty.JettyHTTPServerEngineTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.74 sec
Running org.apache.cxf.transport.http_jetty.JettyContextInspectorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.276 sec
Running org.apache.cxf.transport.http_jetty.spring.ApplicationContextTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.189 sec
Running org.apache.cxf.transport.http_jetty.JettyHTTPDestinationTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.342 sec
Running org.apache.cxf.transport.http_jetty.continuations.JettyContinuationProviderTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.apache.cxf.transport.http_jetty.JettyHTTPServerEngineFactoryTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.269 sec
Running org.apache.cxf.transport.http_jetty.continuations.JettyContinuationWrapperTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.apache.cxf.transport.http_jetty.spring.BeanDefinitionParsersTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.005 sec

Results :

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

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-jetty\target\cxf-rt-transports-http-jetty-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-jetty\target\cxf-rt-transports-http-jetty-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\reposit
ory\org\apache\cxf\cxf-rt-transports-http-jetty\2.3.0-SNAPSHOT\cxf-rt-transports-http-jetty-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Runtime WS Addressing
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] Copying 7 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\addr\src\main\resources-filtered
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\addr\src\test\resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\addr\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\addr\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.ws.addressing.AddressingConstantsImplTest
Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.178 sec
Running org.apache.cxf.ws.addressing.AddressingBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
Running org.apache.cxf.ws.addressing.VersionTransformerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.479 sec
Running org.apache.cxf.ws.addressing.AddressingBuilderImplTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.apache.cxf.ws.addressing.soap.MAPCodecTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.407 sec
Running org.apache.cxf.ws.addressing.MAPAggregatorTest
Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.636 sec

Results :

Tests run: 76, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\addr\target\cxf-rt-ws-addr-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\addr\target\cxf-rt-ws-addr-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-rt-ws
-addr\2.3.0-SNAPSHOT\cxf-rt-ws-addr-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Runtime JAX-WS Frontend
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [build-helper:add-source {execution: add-source}]
[INFO] Source directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxws\src\main\generated added.
[INFO] [remote-resources:process {execution: default}]
[INFO] [build-helper:add-resource {execution: add-spi}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 11 resources
[INFO] Copying 5 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxws\src\main\resources-filtered
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] Copying 1 resource
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 28 resources
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxws\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxws\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.jaxws.header.HeaderClientServerTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.194 sec
Running org.apache.cxf.jaxws.support.JaxWsImplementorInfoTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.apache.cxf.jaxws.EndpointReferenceTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 2.359 sec
Running org.apache.cxf.jaxws.support.JaxWsServiceFactoryBeanTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.493 sec
Running org.apache.cxf.jaxws.context.WebServiceContextImplTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 sec
Running org.apache.cxf.jaxws.JAXWSMethodInvokerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.218 sec
Running org.apache.cxf.jaxws.handler.AnnotationHandlerChainBuilderTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.17 sec
Running org.apache.cxf.jaxws.CodeFirstTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.154 sec
Running org.apache.cxf.jaxws.SOAPBindingTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 sec
Running org.apache.cxf.jaxws.dispatch.DispatchTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.697 sec
Running org.apache.cxf.jaxws.GreeterTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.228 sec
Running org.apache.cxf.jaxws.EndpointImplTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.418 sec
Running org.apache.cxf.jaxws.handler.soap.SOAPHandlerInterceptorTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.168 sec
Running org.apache.cxf.jaxws.JaxWsServerFactoryBeanTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.979 sec
Running org.apache.cxf.jaxws.URIMappingInterceptorDocLitTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.16 sec
Running org.apache.cxf.jaxws.URIMappingInterceptorRPCTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.259 sec
Running org.apache.cxf.jaxws.handler.InitParamResourceResolverTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.157 sec
Running org.apache.cxf.jaxws.SEIWithJAXBAnnoTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 sec
Running org.apache.cxf.jaxws.support.ContextPropertiesMappingTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.apache.cxf.jaxws.ServiceImplTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.43 sec
Running org.apache.cxf.jaxws.SchemaFirstXmlConfigTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.179 sec
Running org.apache.cxf.jaxws.handler.HandlerChainBuilderTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
Running org.apache.cxf.jaxws.spring.SpringBeansTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.372 sec
Running org.apache.cxf.jaxws.handler.LogicalMessageImplTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 sec
Running org.apache.cxf.jaxws.holder.HolderTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.278 sec
Running org.apache.cxf.jaxws.provider.ProviderTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.103 sec
Running org.apache.cxf.jaxws.SchemaFirstTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec
Running org.apache.cxf.jaxws.handler.AbstractProtocolHandlerInterceptorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 sec
Running org.apache.cxf.jaxws.JaxWsClientTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.365 sec
Running org.apache.cxf.jaxws.handler.LogicalHandlerInterceptorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 sec
Running org.apache.cxf.jaxws.handler.HandlerChainInvokerTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 sec
Running org.apache.cxf.jaxws.WrapperClassGeneratorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec
Running org.apache.cxf.jaxws.ConfiguredEndpointTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.371 sec
Running org.apache.cxf.jaxws.provider.ProviderServiceFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.652 sec
Running org.apache.cxf.jaxws.SoapFaultTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.138 sec
Running org.apache.cxf.jaxws.HeaderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 sec
Running org.apache.cxf.jaxws.support.JaxWsServiceConfigurationTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec
Running org.apache.cxf.jaxws.spi.ProverImplTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
Running org.apache.cxf.jaxws.service.AnnotationInterceptorTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.304 sec
Running org.apache.cxf.jaxws.ServiceModelUtilsTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.186 sec
Running org.apache.cxf.jaxws.CodeFirstWSDLTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.244 sec

Results :

Tests run: 199, Failures: 0, Errors: 0, Skipped: 3

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxws\target\cxf-rt-frontend-jaxws-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxws\target\cxf-rt-frontend-jaxws-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\apache
\cxf\cxf-rt-frontend-jaxws\2.3.0-SNAPSHOT\cxf-rt-frontend-jaxws-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Test Case Support
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\testsupport\src\main\resources-filtered
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\testsupport\target\generated\src\main\resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\testsupport\src\test\resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\testsupport\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\testsupport\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
There are no tests to run.

Results :

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

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\testsupport\target\cxf-rt-testsupport-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\testsupport\target\cxf-rt-testsupport-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\apache\cxf\c
xf-rt-testsupport\2.3.0-SNAPSHOT\cxf-rt-testsupport-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Runtime Aegis Databinding
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [build-helper:add-source {execution: add-source}]
[INFO] Source directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\aegis\src\main\generated added.
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\aegis\src\main\resources-filtered
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\aegis\target\generated\src\main\resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 85 resources
[INFO] Copying 5 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\aegis\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\aegis\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.aegis.namespaces.NamespaceConfusionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.489 sec
Running org.apache.cxf.aegis.type.java5.map.StudentTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.974 sec
Running org.apache.cxf.aegis.type.java5.JaxbTypeTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.388 sec
Running org.apache.cxf.aegis.type.java5.XFireXmlParamTypeTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.163 sec
Running org.apache.cxf.aegis.client.ClientServiceConfigTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.538 sec
Running org.apache.cxf.aegis.type.encoded.ArrayTypeInfoTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 sec
Running org.apache.cxf.aegis.xml.stax.ReaderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.255 sec
Running org.apache.cxf.aegis.inheritance.intf.InterfaceInheritanceTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 sec
Running org.apache.cxf.aegis.integration.DOMMappingTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.177 sec
Running org.apache.cxf.aegis.type.streams.XMLStreamReaderMappingTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
Running org.apache.cxf.aegis.jaxws.AegisJaxwsGetTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.776 sec
Running org.apache.cxf.aegis.standalone.StandaloneReadTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 sec
Running org.apache.cxf.aegis.type.encoded.StructTypeTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.227 sec
Running org.apache.cxf.aegis.xml.stax.WriterTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 sec
Running org.apache.cxf.aegis.type.java5.CollectionTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.952 sec
Running org.apache.cxf.aegis.type.basic.ByteDataTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 sec
Running org.apache.cxf.aegis.integration.WrappedTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.794 sec
Running org.apache.cxf.aegis.type.java5.AnnotatedTypeTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.373 sec
Running org.apache.cxf.aegis.type.java5.XmlParamTypeTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec
Running org.apache.cxf.aegis.type.java5.EnumTypeTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.283 sec
Running org.apache.cxf.aegis.standalone.SchemaAddinsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
Running org.apache.cxf.aegis.override.OverrideTypeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
Running org.apache.cxf.aegis.type.basic.DateTimezoneTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec
Running org.apache.cxf.aegis.xmlconfig.NillableTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec
Running org.apache.cxf.aegis.custom.CustomMappingTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
Running org.apache.cxf.aegis.exception.ExceptionTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.228 sec
Running org.apache.cxf.aegis.type.basic.BeanTest
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.643 sec
Running org.apache.cxf.aegis.integration.ParameterMappingTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.571 sec
Running org.apache.cxf.aegis.type.basic.DynamicProxyTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 sec
Running org.apache.cxf.aegis.type.java5.MapTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.152 sec
Running org.apache.cxf.aegis.type.array.DuplicateArrayTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 sec
Running org.apache.cxf.aegis.type.java5.OperationNSTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec
Running org.apache.cxf.aegis.type.java5.DualOutServiceTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 sec
Running org.apache.cxf.aegis.type.BigDecimalStringTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec
Running org.apache.cxf.aegis.type.basic.QualificationTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 sec
Running org.apache.cxf.aegis.type.basic.BadXMLTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec
Running org.apache.cxf.aegis.type.missing.MissingTypeWSDLTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 sec
Running org.apache.cxf.aegis.type.java5.ConfigurationTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.14 sec
Running org.apache.cxf.doclitbare.DocLitBareTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.17 sec
Running org.apache.cxf.aegis.type.TypeCreationOptionsSpringTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.581 sec
Running org.apache.cxf.aegis.services.base64.BinaryDataTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec
Running org.apache.cxf.aegis.proxy.ProxyTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 sec
Running org.apache.cxf.aegis.type.java5.JaxbXmlParamTypeTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec
Running org.apache.cxf.aegis.type.java5.XFireTypeTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.277 sec
Running org.apache.cxf.aegis.standalone.StandaloneWriteTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec
Running org.apache.cxf.aegis.custom.CustomBeansTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 sec
Running org.apache.cxf.aegis.type.array.FlatArrayTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.495 sec
Running org.apache.cxf.aegis.type.encoded.SoapArrayTypeTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.366 sec
Running org.apache.cxf.aegis.inheritance.ExceptionInheritanceTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.212 sec
Running org.apache.cxf.aegis.integration.SchemaValidationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.512 sec
Running org.apache.cxf.aegis.type.map.MapsTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.428 sec
Running org.apache.cxf.aegis.namespaces.ExplicitPrefixTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec
Running org.apache.cxf.aegis.inheritance.InheritancePOJOTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 sec

Results :

Tests run: 168, Failures: 0, Errors: 0, Skipped: 3

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\aegis\target\cxf-rt-databinding-aegis-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\aegis\target\cxf-rt-databinding-aegis-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\
apache\cxf\cxf-rt-databinding-aegis\2.3.0-SNAPSHOT\cxf-rt-databinding-aegis-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Runtime JavaScript Client Generator
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [build-helper:add-source {execution: add-source}]
[INFO] Source directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\javascript\src\main\generated added.
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] Copying 3 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\javascript\src\main\resources-filtered
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [cxf-codegen:wsdl2java {execution: generate-test-sources}]
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 29 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\javascript\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\javascript\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.javascript.DocLitBareClientTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.654 sec
Running org.apache.cxf.javascript.types.SerializationTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.217 sec
Running org.apache.cxf.javascript.JsHttpRequestTest
Jul 23, 2010 10:37:40 AM org.apache.cxf.javascript.JsXMLHttpRequest doSend
SEVERE: send state != OPENED.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.834 sec
Running org.apache.cxf.javascript.GreeterClientTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.916 sec
Running org.apache.cxf.javascript.QueryHandlerTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.72 sec
Running org.apache.cxf.javascript.RPCClientTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.466 sec
Running org.apache.cxf.javascript.MtoMTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.366 sec
Running org.apache.cxf.javascript.AegisTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.258 sec
Running org.apache.cxf.javascript.GenericAegisTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 sec
Running org.apache.cxf.javascript.DocLitWrappedClientTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.411 sec
Running org.apache.cxf.javascript.types.AttributeTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.198 sec
Running org.apache.cxf.javascript.AnyTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.087 sec
Running org.apache.cxf.javascript.BasicNameManagerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec

Results :

Tests run: 39, Failures: 0, Errors: 0, Skipped: 3

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\javascript\target\cxf-rt-javascript-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\javascript\target\cxf-rt-javascript-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf
-rt-javascript\2.3.0-SNAPSHOT\cxf-rt-javascript-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Command Line Tools WSDL to JavaScript Front End
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\javascript\src\main\resources-filtered
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\javascript\target\generated\src\main\resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\javascript\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\javascript\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.tools.wsdlto.javascript.WSDLToJavaScriptTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.958 sec

Results :

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

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\javascript\target\cxf-tools-wsdlto-frontend-javascript-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\javascript\target\cxf-tools-wsdlto-frontend-javascript-2.3.0-SNAPSHOT.jar to C:\Users\ggre
gory\.m2\repository\org\apache\cxf\cxf-tools-wsdlto-frontend-javascript\2.3.0-SNAPSHOT\cxf-tools-wsdlto-frontend-javascript-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Runtime Management
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] Copying 4 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management\src\main\resources-filtered
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.management.interceptor.ResponseTimeMessageInInterceptor2Test
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.434 sec
Running org.apache.cxf.management.jmx.JMXManagedComponentManagerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.441 sec
Running org.apache.cxf.management.counters.CounterRepositoryTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
Running org.apache.cxf.management.jmx.MBServerConnectorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.007 sec
Running org.apache.cxf.management.jmx.export.ModelMBeanAssemblerTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 sec
Running org.apache.cxf.management.interceptor.ResponseTimeMessageOutInterceptorTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 sec
Running org.apache.cxf.management.interceptor.ResponseTimeMessageInvokerInterceptorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.apache.cxf.management.interceptor.ResponseTimeMessageInInterceptorTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec
Running org.apache.cxf.management.InstrumentationManagerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.586 sec
Running org.apache.cxf.management.utils.ManagementConsoleTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec

Results :

Tests run: 42, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management\target\cxf-rt-management-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management\target\cxf-rt-management-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf
-rt-management\2.3.0-SNAPSHOT\cxf-rt-management-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Runtime JMS Transport
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 14 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jms\src\main\resources-filtered
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Copying 2 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jms\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jms\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.transport.jms.JMSDestinationTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 26.559 sec
Running org.apache.cxf.transport.jms.JMSUtilsTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec
Running org.apache.cxf.transport.jms.continuations.JMSContinuationProviderTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
Running org.apache.cxf.transport.jms.continuations.JMSContinuationTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec
Running org.apache.cxf.transport.jms.JMSConduitTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.752 sec
Running org.apache.cxf.transport.jms.uri.JMSEndpointTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 sec

Results :

Tests run: 32, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jms\target\cxf-rt-transports-jms-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jms\target\cxf-rt-transports-jms-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\apache
\cxf\cxf-rt-transports-jms\2.3.0-SNAPSHOT\cxf-rt-transports-jms-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Runtime XmlBeans DataBinding
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\xmlbeans\src\main\resources-filtered
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\xmlbeans\target\generated\src\main\resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [xmlbeans:xmlbeans-test {execution: default}]
[INFO] All schema objects are up to date.
[INFO] [cxf-codegen:wsdl2java {execution: generate-test-sources}]
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 16 resources
[INFO] Copying 1 resource
[INFO] Copying 251 resources
[INFO] Copying 3 resources
[INFO] Copying 251 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\xmlbeans\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.xmlbeans.IDRefServiceTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.886 sec
Running org.apache.cxf.xmlbeans.WeatherService2Test
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.844 sec
Running org.apache.cxf.xmlbeans.MultipleSchemaInNSTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 sec
Running org.apache.cxf.xmlbeans.DocumentStyleTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.421 sec
Running org.apache.cxf.xmlbeans.WrappedStyleTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.297 sec
Running org.apache.cxf.xmlbeans.rpc.WeatherServiceRPCLitTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 sec
Running org.apache.cxf.xmlbeans.basic.BasicTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.171 sec
Running org.apache.cxf.xmlbeans.XMLBeansServiceTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.391 sec
Running org.apache.cxf.xmlbeans.PrimitiveTypesTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.12 sec
Running org.apache.cxf.xmlbeans.XmlBeansTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.006 sec

Results :

Tests run: 23, Failures: 0, Errors: 0, Skipped: 2

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\xmlbeans\target\cxf-rt-databinding-xmlbeans-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\xmlbeans\target\cxf-rt-databinding-xmlbeans-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repositor
y\org\apache\cxf\cxf-rt-databinding-xmlbeans\2.3.0-SNAPSHOT\cxf-rt-databinding-xmlbeans-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Command Line Tools WSDLTo Test
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\test\src\main\java
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\test\src\main\resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\test\src\main\resources-filtered
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\test\target\generated\src\main\resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] No sources to compile
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] Copying 196 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\test\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\test\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.tools.wsdlto.WSDLToJavaTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.531 sec
Running org.apache.cxf.tools.wsdlto.jaxws.wsdl11.JAXWSDefinitionBuilderTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.984 sec
Running org.apache.cxf.tools.wsdlto.jaxws.CodeGenOptionTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.259 sec
Running org.apache.cxf.tools.wsdlto.jaxws.CatalogTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.162 sec
Running org.apache.cxf.tools.wsdlto.jaxws.JAXWSBindingTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.166 sec
Running org.apache.cxf.tools.wsdlto.core.PluginLoaderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.apache.cxf.tools.wsdlto.validator.ValidatorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 sec
Running org.apache.cxf.tools.wsdlto.jaxws.CodeGenTest
Tests run: 46, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.661 sec
Running org.apache.cxf.tools.wsdlto.jaxws.CodeGenBugTest
Jul 23, 2010 10:39:39 AM org.apache.cxf.tools.validator.internal.WSDLRefValidator collectValidationPoints
WARNING: WSDL document file:/C:/Users/ggregory/b/svn/apache.org/cxf/trunk/tools/wsdlto/test/target/test-classes/wsdl2java_wsdl/helloworld_withnoservice.wsdl does not define an
y services
Jul 23, 2010 10:39:39 AM org.apache.cxf.tools.validator.internal.WSDLRefValidator collectValidationPoints
WARNING: WSDL document file:/C:/Users/ggregory/b/svn/apache.org/cxf/trunk/tools/wsdlto/test/target/test-classes/wsdl2java_wsdl/helloworld_noservice_import.wsdl does not define
 any services
Jul 23, 2010 10:39:40 AM org.apache.cxf.tools.validator.internal.WSDLRefValidator collectValidationPoints
WARNING: WSDL document file:/C:/Users/ggregory/b/svn/apache.org/cxf/trunk/tools/wsdlto/test/target/test-classes/wsdl2java_wsdl/no_port_or_service.wsdl does not define any serv
ices
Jul 23, 2010 10:39:42 AM org.mortbay.log.Slf4jLog info
INFO: Logging to org.slf4j.impl.JDK14LoggerAdapter(org.mortbay.log) via org.mortbay.log.Slf4jLog
Jul 23, 2010 10:39:42 AM org.mortbay.log.Slf4jLog info
INFO: jetty-6.1.24
Jul 23, 2010 10:39:42 AM org.mortbay.log.Slf4jLog info
INFO: Started SocketConnector@0.0.0.0:8585
Jul 23, 2010 10:39:43 AM org.mortbay.log.Slf4jLog info
INFO: Stopped SocketConnector@0.0.0.0:8585
Jul 23, 2010 10:39:55 AM org.apache.cxf.tools.validator.internal.WSDLRefValidator collectValidationPointsForBindings
SEVERE: {http://child/}Binding is not correct, please check that the correct namespace is being used
Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.633 sec
Running org.apache.cxf.tools.wsdlto.jaxws.JAXWSContainerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.182 sec
Running org.apache.cxf.tools.wsdlto.jaxb.JAXBCodeGenOptionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.318 sec
Running org.apache.cxf.tools.wsdlto.xmlbeans.XmlbeansBindingTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.585 sec

Results :

Tests run: 125, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\test\target\cxf-tools-wsdlto-test-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\test\target\cxf-tools-wsdlto-test-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\apache
\cxf\cxf-tools-wsdlto-test\2.3.0-SNAPSHOT\cxf-tools-wsdlto-test-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Command Line Tools WSDLTo Misctools
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 7 resources
[INFO] Copying 0 resource
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\misc\src\main\resources-filtered
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\misc\target\generated\src\main\resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Copying 8 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\misc\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\misc\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.tools.misc.processor.XSDToWSDLProcessorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.81 sec
Running org.apache.cxf.tools.misc.processor.WSDLToXMLProcessorTest
Jul 23, 2010 10:40:02 AM org.apache.cxf.tools.misc.processor.address.AddressFactory getAddresser
INFO: Found addresser org.apache.cxf.tools.misc.processor.address.XmlAddress
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.184 sec
Running org.apache.cxf.tools.misc.processor.WSDLToServiceProcessorTest
Jul 23, 2010 10:40:03 AM org.apache.cxf.tools.misc.processor.address.AddressFactory getAddresser
INFO: Found addresser org.apache.cxf.tools.misc.processor.address.SoapAddress
Jul 23, 2010 10:40:04 AM org.apache.cxf.tools.misc.processor.address.AddressFactory getAddresser
INFO: Found addresser org.apache.cxf.tools.misc.processor.address.JmsAddress
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.025 sec
Running org.apache.cxf.tools.misc.processor.WSDLToSoapProcessorTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.426 sec

Results :

Tests run: 19, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\misc\target\cxf-tools-misctools-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\misc\target\cxf-tools-misctools-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\apache\c
xf\cxf-tools-misctools\2.3.0-SNAPSHOT\cxf-tools-misctools-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Command Line Tools
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\pom.xml to C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-tools\2.3.0-SNAPSHOT\cxf-tools-2.3.0-SNAPSH
OT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Command Line Tools WSDLTo
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\pom.xml to C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-tools-wsdlto\2.3.0-SNAPSHOT\cxf-tool
s-wsdlto-2.3.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Command Line Tools JavaTo WS
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 20 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\javato\ws\src\main\resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\javato\ws\src\main\resources-filtered
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\javato\ws\target\generated\src\main\resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [cxf-codegen:wsdl2java {execution: generate-test-sources}]
[INFO] [build-helper:add-test-source {execution: add-source}]
[INFO] Test Source directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\javato\ws\src\test\generated added.
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 44 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\javato\ws\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\javato\ws\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.JaxwsServiceBuilderTest
Tests run: 15, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 2.377 sec
Running org.apache.cxf.tools.java2wsdl.generator.wsdl11.WrapperBeanGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.588 sec
Running org.apache.cxf.tools.java2wsdl.generator.wsdl11.DateTypeCustomGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.292 sec
Running org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.ResponseWrapperTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec
Running org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.WrapperUtilTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 sec
Running org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.WrapperTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running org.apache.cxf.tools.java2wsdl.processor.FrontendFactoryTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 sec
Running org.apache.cxf.tools.java2wsdl.processor.internal.ServiceBuilderFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 sec
Running org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.RequestWrapperTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 sec
Running org.apache.cxf.tools.java2wsdl.generator.wsdl11.annotator.WrapperBeanAnnotatorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.apache.cxf.tools.java2wsdl.generator.wsdl11.annotator.WrapperBeanFieldAnnotatorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.apache.cxf.tools.java2js.processor.JavaToJSProcessorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.327 sec
Running org.apache.cxf.tools.java2ws.AegisTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.332 sec
Running org.apache.cxf.tools.java2wsdl.JavaToWSFlagTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.867 sec
Running org.apache.cxf.tools.java2ws.JavaToWSTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.042 sec
Running org.apache.cxf.tools.java2wsdl.generator.wsdl11.FaultBeanGeneratorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.05 sec
Running org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.JaxwsServiceBuilderNoAnnoTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.12 sec
Running org.apache.cxf.tools.java2wsdl.generator.WSDLGeneratorFactoryTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.apache.cxf.tools.java2wsdl.processor.JavaToProcessorTest
Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.735 sec
Running org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.FaultBeanTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.JaxwsServiceBuilderRPCTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec

Results :

Tests run: 110, Failures: 0, Errors: 0, Skipped: 2

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\javato\ws\target\cxf-tools-java2ws-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\javato\ws\target\cxf-tools-java2ws-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\apache\cxf\c
xf-tools-java2ws\2.3.0-SNAPSHOT\cxf-tools-java2ws-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Command Line Tools JavaTo
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\javato\pom.xml to C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-tools-javato\2.3.0-SNAPSHOT\cxf-tool
s-javato-2.3.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Runtime CORBA Binding
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO] Copying 6 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\corba\src\main\resources-filtered
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Copying 6 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\corba\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\corba\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.binding.corba.types.CorbaHandlerUtilsYokoNSTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.831 sec
Running org.apache.cxf.binding.corba.runtime.CorbaDSIServantTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.253 sec
Running org.apache.cxf.binding.corba.CorbaServerConduitTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.92 sec
Running org.apache.cxf.binding.corba.types.CorbaArrayHandlerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.apache.cxf.binding.corba.utils.CorbaUtilsTest
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 sec
Running org.apache.cxf.binding.corba.types.CorbaHandlerUtilsTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.419 sec
Running org.apache.cxf.binding.corba.types.CorbaStructHandlerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.apache.cxf.binding.corba.types.CorbaFixedHandlerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.apache.cxf.binding.corba.types.CorbaObjectHandlerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running org.apache.cxf.binding.corba.CorbaDestinationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.217 sec
Running org.apache.cxf.binding.corba.runtime.CorbaObjectWriterTest
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 sec
Running org.apache.cxf.binding.corba.runtime.CorbaStreamReaderTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.apache.cxf.binding.corba.CorbaConduitTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.414 sec
Running org.apache.cxf.binding.corba.CorbaMessageTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running org.apache.cxf.binding.corba.CorbaTypeMapTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.apache.cxf.binding.corba.types.CorbaEnumHandlerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.apache.cxf.binding.corba.runtime.CorbaObjectReaderTest
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 sec
Running org.apache.cxf.binding.corba.CorbaBindingTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.apache.cxf.binding.corba.utils.ContextUtilsTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.apache.cxf.binding.corba.runtime.CorbaStreamableTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.apache.cxf.binding.corba.CorbaBindingFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.771 sec
Running org.apache.cxf.binding.corba.types.CorbaAnyHandlerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.apache.cxf.binding.corba.types.CorbaPrimitiveHandlerTest
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
Running org.apache.cxf.binding.corba.types.CorbaSequenceHandlerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec

Results :

Tests run: 124, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\corba\target\cxf-rt-bindings-corba-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\corba\target\cxf-rt-bindings-corba-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\apache
\cxf\cxf-rt-bindings-corba\2.3.0-SNAPSHOT\cxf-rt-bindings-corba-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Command Line Tools CORBA
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [build-helper:add-source {execution: add-source}]
[INFO] Source directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\corba\src\main\generated added.
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\corba\src\main\resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\corba\src\main\resources-filtered
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\corba\target\generated\src\main\resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Copying 231 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\corba\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\corba\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.tools.corba.processors.WSDLToIDLGenerationTest
Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.58 sec
Running org.apache.cxf.tools.corba.idlpreprocessor.IdlPreprocessorReaderTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 sec
Running org.apache.cxf.tools.corba.processors.WSDLToCorbaBindingTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.327 sec
Running org.apache.cxf.tools.corba.WSDLToIDLTest
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.251 sec
Running org.apache.cxf.tools.corba.processors.IDLToWSDLGenerationTest
Tests run: 51, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.1 sec
Running org.apache.cxf.tools.corba.IDLToWSDLTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.294 sec
Running org.apache.cxf.tools.corba.common.CorbaPrimitiveMapTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.apache.cxf.tools.corba.processors.WSDLToCorbaBindingTypeTest
Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.188 sec

Results :

Tests run: 153, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\corba\target\cxf-tools-corba-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\corba\target\cxf-tools-corba-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-too
ls-corba\2.3.0-SNAPSHOT\cxf-tools-corba-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Runtime SDO DataBinding
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\sdo\src\main\resources-filtered
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\sdo\target\generated\src\main\resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [cxf-codegen:wsdl2java {execution: generate-test-sources-static}]
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\sdo\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\sdo\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.sdo.HelloWorldStaticTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.715 sec
Running org.apache.cxf.sdo.HelloWorldDynamicTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.349 sec

Results :

Tests run: 6, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\sdo\target\cxf-rt-databinding-sdo-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\sdo\target\cxf-rt-databinding-sdo-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\apac
he\cxf\cxf-rt-databinding-sdo\2.3.0-SNAPSHOT\cxf-rt-databinding-sdo-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Runtime HTTP Binding
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\http\src\main\resources-filtered
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [cxf-xjc:xsdtojava-tests {execution: generate-sources}]
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 7 resources
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\http\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\http\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.binding.http.bare.ClientTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.21 sec
Running org.apache.cxf.binding.http.InflectorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running org.apache.cxf.binding.http.IriDecoderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 sec
Running org.apache.cxf.binding.http.wrapped.WrappedServiceTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.646 sec
Running org.apache.cxf.binding.http.bare.BareServiceTest
DefaultValidationEventHandler: [ERROR]: For input string: "bleh"
     Location: line 0
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.807 sec
Running org.apache.cxf.binding.http.mtom.MtomTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.239 sec
Running org.apache.cxf.binding.http.bare.UserServiceTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.233 sec

Results :

Tests run: 12, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\http\target\cxf-rt-bindings-http-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\http\target\cxf-rt-bindings-http-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\apache\c
xf\cxf-rt-bindings-http\2.3.0-SNAPSHOT\cxf-rt-bindings-http-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Runtime Object Binding
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 6 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\object\src\main\resources-filtered
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\object\src\test\resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\object\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\object\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.binding.object.LocalServerRegistrationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.363 sec
Running org.apache.cxf.binding.object.ObjectBindingTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.216 sec

Results :

Tests run: 4, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\object\target\cxf-rt-bindings-object-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\object\target\cxf-rt-bindings-object-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\apac
he\cxf\cxf-rt-bindings-object\2.3.0-SNAPSHOT\cxf-rt-bindings-object-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Runtime Colocated Binding
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\coloc\src\main\resources-filtered
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\coloc\target\generated\src\main\resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\coloc\src\test\resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\coloc\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\coloc\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.binding.coloc.ColocMessageObserverTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.55 sec
Running org.apache.cxf.binding.coloc.ColocUtilTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
Running org.apache.cxf.binding.coloc.ColocOutInterceptorTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 sec

Results :

Tests run: 16, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\coloc\target\cxf-rt-bindings-coloc-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\coloc\target\cxf-rt-bindings-coloc-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\apache
\cxf\cxf-rt-bindings-coloc\2.3.0-SNAPSHOT\cxf-rt-bindings-coloc-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Runtime JBI Binding
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 9 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\jbi\src\main\resources-filtered
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [bundle:manifest {execution: bundle-manifest}]
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\jbi\src\test\resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\jbi\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\jbi\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.binding.jbi.interceptor.JBIFaultOutInterceptorTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.249 sec
Running org.apache.cxf.binding.jbi.spring.JBIBindingConfigurationInfoTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.328 sec
Running org.apache.cxf.binding.jbi.interceptor.JBIOperationInInterceptorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.346 sec
Running org.apache.cxf.binding.jbi.JBIBindingFactoryTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec

Results :

Tests run: 9, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\jbi\target\cxf-rt-bindings-jbi-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\jbi\target\cxf-rt-bindings-jbi-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\apache\cxf
\cxf-rt-bindings-jbi\2.3.0-SNAPSHOT\cxf-rt-bindings-jbi-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Runtime
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\pom.xml to C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-rt\2.3.0-SNAPSHOT\cxf-rt-2.3.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Runtime Bindings
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\pom.xml to C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-rt-bindings\2.3.0-SNAPSHOT\cxf-rt-bin
dings-2.3.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Runtime JAX-RS Frontend
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 7 resources
[INFO] Copying 7 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxrs\src\main\resources-filtered
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 14 resources
[INFO] Copying 6 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxrs\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxrs\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.jaxrs.ext.MessageContextImplTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.542 sec
Running org.apache.cxf.jaxrs.ext.search.FiqlParserTest
Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 sec
Running org.apache.cxf.jaxrs.provider.JSONProviderTest
Tests run: 48, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 0.618 sec
Running org.apache.cxf.jaxrs.utils.HttpUtilsTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running org.apache.cxf.jaxrs.utils.AnnotationTestUtilsTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.apache.cxf.jaxrs.ext.search.SearchContextImplTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.apache.cxf.jaxrs.ext.multipart.ContentDispositionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.apache.cxf.jaxrs.client.WebClientTest
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.73 sec
Running org.apache.cxf.jaxrs.JAXRSServerFactoryBeanTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 sec
Running org.apache.cxf.jaxrs.provider.DataBindingJSONProviderTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.857 sec
Running org.apache.cxf.jaxrs.provider.BinaryDataProviderTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.apache.cxf.jaxrs.provider.XPathProviderTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec
Running org.apache.cxf.jaxrs.spring.SpringResourceFactoryTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.247 sec
Running org.apache.cxf.jaxrs.model.ClassResourceInfoTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running org.apache.cxf.jaxrs.provider.DataBindingProviderTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.211 sec
Running org.apache.cxf.jaxrs.impl.NewCookieHeaderProviderTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.apache.cxf.jaxrs.provider.JAXBElementProviderTest
Tests run: 52, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 sec
Running org.apache.cxf.jaxrs.model.wadl.WadlGeneratorTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.331 sec
Running org.apache.cxf.jaxrs.provider.SourceProviderTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.apache.cxf.jaxrs.spring.JAXRSClientFactoryBeanTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.276 sec
Running org.apache.cxf.jaxrs.SelectMethodCandidatesTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 sec
Running org.apache.cxf.jaxrs.impl.MediaTypeHeaderProviderTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
Running org.apache.cxf.jaxrs.provider.PrimitiveTextProviderTest
Hello, my name is FΘlix AgnΘs
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.apache.cxf.jaxrs.impl.ResponseBuilderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running org.apache.cxf.jaxrs.ext.search.SimpleSearchConditionTest
Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
Running org.apache.cxf.jaxrs.provider.AegisElementProviderTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec
Running org.apache.cxf.jaxrs.impl.MetadataMapTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.apache.cxf.jaxrs.impl.UriInfoImplTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.apache.cxf.jaxrs.impl.CookieHeaderProviderTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.apache.cxf.jaxrs.impl.ResponseImplTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.apache.cxf.jaxrs.ext.multipart.MultipartBodyTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
Running org.apache.cxf.jaxrs.impl.UriBuilderImplTest
Tests run: 93, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 sec
Running org.apache.cxf.jaxrs.provider.AtomEntryProviderTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.295 sec
Running org.apache.cxf.jaxrs.impl.HttpHeadersImplTest
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
Running org.apache.cxf.jaxrs.impl.VariantListBuilderImplTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.apache.cxf.jaxrs.impl.CacheControlHeaderProviderTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec
Running org.apache.cxf.jaxrs.spring.JAXRSServerFactoryBeanTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 sec
Running org.apache.cxf.jaxrs.impl.RuntimeDelegateImplTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.apache.cxf.jaxrs.impl.RequestPreprocessorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.apache.cxf.jaxrs.impl.RequestImplTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running org.apache.cxf.jaxrs.provider.AtomPojoProviderTest
<?xml version='1.0' encoding='UTF-8'?>
<entry xmlns="http://www.w3.org/2005/Atom">
  <title type="text">a</title>
  <content type="application/xml">
    <book xmlns="">
      <name>a</name>
    </book>
  </content>
</entry>
<?xml version='1.0' encoding='UTF-8'?>
<entry xmlns="http://www.w3.org/2005/Atom">
  <content type="application/xml">
    <book xmlns="">
      <name>a</name>
    </book>
  </content>
</entry>
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.353 sec
Running org.apache.cxf.jaxrs.provider.XSLTJaxbProviderTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.153 sec
Running org.apache.cxf.jaxrs.impl.EntityTagHeaderProviderTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.apache.cxf.jaxrs.model.OperationResourceInfoTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
Running org.apache.cxf.jaxrs.utils.JAXRSUtilsTest
Tests run: 45, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.358 sec
Running org.apache.cxf.jaxrs.lifecycle.PerRequestResourceProviderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.apache.cxf.jaxrs.ext.xml.XMLSourceTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 sec
Running org.apache.cxf.jaxrs.impl.PathSegmentImplTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.apache.cxf.jaxrs.provider.FormEncodingProviderTest
name=FΘlix
FΘlix
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.apache.cxf.jaxrs.utils.ResourceUtilsTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.apache.cxf.jaxrs.model.URITemplateTest
a%20{digit:[0-9]}%20b
Tests run: 47, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
Running org.apache.cxf.jaxrs.provider.ProviderFactoryTest
Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
Running org.apache.cxf.jaxrs.provider.AegisJSONProviderTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.153 sec
Running org.apache.cxf.jaxrs.JAXRSServiceFactoryBeanTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running org.apache.cxf.jaxrs.client.JAXRSClientFactoryBeanTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 sec
Running org.apache.cxf.jaxrs.ext.multipart.AttachmentTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.apache.cxf.jaxrs.ext.codegen.CodeGeneratorProviderTest
C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.wadl.BookStore-src\superbooks\Book.java
C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.wadl.BookStore-src\superbooks\Book2.java
C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.wadl.BookStore-src\superbooks\Chapter.java
C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.wadl.BookStore-src\superbooks\ObjectFactory.java
C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.wadl.BookStore-src\superbooks\package-info.java
C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.wadl.BookStore-src\superbooks\Book.java
C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.wadl.BookStore-src\superbooks\Book2.java
C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.wadl.BookStore-src\superbooks\Chapter.java
C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.wadl.BookStore-src\superbooks\ObjectFactory.java
C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.wadl.BookStore-src\superbooks\package-info.java
C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.wadl.BookStore-src\superbooks\Book.java
C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.wadl.BookStore-src\superbooks\Book2.java
C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.wadl.BookStore-src\superbooks\Chapter.java
C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.wadl.BookStore-src\superbooks\ObjectFactory.java
C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.wadl.BookStore-src\superbooks\package-info.java
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.219 sec
Running org.apache.cxf.jaxrs.provider.AtomFeedProviderTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.apache.cxf.jaxrs.utils.InjectionUtilsTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec

Results :

Tests run: 665, Failures: 0, Errors: 0, Skipped: 6

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxrs\target\cxf-rt-frontend-jaxrs-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxrs\target\cxf-rt-frontend-jaxrs-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\apache
\cxf\cxf-rt-frontend-jaxrs\2.3.0-SNAPSHOT\cxf-rt-frontend-jaxrs-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Runtime JavaScript Frontend
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Copying 0 resource
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\js\src\main\resources-filtered
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\js\target\generated\src\main\resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Copying 12 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\js\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\js\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.js.rhino.AbstractDOMProviderTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.218 sec
Running org.apache.cxf.js.rhino.ProviderFactoryTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.27 sec
Running org.apache.cxf.js.rhino.ServerAppTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 sec

Results :

Tests run: 27, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\js\target\cxf-rt-frontend-js-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\js\target\cxf-rt-frontend-js-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\apache\cxf\c
xf-rt-frontend-js\2.3.0-SNAPSHOT\cxf-rt-frontend-js-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF HTTP Transport for OSGi
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Copying 2 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-osgi\src\main\resources-filtered
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-osgi\target\generated\src\main\resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-osgi\src\test\resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-osgi\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-osgi\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.transport.http_osgi.OsgiTransportFactoryTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.221 sec
Running org.apache.cxf.transport.http_osgi.OsgiDestinationTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.222 sec
Running org.apache.cxf.transport.http_osgi.OsgiServletTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.333 sec

Results :

Tests run: 10, Failures: 0, Errors: 0, Skipped: 0

[INFO] [bundle:bundle {execution: default-bundle}]
[WARNING] Warning building bundle org.apache.cxf:cxf-rt-transports-http-osgi:bundle:2.3.0-SNAPSHOT : Instructions in Export-Package that are never used: =META-INF\.cxf\.osgi
[WARNING] Warning building bundle org.apache.cxf:cxf-rt-transports-http-osgi:bundle:2.3.0-SNAPSHOT : Did not find matching referal for javax.xml.rpc*
[WARNING] Warning building bundle org.apache.cxf:cxf-rt-transports-http-osgi:bundle:2.3.0-SNAPSHOT : Exporting packages that are not on the Bundle-Classpath[Jar:dot]: [META-IN
F.cxf.osgi]
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-osgi\target\cxf-rt-transports-http-osgi-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repositor
y\org\apache\cxf\cxf-rt-transports-http-osgi\2.3.0-SNAPSHOT\cxf-rt-transports-http-osgi-2.3.0-SNAPSHOT.jar
[INFO] [bundle:install {execution: default-install}]
[INFO] Installing org/apache/cxf/cxf-rt-transports-http-osgi/2.3.0-SNAPSHOT/cxf-rt-transports-http-osgi-2.3.0-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Runtime JBI Transport
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 8 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jbi\src\main\resources-filtered
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [bundle:manifest {execution: bundle-manifest}]
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jbi\src\test\resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jbi\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jbi\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.transport.jbi.JBIConduitTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.729 sec
Running org.apache.cxf.transport.jbi.JBIDestinationTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.441 sec

Results :

Tests run: 4, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jbi\target\cxf-rt-transports-jbi-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jbi\target\cxf-rt-transports-jbi-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\apache
\cxf\cxf-rt-transports-jbi\2.3.0-SNAPSHOT\cxf-rt-transports-jbi-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Runtime WS Policy
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] Copying 17 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\policy\src\main\resources-filtered
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [cxf-codegen:wsdl2java {execution: generate-test-sources}]
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 20 resources
[INFO] Copying 89 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\policy\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\policy\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.ws.policy.PolicyInterceptorsTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.669 sec
Running org.apache.cxf.ws.policy.EndpointPolicyImplTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.218 sec
Running org.apache.cxf.ws.policy.PolicyVerificationInFaultInterceptorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec
Running org.apache.cxf.ws.policy.selector.FirstAlternativeSelectorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.apache.cxf.ws.policy.spring.PolicyFeatureTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.009 sec
Running org.apache.cxf.ws.policy.NormalizeTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.178 sec
Running org.apache.cxf.ws.policy.attachment.reference.ReferenceResolverTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 sec
Running org.apache.cxf.ws.policy.attachment.external.PolicyAttachmentTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
Running org.apache.cxf.ws.policy.attachment.external.DomainExpressionBuilderRegistryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.apache.cxf.ws.policy.AssertionBuilderRegistryImplTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
Running org.apache.cxf.ws.policy.PolicyExtensionsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.478 sec
Running org.apache.cxf.ws.policy.PolicyInterceptorProviderRegistryImplTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.apache.cxf.ws.policy.spring.PolicyBeansTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.181 sec
Running org.apache.cxf.ws.policy.builder.primitive.NestedPrimitiveAssertionTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 sec
Running org.apache.cxf.ws.policy.PolicyAnnotationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.798 sec
Running org.apache.cxf.ws.policy.PolicyBuilderTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
Running org.apache.cxf.ws.policy.EffectivePolicyImplTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec
Running org.apache.cxf.ws.policy.attachment.wsdl11.Wsdl11AttachmentPolicyProviderTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.473 sec
Running org.apache.cxf.ws.policy.attachment.external.ExternalAttachmentProviderTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec
Running org.apache.cxf.ws.policy.selector.MinimalMaximalAlternativeSelectorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec
Running org.apache.cxf.ws.policy.PolicyVerificationInInterceptorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
Running org.apache.cxf.ws.policy.attachment.external.EndpointReferenceDomainExpressionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec
Running org.apache.cxf.ws.policy.PolicyRegistryImplTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.apache.cxf.ws.policy.PolicyEngineTest
Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec
Running org.apache.cxf.ws.policy.PolicyVerificationOutInterceptorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec

Results :

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

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\policy\target\cxf-rt-ws-policy-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\policy\target\cxf-rt-ws-policy-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-r
t-ws-policy\2.3.0-SNAPSHOT\cxf-rt-ws-policy-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Runtime WS Reliable Messaging
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] Copying 10 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\rm\src\main\resources-filtered
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\rm\src\test\resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\rm\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\rm\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.ws.rm.soap.RMSoapInterceptorTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.432 sec
Running org.apache.cxf.ws.rm.persistence.jdbc.RMTxStoreConfigurationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.326 sec
Running org.apache.cxf.ws.rm.RMManagerConfigurationTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.428 sec
Running org.apache.cxf.ws.rm.persistence.PersistenceUtilsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 sec
Running org.apache.cxf.ws.rm.soap.RetransmissionQueueImplTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.299 sec
Running org.apache.cxf.ws.rm.RMContextUtilsTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.315 sec
Running org.apache.cxf.ws.rm.AbstractSequenceTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.apache.cxf.ws.rm.DestinationTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.19 sec
Running org.apache.cxf.ws.rm.RMUtilsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 sec
Running org.apache.cxf.ws.rm.AbstractRMInterceptorTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 sec
Running org.apache.cxf.ws.rm.SourceSequenceTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.029 sec
Running org.apache.cxf.ws.rm.RMEndpointTest
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.216 sec
Running org.apache.cxf.ws.rm.persistence.jdbc.RMTxStoreTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.32 sec
Running org.apache.cxf.ws.rm.AbstractEndpointTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.apache.cxf.ws.rm.policy.PolicyUtilsTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running org.apache.cxf.ws.rm.DestinationSequenceTest
Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.281 sec
Running org.apache.cxf.ws.rm.soap.SoapFaultFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 sec
Running org.apache.cxf.ws.rm.RMInInterceptorTest
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 sec
Running org.apache.cxf.ws.rm.RMOutInterceptorTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec
Running org.apache.cxf.ws.rm.RMManagerTest
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.167 sec
Running org.apache.cxf.ws.rm.ProxyTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 sec

Results :

Tests run: 169, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\rm\target\cxf-rt-ws-rm-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\rm\target\cxf-rt-ws-rm-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-rt-ws-rm\
2.3.0-SNAPSHOT\cxf-rt-ws-rm-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Runtime WS Security
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] Copying 2 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\security\src\main\resources-filtered
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 48 resources
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\security\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\security\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.ws.security.wss4j.DefaultSecurityContextTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 sec
Running org.apache.cxf.ws.security.wss4j.CryptoCoverageCheckerTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.207 sec
Running org.apache.cxf.ws.security.wss4j.WSS4JFaultCodeTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.244 sec
Running org.apache.cxf.ws.security.wss4j.WSS4JOutInterceptorTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.406 sec
Running org.apache.cxf.ws.security.wss4j.SignatureConfirmationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 sec
Running org.apache.cxf.ws.security.wss4j.RoundTripTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.714 sec
Running org.apache.cxf.ws.security.wss4j.WSS4JInOutTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.547 sec
Running org.apache.cxf.ws.security.wss4j.UserNameTokenAuthorizationTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.893 sec
Running org.apache.cxf.ws.security.wss4j.PolicyBasedWss4JInOutTest
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.774 sec

Results :

Tests run: 49, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\security\target\cxf-rt-ws-security-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\security\target\cxf-rt-ws-security-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\apache\cxf\c
xf-rt-ws-security\2.3.0-SNAPSHOT\cxf-rt-ws-security-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Runtime Web Management
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management-web\src\main\resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management-web\src\main\resources-filtered
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management-web\target\generated\src\main\resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 1 source file to C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management-web\target\classes
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management-web\src\test\resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management-web\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management-web\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
There are no tests to run.

Results :

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

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management-web\target\cxf-rt-management-web-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management-web\target\cxf-rt-management-web-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\apache
\cxf\cxf-rt-management-web\2.3.0-SNAPSHOT\cxf-rt-management-web-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF JBI Integration
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] Copying 0 resource
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jbi\src\main\resources-filtered
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jbi\target\generated\src\main\resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Copying 11 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jbi\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jbi\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.jbi.se.state.ServiceEngineStateFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 sec
Running org.apache.cxf.jbi.se.state.ServiceEngineShutdownTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running org.apache.cxf.jbi.se.CXFServiceUnitManagerTest
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.38 sec
Running org.apache.cxf.jbi.se.CXFServiceUnitTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.603 sec
Running org.apache.cxf.jbi.se.state.ServiceEngineStopTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.apache.cxf.jbi.se.state.ServiceEngineStartTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec

Results :

Tests run: 40, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jbi\target\cxf-integration-jbi-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jbi\target\cxf-integration-jbi-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\apache\cxf
\cxf-integration-jbi\2.3.0-SNAPSHOT\cxf-integration-jbi-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF JCA Connection
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jca\src\main\resources-filtered
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jca\target\generated\src\main\resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 10 resources
[INFO] Copying 4 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jca\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jca\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.jca.cxf.ConnectionFactoryImplTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.438 sec
Running org.apache.cxf.jca.servant.EJBServantConfigTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 sec
Running org.apache.cxf.jca.cxf.handlers.InvokingInvocationHandlerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.181 sec
Running org.apache.cxf.jca.core.resourceadapter.ManagedConnectionImplTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 sec
Running org.apache.cxf.jca.core.resourceadapter.UriHandlerInitTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
Running org.apache.cxf.jca.cxf.CXFConnectionRequestInfoTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.apache.cxf.jca.jarloader.JarLoaderTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
Running org.apache.cxf.jca.core.resourceadapter.HandlerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.apache.cxf.jca.cxf.handlers.InvocationHandlerFactoryTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 sec
Running org.apache.cxf.jca.cxf.ResourceAdapterImplTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec
Running org.apache.cxf.jca.core.classloader.PlugInClassLoaderTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 sec
Running org.apache.cxf.jca.core.resourceadapter.ResourceAdapterInternalExceptionTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.apache.cxf.jca.servant.EJBEndpointTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.apache.cxf.jca.core.logging.LoggerHelperTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
Running org.apache.cxf.jca.cxf.handlers.ProxyInvocationHandlerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.46 sec
Running org.apache.cxf.jca.core.resourceadapter.ResourceBeanTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.apache.cxf.jca.cxf.handlers.ObjectMethodInvocationHandlerTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
Running org.apache.cxf.jca.cxf.JCABusFactoryTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.18 sec
Running org.apache.cxf.jca.core.resourceadapter.ManagedConnectionFactoryImplTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
Running org.apache.cxf.jca.outbound.ManagedConnectionImplTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.888 sec
Running org.apache.cxf.jca.cxf.ManagedConnectionImplTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.055 sec
Running org.apache.cxf.jca.cxf.AssociatedManagedConnectionFactoryImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.148 sec
Running org.apache.cxf.jca.cxf.ManagedConnectionFactoryImplTest
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.135 sec

Results :

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

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jca\target\cxf-integration-jca-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jca\target\cxf-integration-jca-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\apache\cxf
\cxf-integration-jca\2.3.0-SNAPSHOT\cxf-integration-jca-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Integration
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\pom.xml to C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-integration\2.3.0-SNAPSHOT\cxf-integr
ation-2.3.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Java2WS Maven2 Plugin
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [plugin:descriptor {execution: default-descriptor}]
[WARNING] Using platform encoding (Cp1252 actually) to read mojo metadata, i.e. build is platform dependent!
[INFO] Applying mojo extractor for language: java
[INFO] Mojo extractor for language: java found 1 mojo descriptors.
[INFO] Applying mojo extractor for language: bsh
[INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\java2ws-plugin\src\main\resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\java2ws-plugin\src\main\resources-filtered
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\java2ws-plugin\target\generated\src\main\resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\java2ws-plugin\src\test\java
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\java2ws-plugin\src\test\resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\java2ws-plugin\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] No sources to compile
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\java2ws-plugin\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
There are no tests to run.

Results :

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

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\java2ws-plugin\target\cxf-java2ws-plugin-2.3.0-SNAPSHOT.jar
[INFO] [plugin:addPluginArtifactMetadata {execution: default-addPluginArtifactMetadata}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\java2ws-plugin\target\cxf-java2ws-plugin-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\or
g\apache\cxf\cxf-java2ws-plugin\2.3.0-SNAPSHOT\cxf-java2ws-plugin-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF CORBA Tools Maven2 Plugins
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [plugin:descriptor {execution: default-descriptor}]
[WARNING] Using platform encoding (Cp1252 actually) to read mojo metadata, i.e. build is platform dependent!
[INFO] Applying mojo extractor for language: java
[INFO] Mojo extractor for language: java found 2 mojo descriptors.
[INFO] Applying mojo extractor for language: bsh
[INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\corba\src\main\resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\corba\src\main\resources-filtered
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\corba\target\generated\src\main\resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\corba\src\test\java
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\corba\src\test\resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\corba\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] No sources to compile
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\corba\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
There are no tests to run.

Results :

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

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\corba\target\cxf-corbatools-maven-plugin-2.3.0-SNAPSHOT.jar
[INFO] [plugin:addPluginArtifactMetadata {execution: default-addPluginArtifactMetadata}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\corba\target\cxf-corbatools-maven-plugin-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\or
g\apache\cxf\cxf-corbatools-maven-plugin\2.3.0-SNAPSHOT\cxf-corbatools-maven-plugin-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Archetype - Simple JAX-WS Java First
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] No sources to compile
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\archetypes\cxf-jaxws-javafirst\src\test\java
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\archetypes\cxf-jaxws-javafirst\src\test\resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\archetypes\cxf-jaxws-javafirst\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Not compiling test sources
[INFO] [surefire:test {execution: default-test}]
[INFO] Tests are skipped.
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\archetypes\cxf-jaxws-javafirst\target\cxf-jaxws-javafirst-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\archetypes\cxf-jaxws-javafirst\target\cxf-jaxws-javafirst-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\
.m2\repository\org\apache\cxf\archetype\cxf-jaxws-javafirst\2.3.0-SNAPSHOT\cxf-jaxws-javafirst-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Maven Archetypes
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\archetypes\pom.xml to C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-archetypes\2.3.0-SNAPSHO
T\cxf-archetypes-2.3.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Maven Plugins
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\pom.xml to C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-maven-plugins\2.3.0-SNAPSHOT\cxf-ma
ven-plugins-2.3.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Uncategorized System Tests
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\uncategorized\src\main\java
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\uncategorized\src\main\resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\uncategorized\src\main\resources-filtered
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\uncategorized\target\generated\src\main\resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] No sources to compile
[INFO] [cxf-codegen:wsdl2java {execution: generate-test-sources}]
[INFO] [cxf-corbatools:wsdl2idl {execution: generate-test-sources}]
Jul 23, 2010 10:44:09 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaProcessor setOutputFile
WARNING: Using default wsdl/idl filenames...
Jul 23, 2010 10:44:09 AM org.springframework.context.support.AbstractApplicationContext prepareRefresh
INFO: Refreshing org.apache.cxf.bus.spring.BusApplicationContext@a268256: display name [org.apache.cxf.bus.spring.BusApplicationContext@a268256]; startup date [Fri Jul 23 10:4
4:09 PDT 2010]; root of context hierarchy
Jul 23, 2010 10:44:09 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [META-INF/cxf/cxf.xml]
Jul 23, 2010 10:44:09 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [META-INF/cxf/cxf-extension-corba.xml]
Jul 23, 2010 10:44:09 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [META-INF/cxf/cxf-extension-jaxws.xml]
Jul 23, 2010 10:44:09 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [META-INF/cxf/cxf-extension-soap.xml]
Jul 23, 2010 10:44:09 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [META-INF/cxf/cxf-extension-xml.xml]
Jul 23, 2010 10:44:09 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [META-INF/cxf/cxf-extension-addr.xml]
Jul 23, 2010 10:44:09 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [META-INF/cxf/cxf-extension-management.xml]
Jul 23, 2010 10:44:09 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [META-INF/cxf/cxf-extension-jbi-binding.xml]
Jul 23, 2010 10:44:09 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [META-INF/cxf/cxf-extension-jbi.xml]
Jul 23, 2010 10:44:09 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [META-INF/cxf/cxf-extension-http-binding.xml]
Jul 23, 2010 10:44:09 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [META-INF/cxf/cxf-extension-http.xml]
Jul 23, 2010 10:44:09 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [META-INF/cxf/cxf-extension-http-jetty.xml]
Jul 23, 2010 10:44:09 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [META-INF/cxf/cxf-extension-http.xml]
Jul 23, 2010 10:44:09 AM org.springframework.beans.factory.support.DefaultListableBeanFactory registerBeanDefinition
INFO: Overriding bean definition for bean 'org.apache.cxf.transport.http.policy.HTTPClientAssertionBuilder': replacing [Generic bean: class [org.apache.cxf.transport.http.poli
cy.HTTPClientAssertionBuilder]; scope=singleton; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null;
 factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class [org.apac
he.cxf.transport.http.policy.HTTPClientAssertionBuilder]; scope=singleton; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=fa
lse; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [META-INF/cxf/cxf-extension-http.xml]]
Jul 23, 2010 10:44:09 AM org.springframework.beans.factory.support.DefaultListableBeanFactory registerBeanDefinition
INFO: Overriding bean definition for bean 'org.apache.cxf.transport.http.policy.HTTPServerAssertionBuilder': replacing [Generic bean: class [org.apache.cxf.transport.http.poli
cy.HTTPServerAssertionBuilder]; scope=singleton; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null;
 factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class [org.apac
he.cxf.transport.http.policy.HTTPServerAssertionBuilder]; scope=singleton; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=fa
lse; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [META-INF/cxf/cxf-extension-http.xml]]
Jul 23, 2010 10:44:09 AM org.springframework.beans.factory.support.DefaultListableBeanFactory registerBeanDefinition
INFO: Overriding bean definition for bean 'org.apache.cxf.transport.http.policy.NoOpPolicyInterceptorProvider': replacing [Generic bean: class [org.apache.cxf.transport.http.p
olicy.NoOpPolicyInterceptorProvider]; scope=singleton; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName
=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class [or
g.apache.cxf.transport.http.policy.NoOpPolicyInterceptorProvider]; scope=singleton; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; p
rimary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [META-INF/cxf/cxf-extension-http.xml]]
Jul 23, 2010 10:44:09 AM org.springframework.beans.factory.support.DefaultListableBeanFactory registerBeanDefinition
INFO: Overriding bean definition for bean 'org.apache.cxf.transport.http.ClientOnlyHTTPTransportFactory': replacing [Generic bean: class [org.apache.cxf.transport.http.ClientO
nlyHTTPTransportFactory]; scope=singleton; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; facto
ryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class [org.apache.cxf
.transport.http.ClientOnlyHTTPTransportFactory]; scope=singleton; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; fact
oryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [META-INF/cxf/cxf-extension-http.xml]]
Jul 23, 2010 10:44:09 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [META-INF/cxf/cxf-extension-local.xml]
Jul 23, 2010 10:44:09 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [META-INF/cxf/cxf-extension-jms.xml]
Jul 23, 2010 10:44:09 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [META-INF/cxf/cxf-extension-policy.xml]
Jul 23, 2010 10:44:09 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [META-INF/cxf/cxf-extension-jaxrs-binding.xml]
Jul 23, 2010 10:44:09 AM org.springframework.context.support.AbstractApplicationContext obtainFreshBeanFactory
INFO: Bean factory for application context [org.apache.cxf.bus.spring.BusApplicationContext@a268256]: org.springframework.beans.factory.support.DefaultListableBeanFactory@5496
2fcd
Jul 23, 2010 10:44:09 AM org.springframework.beans.factory.support.DefaultListableBeanFactory preInstantiateSingletons
INFO: Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@54962fcd: defining beans [cxf,org.apache.cxf.bus.spring.BusApplicati
onListener,org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor,org.apache.cxf.bus.spring.Jsr250BeanPostProcessor,org.apache.cxf.bus.spring.BusExtensionPostProcessor,or
g.apache.cxf.resource.ResourceManager,org.apache.cxf.configuration.Configurer,org.apache.cxf.binding.BindingFactoryManager,org.apache.cxf.transport.DestinationFactoryManager,o
rg.apache.cxf.transport.ConduitInitiatorManager,org.apache.cxf.wsdl.WSDLManager,org.apache.cxf.phase.PhaseManager,org.apache.cxf.workqueue.WorkQueueManager,org.apache.cxf.busl
ifecycle.BusLifeCycleManager,org.apache.cxf.endpoint.ServerRegistry,org.apache.cxf.endpoint.ServerLifeCycleManager,org.apache.cxf.endpoint.ClientLifeCycleManager,org.apache.cx
f.transports.http.QueryHandlerRegistry,org.apache.cxf.endpoint.EndpointResolverRegistry,org.apache.cxf.headers.HeaderManager,org.apache.cxf.catalog.OASISCatalogManager,org.apa
che.cxf.service.factory.FactoryBeanListenerManager,org.apache.cxf.endpoint.ServiceContractResolverRegistry,org.apache.cxf.binding.corba.CorbaBindingFactory,org.apache.cxf.bind
ing.corba.wsdl.WSDLExtensionRegister#0,org.apache.cxf.jaxws.context.WebServiceContextResourceResolver,org.apache.cxf.jaxws.context.WebServiceContextImpl,org.apache.cxf.binding
.soap.SoapBindingFactory,org.apache.cxf.binding.soap.SoapTransportFactory,org.apache.cxf.binding.soap.customEditorConfigurer,org.apache.cxf.binding.xml.XMLBindingFactory,org.a
pache.cxf.ws.addressing.policy.AddressingAssertionBuilder,org.apache.cxf.ws.addressing.policy.AddressingPolicyInterceptorProvider,org.apache.cxf.ws.addressing.policy.UsingAddr
essingAssertionBuilder,org.apache.cxf.management.InstrumentationManager,org.apache.cxf.binding.jbi.JBIBindingFactory,org.apache.cxf.transport.jbi.JBITransportFactory,org.apach
e.cxf.binding.http.HttpBindingFactory,org.apache.cxf.transport.http.policy.HTTPClientAssertionBuilder,org.apache.cxf.transport.http.policy.HTTPServerAssertionBuilder,org.apach
e.cxf.transport.http.policy.NoOpPolicyInterceptorProvider,org.apache.cxf.transport.http.ClientOnlyHTTPTransportFactory,org.apache.cxf.transport.http_jetty.JettyHTTPTransportFa
ctory,org.apache.cxf.transport.local.LocalTransportFactory,org.apache.cxf.transport.jms.JMSTransportFactory,org.apache.cxf.ws.policy.AssertionBuilderRegistry,org.apache.cxf.ws
.policy.PolicyInterceptorProviderRegistry,org.apache.cxf.ws.policy.attachment.external.DomainExpressionBuilderRegistry,org.apache.cxf.ws.policy.attachment.external.EndpointRef
erenceDomainExpressionBuilder,org.apache.cxf.ws.policy.PolicyBuilder,org.apache.cxf.ws.policy.PolicyEngine,org.apache.cxf.ws.policy.attachment.wsdl11.Wsdl11AttachmentPolicyPro
vider,org.apache.cxf.ws.policy.attachment.ServiceModelPolicyProvider,org.apache.cxf.ws.policy.mtom.MTOMAssertionBuilder,org.apache.cxf.ws.policy.mtom.MTOMPolicyInterceptorProv
ider,org.apache.cxf.jaxrs.JAXRSBindingFactory]; root of factory hierarchy
SimpleType Union Not Supported in CORBA Binding
SimpleType Union Not Supported in CORBA Binding
SimpleType Union Not Supported in CORBA Binding
SimpleType Union Not Supported in CORBA Binding
SimpleType Union Not Supported in CORBA Binding
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: Unsupported Attribute Found in CORBA Binding Generation:{http://apache.org/type_test/types1}attribList
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: Unsupported Attribute Found in CORBA Binding Generation:{http://apache.org/type_test/types1}attribUnion
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/types1}varUnion
SimpleType Union Not Supported in CORBA Binding
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: class org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in CORBA binding.  Skipping.
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: class org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in CORBA binding.  Skipping.
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unknown particle type org.apache.ws.commons.schema.XmlSchemaGroupRef
SimpleType Union Not Supported in CORBA Binding
SimpleType Union Not Supported in CORBA Binding
SimpleType Union Not Supported in CORBA Binding
SimpleType Union Not Supported in CORBA Binding
SimpleType Union Not Supported in CORBA Binding
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: Unsupported Attribute Found in CORBA Binding Generation:{http://apache.org/type_test/types1}attribList
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: Unsupported Attribute Found in CORBA Binding Generation:{http://apache.org/type_test/types1}attribUnion
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/types1}varUnion
SimpleType Union Not Supported in CORBA Binding
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: class org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in CORBA binding.  Skipping.
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: class org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in CORBA binding.  Skipping.
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unknown particle type org.apache.ws.commons.schema.XmlSchemaGroupRef
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}return
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}y
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}z
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: class org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in CORBA binding.  Skipping.
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: class org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in CORBA binding.  Skipping.
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}x
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}y
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}x
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}y
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: Unsupported Attribute Found in CORBA Binding Generation:{http://apache.org/type_test/types1}attribUnion
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/types1}varUnion
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: Unsupported Attribute Found in CORBA Binding Generation:{http://apache.org/type_test/types1}attribUnion
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/types1}varUnion
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: Unsupported Attribute Found in CORBA Binding Generation:{http://apache.org/type_test/types1}attribUnion
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/types1}varUnion
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: class org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in CORBA binding.  Skipping.
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: class org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in CORBA binding.  Skipping.
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: class org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in CORBA binding.  Skipping.
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}x
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}y
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}return
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}y
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}z
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: Unsupported Attribute Found in CORBA Binding Generation:{http://apache.org/type_test/types1}attribUnion
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/types1}varUnion
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: Unsupported Attribute Found in CORBA Binding Generation:{http://apache.org/type_test/types1}attribUnion
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/types1}varUnion
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: class org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in CORBA binding.  Skipping.
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: class org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in CORBA binding.  Skipping.
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}x
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}y
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}return
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}y
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}z
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}return
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}y
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}z
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}return
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}y
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}z
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}x
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}y
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unknown particle type org.apache.ws.commons.schema.XmlSchemaGroupRef
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unknown particle type org.apache.ws.commons.schema.XmlSchemaGroupRef
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}x
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}y
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}return
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}y
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}z
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}x
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}y
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: Unsupported Attribute Found in CORBA Binding Generation:{http://apache.org/type_test/types1}attribList
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: Unsupported Attribute Found in CORBA Binding Generation:{http://apache.org/type_test/types1}attribList
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: Unsupported Attribute Found in CORBA Binding Generation:{http://apache.org/type_test/types1}attribList
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: Unsupported Attribute Found in CORBA Binding Generation:{http://apache.org/type_test/types1}attribList
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: Unsupported Attribute Found in CORBA Binding Generation:{http://apache.org/type_test/types1}attribList
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unknown particle type org.apache.ws.commons.schema.XmlSchemaGroupRef
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unknown particle type org.apache.ws.commons.schema.XmlSchemaGroupRef
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unknown particle type org.apache.ws.commons.schema.XmlSchemaGroupRef
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}return
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}y
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}z
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}return
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}y
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}z
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}x
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}y
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: class org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in CORBA binding.  Skipping.
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: class org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in CORBA binding.  Skipping.
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: class org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in CORBA binding.  Skipping.
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}return
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}y
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}z
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}x
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}y
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaBinding addBindingOperations
WARNING: Operation testNMTOKENS not mapped to CORBA binding.
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaBinding addBindingOperations
WARNING: Operation testSimpleUnionList not mapped to CORBA binding.
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaBinding addBindingOperations
WARNING: Operation testAnonUnionList not mapped to CORBA binding.
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaBinding addBindingOperations
WARNING: Operation testSimpleUnion not mapped to CORBA binding.
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaBinding addBindingOperations
WARNING: Operation testUnionWithAnonEnum not mapped to CORBA binding.
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaBinding addBindingOperations
WARNING: Operation testUnionWithStringList not mapped to CORBA binding.
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaBinding addBindingOperations
WARNING: Operation testUnionWithStringListRestriction not mapped to CORBA binding.
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaBinding addBindingOperations
WARNING: Operation testUnionWithAnonList not mapped to CORBA binding.
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: Unsupported Attribute Found in CORBA Binding Generation:{http://apache.org/type_test/types1}attribList
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: Unsupported Attribute Found in CORBA Binding Generation:{http://apache.org/type_test/types1}attribList
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: Unsupported Attribute Found in CORBA Binding Generation:{http://apache.org/type_test/types1}attribList
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: Unsupported Attribute Found in CORBA Binding Generation:{http://apache.org/type_test/types1}attribList
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: Unsupported Attribute Found in CORBA Binding Generation:{http://apache.org/type_test/types1}attribList
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: Unsupported Attribute Found in CORBA Binding Generation:{http://apache.org/type_test/types1}attribUnion
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/types1}varUnion
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: Unsupported Attribute Found in CORBA Binding Generation:{http://apache.org/type_test/types1}attribUnion
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/types1}varUnion
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: Unsupported Attribute Found in CORBA Binding Generation:{http://apache.org/type_test/types1}attribUnion
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/types1}varUnion
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: Unsupported Attribute Found in CORBA Binding Generation:{http://apache.org/type_test/types1}attribUnion
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/types1}varUnion
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: Unsupported Attribute Found in CORBA Binding Generation:{http://apache.org/type_test/types1}attribUnion
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/types1}varUnion
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaBinding addBindingOperations
WARNING: Operation testUnionSimpleContent not mapped to CORBA binding.
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: class org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in CORBA binding.  Skipping.
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: class org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in CORBA binding.  Skipping.
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: class org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in CORBA binding.  Skipping.
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: class org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in CORBA binding.  Skipping.
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: class org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in CORBA binding.  Skipping.
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: class org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in CORBA binding.  Skipping.
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: class org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in CORBA binding.  Skipping.
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: class org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in CORBA binding.  Skipping.
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: class org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in CORBA binding.  Skipping.
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: class org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in CORBA binding.  Skipping.
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unknown particle type org.apache.ws.commons.schema.XmlSchemaGroupRef
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unknown particle type org.apache.ws.commons.schema.XmlSchemaGroupRef
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unknown particle type org.apache.ws.commons.schema.XmlSchemaGroupRef
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unknown particle type org.apache.ws.commons.schema.XmlSchemaGroupRef
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unknown particle type org.apache.ws.commons.schema.XmlSchemaGroupRef
Jul 23, 2010 10:44:11 AM org.springframework.context.support.AbstractApplicationContext doClose
INFO: Closing org.apache.cxf.bus.spring.BusApplicationContext@a268256: display name [org.apache.cxf.bus.spring.BusApplicationContext@a268256]; startup date [Fri Jul 23 10:44:0
9 PDT 2010]; root of context hierarchy
Jul 23, 2010 10:44:11 AM org.springframework.beans.factory.support.DefaultSingletonBeanRegistry destroySingletons
INFO: Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@54962fcd: defining beans [cxf,org.apache.cxf.bus.spring.BusApplicationListe
ner,org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor,org.apache.cxf.bus.spring.Jsr250BeanPostProcessor,org.apache.cxf.bus.spring.BusExtensionPostProcessor,org.apach
e.cxf.resource.ResourceManager,org.apache.cxf.configuration.Configurer,org.apache.cxf.binding.BindingFactoryManager,org.apache.cxf.transport.DestinationFactoryManager,org.apac
he.cxf.transport.ConduitInitiatorManager,org.apache.cxf.wsdl.WSDLManager,org.apache.cxf.phase.PhaseManager,org.apache.cxf.workqueue.WorkQueueManager,org.apache.cxf.buslifecycl
e.BusLifeCycleManager,org.apache.cxf.endpoint.ServerRegistry,org.apache.cxf.endpoint.ServerLifeCycleManager,org.apache.cxf.endpoint.ClientLifeCycleManager,org.apache.cxf.trans
ports.http.QueryHandlerRegistry,org.apache.cxf.endpoint.EndpointResolverRegistry,org.apache.cxf.headers.HeaderManager,org.apache.cxf.catalog.OASISCatalogManager,org.apache.cxf
.service.factory.FactoryBeanListenerManager,org.apache.cxf.endpoint.ServiceContractResolverRegistry,org.apache.cxf.binding.corba.CorbaBindingFactory,org.apache.cxf.binding.cor
ba.wsdl.WSDLExtensionRegister#0,org.apache.cxf.jaxws.context.WebServiceContextResourceResolver,org.apache.cxf.jaxws.context.WebServiceContextImpl,org.apache.cxf.binding.soap.S
oapBindingFactory,org.apache.cxf.binding.soap.SoapTransportFactory,org.apache.cxf.binding.soap.customEditorConfigurer,org.apache.cxf.binding.xml.XMLBindingFactory,org.apache.c
xf.ws.addressing.policy.AddressingAssertionBuilder,org.apache.cxf.ws.addressing.policy.AddressingPolicyInterceptorProvider,org.apache.cxf.ws.addressing.policy.UsingAddressingA
ssertionBuilder,org.apache.cxf.management.InstrumentationManager,org.apache.cxf.binding.jbi.JBIBindingFactory,org.apache.cxf.transport.jbi.JBITransportFactory,org.apache.cxf.b
inding.http.HttpBindingFactory,org.apache.cxf.transport.http.policy.HTTPClientAssertionBuilder,org.apache.cxf.transport.http.policy.HTTPServerAssertionBuilder,org.apache.cxf.t
ransport.http.policy.NoOpPolicyInterceptorProvider,org.apache.cxf.transport.http.ClientOnlyHTTPTransportFactory,org.apache.cxf.transport.http_jetty.JettyHTTPTransportFactory,o
rg.apache.cxf.transport.local.LocalTransportFactory,org.apache.cxf.transport.jms.JMSTransportFactory,org.apache.cxf.ws.policy.AssertionBuilderRegistry,org.apache.cxf.ws.policy
.PolicyInterceptorProviderRegistry,org.apache.cxf.ws.policy.attachment.external.DomainExpressionBuilderRegistry,org.apache.cxf.ws.policy.attachment.external.EndpointReferenceD
omainExpressionBuilder,org.apache.cxf.ws.policy.PolicyBuilder,org.apache.cxf.ws.policy.PolicyEngine,org.apache.cxf.ws.policy.attachment.wsdl11.Wsdl11AttachmentPolicyProvider,o
rg.apache.cxf.ws.policy.attachment.ServiceModelPolicyProvider,org.apache.cxf.ws.policy.mtom.MTOMAssertionBuilder,org.apache.cxf.ws.policy.mtom.MTOMPolicyInterceptorProvider,or
g.apache.cxf.jaxrs.JAXRSBindingFactory]; root of factory hierarchy
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 36 resources
[INFO] Copying 15 resources
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 200 source files to C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\uncategorized\target\test-classes
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\uncategorized\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.interceptor.InterceptorFaultTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.075 sec

Results :

Tests run: 2, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.versioning.ClientServerVersioningTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.042 sec

Results :

Tests run: 3, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.js.JSClientServerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.004 sec

Results :

Tests run: 5, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.bus.BusShutdownTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.082 sec

Results :

Tests run: 6, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.corba.CorbaTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.055 sec

Results :

Tests run: 8, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.cxf1226.MissingQualification1226Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.152 sec

Results :

Tests run: 9, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.rest.RestClientServerHttpBindingTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.743 sec

Results :

Tests run: 11, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.rest.RestClientServerBookTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.132 sec

Results :

Tests run: 18, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.mtom_bindingtype.MTOMBindingTypeTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 3.237 sec

Results :

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


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.factory_pattern.MultiplexClientServerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.707 sec

Results :

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


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.resolver.JarResolverTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.16 sec

Results :

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


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.type_substitution.AppleFindClientServerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.91 sec

Results :

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


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.bus.SpringBusFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.621 sec

Results :

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


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.type_test.soap.SOAPDocLitClientTypeTest
Tests run: 177, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.203 sec

Results :

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


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jbi.ClientServerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.544 sec

Results :

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


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.rest.RestClientServerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.501 sec

Results :

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


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.soap12.Soap12ClientServerTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.351 sec

Results :

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


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.soapfault.SOAPFaultRequestTestCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.264 sec

Results :

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


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.factory_pattern.MultiplexHttpAddressClientServerTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.325 sec

Results :

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


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.cxf1332.Cxf1332Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.846 sec

Results :

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


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.cxf993.Cxf993Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.958 sec

Results :

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


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.stringarray.StringArrayTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.647 sec

Results :

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


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.type_test.xml.XMLClientTypeTest
Tests run: 174, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 20.963 sec

Results :

Tests run: 394, Failures: 0, Errors: 0, Skipped: 3


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.fault.IntFaultClientServerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.612 sec

Results :

Tests run: 395, Failures: 0, Errors: 0, Skipped: 3


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.type_test.corba.CORBADocLitClientTypeTest
Tests run: 175, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 13.515 sec

Results :

Tests run: 570, Failures: 0, Errors: 0, Skipped: 5


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.type_substitution.TypeSubClientServerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.049 sec

Results :

Tests run: 571, Failures: 0, Errors: 0, Skipped: 5


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.soap.SoapActionTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.707 sec

Results :

Tests run: 573, Failures: 0, Errors: 0, Skipped: 5


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.mtom.MtomServerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.918 sec

Results :

Tests run: 575, Failures: 0, Errors: 0, Skipped: 5


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jca.OutBoundConnectionTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.839 sec

Results :

Tests run: 577, Failures: 0, Errors: 0, Skipped: 5


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.clustering.FailoverTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.607 sec

Results :

Tests run: 587, Failures: 0, Errors: 0, Skipped: 5


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.lifecycle.LifeCycleTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.511 sec

Results :

Tests run: 589, Failures: 0, Errors: 0, Skipped: 5


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.mtom.ClientMtomXopTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 3.296 sec

Results :

Tests run: 591, Failures: 0, Errors: 0, Skipped: 6


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.mtom.ClientMtomXopWithJMSTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.625 sec

Results :

Tests run: 592, Failures: 0, Errors: 0, Skipped: 6


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.management.ManagedBusTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.832 sec

Results :

Tests run: 595, Failures: 0, Errors: 0, Skipped: 6


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.type_test.soap.SOAPRpcLitClientTypeTest
Tests run: 176, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.113 sec

Results :

Tests run: 771, Failures: 0, Errors: 0, Skipped: 6


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.corba.CorbaBindingFactoryConfigurerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.277 sec

Results :

Tests run: 772, Failures: 0, Errors: 0, Skipped: 6


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.mtom_feature.MtomFeatureClientServerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.263 sec

Results :

Tests run: 775, Failures: 0, Errors: 0, Skipped: 6


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.basicDOCBare.DOCBareClientServerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.015 sec

Results :

Tests run: 778, Failures: 0, Errors: 0, Skipped: 6


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.factory_pattern.ManualHttpMulitplexClientServerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.832 sec

Results :

Tests run: 780, Failures: 0, Errors: 0, Skipped: 6


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.clustering.FailoverAddressOverrideTest
starting replicated target: http://localhost:9053/SoapContext/ReplicatedPortC
starting replicated target: http://localhost:9052/SoapContext/ReplicatedPortB
starting replicated target: http://localhost:9051/SoapContext/ReplicatedPortA
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.28 sec

Results :

Tests run: 783, Failures: 0, Errors: 0, Skipped: 6


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.mtom.MtomPolicyTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.082 sec

Results :

Tests run: 785, Failures: 0, Errors: 0, Skipped: 6


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.management.CountersClientServerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.354 sec

Results :

Tests run: 786, Failures: 0, Errors: 0, Skipped: 6


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.coloc.ColocHeaderRpcLitTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.05 sec

Results :

Tests run: 793, Failures: 0, Errors: 0, Skipped: 6


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.coloc.ColocHeaderDocLitTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.784 sec

Results :

Tests run: 798, Failures: 0, Errors: 0, Skipped: 6


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.soapheader.HeaderClientServerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.92 sec

Results :

Tests run: 800, Failures: 0, Errors: 0, Skipped: 6


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.management.ManagedClientServerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.731 sec

Results :

Tests run: 801, Failures: 0, Errors: 0, Skipped: 6


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.callback.CallbackClientServerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.218 sec

Results :

Tests run: 802, Failures: 0, Errors: 0, Skipped: 6


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.coloc.ColocWrappedDocLitTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.088 sec

Results :

Tests run: 806, Failures: 0, Errors: 0, Skipped: 6


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.nested_callback.CallbackClientServerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.673 sec

Results :

Tests run: 807, Failures: 0, Errors: 0, Skipped: 6


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.schema_validation.ValidationClientServerTest
DefaultValidationEventHandler: [FATAL_ERROR]: cvc-complex-type.2.4.a: Invalid content was found starting with element 'varString'. One of '{"http://apache.org/schema_validatio
n/types":varFloat}' is expected.
     Location: line 1
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.099 sec

Results :

Tests run: 808, Failures: 0, Errors: 0, Skipped: 6


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.outofband.header.OOBHeaderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.327 sec

Results :

Tests run: 809, Failures: 0, Errors: 0, Skipped: 6

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\uncategorized\target\cxf-systests-uncategorized-2.3.0-SNAPSHOT.jar
[INFO] [jar:test-jar {execution: attach-sources}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\uncategorized\target\cxf-systests-uncategorized-2.3.0-SNAPSHOT-tests.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\uncategorized\target\cxf-systests-uncategorized-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\
org\apache\cxf\systests\cxf-systests-uncategorized\2.3.0-SNAPSHOT\cxf-systests-uncategorized-2.3.0-SNAPSHOT.jar
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\uncategorized\target\cxf-systests-uncategorized-2.3.0-SNAPSHOT-tests.jar to C:\Users\ggregory\.m2\repos
itory\org\apache\cxf\systests\cxf-systests-uncategorized\2.3.0-SNAPSHOT\cxf-systests-uncategorized-2.3.0-SNAPSHOT-tests.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Transport System Tests
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
[INFO] [remote-resources:process {execution: default}]
Downloading: http://repo1.maven.org/maven2/commons-pool/commons-pool/1.3/commons-pool-1.3.jar

[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\src\main\java
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\src\main\resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\src\main\resources-filtered
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\target\generated\src\main\resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 6 source files to C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\target\classes
[INFO] [cxf-codegen:wsdl2java {execution: generate-test-sources}]
[INFO] Nothing to generate
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 72 resources
[INFO] Copying 2 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 111 source files to C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\target\test-classes
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jms.tx.JMSTransactionClientServerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.77 sec

Results :

Tests run: 2, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.http_jetty.continuations.ClientServerWrappedContinuationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.998 sec

Results :

Tests run: 3, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.http_jetty.ThreadPoolTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.149 sec

Results :

Tests run: 4, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.servlet.SpringServletTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.22 sec

Results :

Tests run: 8, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jms.JMSClientServerTest
Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.625 sec

Results :

Tests run: 32, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.multitransport.MultiTransportClientServerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.115 sec

Results :

Tests run: 33, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.local_transport.DirectDispatchClientTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.496 sec

Results :

Tests run: 35, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jms.continuations.HelloWorldContinuationsClientServerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.641 sec

Results :

Tests run: 36, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.http.HTTPSClientTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.715 sec

Results :

Tests run: 42, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.jms.testsuite.testcases.SOAPJMSTestSuiteTest
Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.603 sec

Results :

Tests run: 74, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.http.HTTPConduitTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.943 sec

Results :

Tests run: 85, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jms.continuations.HelloWorldContinuationsThrottleTest
Completed : 5
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.67 sec

Results :

Tests run: 86, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jms.continuations.JMSContinuationsClientServerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.364 sec

Results :

Tests run: 87, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.http_jetty.EngineLifecycleTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.344 sec

Results :

Tests run: 89, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.servlet.HttpBindingServletTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.702 sec

Results :

Tests run: 92, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.servlet.ErrorContextSerletTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.337 sec

Results :

Tests run: 93, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.http.CertConstraintsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.482 sec

Results :

Tests run: 94, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.http.PublishedEndpointUrlTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.223 sec

Results :

Tests run: 95, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.servlet.JsFrontEndServletTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.887 sec

Results :

Tests run: 96, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.servlet.SpringAutoPublishServletTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.877 sec

Results :

Tests run: 99, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.servlet.ExternalServicesServletTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.397 sec

Results :

Tests run: 101, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.http.WSDLAddressRewriteTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.267 sec

Results :

Tests run: 103, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.servlet.CXFServletTest
class org.apache.cxf.jaxws.binding.soap.SOAPBindingImpl
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.889 sec

Results :

Tests run: 111, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.servlet.NoSpringServletClientTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.974 sec

Results :

Tests run: 114, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.http.ClientServerSessionTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 6.416 sec

Results :

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


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.http.WSDLQueryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.599 sec

Results :

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

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\target\cxf-systests-transports-2.3.0-SNAPSHOT.jar
[INFO] [jar:test-jar {execution: attach-sources}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\target\cxf-systests-transports-2.3.0-SNAPSHOT-tests.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\target\cxf-systests-transports-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\ap
ache\cxf\systests\cxf-systests-transports\2.3.0-SNAPSHOT\cxf-systests-transports-2.3.0-SNAPSHOT.jar
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\target\cxf-systests-transports-2.3.0-SNAPSHOT-tests.jar to C:\Users\ggregory\.m2\repository\
org\apache\cxf\systests\cxf-systests-transports\2.3.0-SNAPSHOT\cxf-systests-transports-2.3.0-SNAPSHOT-tests.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF JAX-WS System Tests
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\src\main\java
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\src\main\resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\src\main\resources-filtered
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\target\generated\src\main\resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] No sources to compile
[INFO] [cxf-codegen:wsdl2java {execution: generate-test-sources}]
[INFO] Nothing to generate
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 37 resources
[INFO] Copying 3 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 106 source files to C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\target\test-classes
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.provider.ProviderClientServerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.206 sec

Results :

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


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.handlers.HandlerInvocationTest
Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.904 sec

Results :

Tests run: 35, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxws.ClientServerMixedStyleTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.116 sec

Results :

Tests run: 37, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxws.JaxWsDynamicClientTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.665 sec

Results :

Tests run: 38, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxws.ClientServerGreeterNoWsdlTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.565 sec

Results :

Tests run: 40, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxws.JaxwsExecutorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.307 sec

Results :

Tests run: 41, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxws.ClientServerGreeterBaseNoWsdlTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.704 sec

Results :

Tests run: 42, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.handlers.DispatchHandlerInvocationTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.2 sec

Results :

Tests run: 53, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxws.AnyClientServerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.631 sec

Results :

Tests run: 55, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.handlers.HandlerInvocationUsingAddNumbersTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.252 sec

Results :

Tests run: 60, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxws.beanpostprocessor.CustomizedfBeanPostProcessorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.577 sec

Results :

Tests run: 61, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.dispatch.DispatchClientServerTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.918 sec

Results :

Tests run: 71, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.provider.datasource.DataSourceProviderTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.848 sec

Results :

Tests run: 73, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxws.OASISCatalogTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.325 sec

Results :

Tests run: 78, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.handlers.TrivialSOAPHandlerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.744 sec

Results :

Tests run: 79, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxws.ClientServerRPCLitTest
DefaultValidationEventHandler: [FATAL_ERROR]: cvc-complex-type.2.4.a: Invalid content was found starting with element 'ns2:elem3'. One of '{"http://apache.org/hello_world_rpcl
it/types":elem2}' is expected.
     Location: line 1
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.058 sec

Results :

Tests run: 83, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxws.ClientServerRPCLitDefatulAnnoTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.855 sec

Results :

Tests run: 84, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxws.ClientServerTest
Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.581 sec

Results :

Tests run: 112, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxws.ClientServerMiscTest
DefaultValidationEventHandler: [ERROR]: NoName is not a valid name
     Location:
DefaultValidationEventHandler: [ERROR]: NoName is not a valid name
     Location:
DefaultValidationEventHandler: [ERROR]: NoName is not a valid name
     Location:
DefaultValidationEventHandler: [ERROR]: NoName is not a valid name
     Location:
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.205 sec

Results :

Tests run: 130, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.swa.ClientServerSwaTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.967 sec

Results :

Tests run: 136, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxws.beanpostprocessor.BeanPostProcessorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.225 sec

Results :

Tests run: 137, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.provider.ProviderXMLClientServerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.356 sec

Results :

Tests run: 139, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxws.LocatorClientServerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 3.201 sec

Results :

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


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxws.ClientServerGreeterBaseTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.548 sec

Results :

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


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.dispatch.DispatchXMLClientServerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.489 sec

Results :

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


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.handlers.SpringConfiguredHandlerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.874 sec

Results :

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


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxws.JaxWsClientThreadTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.652 sec

Results :

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


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.provider.AttachmentProviderXMLClientServerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.807 sec

Results :

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


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.provider.ProviderRPCClientServerTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.503 sec

Results :

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


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxws.ClientServerXMLTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.718 sec

Results :

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

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\target\cxf-systests-jaxws-2.3.0-SNAPSHOT.jar
[INFO] [jar:test-jar {execution: attach-sources}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\target\cxf-systests-jaxws-2.3.0-SNAPSHOT-tests.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\target\cxf-systests-jaxws-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\apache\cxf\s
ystests\cxf-systests-jaxws\2.3.0-SNAPSHOT\cxf-systests-jaxws-2.3.0-SNAPSHOT.jar
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\target\cxf-systests-jaxws-2.3.0-SNAPSHOT-tests.jar to C:\Users\ggregory\.m2\repository\org\apache
\cxf\systests\cxf-systests-jaxws\2.3.0-SNAPSHOT\cxf-systests-jaxws-2.3.0-SNAPSHOT-tests.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Databinding System Tests
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\src\main\java
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\src\main\resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\src\main\resources-filtered
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\target\generated\src\main\resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] No sources to compile
[INFO] [build-helper:add-test-source {execution: add-test-source}]
[INFO] Test Source directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\src\test\generated added.
[INFO] [cxf-codegen:wsdl2java {execution: generate-test-sources}]
Jul 23, 2010 10:57:31 AM org.springframework.context.support.AbstractApplicationContext prepareRefresh
INFO: Refreshing org.apache.cxf.bus.spring.BusApplicationContext@a46f0b5: display name [org.apache.cxf.bus.spring.BusApplicationContext@a46f0b5]; startup date [Fri Jul 23 10:5
7:31 PDT 2010]; root of context hierarchy
Jul 23, 2010 10:57:31 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [META-INF/cxf/cxf.xml]
Jul 23, 2010 10:57:31 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [META-INF/cxf/cxf-extension-jaxws.xml]
Jul 23, 2010 10:57:31 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [META-INF/cxf/cxf-extension-soap.xml]
Jul 23, 2010 10:57:31 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [META-INF/cxf/cxf-extension-xml.xml]
Jul 23, 2010 10:57:31 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [META-INF/cxf/cxf-extension-addr.xml]
Jul 23, 2010 10:57:31 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [META-INF/cxf/cxf-extension-http.xml]
Jul 23, 2010 10:57:31 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [META-INF/cxf/cxf-extension-http-jetty.xml]
Jul 23, 2010 10:57:31 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [META-INF/cxf/cxf-extension-http.xml]
Jul 23, 2010 10:57:31 AM org.springframework.beans.factory.support.DefaultListableBeanFactory registerBeanDefinition
INFO: Overriding bean definition for bean 'org.apache.cxf.transport.http.policy.HTTPClientAssertionBuilder': replacing [Generic bean: class [org.apache.cxf.transport.http.poli
cy.HTTPClientAssertionBuilder]; scope=singleton; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null;
 factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class [org.apac
he.cxf.transport.http.policy.HTTPClientAssertionBuilder]; scope=singleton; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=fa
lse; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [META-INF/cxf/cxf-extension-http.xml]]
Jul 23, 2010 10:57:31 AM org.springframework.beans.factory.support.DefaultListableBeanFactory registerBeanDefinition
INFO: Overriding bean definition for bean 'org.apache.cxf.transport.http.policy.HTTPServerAssertionBuilder': replacing [Generic bean: class [org.apache.cxf.transport.http.poli
cy.HTTPServerAssertionBuilder]; scope=singleton; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null;
 factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class [org.apac
he.cxf.transport.http.policy.HTTPServerAssertionBuilder]; scope=singleton; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=fa
lse; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [META-INF/cxf/cxf-extension-http.xml]]
Jul 23, 2010 10:57:31 AM org.springframework.beans.factory.support.DefaultListableBeanFactory registerBeanDefinition
INFO: Overriding bean definition for bean 'org.apache.cxf.transport.http.policy.NoOpPolicyInterceptorProvider': replacing [Generic bean: class [org.apache.cxf.transport.http.p
olicy.NoOpPolicyInterceptorProvider]; scope=singleton; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName
=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class [or
g.apache.cxf.transport.http.policy.NoOpPolicyInterceptorProvider]; scope=singleton; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; p
rimary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [META-INF/cxf/cxf-extension-http.xml]]
Jul 23, 2010 10:57:31 AM org.springframework.beans.factory.support.DefaultListableBeanFactory registerBeanDefinition
INFO: Overriding bean definition for bean 'org.apache.cxf.transport.http.ClientOnlyHTTPTransportFactory': replacing [Generic bean: class [org.apache.cxf.transport.http.ClientO
nlyHTTPTransportFactory]; scope=singleton; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; facto
ryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class [org.apache.cxf
.transport.http.ClientOnlyHTTPTransportFactory]; scope=singleton; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; fact
oryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [META-INF/cxf/cxf-extension-http.xml]]
Jul 23, 2010 10:57:31 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [META-INF/cxf/cxf-extension-local.xml]
Jul 23, 2010 10:57:31 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [META-INF/cxf/cxf-extension-ws-security.xml]
Jul 23, 2010 10:57:31 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [META-INF/cxf/cxf-extension-jaxrs-binding.xml]
Jul 23, 2010 10:57:31 AM org.springframework.context.support.AbstractApplicationContext obtainFreshBeanFactory
INFO: Bean factory for application context [org.apache.cxf.bus.spring.BusApplicationContext@a46f0b5]: org.springframework.beans.factory.support.DefaultListableBeanFactory@780e
a6fb
Jul 23, 2010 10:57:31 AM org.springframework.beans.factory.support.DefaultListableBeanFactory preInstantiateSingletons
INFO: Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@780ea6fb: defining beans [cxf,org.apache.cxf.bus.spring.BusApplicati
onListener,org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor,org.apache.cxf.bus.spring.Jsr250BeanPostProcessor,org.apache.cxf.bus.spring.BusExtensionPostProcessor,or
g.apache.cxf.resource.ResourceManager,org.apache.cxf.configuration.Configurer,org.apache.cxf.binding.BindingFactoryManager,org.apache.cxf.transport.DestinationFactoryManager,o
rg.apache.cxf.transport.ConduitInitiatorManager,org.apache.cxf.wsdl.WSDLManager,org.apache.cxf.phase.PhaseManager,org.apache.cxf.workqueue.WorkQueueManager,org.apache.cxf.busl
ifecycle.BusLifeCycleManager,org.apache.cxf.endpoint.ServerRegistry,org.apache.cxf.endpoint.ServerLifeCycleManager,org.apache.cxf.endpoint.ClientLifeCycleManager,org.apache.cx
f.transports.http.QueryHandlerRegistry,org.apache.cxf.endpoint.EndpointResolverRegistry,org.apache.cxf.headers.HeaderManager,org.apache.cxf.catalog.OASISCatalogManager,org.apa
che.cxf.service.factory.FactoryBeanListenerManager,org.apache.cxf.endpoint.ServiceContractResolverRegistry,org.apache.cxf.jaxws.context.WebServiceContextResourceResolver,org.a
pache.cxf.jaxws.context.WebServiceContextImpl,org.apache.cxf.binding.soap.SoapBindingFactory,org.apache.cxf.binding.soap.SoapTransportFactory,org.apache.cxf.binding.soap.custo
mEditorConfigurer,org.apache.cxf.binding.xml.XMLBindingFactory,org.apache.cxf.ws.addressing.policy.AddressingAssertionBuilder,org.apache.cxf.ws.addressing.policy.AddressingPol
icyInterceptorProvider,org.apache.cxf.ws.addressing.policy.UsingAddressingAssertionBuilder,org.apache.cxf.transport.http.policy.HTTPClientAssertionBuilder,org.apache.cxf.trans
port.http.policy.HTTPServerAssertionBuilder,org.apache.cxf.transport.http.policy.NoOpPolicyInterceptorProvider,org.apache.cxf.transport.http.ClientOnlyHTTPTransportFactory,org
.apache.cxf.transport.http_jetty.JettyHTTPTransportFactory,org.apache.cxf.transport.local.LocalTransportFactory,org.apache.cxf.ws.security.policy.WSSecurityPolicyLoader,org.ap
ache.cxf.jaxrs.JAXRSBindingFactory]; root of factory hierarchy
Jul 23, 2010 10:57:33 AM org.springframework.context.support.AbstractApplicationContext doClose
INFO: Closing org.apache.cxf.bus.spring.BusApplicationContext@a46f0b5: display name [org.apache.cxf.bus.spring.BusApplicationContext@a46f0b5]; startup date [Fri Jul 23 10:57:3
1 PDT 2010]; root of context hierarchy
Jul 23, 2010 10:57:33 AM org.springframework.beans.factory.support.DefaultSingletonBeanRegistry destroySingletons
INFO: Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@780ea6fb: defining beans [cxf,org.apache.cxf.bus.spring.BusApplicationListe
ner,org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor,org.apache.cxf.bus.spring.Jsr250BeanPostProcessor,org.apache.cxf.bus.spring.BusExtensionPostProcessor,org.apach
e.cxf.resource.ResourceManager,org.apache.cxf.configuration.Configurer,org.apache.cxf.binding.BindingFactoryManager,org.apache.cxf.transport.DestinationFactoryManager,org.apac
he.cxf.transport.ConduitInitiatorManager,org.apache.cxf.wsdl.WSDLManager,org.apache.cxf.phase.PhaseManager,org.apache.cxf.workqueue.WorkQueueManager,org.apache.cxf.buslifecycl
e.BusLifeCycleManager,org.apache.cxf.endpoint.ServerRegistry,org.apache.cxf.endpoint.ServerLifeCycleManager,org.apache.cxf.endpoint.ClientLifeCycleManager,org.apache.cxf.trans
ports.http.QueryHandlerRegistry,org.apache.cxf.endpoint.EndpointResolverRegistry,org.apache.cxf.headers.HeaderManager,org.apache.cxf.catalog.OASISCatalogManager,org.apache.cxf
.service.factory.FactoryBeanListenerManager,org.apache.cxf.endpoint.ServiceContractResolverRegistry,org.apache.cxf.jaxws.context.WebServiceContextResourceResolver,org.apache.c
xf.jaxws.context.WebServiceContextImpl,org.apache.cxf.binding.soap.SoapBindingFactory,org.apache.cxf.binding.soap.SoapTransportFactory,org.apache.cxf.binding.soap.customEditor
Configurer,org.apache.cxf.binding.xml.XMLBindingFactory,org.apache.cxf.ws.addressing.policy.AddressingAssertionBuilder,org.apache.cxf.ws.addressing.policy.AddressingPolicyInte
rceptorProvider,org.apache.cxf.ws.addressing.policy.UsingAddressingAssertionBuilder,org.apache.cxf.transport.http.policy.HTTPClientAssertionBuilder,org.apache.cxf.transport.ht
tp.policy.HTTPServerAssertionBuilder,org.apache.cxf.transport.http.policy.NoOpPolicyInterceptorProvider,org.apache.cxf.transport.http.ClientOnlyHTTPTransportFactory,org.apache
.cxf.transport.http_jetty.JettyHTTPTransportFactory,org.apache.cxf.transport.local.LocalTransportFactory,org.apache.cxf.ws.security.policy.WSSecurityPolicyLoader,org.apache.cx
f.jaxrs.JAXRSBindingFactory]; root of factory hierarchy
[INFO] [resources:copy-resources {execution: copy-test-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 86 resources
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] Copying 8 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 69 source files to C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\target\test-classes
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxb.TestServiceTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.149 sec

Results :

Tests run: 4, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.aegis.mtom.MtomTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.646 sec

Results :

Tests run: 8, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.aegis.CharacterSchemaTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.003 sec

Results :

Tests run: 9, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.aegis.AegisClientServerTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.006 sec

Results :

Tests run: 14, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.xmlbeans.ClientServerXmlBeansTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.499 sec

Results :

Tests run: 16, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.aegis.AegisJaxWsTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.341 sec

Results :

Tests run: 21, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\target\cxf-systests-databinding-2.3.0-SNAPSHOT.jar
[INFO] [jar:test-jar {execution: attach-sources}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\target\cxf-systests-databinding-2.3.0-SNAPSHOT-tests.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\target\cxf-systests-databinding-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\
apache\cxf\systests\cxf-systests-databinding\2.3.0-SNAPSHOT\cxf-systests-databinding-2.3.0-SNAPSHOT.jar
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\target\cxf-systests-databinding-2.3.0-SNAPSHOT-tests.jar to C:\Users\ggregory\.m2\repositor
y\org\apache\cxf\systests\cxf-systests-databinding\2.3.0-SNAPSHOT\cxf-systests-databinding-2.3.0-SNAPSHOT-tests.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF JAX-RS System Tests
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
Downloading: http://repo1.maven.org/maven2/jetty/jsp-api/2.1-6.0.2/jsp-api-2.1-6.0.2.pom
[INFO] Unable to find resource 'jetty:jsp-api:pom:2.1-6.0.2' in repository central (http://repo1.maven.org/maven2)
Downloading: http://repo1.maven.org/maven2/jetty/jsp/2.1-6.0.2/jsp-2.1-6.0.2.pom
[INFO] Unable to find resource 'jetty:jsp:pom:2.1-6.0.2' in repository central (http://repo1.maven.org/maven2)
Downloading: http://repo1.maven.org/maven2/org/codehaus/jackson/jackson-jaxrs/1.2.0/jackson-jaxrs-1.2.0.pom

Downloading: http://repo1.maven.org/maven2/org/codehaus/jackson/jackson-core-asl/1.2.0/jackson-core-asl-1.2.0.pom

Downloading: http://repo1.maven.org/maven2/org/codehaus/jackson/jackson-mapper-asl/1.2.0/jackson-mapper-asl-1.2.0.pom

Downloading: http://repo1.maven.org/maven2/org/codehaus/jackson/jackson-jaxrs/1.2.0/jackson-jaxrs-1.2.0.jar

Downloading: http://repo1.maven.org/maven2/org/codehaus/jackson/jackson-core-asl/1.2.0/jackson-core-asl-1.2.0.jar

Downloading: http://repo1.maven.org/maven2/org/codehaus/jackson/jackson-mapper-asl/1.2.0/jackson-mapper-asl-1.2.0.jar

[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\src\main\java
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\src\main\resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\src\main\resources-filtered
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\target\generated\src\main\resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] No sources to compile
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 91 resources
[INFO] Copying 40 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 121 source files to C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\target\test-classes
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxrs.JAXRSClientServerResourceCreatedSpringProviderTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.011 sec

Results :

Tests run: 9, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxrs.JAXRSClientServerResourceCreatedOutsideBookTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.211 sec

Results :

Tests run: 11, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxrs.JAXRSClientServerNonSpringBookTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.006 sec

Results :

Tests run: 17, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxrs.security.JAXRSSpringSecurityClassTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.038 sec

Results :

Tests run: 23, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxrs.security.JAXRSSpringSecurityNoAnnotationsTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.239 sec

Results :

Tests run: 27, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPullSpringTest
Starting Server
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.284 sec

Results :

Tests run: 31, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxrs.JAXRSClientServerSpringBookTest
Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.817 sec

Results :

Tests run: 54, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxrs.JAXRSMultipartTest
Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.877 sec

Results :

Tests run: 91, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxrs.JAXRSRequestDispatcherTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 4.658 sec

Results :

Tests run: 95, Failures: 0, Errors: 0, Skipped: 2


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxrs.security.JAXRSHttpsBookTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.863 sec

Results :

Tests run: 101, Failures: 0, Errors: 0, Skipped: 2


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxrs.JAXRSMultithreadedClientTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.065 sec

Results :

Tests run: 109, Failures: 0, Errors: 0, Skipped: 2


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxrs.JAXRSSoapBookTest
Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.54 sec

Results :

Tests run: 141, Failures: 0, Errors: 0, Skipped: 2


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxrs.JAXRSJmsTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.762 sec

Results :

Tests run: 144, Failures: 0, Errors: 0, Skipped: 2


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.servlet.JaxRsServletTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.126 sec

Results :

Tests run: 145, Failures: 0, Errors: 0, Skipped: 3


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxrs.JAXRSClientServerStreamingTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.529 sec

Results :

Tests run: 147, Failures: 0, Errors: 0, Skipped: 3


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxrs.JAXRSClientServerBookTest
PostConstruct called
empty post
empty post

<?xml version="1.0" encoding="utf-8"?><Book><id>123</id><name>CXF in Action - 3</name></Book>
Tests run: 86, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 4.24 sec

Results :

Tests run: 233, Failures: 0, Errors: 0, Skipped: 4


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxrs.JAXRSClientServerUserResourceTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.406 sec

Results :

Tests run: 236, Failures: 0, Errors: 0, Skipped: 4


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxrs.security.JAXRSSpringSecurityInterfaceTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.789 sec

Results :

Tests run: 246, Failures: 0, Errors: 0, Skipped: 4


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxrs.JAXRSClientServerProxySpringBookTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.514 sec

Results :

Tests run: 258, Failures: 0, Errors: 0, Skipped: 4


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxrs.JAXRSContinuationsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.846 sec

Results :

Tests run: 259, Failures: 0, Errors: 0, Skipped: 4


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxrs.JAXRSClientServerResourceCreatedSpringBookTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.492 sec

Results :

Tests run: 261, Failures: 0, Errors: 0, Skipped: 4


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxrs.JAXRSAtomBookTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.964 sec

Results :

Tests run: 265, Failures: 0, Errors: 0, Skipped: 4


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxrs.JAXRSUriInfoTest
Starting Server
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.095 sec

Results :

Tests run: 266, Failures: 0, Errors: 0, Skipped: 4


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushSpringTest
Starting Server
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.258 sec

Results :

Tests run: 271, Failures: 0, Errors: 0, Skipped: 4

engine shutdown
engine shutdown
engine shutdown
engine shutdown
engine shutdown

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxrs.JAXRSDataBindingTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.993 sec

Results :

Tests run: 275, Failures: 0, Errors: 0, Skipped: 4


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxrs.JAXRSClientServerResourceJacksonSpringProviderTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.552 sec

Results :

Tests run: 278, Failures: 0, Errors: 0, Skipped: 4


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest
Jul 23, 2010 11:01:24 AM org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents
SEVERE: severe message
Jul 23, 2010 11:01:25 AM org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents
WARNING: warning message
Jul 23, 2010 11:01:25 AM org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents
INFO: info message
Jul 23, 2010 11:01:28 AM org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents
SEVERE: severe message
Jul 23, 2010 11:01:28 AM org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents
WARNING: warning message
Jul 23, 2010 11:01:28 AM org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents
INFO: info message
Jul 23, 2010 11:01:31 AM org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents
SEVERE: severe message
Jul 23, 2010 11:01:31 AM org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents
WARNING: warning message
Jul 23, 2010 11:01:31 AM org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents
INFO: info message
Jul 23, 2010 11:01:34 AM org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents
SEVERE: severe message
Jul 23, 2010 11:01:34 AM org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents
WARNING: warning message
Jul 23, 2010 11:01:34 AM org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents
INFO: info message
Jul 23, 2010 11:01:37 AM org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents
SEVERE: severe message
Jul 23, 2010 11:01:37 AM org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents
WARNING: warning message
Jul 23, 2010 11:01:37 AM org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents
INFO: info message
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.935 sec

Results :

Tests run: 283, Failures: 0, Errors: 0, Skipped: 4

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\target\cxf-systests-jaxrs-2.3.0-SNAPSHOT.jar
[INFO] [jar:test-jar {execution: attach-sources}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\target\cxf-systests-jaxrs-2.3.0-SNAPSHOT-tests.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\target\cxf-systests-jaxrs-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\apache\cxf\s
ystests\cxf-systests-jaxrs\2.3.0-SNAPSHOT\cxf-systests-jaxrs-2.3.0-SNAPSHOT.jar
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\target\cxf-systests-jaxrs-2.3.0-SNAPSHOT-tests.jar to C:\Users\ggregory\.m2\repository\org\apache
\cxf\systests\cxf-systests-jaxrs\2.3.0-SNAPSHOT\cxf-systests-jaxrs-2.3.0-SNAPSHOT-tests.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF WS-* Specifications System Tests
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\ws-specs\src\main\java
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\ws-specs\src\main\resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\ws-specs\src\main\resources-filtered
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\ws-specs\target\generated\src\main\resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] No sources to compile
[INFO] [cxf-codegen:wsdl2java {execution: generate-test-sources}]
Jul 23, 2010 11:01:50 AM org.springframework.context.support.AbstractApplicationContext prepareRefresh
INFO: Refreshing org.apache.cxf.bus.spring.BusApplicationContext@765590d6: display name [org.apache.cxf.bus.spring.BusApplicationContext@765590d6]; startup date [Fri Jul 23 11
:01:50 PDT 2010]; root of context hierarchy
Jul 23, 2010 11:01:50 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [META-INF/cxf/cxf.xml]
Jul 23, 2010 11:01:50 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [META-INF/cxf/cxf-extension-jaxws.xml]
Jul 23, 2010 11:01:50 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [META-INF/cxf/cxf-extension-soap.xml]
Jul 23, 2010 11:01:50 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [META-INF/cxf/cxf-extension-xml.xml]
Jul 23, 2010 11:01:50 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [META-INF/cxf/cxf-extension-addr.xml]
Jul 23, 2010 11:01:50 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [META-INF/cxf/cxf-extension-http.xml]
Jul 23, 2010 11:01:50 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [META-INF/cxf/cxf-extension-jms.xml]
Jul 23, 2010 11:01:50 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [META-INF/cxf/cxf-extension-management.xml]
Jul 23, 2010 11:01:50 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [META-INF/cxf/cxf-extension-http-jetty.xml]
Jul 23, 2010 11:01:50 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [META-INF/cxf/cxf-extension-http.xml]
Jul 23, 2010 11:01:50 AM org.springframework.beans.factory.support.DefaultListableBeanFactory registerBeanDefinition
INFO: Overriding bean definition for bean 'org.apache.cxf.transport.http.policy.HTTPClientAssertionBuilder': replacing [Generic bean: class [org.apache.cxf.transport.http.poli
cy.HTTPClientAssertionBuilder]; scope=singleton; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null;
 factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class [org.apac
he.cxf.transport.http.policy.HTTPClientAssertionBuilder]; scope=singleton; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=fa
lse; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [META-INF/cxf/cxf-extension-http.xml]]
Jul 23, 2010 11:01:50 AM org.springframework.beans.factory.support.DefaultListableBeanFactory registerBeanDefinition
INFO: Overriding bean definition for bean 'org.apache.cxf.transport.http.policy.HTTPServerAssertionBuilder': replacing [Generic bean: class [org.apache.cxf.transport.http.poli
cy.HTTPServerAssertionBuilder]; scope=singleton; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null;
 factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class [org.apac
he.cxf.transport.http.policy.HTTPServerAssertionBuilder]; scope=singleton; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=fa
lse; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [META-INF/cxf/cxf-extension-http.xml]]
Jul 23, 2010 11:01:50 AM org.springframework.beans.factory.support.DefaultListableBeanFactory registerBeanDefinition
INFO: Overriding bean definition for bean 'org.apache.cxf.transport.http.policy.NoOpPolicyInterceptorProvider': replacing [Generic bean: class [org.apache.cxf.transport.http.p
olicy.NoOpPolicyInterceptorProvider]; scope=singleton; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName
=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class [or
g.apache.cxf.transport.http.policy.NoOpPolicyInterceptorProvider]; scope=singleton; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; p
rimary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [META-INF/cxf/cxf-extension-http.xml]]
Jul 23, 2010 11:01:50 AM org.springframework.beans.factory.support.DefaultListableBeanFactory registerBeanDefinition
INFO: Overriding bean definition for bean 'org.apache.cxf.transport.http.ClientOnlyHTTPTransportFactory': replacing [Generic bean: class [org.apache.cxf.transport.http.ClientO
nlyHTTPTransportFactory]; scope=singleton; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; facto
ryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class [org.apache.cxf
.transport.http.ClientOnlyHTTPTransportFactory]; scope=singleton; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; fact
oryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [META-INF/cxf/cxf-extension-http.xml]]
Jul 23, 2010 11:01:50 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [META-INF/cxf/cxf-extension-rm.xml]
Jul 23, 2010 11:01:50 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [META-INF/cxf/cxf-extension-policy.xml]
Jul 23, 2010 11:01:50 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [META-INF/cxf/cxf-extension-ws-security.xml]
Jul 23, 2010 11:01:50 AM org.springframework.context.support.AbstractApplicationContext obtainFreshBeanFactory
INFO: Bean factory for application context [org.apache.cxf.bus.spring.BusApplicationContext@765590d6]: org.springframework.beans.factory.support.DefaultListableBeanFactory@837
5b8f
Jul 23, 2010 11:01:50 AM org.springframework.beans.factory.support.DefaultListableBeanFactory preInstantiateSingletons
INFO: Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@8375b8f: defining beans [cxf,org.apache.cxf.bus.spring.BusApplicatio
nListener,org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor,org.apache.cxf.bus.spring.Jsr250BeanPostProcessor,org.apache.cxf.bus.spring.BusExtensionPostProcessor,org
.apache.cxf.resource.ResourceManager,org.apache.cxf.configuration.Configurer,org.apache.cxf.binding.BindingFactoryManager,org.apache.cxf.transport.DestinationFactoryManager,or
g.apache.cxf.transport.ConduitInitiatorManager,org.apache.cxf.wsdl.WSDLManager,org.apache.cxf.phase.PhaseManager,org.apache.cxf.workqueue.WorkQueueManager,org.apache.cxf.busli
fecycle.BusLifeCycleManager,org.apache.cxf.endpoint.ServerRegistry,org.apache.cxf.endpoint.ServerLifeCycleManager,org.apache.cxf.endpoint.ClientLifeCycleManager,org.apache.cxf
.transports.http.QueryHandlerRegistry,org.apache.cxf.endpoint.EndpointResolverRegistry,org.apache.cxf.headers.HeaderManager,org.apache.cxf.catalog.OASISCatalogManager,org.apac
he.cxf.service.factory.FactoryBeanListenerManager,org.apache.cxf.endpoint.ServiceContractResolverRegistry,org.apache.cxf.jaxws.context.WebServiceContextResourceResolver,org.ap
ache.cxf.jaxws.context.WebServiceContextImpl,org.apache.cxf.binding.soap.SoapBindingFactory,org.apache.cxf.binding.soap.SoapTransportFactory,org.apache.cxf.binding.soap.custom
EditorConfigurer,org.apache.cxf.binding.xml.XMLBindingFactory,org.apache.cxf.ws.addressing.policy.AddressingAssertionBuilder,org.apache.cxf.ws.addressing.policy.AddressingPoli
cyInterceptorProvider,org.apache.cxf.ws.addressing.policy.UsingAddressingAssertionBuilder,org.apache.cxf.transport.http.policy.HTTPClientAssertionBuilder,org.apache.cxf.transp
ort.http.policy.HTTPServerAssertionBuilder,org.apache.cxf.transport.http.policy.NoOpPolicyInterceptorProvider,org.apache.cxf.transport.http.ClientOnlyHTTPTransportFactory,org.
apache.cxf.transport.jms.JMSTransportFactory,org.apache.cxf.management.InstrumentationManager,org.apache.cxf.transport.http_jetty.JettyHTTPTransportFactory,org.apache.cxf.ws.r
m.RMManager,org.apache.cxf.ws.rm.policy.RMPolicyInterceptorProvider,org.apache.cxf.ws.rm.policy.RMAssertionBuilder,org.apache.cxf.ws.policy.AssertionBuilderRegistry,org.apache
.cxf.ws.policy.PolicyInterceptorProviderRegistry,org.apache.cxf.ws.policy.attachment.external.DomainExpressionBuilderRegistry,org.apache.cxf.ws.policy.attachment.external.Endp
ointReferenceDomainExpressionBuilder,org.apache.cxf.ws.policy.PolicyBuilder,org.apache.cxf.ws.policy.PolicyEngine,org.apache.cxf.ws.policy.attachment.wsdl11.Wsdl11AttachmentPo
licyProvider,org.apache.cxf.ws.policy.attachment.ServiceModelPolicyProvider,org.apache.cxf.ws.policy.mtom.MTOMAssertionBuilder,org.apache.cxf.ws.policy.mtom.MTOMPolicyIntercep
torProvider,org.apache.cxf.ws.security.policy.WSSecurityPolicyLoader]; root of factory hierarchy
Jul 23, 2010 11:01:51 AM org.springframework.context.support.AbstractApplicationContext doClose
INFO: Closing org.apache.cxf.bus.spring.BusApplicationContext@765590d6: display name [org.apache.cxf.bus.spring.BusApplicationContext@765590d6]; startup date [Fri Jul 23 11:01
:50 PDT 2010]; root of context hierarchy
Jul 23, 2010 11:01:51 AM org.springframework.beans.factory.support.DefaultSingletonBeanRegistry destroySingletons
INFO: Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@8375b8f: defining beans [cxf,org.apache.cxf.bus.spring.BusApplicationListen
er,org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor,org.apache.cxf.bus.spring.Jsr250BeanPostProcessor,org.apache.cxf.bus.spring.BusExtensionPostProcessor,org.apache
.cxf.resource.ResourceManager,org.apache.cxf.configuration.Configurer,org.apache.cxf.binding.BindingFactoryManager,org.apache.cxf.transport.DestinationFactoryManager,org.apach
e.cxf.transport.ConduitInitiatorManager,org.apache.cxf.wsdl.WSDLManager,org.apache.cxf.phase.PhaseManager,org.apache.cxf.workqueue.WorkQueueManager,org.apache.cxf.buslifecycle
.BusLifeCycleManager,org.apache.cxf.endpoint.ServerRegistry,org.apache.cxf.endpoint.ServerLifeCycleManager,org.apache.cxf.endpoint.ClientLifeCycleManager,org.apache.cxf.transp
orts.http.QueryHandlerRegistry,org.apache.cxf.endpoint.EndpointResolverRegistry,org.apache.cxf.headers.HeaderManager,org.apache.cxf.catalog.OASISCatalogManager,org.apache.cxf.
service.factory.FactoryBeanListenerManager,org.apache.cxf.endpoint.ServiceContractResolverRegistry,org.apache.cxf.jaxws.context.WebServiceContextResourceResolver,org.apache.cx
f.jaxws.context.WebServiceContextImpl,org.apache.cxf.binding.soap.SoapBindingFactory,org.apache.cxf.binding.soap.SoapTransportFactory,org.apache.cxf.binding.soap.customEditorC
onfigurer,org.apache.cxf.binding.xml.XMLBindingFactory,org.apache.cxf.ws.addressing.policy.AddressingAssertionBuilder,org.apache.cxf.ws.addressing.policy.AddressingPolicyInter
ceptorProvider,org.apache.cxf.ws.addressing.policy.UsingAddressingAssertionBuilder,org.apache.cxf.transport.http.policy.HTTPClientAssertionBuilder,org.apache.cxf.transport.htt
p.policy.HTTPServerAssertionBuilder,org.apache.cxf.transport.http.policy.NoOpPolicyInterceptorProvider,org.apache.cxf.transport.http.ClientOnlyHTTPTransportFactory,org.apache.
cxf.transport.jms.JMSTransportFactory,org.apache.cxf.management.InstrumentationManager,org.apache.cxf.transport.http_jetty.JettyHTTPTransportFactory,org.apache.cxf.ws.rm.RMMan
ager,org.apache.cxf.ws.rm.policy.RMPolicyInterceptorProvider,org.apache.cxf.ws.rm.policy.RMAssertionBuilder,org.apache.cxf.ws.policy.AssertionBuilderRegistry,org.apache.cxf.ws
.policy.PolicyInterceptorProviderRegistry,org.apache.cxf.ws.policy.attachment.external.DomainExpressionBuilderRegistry,org.apache.cxf.ws.policy.attachment.external.EndpointRef
erenceDomainExpressionBuilder,org.apache.cxf.ws.policy.PolicyBuilder,org.apache.cxf.ws.policy.PolicyEngine,org.apache.cxf.ws.policy.attachment.wsdl11.Wsdl11AttachmentPolicyPro
vider,org.apache.cxf.ws.policy.attachment.ServiceModelPolicyProvider,org.apache.cxf.ws.policy.mtom.MTOMAssertionBuilder,org.apache.cxf.ws.policy.mtom.MTOMPolicyInterceptorProv
ider,org.apache.cxf.ws.security.policy.WSSecurityPolicyLoader]; root of factory hierarchy
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Could not find any node with the XPath expression: //wsdl:definitions

[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 30 minutes 16 seconds
[INFO] Finished at: Fri Jul 23 11:01:51 PDT 2010
[INFO] Final Memory: 216M/426M
[INFO] ------------------------------------------------------------------------
Fri 07/23/201011:01:52.94 C:\Users\ggregory\b\svn\apache.org\cxf\trunk
>

Gary Gregory
Senior Software Engineer
Seagull Software
email: ggregory@seagullsoftware.com
email: ggregory@apache.org
www.seagullsoftware.com



> -----Original Message-----
> From: Daniel Kulp [mailto:dkulp@apache.org]
> Sent: Tuesday, February 09, 2010 13:29
> To: dev@cxf.apache.org; users@cxf.apache.org
> Subject: CXF, Java 6/Spring/etc... and deps.....
>
>
> As you may have noticed, last week (on trunk only) I moved all the
> dependencies that can be provided by Java 6 (except jaxb-impl/jaxb-xjc) into a
> special jdk15 profile that is auto activated on Java5.   Thus, trunk should
> now require less dependencies when running on Java 6.
>
> HOWEVER, I put Woodstox back in as a runtime dep this morning.   There are a
> couple reasons:
> 1) The parser in the JDK really sucks.   My benchmarking over the last couple
> days for a customer showed nearly 40% throughput reduction compared to
> woodstox.   IMO, the "out of the box" speed is important.
>
> 2) Related to (1), a full "mvn install -Pnochecks" was taking 6 minutes longer
> on Java 6 compared to last week.    Turns out, that's parser related.  :-)   I
> could have added woodstox as a test dep to all the modules, but again, I think
> it's important enough to make sure everyone uses it by default.
>
> The good news is that while the Sun parser was being used, I found a couple
> places where tests were failing with it.   I've updated the code so we now
> should work better with the Sun parser if someone really wants to use it.
>
> I also started going through and marking the spring stuff as optional or
> provided (or test scope).    We don't really REQUIRE it in all cases, and this
> should allow the user to more easily use whatever version of Spring they want.
>
> Anyway, I still have to update the distribution and bundle modules to now work
> correctly with java6.   If you build with java6, you get different results
> than with Java 5.   The lib dir has about 9 less jars, the manifest is missing
> entries, etc....
>
> For those of you using Maven and Java 6, I'd really appreciate it if you could
> try the 2.3.0-SNAPSHOT's to see if having all the extra deps removed will
> cause any major issues.   Likewise, on Java 5, I'd like to make sure all the
> required deps still come in.
>
> Thanks!
> --
> Daniel Kulp
> dkulp@apache.org
> http://www.dankulp.com/blog

RE: CXF, Java 6/Spring/etc... and deps.....

Posted by Gary Gregory <GG...@seagullsoftware.com>.
Dan,

I just tried a build from the latest SVN trunk and got an error (see the end of this msg.)

My set up:

Apache Maven 2.2.1 (r801777; 2009-08-06 12:16:01-0700)
Java version: 1.6.0_20
Java home: C:\Program Files\Java\jdk1.6.0_20\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows vista" version: "6.0" arch: "amd64" Family: "windows"
Fri 07/23/201011:08:26.04 C:\Users\ggregory\b\svn\apache.org\cxf\trunk

Here my build output:

[INFO] Scanning for projects...
[INFO] Reactor build order:
[INFO]   Apache CXF
[INFO]   Apache CXF Parent
[INFO]   Apache CXF Common Utilities
[INFO]   Apache CXF Common Schemas
[INFO]   Apache CXF API
[INFO]   Apache CXF Woodstox/MSV Schema Validation
[INFO]   Apache CXF XML Schema Validation with Xerces
[INFO]   Apache CXF Common
[INFO]   Apache CXF Runtime Core
[INFO]   Apache CXF Command Line Tools Common
[INFO]   Apache CXF Command Line Tools Validator
[INFO]   Apache CXF Command Line Tools WSDLTo Core
[INFO]   Apache CXF Command Line Tools WSDLTo JAXWS Frontend
[INFO]   Apache CXF WSDL Validator Maven2 Plugin
[INFO]   Apache CXF Command Line Tools WSDLTo JAXB Databinding
[INFO]   Apache CXF Code Generation Maven2 Plugins
[INFO]   Apache CXF Test Utilities
[INFO]   Apache CXF Runtime JAXB DataBinding
[INFO]   Apache CXF Runtime XML Binding
[INFO]   Apache CXF Runtime SOAP Binding
[INFO]   Apache CXF Runtime Local Transport
[INFO]   Apache CXF Runtime Simple Frontend
[INFO]   Apache CXF Runtime HTTP Transport
[INFO]   Apache CXF Runtime HTTP Jetty Transport
[INFO]   Apache CXF Runtime WS Addressing
[INFO]   Apache CXF Runtime JAX-WS Frontend
[INFO]   Apache CXF Test Case Support
[INFO]   Apache CXF Runtime Aegis Databinding
[INFO]   Apache CXF Runtime JavaScript Client Generator
[INFO]   Apache CXF Command Line Tools WSDL to JavaScript Front End
[INFO]   Apache CXF Runtime Management
[INFO]   Apache CXF Runtime JMS Transport
[INFO]   Apache CXF Runtime XmlBeans DataBinding
[INFO]   Apache CXF Command Line Tools WSDLTo Test
[INFO]   Apache CXF Command Line Tools WSDLTo Misctools
[INFO]   Apache CXF Command Line Tools
[INFO]   Apache CXF Command Line Tools WSDLTo
[INFO]   Apache CXF Command Line Tools JavaTo WS
[INFO]   Apache CXF Command Line Tools JavaTo
[INFO]   Apache CXF Runtime CORBA Binding
[INFO]   Apache CXF Command Line Tools CORBA
[INFO]   Apache CXF Runtime SDO DataBinding
[INFO]   Apache CXF Runtime HTTP Binding
[INFO]   Apache CXF Runtime Object Binding
[INFO]   Apache CXF Runtime Colocated Binding
[INFO]   Apache CXF Runtime JBI Binding
[INFO]   Apache CXF Runtime
[INFO]   Apache CXF Runtime Bindings
[INFO]   Apache CXF Runtime JAX-RS Frontend
[INFO]   Apache CXF Runtime JavaScript Frontend
[INFO]   Apache CXF HTTP Transport for OSGi
[INFO]   Apache CXF Runtime JBI Transport
[INFO]   Apache CXF Runtime WS Policy
[INFO]   Apache CXF Runtime WS Reliable Messaging
[INFO]   Apache CXF Runtime WS Security
[INFO]   Apache CXF Runtime Web Management
[INFO]   Apache CXF JBI Integration
[INFO]   Apache CXF JCA Connection
[INFO]   Apache CXF Integration
[INFO]   Apache CXF Java2WS Maven2 Plugin
[INFO]   Apache CXF CORBA Tools Maven2 Plugins
[INFO]   Apache CXF Archetype - Simple JAX-WS Java First
[INFO]   Apache CXF Maven Archetypes
[INFO]   Apache CXF Maven Plugins
[INFO]   Apache CXF Uncategorized System Tests
[INFO]   Apache CXF Transport System Tests
[INFO]   Apache CXF JAX-WS System Tests
[INFO]   Apache CXF Databinding System Tests
[INFO]   Apache CXF JAX-RS System Tests
[INFO]   Apache CXF WS-* Specifications System Tests
[INFO]   Test for writing wsdl to repo
[INFO]   Test for reading wsdl from repo and generating code from it
[INFO]   Apache CXF System Tests
[INFO]   Apache CXF System Tests for WSDL generation and retrieval
[INFO]   Apache CXF Bundle Parent
[INFO]   Apache CXF Bundle Jar
[INFO]   Apache CXF Minimal Bundle Jar
[INFO]   Apache CXF JAX-RS Bundle Jar
[INFO]   Apache CXF Manifest Jar
[INFO]   Apache CXF Distribution
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\pom.xml to C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf\2.3.0-SNAPSHOT\cxf-2.3.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Parent
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Source directory does not exist - skipping report.
[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
[INFO] Setting property: velocimacro.messages.on => 'false'.
[INFO] Setting property: resource.loader => 'classpath'.
[INFO] Setting property: resource.manager.logwhenfound => 'false'.
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\parent\pom.xml to C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-parent\2.3.0-SNAPSHOT\cxf-parent-2.3.0-SNA
PSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Common Utilities
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO] Copying 2 resources
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\common\target\generated\src\main\resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 14 resources
[INFO] Copying 7 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\common\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\common\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.helpers.HttpHeaderHelperTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 sec
Running org.apache.cxf.staxutils.FragmentStreamReaderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.31 sec
Running org.apache.cxf.common.i18n.BundleUtilsTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec
Running org.apache.cxf.jaxb.DatatypeFactoryTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 sec
Running org.apache.cxf.common.commands.ForkedCommandTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.349 sec
Running org.apache.cxf.common.injection.ResourceInjectorTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.269 sec
Running org.apache.cxf.common.logging.LogUtilsTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 sec
Running org.apache.cxf.common.util.XmlSchemaPrimitiveUtilsTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running org.apache.cxf.common.util.StringUtilsTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.apache.cxf.helpers.XMLUtilsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.177 sec
Running org.apache.cxf.resource.ClassLoaderResolverTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.354 sec
Running org.apache.cxf.configuration.spring.SpringBeanQNameMapTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.736 sec
Running org.apache.cxf.helpers.FileUtilsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec
Running org.apache.cxf.common.xmlschema.ImportRepairTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.342 sec
Running org.apache.cxf.common.util.CollectionUtilsTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec
Running org.apache.cxf.resource.URIResolverTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 sec
Running org.apache.cxf.staxutils.W3CDOMStreamReaderTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.178 sec
Running org.apache.cxf.helpers.ServiceUtilsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.apache.cxf.staxutils.DepthXMLStreamReaderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.apache.cxf.jaxb.JAXBElementToStringStyleTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 sec
Running org.apache.cxf.common.security.SimplePrincipalTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
Running org.apache.cxf.common.classloader.FireWallClassLoaderTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running org.apache.cxf.common.util.Base64UtilityTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 sec
Running org.apache.cxf.common.security.SimpleGroupTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
Running org.apache.cxf.jaxb.JAXBUtilsTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 sec
Running org.apache.cxf.common.i18n.MessageTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.apache.cxf.common.util.PropertiesLoaderUtilsTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec
Running org.apache.cxf.staxutils.StaxUtilsTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 sec
Running org.apache.cxf.jaxb.JAXBToStringBuilderTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec
Running org.apache.cxf.helpers.NameSpaceTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
Running org.apache.cxf.configuration.spring.SpringBeanMapTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 sec
Running org.apache.cxf.version.VersionTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 sec
Running org.apache.cxf.common.commands.ResultBufferedCommandTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.294 sec
Running org.apache.cxf.common.util.UrlUtilsTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running org.apache.cxf.common.util.PackageUtilsTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.apache.cxf.staxutils.StaxStreamFilterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec
Running org.apache.cxf.common.annotation.AnnotationProcessorTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 sec

Results :

Tests run: 109, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\common\target\cxf-common-utilities-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\common\target\cxf-common-utilities-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\apache\cxf\
cxf-common-utilities\2.3.0-SNAPSHOT\cxf-common-utilities-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Common Schemas
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\schemas\src\main\java
[INFO] Copying 23 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\schemas\src\main\resources-filtered
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\schemas\target\generated\src\main\resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] No sources to compile
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\schemas\src\test\java
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\schemas\src\test\resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\schemas\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Not compiling test sources
[INFO] [surefire:test {execution: default-test}]
[INFO] Tests are skipped.
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\schemas\target\cxf-common-schemas-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\schemas\target\cxf-common-schemas-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\apache\cxf\c
xf-common-schemas\2.3.0-SNAPSHOT\cxf-common-schemas-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF API
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 15 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\resources-filtered
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\target\generated\src\main\resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [cxf-xjc:xsdtojava-tests {execution: generate-test-sources}]
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 5 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertionTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.558 sec
Running org.apache.cxf.ws.policy.builder.primitive.NestedPrimitiveAssertionTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 sec
Running org.apache.cxf.ws.policy.builder.primitive.NestedPrimitiveAssertionBuilderTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.354 sec
Running org.apache.cxf.service.model.MessagePartInfoTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.239 sec
Running org.apache.cxf.continuations.SuspendedInvocationExceptionTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 sec
Running org.apache.cxf.wsdl.JAXBExtensionHelperTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.978 sec
Running org.apache.cxf.phase.PhaseInterceptorChainTest
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.328 sec
Running org.apache.cxf.service.model.MessageInfoTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.apache.cxf.service.model.InterfaceInfoTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 sec
Running org.apache.cxf.BusFactoryTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec
Running org.apache.cxf.service.model.FaultInfoTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
Running org.apache.cxf.ws.policy.AssertionInfoMapTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
Running org.apache.cxf.service.model.BindingOperationInfoTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec
Running org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertionBuilderTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 sec
Running org.apache.cxf.service.model.OperationInfoTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.apache.cxf.databinding.AbstractDataBindingTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 sec
Running org.apache.cxf.service.model.BindingFaultInfoTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.apache.cxf.service.model.BindingMessageInfoTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.apache.cxf.ws.policy.IntersectorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.apache.cxf.NSManagerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
Running org.apache.cxf.continuations.ContinuationInfoTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec

Results :

Tests run: 75, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\target\cxf-api-2.3.0-SNAPSHOT.jar
[INFO] [javadoc:jar {execution: package}]
[WARNING] Are you sure about the <javadocVersion/> parameter? It seems to be 1.6
[INFO]
27 warnings
[WARNING] Javadoc Warnings
[WARNING] javadoc: warning - Multiple sources of package comments found for package "org.apache.cxf.binding"
[WARNING] javadoc: warning - Multiple sources of package comments found for package "org.apache.cxf"
[WARNING] javadoc: warning - Multiple sources of package comments found for package "org.apache.cxf.endpoint"
[WARNING] javadoc: warning - Multiple sources of package comments found for package "org.apache.cxf.interceptor"
[WARNING] javadoc: warning - Multiple sources of package comments found for package "org.apache.cxf.phase"
[WARNING] javadoc: warning - Multiple sources of package comments found for package "org.apache.cxf.service"
[WARNING] javadoc: warning - Multiple sources of package comments found for package "org.apache.cxf.transport"
[WARNING] C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\cxf\annotations\DataBinding.java:42: warning - @return tag has no arguments.
[WARNING] C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\cxf\clustering\FailoverStrategy.java:63: warning - @param argument "alternates" is not a pa
rameter name.
[WARNING] C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\cxf\configuration\ConfiguredBeanLocator.java:36: warning - @return tag has no arguments.
[WARNING] C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\cxf\configuration\ConfiguredBeanLocator.java:54: warning - @return tag has no arguments.
[WARNING] C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\cxf\configuration\ConfiguredBeanLocator.java:45: warning - @return tag has no arguments.
[WARNING] C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\cxf\configuration\ConfiguredBeanLocator.java:76: warning - @return tag has no arguments.
[WARNING] C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\cxf\configuration\ConfiguredBeanLocator.java:64: warning - @return tag has no arguments.
[WARNING] C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\cxf\configuration\ConfiguredBeanLocator.java:76: warning - @param argument "<T>" is not a t
ype parameter name.
[WARNING] C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\cxf\configuration\ConfiguredBeanLocator.java:76: warning - @param argument "type" is not a
parameter name.
[WARNING] C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\cxf\configuration\ConfiguredBeanLocator.java:76: warning - @param argument "property" is no
t a parameter name.
[WARNING] C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\cxf\configuration\ConfiguredBeanLocator.java:95: warning - @return tag has no arguments.
[WARNING] C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\cxf\configuration\ConfiguredBeanLocator.java:86: warning - @return tag has no arguments.
[WARNING] C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\cxf\continuations\Continuation.java:36: warning - @param argument "timeout." is not a param
eter name.
[WARNING] C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\cxf\endpoint\Client.java:240: warning - @return tag has no arguments.
[WARNING] C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\cxf\io\StaxValidationManager.java:39: warning - @param argument "schemas" is not a paramete
r name.
[WARNING] C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\cxf\phase\AbstractPhaseInterceptor.java:75: warning - @param argument "p" is not a paramete
r name.
[WARNING] C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\cxf\service\model\SchemaInfo.java:86: warning - @return tag has no arguments.
[WARNING] C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\cxf\transport\Observable.java:38: warning - @return tag has no arguments.
[WARNING] C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\cxf\ws\policy\AssertionBuilderRegistry.java:56: warning - @return tag has no arguments.
[WARNING] C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\src\main\java\org\apache\cxf\wsdl\WSDLManager.java:100: warning - @return tag has no arguments.
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\target\cxf-api-2.3.0-SNAPSHOT-javadoc.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\target\cxf-api-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-api\2.3.0-SNAPSHOT\
cxf-api-2.3.0-SNAPSHOT.jar
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\api\target\cxf-api-2.3.0-SNAPSHOT-javadoc.jar to C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-api\2.3.0-S
NAPSHOT\cxf-api-2.3.0-SNAPSHOT-javadoc.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Woodstox/MSV Schema Validation
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Copying 4 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\wstx-msv-validation\src\main\resources-filtered
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\wstx-msv-validation\src\test\resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\wstx-msv-validation\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\wstx-msv-validation\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
There are no tests to run.

Results :

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

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\wstx-msv-validation\target\cxf-wstx-msv-validation-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\wstx-msv-validation\target\cxf-wstx-msv-validation-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository
\org\apache\cxf\cxf-wstx-msv-validation\2.3.0-SNAPSHOT\cxf-wstx-msv-validation-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF XML Schema Validation with Xerces
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\xerces-xsd-validation\src\main\resources-filtered
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\xerces-xsd-validation\src\test\java
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\xerces-xsd-validation\src\test\resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\xerces-xsd-validation\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] No sources to compile
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\xerces-xsd-validation\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
There are no tests to run.

Results :

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

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\xerces-xsd-validation\target\cxf-xerces-xsd-validation-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\xerces-xsd-validation\target\cxf-xerces-xsd-validation-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\reposi
tory\org\apache\cxf\cxf-xerces-xsd-validation\2.3.0-SNAPSHOT\cxf-xerces-xsd-validation-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Common
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\common\pom.xml to C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-common\2.3.0-SNAPSHOT\cxf-common-2.3.0-SNA
PSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Runtime Core
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 14 resources
[INFO] Copying 8 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\core\src\main\resources-filtered
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 18 resources
[INFO] Copying 30 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\core\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\core\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.bus.extension.ExtensionTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.193 sec
Running org.apache.cxf.interceptor.ServiceInvokerInterceptorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.155 sec
Running org.apache.cxf.endpoint.ServerRegistryImpTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
Running org.apache.cxf.endpoint.EndpointResolverRegistryImplTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.161 sec
Running org.apache.cxf.bus.spring.BusApplicationContextTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.054 sec
Running org.apache.cxf.workqueue.AutomaticWorkQueueTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.832 sec
Running org.apache.cxf.transport.ChainInitiationObserverTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 sec
Running org.apache.cxf.bus.CXFBusImplTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.996 sec
Running org.apache.cxf.interceptor.OutgoingChainInterceptorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.283 sec
Running org.apache.cxf.wsdl11.WSDLServiceBuilderTest
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.688 sec
Running org.apache.cxf.attachment.AttachmentSerializerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.561 sec
Running org.apache.cxf.wsdl11.ServiceWSDLBuilderTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.19 sec
Running org.apache.cxf.interceptor.DocLiteralInInterceptorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.326 sec
Running org.apache.cxf.bus.spring.SpringBusFactoryTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.615 sec
Running org.apache.cxf.bus.extension.ExtensionFragmentParserTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
Running org.apache.cxf.transport.CachedOutputStreamTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.208 sec
Running org.apache.cxf.bus.spring.BusDefinitionParserTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.126 sec
Running org.apache.cxf.wsdl11.WSDLDefinitionBuilderTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.152 sec
Running org.apache.cxf.buslifecycle.CXFBusLifeCycleManagerTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.apache.cxf.interceptor.PrettyLoggingOutInterceptorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec
Running org.apache.cxf.test.XPathAssertTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 sec
Running org.apache.cxf.wsdl11.WSDLManagerImplTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
Running org.apache.cxf.endpoint.ServiceContractResolverRegistryImplTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.apache.cxf.configuration.spring.ConfigurerImplTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.217 sec
Running org.apache.cxf.transport.HttpUriMapperTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec
Running org.apache.cxf.bus.extension.ExtensionManagerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec
Running org.apache.cxf.attachment.AttachmentDeserializerTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.257 sec
Running org.apache.cxf.interceptor.security.SimpleAuthorizingInterceptorTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 sec

Results :

Tests run: 115, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\core\target\cxf-rt-core-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\core\target\cxf-rt-core-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-rt-core\2.3
.0-SNAPSHOT\cxf-rt-core-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Command Line Tools Common
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 12 resources
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\common\src\main\resources-filtered
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\common\target\generated\src\main\resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 7 resources
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\common\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\common\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.tools.common.dom.ExtendedDocumentBuilderTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.195 sec
Running org.apache.cxf.tools.common.model.JavaParameterTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec
Running org.apache.cxf.tools.common.ToolContextTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec
Running org.apache.cxf.tools.common.dom.DocumentTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.011 sec
Running org.apache.cxf.tools.util.FileWriterUtilTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 sec
Running org.apache.cxf.tools.common.ProcessorEnvironmentTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.apache.cxf.tools.common.toolspec.ToolExceptionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec
Running org.apache.cxf.tools.common.toolspec.ToolSpecTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 sec
Running org.apache.cxf.tools.common.model.JavaInterfaceTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
Running org.apache.cxf.tools.common.toolspec.AbstractToolContainerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.479 sec
Running org.apache.cxf.tools.common.toolspec.ToolSupportTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.apache.cxf.tools.common.dom.SchemaValidatingSAXParserTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.188 sec
Running org.apache.cxf.tools.util.URIParserUtilTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec
Running org.apache.cxf.tools.util.BuiltInTypesJavaMappingUtilTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec
Running org.apache.cxf.tools.common.WSDLVersionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running org.apache.cxf.tools.common.model.JavaClassTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 sec
Running org.apache.cxf.tools.common.model.JavaTypeTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.apache.cxf.tools.util.NameUtilTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
Running org.apache.cxf.tools.common.toolspec.parser.CommandLineParserTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.837 sec
Running org.apache.cxf.tools.common.model.JAnnotationTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 sec
Running org.apache.cxf.tools.util.StAXUtilTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.485 sec

Results :

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

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\common\target\cxf-tools-common-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\common\target\cxf-tools-common-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-t
ools-common\2.3.0-SNAPSHOT\cxf-tools-common-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Command Line Tools Validator
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\validator\src\main\resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\validator\src\main\resources-filtered
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\validator\target\generated\src\main\resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 10 resources
[INFO] Copying 22 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\validator\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\validator\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.tools.validator.internal.WSDLRefValidatorTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.899 sec
Running org.apache.cxf.tools.validator.internal.WSDL11ValidatorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 sec
Running org.apache.cxf.tools.validator.internal.Stax2DOMTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.397 sec
Running org.apache.cxf.tools.validator.internal.model.XNodeTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.apache.cxf.tools.validator.WSDLValidationTest
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.175 sec

Results :

Tests run: 31, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\validator\target\cxf-tools-validator-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\validator\target\cxf-tools-validator-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\apache\cxf
\cxf-tools-validator\2.3.0-SNAPSHOT\cxf-tools-validator-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Command Line Tools WSDLTo Core
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\core\src\main\resources-filtered
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\core\target\generated\src\main\resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\core\src\test\resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\core\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\core\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.tools.wsdlto.WSDLToJavaContainerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.212 sec
Running org.apache.cxf.tools.wsdlto.core.AbstractGeneratorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.455 sec

Results :

Tests run: 4, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\core\target\cxf-tools-wsdlto-core-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\core\target\cxf-tools-wsdlto-core-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\apache
\cxf\cxf-tools-wsdlto-core\2.3.0-SNAPSHOT\cxf-tools-wsdlto-core-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Command Line Tools WSDLTo JAXWS Frontend
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 14 resources
[INFO] Copying 3 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\jaxws\src\main\resources-filtered
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\jaxws\target\generated\src\main\resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 16 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\jaxws\src\test\resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\jaxws\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\jaxws\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.mapper.MethodMapperTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.189 sec
Running org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.mapper.InterfaceMapperTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec
Running org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.annotator.WebMethodAnnotatorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 sec
Running org.apache.cxf.tools.wsdlto.frontend.jaxws.customization.CustomizationParserTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.637 sec
Running org.apache.cxf.tools.wsdlto.frontend.jaxws.JAXWSProfileTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.589 sec
Running org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.annotator.WebParamAnnotatorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
Running org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.annotator.XmlSeeAlsoAnnotatorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec
Running org.apache.cxf.tools.wsdlto.frontend.jaxws.wsdl11.JAXWSDefinitionBuilderTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.498 sec
Running org.apache.cxf.tools.wsdlto.frontend.jaxws.CatalogTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec
Running org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.ParameterProcessorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec
Running org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.ProcessorUtilTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.PortTypeProcessorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec

Results :

Tests run: 26, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\jaxws\target\cxf-tools-wsdlto-frontend-jaxws-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\jaxws\target\cxf-tools-wsdlto-frontend-jaxws-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\r
epository\org\apache\cxf\cxf-tools-wsdlto-frontend-jaxws\2.3.0-SNAPSHOT\cxf-tools-wsdlto-frontend-jaxws-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF WSDL Validator Maven2 Plugin
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [plugin:descriptor {execution: default-descriptor}]
[WARNING] Using platform encoding (Cp1252 actually) to read mojo metadata, i.e. build is platform dependent!
[INFO] Applying mojo extractor for language: java
[INFO] Mojo extractor for language: java found 1 mojo descriptors.
[INFO] Applying mojo extractor for language: bsh
[INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\wsdl-validator-plugin\src\main\resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\wsdl-validator-plugin\src\main\resources-filtered
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\wsdl-validator-plugin\target\generated\src\main\resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\wsdl-validator-plugin\src\test\java
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\wsdl-validator-plugin\src\test\resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\wsdl-validator-plugin\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] No sources to compile
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\wsdl-validator-plugin\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
There are no tests to run.

Results :

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

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\wsdl-validator-plugin\target\cxf-wsdl-validator-plugin-2.3.0-SNAPSHOT.jar
[INFO] [plugin:addPluginArtifactMetadata {execution: default-addPluginArtifactMetadata}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\wsdl-validator-plugin\target\cxf-wsdl-validator-plugin-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2
\repository\org\apache\cxf\cxf-wsdl-validator-plugin\2.3.0-SNAPSHOT\cxf-wsdl-validator-plugin-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Command Line Tools WSDLTo JAXB Databinding
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\databinding\jaxb\src\main\resources-filtered
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\databinding\jaxb\target\generated\src\main\resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\databinding\jaxb\src\test\resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\databinding\jaxb\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\databinding\jaxb\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
There are no tests to run.

Results :

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

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\databinding\jaxb\target\cxf-tools-wsdlto-databinding-jaxb-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\databinding\jaxb\target\cxf-tools-wsdlto-databinding-jaxb-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.
m2\repository\org\apache\cxf\cxf-tools-wsdlto-databinding-jaxb\2.3.0-SNAPSHOT\cxf-tools-wsdlto-databinding-jaxb-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Code Generation Maven2 Plugins
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [plugin:descriptor {execution: default-descriptor}]
[WARNING] Using platform encoding (Cp1252 actually) to read mojo metadata, i.e. build is platform dependent!
[INFO] Applying mojo extractor for language: java
[INFO] Mojo extractor for language: java found 1 mojo descriptors.
[INFO] Applying mojo extractor for language: bsh
[INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\codegen-plugin\src\main\resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\codegen-plugin\src\main\resources-filtered
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\codegen-plugin\target\generated\src\main\resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Copying 0 resource
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\codegen-plugin\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\codegen-plugin\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
There are no tests to run.

Results :

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

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\codegen-plugin\target\cxf-codegen-plugin-2.3.0-SNAPSHOT.jar
[INFO] [plugin:addPluginArtifactMetadata {execution: default-addPluginArtifactMetadata}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\codegen-plugin\target\cxf-codegen-plugin-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\or
g\apache\cxf\cxf-codegen-plugin\2.3.0-SNAPSHOT\cxf-codegen-plugin-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Test Utilities
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[WARNING] DEPRECATED [sourceRoot]: Use the build-helper-maven-plugin to bind source directories
[INFO] [antrun:run {execution: validate}]
project.artifactId
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] Registering compile source root C:\Users\ggregory\b\svn\apache.org\cxf\trunk\testutils\target\generated\src\main\java
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [cxf-codegen:wsdl2java {execution: generate-sources}]
[INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 89 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\testutils\src\main\resources-filtered
[INFO] Copying 9 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\testutils\src\test\resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\testutils\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\testutils\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.testutils.header_test.rpc.TestRPCHeaderTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 sec

Results :

Tests run: 2, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\testutils\target\cxf-testutils-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\testutils\target\cxf-testutils-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-testuti
ls\2.3.0-SNAPSHOT\cxf-testutils-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Runtime JAXB DataBinding
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\jaxb\src\main\resources-filtered
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\jaxb\target\generated\src\main\resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [cxf-xjc:xsdtojava-tests {execution: generate-sources}]
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 13 resources
[INFO] Copying 3 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\jaxb\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\jaxb\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.jaxb.DocLiteralInInterceptorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.985 sec
Running org.apache.cxf.jaxb.BareOutInterceptorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.245 sec
Running org.apache.cxf.jaxb.BareInInterceptorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 sec
Running org.apache.cxf.jaxb.JAXBEncoderDecoderTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.325 sec
Running org.apache.cxf.jaxb.io.XMLStreamDataWriterTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec
Running org.apache.cxf.jaxb.WrappedInInterceptorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec
Running org.apache.cxf.jaxb.io.XMLStreamDataReaderTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec
Running org.apache.cxf.jaxb.JAXBWrapperHelperTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec
Running org.apache.cxf.jaxb.JAXBDataBindingTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.287 sec

Results :

Tests run: 39, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\jaxb\target\cxf-rt-databinding-jaxb-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\jaxb\target\cxf-rt-databinding-jaxb-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\ap
ache\cxf\cxf-rt-databinding-jaxb\2.3.0-SNAPSHOT\cxf-rt-databinding-jaxb-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Runtime XML Binding
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 8 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\xml\src\main\resources-filtered
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Copying 4 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\xml\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\xml\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.binding.xml.XMLBindingFactoryTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.215 sec
Running org.apache.cxf.binding.xml.interceptor.XMLMessageInInterceptorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1 sec
Running org.apache.cxf.binding.xml.interceptor.XMLFaultInterceptorsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 sec
Running org.apache.cxf.binding.xml.interceptor.XMLMessageOutInterceptorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.18 sec
Running org.apache.cxf.binding.xml.interceptor.XMLFaultOutInterceptorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec

Results :

Tests run: 9, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\xml\target\cxf-rt-bindings-xml-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\xml\target\cxf-rt-bindings-xml-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\apache\cxf
\cxf-rt-bindings-xml\2.3.0-SNAPSHOT\cxf-rt-bindings-xml-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Runtime SOAP Binding
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] Copying 7 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\soap\src\main\resources-filtered
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] Copying 12 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\soap\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\soap\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.binding.soap.RPCInInterceptorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.962 sec
Running org.apache.cxf.binding.soap.SoapDestinationFactoryTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec
Running org.apache.cxf.binding.soap.ReadHeaderInterceptorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.542 sec
Running org.apache.cxf.binding.soap.saaj.SAAJInInterceptorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 sec
Running org.apache.cxf.binding.soap.SoapActionInterceptorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.apache.cxf.binding.soap.SoapBindingFactoryTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 sec
Running org.apache.cxf.binding.soap.jms.interceptor.SoapFaultFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.209 sec
Running org.apache.cxf.binding.soap.SoapBindingTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.apache.cxf.binding.soap.ServiceModelUtilTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.apache.cxf.binding.soap.MustUnderstandInterceptorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 sec
Running org.apache.cxf.binding.soap.tcp.TCPConduitTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.006 sec
Running org.apache.cxf.binding.soap.RPCOutInterceptorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.147 sec
Running org.apache.cxf.binding.soap.SoapOutInterceptorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec
Running org.apache.cxf.binding.soap.interceptor.SoapFaultSerializerTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 sec

Results :

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

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\soap\target\cxf-rt-bindings-soap-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\soap\target\cxf-rt-bindings-soap-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\apache\c
xf\cxf-rt-bindings-soap\2.3.0-SNAPSHOT\cxf-rt-bindings-soap-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Runtime Local Transport
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\local\src\main\resources-filtered
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\local\src\test\resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\local\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\local\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.transport.local.LocalTransportFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.156 sec

Results :

Tests run: 2, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\local\target\cxf-rt-transports-local-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\local\target\cxf-rt-transports-local-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\ap
ache\cxf\cxf-rt-transports-local\2.3.0-SNAPSHOT\cxf-rt-transports-local-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Runtime Simple Frontend
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\simple\src\main\resources-filtered
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\simple\target\generated\src\main\resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 7 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\simple\src\test\resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\simple\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\simple\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.frontend.soap.SoapBindingSelectionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.724 sec
Running org.apache.cxf.service.factory.ServerFactoryTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.602 sec
Running org.apache.cxf.service.factory.RountripTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.262 sec
Running org.apache.cxf.service.stax.StaxDatabindingTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.193 sec
Running org.apache.cxf.frontend.spring.ClientServerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.413 sec
Running org.apache.cxf.service.factory.ReflectionServiceFactoryTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.185 sec
Running org.apache.cxf.service.factory.ClientFactoryBeanTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.131 sec
Running org.apache.cxf.frontend.spring.SpringBeansTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.546 sec

Results :

Tests run: 17, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\simple\target\cxf-rt-frontend-simple-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\simple\target\cxf-rt-frontend-simple-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\apac
he\cxf\cxf-rt-frontend-simple\2.3.0-SNAPSHOT\cxf-rt-frontend-simple-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Runtime HTTP Transport
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 10 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http\src\main\resources-filtered
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http\src\test\resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.transport.http.gzip.GZIPAcceptEncodingTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.196 sec
Running org.apache.cxf.transport.servlet.AbstractCXFServletTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 sec
Running org.apache.cxf.transport.http.HTTPConduitTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.202 sec
Running org.apache.cxf.transport.http.HTTPConduitURLConnectionTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.001 sec
Running org.apache.cxf.transport.http.policy.HTTPClientAssertionBuilderTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec
Running org.apache.cxf.transport.http.HTTPConduitURLEasyMockTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.538 sec
Running org.apache.cxf.transport.servlet.ServletControllerTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 sec
Running org.apache.cxf.transport.http.policy.HTTPServerAssertionBuilderTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.apache.cxf.transport.https.CertConstraintsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.541 sec
Running org.apache.cxf.transport.http.policy.PolicyUtilsTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec

Results :

Tests run: 58, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http\target\cxf-rt-transports-http-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http\target\cxf-rt-transports-http-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\apac
he\cxf\cxf-rt-transports-http\2.3.0-SNAPSHOT\cxf-rt-transports-http-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Runtime HTTP Jetty Transport
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 6 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-jetty\src\main\resources-filtered
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-jetty\src\test\resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-jetty\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-jetty\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.transport.http_jetty.JettyHTTPServerEngineTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.74 sec
Running org.apache.cxf.transport.http_jetty.JettyContextInspectorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.276 sec
Running org.apache.cxf.transport.http_jetty.spring.ApplicationContextTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.189 sec
Running org.apache.cxf.transport.http_jetty.JettyHTTPDestinationTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.342 sec
Running org.apache.cxf.transport.http_jetty.continuations.JettyContinuationProviderTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.apache.cxf.transport.http_jetty.JettyHTTPServerEngineFactoryTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.269 sec
Running org.apache.cxf.transport.http_jetty.continuations.JettyContinuationWrapperTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.apache.cxf.transport.http_jetty.spring.BeanDefinitionParsersTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.005 sec

Results :

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

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-jetty\target\cxf-rt-transports-http-jetty-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-jetty\target\cxf-rt-transports-http-jetty-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\reposit
ory\org\apache\cxf\cxf-rt-transports-http-jetty\2.3.0-SNAPSHOT\cxf-rt-transports-http-jetty-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Runtime WS Addressing
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] Copying 7 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\addr\src\main\resources-filtered
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\addr\src\test\resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\addr\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\addr\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.ws.addressing.AddressingConstantsImplTest
Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.178 sec
Running org.apache.cxf.ws.addressing.AddressingBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
Running org.apache.cxf.ws.addressing.VersionTransformerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.479 sec
Running org.apache.cxf.ws.addressing.AddressingBuilderImplTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.apache.cxf.ws.addressing.soap.MAPCodecTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.407 sec
Running org.apache.cxf.ws.addressing.MAPAggregatorTest
Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.636 sec

Results :

Tests run: 76, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\addr\target\cxf-rt-ws-addr-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\addr\target\cxf-rt-ws-addr-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-rt-ws
-addr\2.3.0-SNAPSHOT\cxf-rt-ws-addr-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Runtime JAX-WS Frontend
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [build-helper:add-source {execution: add-source}]
[INFO] Source directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxws\src\main\generated added.
[INFO] [remote-resources:process {execution: default}]
[INFO] [build-helper:add-resource {execution: add-spi}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 11 resources
[INFO] Copying 5 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxws\src\main\resources-filtered
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] Copying 1 resource
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 28 resources
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxws\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxws\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.jaxws.header.HeaderClientServerTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.194 sec
Running org.apache.cxf.jaxws.support.JaxWsImplementorInfoTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.apache.cxf.jaxws.EndpointReferenceTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 2.359 sec
Running org.apache.cxf.jaxws.support.JaxWsServiceFactoryBeanTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.493 sec
Running org.apache.cxf.jaxws.context.WebServiceContextImplTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 sec
Running org.apache.cxf.jaxws.JAXWSMethodInvokerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.218 sec
Running org.apache.cxf.jaxws.handler.AnnotationHandlerChainBuilderTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.17 sec
Running org.apache.cxf.jaxws.CodeFirstTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.154 sec
Running org.apache.cxf.jaxws.SOAPBindingTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 sec
Running org.apache.cxf.jaxws.dispatch.DispatchTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.697 sec
Running org.apache.cxf.jaxws.GreeterTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.228 sec
Running org.apache.cxf.jaxws.EndpointImplTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.418 sec
Running org.apache.cxf.jaxws.handler.soap.SOAPHandlerInterceptorTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.168 sec
Running org.apache.cxf.jaxws.JaxWsServerFactoryBeanTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.979 sec
Running org.apache.cxf.jaxws.URIMappingInterceptorDocLitTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.16 sec
Running org.apache.cxf.jaxws.URIMappingInterceptorRPCTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.259 sec
Running org.apache.cxf.jaxws.handler.InitParamResourceResolverTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.157 sec
Running org.apache.cxf.jaxws.SEIWithJAXBAnnoTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 sec
Running org.apache.cxf.jaxws.support.ContextPropertiesMappingTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.apache.cxf.jaxws.ServiceImplTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.43 sec
Running org.apache.cxf.jaxws.SchemaFirstXmlConfigTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.179 sec
Running org.apache.cxf.jaxws.handler.HandlerChainBuilderTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
Running org.apache.cxf.jaxws.spring.SpringBeansTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.372 sec
Running org.apache.cxf.jaxws.handler.LogicalMessageImplTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 sec
Running org.apache.cxf.jaxws.holder.HolderTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.278 sec
Running org.apache.cxf.jaxws.provider.ProviderTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.103 sec
Running org.apache.cxf.jaxws.SchemaFirstTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec
Running org.apache.cxf.jaxws.handler.AbstractProtocolHandlerInterceptorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 sec
Running org.apache.cxf.jaxws.JaxWsClientTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.365 sec
Running org.apache.cxf.jaxws.handler.LogicalHandlerInterceptorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 sec
Running org.apache.cxf.jaxws.handler.HandlerChainInvokerTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 sec
Running org.apache.cxf.jaxws.WrapperClassGeneratorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec
Running org.apache.cxf.jaxws.ConfiguredEndpointTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.371 sec
Running org.apache.cxf.jaxws.provider.ProviderServiceFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.652 sec
Running org.apache.cxf.jaxws.SoapFaultTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.138 sec
Running org.apache.cxf.jaxws.HeaderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 sec
Running org.apache.cxf.jaxws.support.JaxWsServiceConfigurationTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec
Running org.apache.cxf.jaxws.spi.ProverImplTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
Running org.apache.cxf.jaxws.service.AnnotationInterceptorTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.304 sec
Running org.apache.cxf.jaxws.ServiceModelUtilsTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.186 sec
Running org.apache.cxf.jaxws.CodeFirstWSDLTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.244 sec

Results :

Tests run: 199, Failures: 0, Errors: 0, Skipped: 3

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxws\target\cxf-rt-frontend-jaxws-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxws\target\cxf-rt-frontend-jaxws-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\apache
\cxf\cxf-rt-frontend-jaxws\2.3.0-SNAPSHOT\cxf-rt-frontend-jaxws-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Test Case Support
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\testsupport\src\main\resources-filtered
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\testsupport\target\generated\src\main\resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\testsupport\src\test\resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\testsupport\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\testsupport\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
There are no tests to run.

Results :

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

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\testsupport\target\cxf-rt-testsupport-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\testsupport\target\cxf-rt-testsupport-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\apache\cxf\c
xf-rt-testsupport\2.3.0-SNAPSHOT\cxf-rt-testsupport-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Runtime Aegis Databinding
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [build-helper:add-source {execution: add-source}]
[INFO] Source directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\aegis\src\main\generated added.
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\aegis\src\main\resources-filtered
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\aegis\target\generated\src\main\resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 85 resources
[INFO] Copying 5 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\aegis\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\aegis\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.aegis.namespaces.NamespaceConfusionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.489 sec
Running org.apache.cxf.aegis.type.java5.map.StudentTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.974 sec
Running org.apache.cxf.aegis.type.java5.JaxbTypeTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.388 sec
Running org.apache.cxf.aegis.type.java5.XFireXmlParamTypeTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.163 sec
Running org.apache.cxf.aegis.client.ClientServiceConfigTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.538 sec
Running org.apache.cxf.aegis.type.encoded.ArrayTypeInfoTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 sec
Running org.apache.cxf.aegis.xml.stax.ReaderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.255 sec
Running org.apache.cxf.aegis.inheritance.intf.InterfaceInheritanceTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 sec
Running org.apache.cxf.aegis.integration.DOMMappingTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.177 sec
Running org.apache.cxf.aegis.type.streams.XMLStreamReaderMappingTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
Running org.apache.cxf.aegis.jaxws.AegisJaxwsGetTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.776 sec
Running org.apache.cxf.aegis.standalone.StandaloneReadTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 sec
Running org.apache.cxf.aegis.type.encoded.StructTypeTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.227 sec
Running org.apache.cxf.aegis.xml.stax.WriterTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 sec
Running org.apache.cxf.aegis.type.java5.CollectionTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.952 sec
Running org.apache.cxf.aegis.type.basic.ByteDataTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 sec
Running org.apache.cxf.aegis.integration.WrappedTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.794 sec
Running org.apache.cxf.aegis.type.java5.AnnotatedTypeTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.373 sec
Running org.apache.cxf.aegis.type.java5.XmlParamTypeTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec
Running org.apache.cxf.aegis.type.java5.EnumTypeTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.283 sec
Running org.apache.cxf.aegis.standalone.SchemaAddinsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
Running org.apache.cxf.aegis.override.OverrideTypeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
Running org.apache.cxf.aegis.type.basic.DateTimezoneTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec
Running org.apache.cxf.aegis.xmlconfig.NillableTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec
Running org.apache.cxf.aegis.custom.CustomMappingTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
Running org.apache.cxf.aegis.exception.ExceptionTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.228 sec
Running org.apache.cxf.aegis.type.basic.BeanTest
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.643 sec
Running org.apache.cxf.aegis.integration.ParameterMappingTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.571 sec
Running org.apache.cxf.aegis.type.basic.DynamicProxyTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 sec
Running org.apache.cxf.aegis.type.java5.MapTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.152 sec
Running org.apache.cxf.aegis.type.array.DuplicateArrayTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 sec
Running org.apache.cxf.aegis.type.java5.OperationNSTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec
Running org.apache.cxf.aegis.type.java5.DualOutServiceTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 sec
Running org.apache.cxf.aegis.type.BigDecimalStringTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec
Running org.apache.cxf.aegis.type.basic.QualificationTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 sec
Running org.apache.cxf.aegis.type.basic.BadXMLTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec
Running org.apache.cxf.aegis.type.missing.MissingTypeWSDLTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 sec
Running org.apache.cxf.aegis.type.java5.ConfigurationTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.14 sec
Running org.apache.cxf.doclitbare.DocLitBareTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.17 sec
Running org.apache.cxf.aegis.type.TypeCreationOptionsSpringTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.581 sec
Running org.apache.cxf.aegis.services.base64.BinaryDataTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec
Running org.apache.cxf.aegis.proxy.ProxyTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 sec
Running org.apache.cxf.aegis.type.java5.JaxbXmlParamTypeTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec
Running org.apache.cxf.aegis.type.java5.XFireTypeTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.277 sec
Running org.apache.cxf.aegis.standalone.StandaloneWriteTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec
Running org.apache.cxf.aegis.custom.CustomBeansTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 sec
Running org.apache.cxf.aegis.type.array.FlatArrayTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.495 sec
Running org.apache.cxf.aegis.type.encoded.SoapArrayTypeTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.366 sec
Running org.apache.cxf.aegis.inheritance.ExceptionInheritanceTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.212 sec
Running org.apache.cxf.aegis.integration.SchemaValidationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.512 sec
Running org.apache.cxf.aegis.type.map.MapsTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.428 sec
Running org.apache.cxf.aegis.namespaces.ExplicitPrefixTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec
Running org.apache.cxf.aegis.inheritance.InheritancePOJOTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 sec

Results :

Tests run: 168, Failures: 0, Errors: 0, Skipped: 3

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\aegis\target\cxf-rt-databinding-aegis-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\aegis\target\cxf-rt-databinding-aegis-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\
apache\cxf\cxf-rt-databinding-aegis\2.3.0-SNAPSHOT\cxf-rt-databinding-aegis-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Runtime JavaScript Client Generator
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [build-helper:add-source {execution: add-source}]
[INFO] Source directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\javascript\src\main\generated added.
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] Copying 3 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\javascript\src\main\resources-filtered
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [cxf-codegen:wsdl2java {execution: generate-test-sources}]
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 29 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\javascript\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\javascript\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.javascript.DocLitBareClientTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.654 sec
Running org.apache.cxf.javascript.types.SerializationTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.217 sec
Running org.apache.cxf.javascript.JsHttpRequestTest
Jul 23, 2010 10:37:40 AM org.apache.cxf.javascript.JsXMLHttpRequest doSend
SEVERE: send state != OPENED.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.834 sec
Running org.apache.cxf.javascript.GreeterClientTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.916 sec
Running org.apache.cxf.javascript.QueryHandlerTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.72 sec
Running org.apache.cxf.javascript.RPCClientTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.466 sec
Running org.apache.cxf.javascript.MtoMTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.366 sec
Running org.apache.cxf.javascript.AegisTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.258 sec
Running org.apache.cxf.javascript.GenericAegisTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 sec
Running org.apache.cxf.javascript.DocLitWrappedClientTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.411 sec
Running org.apache.cxf.javascript.types.AttributeTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.198 sec
Running org.apache.cxf.javascript.AnyTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.087 sec
Running org.apache.cxf.javascript.BasicNameManagerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec

Results :

Tests run: 39, Failures: 0, Errors: 0, Skipped: 3

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\javascript\target\cxf-rt-javascript-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\javascript\target\cxf-rt-javascript-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf
-rt-javascript\2.3.0-SNAPSHOT\cxf-rt-javascript-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Command Line Tools WSDL to JavaScript Front End
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\javascript\src\main\resources-filtered
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\javascript\target\generated\src\main\resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\javascript\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\javascript\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.tools.wsdlto.javascript.WSDLToJavaScriptTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.958 sec

Results :

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

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\javascript\target\cxf-tools-wsdlto-frontend-javascript-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\frontend\javascript\target\cxf-tools-wsdlto-frontend-javascript-2.3.0-SNAPSHOT.jar to C:\Users\ggre
gory\.m2\repository\org\apache\cxf\cxf-tools-wsdlto-frontend-javascript\2.3.0-SNAPSHOT\cxf-tools-wsdlto-frontend-javascript-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Runtime Management
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] Copying 4 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management\src\main\resources-filtered
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.management.interceptor.ResponseTimeMessageInInterceptor2Test
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.434 sec
Running org.apache.cxf.management.jmx.JMXManagedComponentManagerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.441 sec
Running org.apache.cxf.management.counters.CounterRepositoryTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
Running org.apache.cxf.management.jmx.MBServerConnectorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.007 sec
Running org.apache.cxf.management.jmx.export.ModelMBeanAssemblerTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 sec
Running org.apache.cxf.management.interceptor.ResponseTimeMessageOutInterceptorTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 sec
Running org.apache.cxf.management.interceptor.ResponseTimeMessageInvokerInterceptorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.apache.cxf.management.interceptor.ResponseTimeMessageInInterceptorTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec
Running org.apache.cxf.management.InstrumentationManagerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.586 sec
Running org.apache.cxf.management.utils.ManagementConsoleTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec

Results :

Tests run: 42, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management\target\cxf-rt-management-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management\target\cxf-rt-management-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf
-rt-management\2.3.0-SNAPSHOT\cxf-rt-management-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Runtime JMS Transport
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 14 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jms\src\main\resources-filtered
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Copying 2 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jms\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jms\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.transport.jms.JMSDestinationTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 26.559 sec
Running org.apache.cxf.transport.jms.JMSUtilsTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec
Running org.apache.cxf.transport.jms.continuations.JMSContinuationProviderTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
Running org.apache.cxf.transport.jms.continuations.JMSContinuationTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec
Running org.apache.cxf.transport.jms.JMSConduitTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.752 sec
Running org.apache.cxf.transport.jms.uri.JMSEndpointTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 sec

Results :

Tests run: 32, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jms\target\cxf-rt-transports-jms-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jms\target\cxf-rt-transports-jms-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\apache
\cxf\cxf-rt-transports-jms\2.3.0-SNAPSHOT\cxf-rt-transports-jms-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Runtime XmlBeans DataBinding
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\xmlbeans\src\main\resources-filtered
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\xmlbeans\target\generated\src\main\resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [xmlbeans:xmlbeans-test {execution: default}]
[INFO] All schema objects are up to date.
[INFO] [cxf-codegen:wsdl2java {execution: generate-test-sources}]
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 16 resources
[INFO] Copying 1 resource
[INFO] Copying 251 resources
[INFO] Copying 3 resources
[INFO] Copying 251 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\xmlbeans\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.xmlbeans.IDRefServiceTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.886 sec
Running org.apache.cxf.xmlbeans.WeatherService2Test
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.844 sec
Running org.apache.cxf.xmlbeans.MultipleSchemaInNSTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 sec
Running org.apache.cxf.xmlbeans.DocumentStyleTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.421 sec
Running org.apache.cxf.xmlbeans.WrappedStyleTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.297 sec
Running org.apache.cxf.xmlbeans.rpc.WeatherServiceRPCLitTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 sec
Running org.apache.cxf.xmlbeans.basic.BasicTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.171 sec
Running org.apache.cxf.xmlbeans.XMLBeansServiceTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.391 sec
Running org.apache.cxf.xmlbeans.PrimitiveTypesTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.12 sec
Running org.apache.cxf.xmlbeans.XmlBeansTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.006 sec

Results :

Tests run: 23, Failures: 0, Errors: 0, Skipped: 2

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\xmlbeans\target\cxf-rt-databinding-xmlbeans-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\xmlbeans\target\cxf-rt-databinding-xmlbeans-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repositor
y\org\apache\cxf\cxf-rt-databinding-xmlbeans\2.3.0-SNAPSHOT\cxf-rt-databinding-xmlbeans-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Command Line Tools WSDLTo Test
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\test\src\main\java
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\test\src\main\resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\test\src\main\resources-filtered
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\test\target\generated\src\main\resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] No sources to compile
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] Copying 196 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\test\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\test\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.tools.wsdlto.WSDLToJavaTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.531 sec
Running org.apache.cxf.tools.wsdlto.jaxws.wsdl11.JAXWSDefinitionBuilderTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.984 sec
Running org.apache.cxf.tools.wsdlto.jaxws.CodeGenOptionTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.259 sec
Running org.apache.cxf.tools.wsdlto.jaxws.CatalogTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.162 sec
Running org.apache.cxf.tools.wsdlto.jaxws.JAXWSBindingTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.166 sec
Running org.apache.cxf.tools.wsdlto.core.PluginLoaderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.apache.cxf.tools.wsdlto.validator.ValidatorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 sec
Running org.apache.cxf.tools.wsdlto.jaxws.CodeGenTest
Tests run: 46, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.661 sec
Running org.apache.cxf.tools.wsdlto.jaxws.CodeGenBugTest
Jul 23, 2010 10:39:39 AM org.apache.cxf.tools.validator.internal.WSDLRefValidator collectValidationPoints
WARNING: WSDL document file:/C:/Users/ggregory/b/svn/apache.org/cxf/trunk/tools/wsdlto/test/target/test-classes/wsdl2java_wsdl/helloworld_withnoservice.wsdl does not define an
y services
Jul 23, 2010 10:39:39 AM org.apache.cxf.tools.validator.internal.WSDLRefValidator collectValidationPoints
WARNING: WSDL document file:/C:/Users/ggregory/b/svn/apache.org/cxf/trunk/tools/wsdlto/test/target/test-classes/wsdl2java_wsdl/helloworld_noservice_import.wsdl does not define
 any services
Jul 23, 2010 10:39:40 AM org.apache.cxf.tools.validator.internal.WSDLRefValidator collectValidationPoints
WARNING: WSDL document file:/C:/Users/ggregory/b/svn/apache.org/cxf/trunk/tools/wsdlto/test/target/test-classes/wsdl2java_wsdl/no_port_or_service.wsdl does not define any serv
ices
Jul 23, 2010 10:39:42 AM org.mortbay.log.Slf4jLog info
INFO: Logging to org.slf4j.impl.JDK14LoggerAdapter(org.mortbay.log) via org.mortbay.log.Slf4jLog
Jul 23, 2010 10:39:42 AM org.mortbay.log.Slf4jLog info
INFO: jetty-6.1.24
Jul 23, 2010 10:39:42 AM org.mortbay.log.Slf4jLog info
INFO: Started SocketConnector@0.0.0.0:8585
Jul 23, 2010 10:39:43 AM org.mortbay.log.Slf4jLog info
INFO: Stopped SocketConnector@0.0.0.0:8585
Jul 23, 2010 10:39:55 AM org.apache.cxf.tools.validator.internal.WSDLRefValidator collectValidationPointsForBindings
SEVERE: {http://child/}Binding is not correct, please check that the correct namespace is being used
Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.633 sec
Running org.apache.cxf.tools.wsdlto.jaxws.JAXWSContainerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.182 sec
Running org.apache.cxf.tools.wsdlto.jaxb.JAXBCodeGenOptionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.318 sec
Running org.apache.cxf.tools.wsdlto.xmlbeans.XmlbeansBindingTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.585 sec

Results :

Tests run: 125, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\test\target\cxf-tools-wsdlto-test-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\test\target\cxf-tools-wsdlto-test-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\apache
\cxf\cxf-tools-wsdlto-test\2.3.0-SNAPSHOT\cxf-tools-wsdlto-test-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Command Line Tools WSDLTo Misctools
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 7 resources
[INFO] Copying 0 resource
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\misc\src\main\resources-filtered
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\misc\target\generated\src\main\resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Copying 8 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\misc\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\misc\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.tools.misc.processor.XSDToWSDLProcessorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.81 sec
Running org.apache.cxf.tools.misc.processor.WSDLToXMLProcessorTest
Jul 23, 2010 10:40:02 AM org.apache.cxf.tools.misc.processor.address.AddressFactory getAddresser
INFO: Found addresser org.apache.cxf.tools.misc.processor.address.XmlAddress
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.184 sec
Running org.apache.cxf.tools.misc.processor.WSDLToServiceProcessorTest
Jul 23, 2010 10:40:03 AM org.apache.cxf.tools.misc.processor.address.AddressFactory getAddresser
INFO: Found addresser org.apache.cxf.tools.misc.processor.address.SoapAddress
Jul 23, 2010 10:40:04 AM org.apache.cxf.tools.misc.processor.address.AddressFactory getAddresser
INFO: Found addresser org.apache.cxf.tools.misc.processor.address.JmsAddress
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.025 sec
Running org.apache.cxf.tools.misc.processor.WSDLToSoapProcessorTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.426 sec

Results :

Tests run: 19, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\misc\target\cxf-tools-misctools-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\misc\target\cxf-tools-misctools-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\apache\c
xf\cxf-tools-misctools\2.3.0-SNAPSHOT\cxf-tools-misctools-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Command Line Tools
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\pom.xml to C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-tools\2.3.0-SNAPSHOT\cxf-tools-2.3.0-SNAPSH
OT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Command Line Tools WSDLTo
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\wsdlto\pom.xml to C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-tools-wsdlto\2.3.0-SNAPSHOT\cxf-tool
s-wsdlto-2.3.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Command Line Tools JavaTo WS
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 20 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\javato\ws\src\main\resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\javato\ws\src\main\resources-filtered
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\javato\ws\target\generated\src\main\resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [cxf-codegen:wsdl2java {execution: generate-test-sources}]
[INFO] [build-helper:add-test-source {execution: add-source}]
[INFO] Test Source directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\javato\ws\src\test\generated added.
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 44 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\javato\ws\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\javato\ws\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.JaxwsServiceBuilderTest
Tests run: 15, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 2.377 sec
Running org.apache.cxf.tools.java2wsdl.generator.wsdl11.WrapperBeanGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.588 sec
Running org.apache.cxf.tools.java2wsdl.generator.wsdl11.DateTypeCustomGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.292 sec
Running org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.ResponseWrapperTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec
Running org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.WrapperUtilTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 sec
Running org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.WrapperTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running org.apache.cxf.tools.java2wsdl.processor.FrontendFactoryTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 sec
Running org.apache.cxf.tools.java2wsdl.processor.internal.ServiceBuilderFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 sec
Running org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.RequestWrapperTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 sec
Running org.apache.cxf.tools.java2wsdl.generator.wsdl11.annotator.WrapperBeanAnnotatorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.apache.cxf.tools.java2wsdl.generator.wsdl11.annotator.WrapperBeanFieldAnnotatorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.apache.cxf.tools.java2js.processor.JavaToJSProcessorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.327 sec
Running org.apache.cxf.tools.java2ws.AegisTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.332 sec
Running org.apache.cxf.tools.java2wsdl.JavaToWSFlagTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.867 sec
Running org.apache.cxf.tools.java2ws.JavaToWSTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.042 sec
Running org.apache.cxf.tools.java2wsdl.generator.wsdl11.FaultBeanGeneratorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.05 sec
Running org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.JaxwsServiceBuilderNoAnnoTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.12 sec
Running org.apache.cxf.tools.java2wsdl.generator.WSDLGeneratorFactoryTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.apache.cxf.tools.java2wsdl.processor.JavaToProcessorTest
Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.735 sec
Running org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.FaultBeanTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.JaxwsServiceBuilderRPCTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec

Results :

Tests run: 110, Failures: 0, Errors: 0, Skipped: 2

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\javato\ws\target\cxf-tools-java2ws-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\javato\ws\target\cxf-tools-java2ws-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\apache\cxf\c
xf-tools-java2ws\2.3.0-SNAPSHOT\cxf-tools-java2ws-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Command Line Tools JavaTo
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\javato\pom.xml to C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-tools-javato\2.3.0-SNAPSHOT\cxf-tool
s-javato-2.3.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Runtime CORBA Binding
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO] Copying 6 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\corba\src\main\resources-filtered
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Copying 6 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\corba\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\corba\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.binding.corba.types.CorbaHandlerUtilsYokoNSTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.831 sec
Running org.apache.cxf.binding.corba.runtime.CorbaDSIServantTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.253 sec
Running org.apache.cxf.binding.corba.CorbaServerConduitTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.92 sec
Running org.apache.cxf.binding.corba.types.CorbaArrayHandlerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.apache.cxf.binding.corba.utils.CorbaUtilsTest
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 sec
Running org.apache.cxf.binding.corba.types.CorbaHandlerUtilsTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.419 sec
Running org.apache.cxf.binding.corba.types.CorbaStructHandlerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.apache.cxf.binding.corba.types.CorbaFixedHandlerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.apache.cxf.binding.corba.types.CorbaObjectHandlerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running org.apache.cxf.binding.corba.CorbaDestinationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.217 sec
Running org.apache.cxf.binding.corba.runtime.CorbaObjectWriterTest
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 sec
Running org.apache.cxf.binding.corba.runtime.CorbaStreamReaderTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.apache.cxf.binding.corba.CorbaConduitTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.414 sec
Running org.apache.cxf.binding.corba.CorbaMessageTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running org.apache.cxf.binding.corba.CorbaTypeMapTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.apache.cxf.binding.corba.types.CorbaEnumHandlerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.apache.cxf.binding.corba.runtime.CorbaObjectReaderTest
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 sec
Running org.apache.cxf.binding.corba.CorbaBindingTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.apache.cxf.binding.corba.utils.ContextUtilsTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.apache.cxf.binding.corba.runtime.CorbaStreamableTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.apache.cxf.binding.corba.CorbaBindingFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.771 sec
Running org.apache.cxf.binding.corba.types.CorbaAnyHandlerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.apache.cxf.binding.corba.types.CorbaPrimitiveHandlerTest
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
Running org.apache.cxf.binding.corba.types.CorbaSequenceHandlerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec

Results :

Tests run: 124, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\corba\target\cxf-rt-bindings-corba-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\corba\target\cxf-rt-bindings-corba-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\apache
\cxf\cxf-rt-bindings-corba\2.3.0-SNAPSHOT\cxf-rt-bindings-corba-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Command Line Tools CORBA
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [build-helper:add-source {execution: add-source}]
[INFO] Source directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\corba\src\main\generated added.
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\corba\src\main\resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\corba\src\main\resources-filtered
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\corba\target\generated\src\main\resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Copying 231 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\corba\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\corba\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.tools.corba.processors.WSDLToIDLGenerationTest
Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.58 sec
Running org.apache.cxf.tools.corba.idlpreprocessor.IdlPreprocessorReaderTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 sec
Running org.apache.cxf.tools.corba.processors.WSDLToCorbaBindingTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.327 sec
Running org.apache.cxf.tools.corba.WSDLToIDLTest
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.251 sec
Running org.apache.cxf.tools.corba.processors.IDLToWSDLGenerationTest
Tests run: 51, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.1 sec
Running org.apache.cxf.tools.corba.IDLToWSDLTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.294 sec
Running org.apache.cxf.tools.corba.common.CorbaPrimitiveMapTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.apache.cxf.tools.corba.processors.WSDLToCorbaBindingTypeTest
Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.188 sec

Results :

Tests run: 153, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\corba\target\cxf-tools-corba-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\tools\corba\target\cxf-tools-corba-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-too
ls-corba\2.3.0-SNAPSHOT\cxf-tools-corba-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Runtime SDO DataBinding
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\sdo\src\main\resources-filtered
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\sdo\target\generated\src\main\resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [cxf-codegen:wsdl2java {execution: generate-test-sources-static}]
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\sdo\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\sdo\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.sdo.HelloWorldStaticTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.715 sec
Running org.apache.cxf.sdo.HelloWorldDynamicTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.349 sec

Results :

Tests run: 6, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\sdo\target\cxf-rt-databinding-sdo-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\databinding\sdo\target\cxf-rt-databinding-sdo-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\apac
he\cxf\cxf-rt-databinding-sdo\2.3.0-SNAPSHOT\cxf-rt-databinding-sdo-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Runtime HTTP Binding
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\http\src\main\resources-filtered
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [cxf-xjc:xsdtojava-tests {execution: generate-sources}]
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 7 resources
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\http\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\http\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.binding.http.bare.ClientTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.21 sec
Running org.apache.cxf.binding.http.InflectorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running org.apache.cxf.binding.http.IriDecoderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 sec
Running org.apache.cxf.binding.http.wrapped.WrappedServiceTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.646 sec
Running org.apache.cxf.binding.http.bare.BareServiceTest
DefaultValidationEventHandler: [ERROR]: For input string: "bleh"
     Location: line 0
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.807 sec
Running org.apache.cxf.binding.http.mtom.MtomTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.239 sec
Running org.apache.cxf.binding.http.bare.UserServiceTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.233 sec

Results :

Tests run: 12, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\http\target\cxf-rt-bindings-http-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\http\target\cxf-rt-bindings-http-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\apache\c
xf\cxf-rt-bindings-http\2.3.0-SNAPSHOT\cxf-rt-bindings-http-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Runtime Object Binding
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 6 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\object\src\main\resources-filtered
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\object\src\test\resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\object\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\object\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.binding.object.LocalServerRegistrationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.363 sec
Running org.apache.cxf.binding.object.ObjectBindingTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.216 sec

Results :

Tests run: 4, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\object\target\cxf-rt-bindings-object-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\object\target\cxf-rt-bindings-object-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\apac
he\cxf\cxf-rt-bindings-object\2.3.0-SNAPSHOT\cxf-rt-bindings-object-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Runtime Colocated Binding
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\coloc\src\main\resources-filtered
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\coloc\target\generated\src\main\resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\coloc\src\test\resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\coloc\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\coloc\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.binding.coloc.ColocMessageObserverTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.55 sec
Running org.apache.cxf.binding.coloc.ColocUtilTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
Running org.apache.cxf.binding.coloc.ColocOutInterceptorTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 sec

Results :

Tests run: 16, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\coloc\target\cxf-rt-bindings-coloc-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\coloc\target\cxf-rt-bindings-coloc-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\apache
\cxf\cxf-rt-bindings-coloc\2.3.0-SNAPSHOT\cxf-rt-bindings-coloc-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Runtime JBI Binding
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 9 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\jbi\src\main\resources-filtered
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [bundle:manifest {execution: bundle-manifest}]
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\jbi\src\test\resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\jbi\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\jbi\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.binding.jbi.interceptor.JBIFaultOutInterceptorTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.249 sec
Running org.apache.cxf.binding.jbi.spring.JBIBindingConfigurationInfoTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.328 sec
Running org.apache.cxf.binding.jbi.interceptor.JBIOperationInInterceptorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.346 sec
Running org.apache.cxf.binding.jbi.JBIBindingFactoryTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec

Results :

Tests run: 9, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\jbi\target\cxf-rt-bindings-jbi-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\jbi\target\cxf-rt-bindings-jbi-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\apache\cxf
\cxf-rt-bindings-jbi\2.3.0-SNAPSHOT\cxf-rt-bindings-jbi-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Runtime
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\pom.xml to C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-rt\2.3.0-SNAPSHOT\cxf-rt-2.3.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Runtime Bindings
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\bindings\pom.xml to C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-rt-bindings\2.3.0-SNAPSHOT\cxf-rt-bin
dings-2.3.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Runtime JAX-RS Frontend
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 7 resources
[INFO] Copying 7 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxrs\src\main\resources-filtered
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 14 resources
[INFO] Copying 6 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxrs\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxrs\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.jaxrs.ext.MessageContextImplTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.542 sec
Running org.apache.cxf.jaxrs.ext.search.FiqlParserTest
Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 sec
Running org.apache.cxf.jaxrs.provider.JSONProviderTest
Tests run: 48, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 0.618 sec
Running org.apache.cxf.jaxrs.utils.HttpUtilsTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running org.apache.cxf.jaxrs.utils.AnnotationTestUtilsTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.apache.cxf.jaxrs.ext.search.SearchContextImplTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.apache.cxf.jaxrs.ext.multipart.ContentDispositionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.apache.cxf.jaxrs.client.WebClientTest
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.73 sec
Running org.apache.cxf.jaxrs.JAXRSServerFactoryBeanTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 sec
Running org.apache.cxf.jaxrs.provider.DataBindingJSONProviderTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.857 sec
Running org.apache.cxf.jaxrs.provider.BinaryDataProviderTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.apache.cxf.jaxrs.provider.XPathProviderTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec
Running org.apache.cxf.jaxrs.spring.SpringResourceFactoryTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.247 sec
Running org.apache.cxf.jaxrs.model.ClassResourceInfoTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running org.apache.cxf.jaxrs.provider.DataBindingProviderTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.211 sec
Running org.apache.cxf.jaxrs.impl.NewCookieHeaderProviderTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.apache.cxf.jaxrs.provider.JAXBElementProviderTest
Tests run: 52, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 sec
Running org.apache.cxf.jaxrs.model.wadl.WadlGeneratorTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.331 sec
Running org.apache.cxf.jaxrs.provider.SourceProviderTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.apache.cxf.jaxrs.spring.JAXRSClientFactoryBeanTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.276 sec
Running org.apache.cxf.jaxrs.SelectMethodCandidatesTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 sec
Running org.apache.cxf.jaxrs.impl.MediaTypeHeaderProviderTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
Running org.apache.cxf.jaxrs.provider.PrimitiveTextProviderTest
Hello, my name is FΘlix AgnΘs
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.apache.cxf.jaxrs.impl.ResponseBuilderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running org.apache.cxf.jaxrs.ext.search.SimpleSearchConditionTest
Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
Running org.apache.cxf.jaxrs.provider.AegisElementProviderTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec
Running org.apache.cxf.jaxrs.impl.MetadataMapTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.apache.cxf.jaxrs.impl.UriInfoImplTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.apache.cxf.jaxrs.impl.CookieHeaderProviderTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.apache.cxf.jaxrs.impl.ResponseImplTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.apache.cxf.jaxrs.ext.multipart.MultipartBodyTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
Running org.apache.cxf.jaxrs.impl.UriBuilderImplTest
Tests run: 93, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 sec
Running org.apache.cxf.jaxrs.provider.AtomEntryProviderTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.295 sec
Running org.apache.cxf.jaxrs.impl.HttpHeadersImplTest
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
Running org.apache.cxf.jaxrs.impl.VariantListBuilderImplTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.apache.cxf.jaxrs.impl.CacheControlHeaderProviderTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec
Running org.apache.cxf.jaxrs.spring.JAXRSServerFactoryBeanTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 sec
Running org.apache.cxf.jaxrs.impl.RuntimeDelegateImplTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.apache.cxf.jaxrs.impl.RequestPreprocessorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.apache.cxf.jaxrs.impl.RequestImplTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running org.apache.cxf.jaxrs.provider.AtomPojoProviderTest
<?xml version='1.0' encoding='UTF-8'?>
<entry xmlns="http://www.w3.org/2005/Atom">
  <title type="text">a</title>
  <content type="application/xml">
    <book xmlns="">
      <name>a</name>
    </book>
  </content>
</entry>
<?xml version='1.0' encoding='UTF-8'?>
<entry xmlns="http://www.w3.org/2005/Atom">
  <content type="application/xml">
    <book xmlns="">
      <name>a</name>
    </book>
  </content>
</entry>
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.353 sec
Running org.apache.cxf.jaxrs.provider.XSLTJaxbProviderTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.153 sec
Running org.apache.cxf.jaxrs.impl.EntityTagHeaderProviderTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.apache.cxf.jaxrs.model.OperationResourceInfoTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
Running org.apache.cxf.jaxrs.utils.JAXRSUtilsTest
Tests run: 45, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.358 sec
Running org.apache.cxf.jaxrs.lifecycle.PerRequestResourceProviderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.apache.cxf.jaxrs.ext.xml.XMLSourceTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 sec
Running org.apache.cxf.jaxrs.impl.PathSegmentImplTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.apache.cxf.jaxrs.provider.FormEncodingProviderTest
name=FΘlix
FΘlix
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.apache.cxf.jaxrs.utils.ResourceUtilsTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.apache.cxf.jaxrs.model.URITemplateTest
a%20{digit:[0-9]}%20b
Tests run: 47, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
Running org.apache.cxf.jaxrs.provider.ProviderFactoryTest
Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
Running org.apache.cxf.jaxrs.provider.AegisJSONProviderTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.153 sec
Running org.apache.cxf.jaxrs.JAXRSServiceFactoryBeanTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running org.apache.cxf.jaxrs.client.JAXRSClientFactoryBeanTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 sec
Running org.apache.cxf.jaxrs.ext.multipart.AttachmentTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.apache.cxf.jaxrs.ext.codegen.CodeGeneratorProviderTest
C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.wadl.BookStore-src\superbooks\Book.java
C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.wadl.BookStore-src\superbooks\Book2.java
C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.wadl.BookStore-src\superbooks\Chapter.java
C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.wadl.BookStore-src\superbooks\ObjectFactory.java
C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.wadl.BookStore-src\superbooks\package-info.java
C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.wadl.BookStore-src\superbooks\Book.java
C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.wadl.BookStore-src\superbooks\Book2.java
C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.wadl.BookStore-src\superbooks\Chapter.java
C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.wadl.BookStore-src\superbooks\ObjectFactory.java
C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.wadl.BookStore-src\superbooks\package-info.java
C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.wadl.BookStore-src\superbooks\Book.java
C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.wadl.BookStore-src\superbooks\Book2.java
C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.wadl.BookStore-src\superbooks\Chapter.java
C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.wadl.BookStore-src\superbooks\ObjectFactory.java
C:\Users\ggregory\AppData\Local\Temp\cxf-jaxrs-org.apache.cxf.jaxrs.model.wadl.BookStore-src\superbooks\package-info.java
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.219 sec
Running org.apache.cxf.jaxrs.provider.AtomFeedProviderTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.apache.cxf.jaxrs.utils.InjectionUtilsTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec

Results :

Tests run: 665, Failures: 0, Errors: 0, Skipped: 6

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxrs\target\cxf-rt-frontend-jaxrs-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\jaxrs\target\cxf-rt-frontend-jaxrs-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\apache
\cxf\cxf-rt-frontend-jaxrs\2.3.0-SNAPSHOT\cxf-rt-frontend-jaxrs-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Runtime JavaScript Frontend
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Copying 0 resource
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\js\src\main\resources-filtered
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\js\target\generated\src\main\resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Copying 12 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\js\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\js\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.js.rhino.AbstractDOMProviderTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.218 sec
Running org.apache.cxf.js.rhino.ProviderFactoryTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.27 sec
Running org.apache.cxf.js.rhino.ServerAppTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 sec

Results :

Tests run: 27, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\js\target\cxf-rt-frontend-js-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\frontend\js\target\cxf-rt-frontend-js-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\apache\cxf\c
xf-rt-frontend-js\2.3.0-SNAPSHOT\cxf-rt-frontend-js-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF HTTP Transport for OSGi
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Copying 2 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-osgi\src\main\resources-filtered
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-osgi\target\generated\src\main\resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-osgi\src\test\resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-osgi\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-osgi\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.transport.http_osgi.OsgiTransportFactoryTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.221 sec
Running org.apache.cxf.transport.http_osgi.OsgiDestinationTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.222 sec
Running org.apache.cxf.transport.http_osgi.OsgiServletTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.333 sec

Results :

Tests run: 10, Failures: 0, Errors: 0, Skipped: 0

[INFO] [bundle:bundle {execution: default-bundle}]
[WARNING] Warning building bundle org.apache.cxf:cxf-rt-transports-http-osgi:bundle:2.3.0-SNAPSHOT : Instructions in Export-Package that are never used: =META-INF\.cxf\.osgi
[WARNING] Warning building bundle org.apache.cxf:cxf-rt-transports-http-osgi:bundle:2.3.0-SNAPSHOT : Did not find matching referal for javax.xml.rpc*
[WARNING] Warning building bundle org.apache.cxf:cxf-rt-transports-http-osgi:bundle:2.3.0-SNAPSHOT : Exporting packages that are not on the Bundle-Classpath[Jar:dot]: [META-IN
F.cxf.osgi]
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\http-osgi\target\cxf-rt-transports-http-osgi-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repositor
y\org\apache\cxf\cxf-rt-transports-http-osgi\2.3.0-SNAPSHOT\cxf-rt-transports-http-osgi-2.3.0-SNAPSHOT.jar
[INFO] [bundle:install {execution: default-install}]
[INFO] Installing org/apache/cxf/cxf-rt-transports-http-osgi/2.3.0-SNAPSHOT/cxf-rt-transports-http-osgi-2.3.0-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Runtime JBI Transport
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 8 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jbi\src\main\resources-filtered
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [bundle:manifest {execution: bundle-manifest}]
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jbi\src\test\resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jbi\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jbi\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.transport.jbi.JBIConduitTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.729 sec
Running org.apache.cxf.transport.jbi.JBIDestinationTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.441 sec

Results :

Tests run: 4, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jbi\target\cxf-rt-transports-jbi-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\transports\jbi\target\cxf-rt-transports-jbi-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\apache
\cxf\cxf-rt-transports-jbi\2.3.0-SNAPSHOT\cxf-rt-transports-jbi-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Runtime WS Policy
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] Copying 17 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\policy\src\main\resources-filtered
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [cxf-codegen:wsdl2java {execution: generate-test-sources}]
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 20 resources
[INFO] Copying 89 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\policy\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\policy\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.ws.policy.PolicyInterceptorsTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.669 sec
Running org.apache.cxf.ws.policy.EndpointPolicyImplTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.218 sec
Running org.apache.cxf.ws.policy.PolicyVerificationInFaultInterceptorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec
Running org.apache.cxf.ws.policy.selector.FirstAlternativeSelectorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.apache.cxf.ws.policy.spring.PolicyFeatureTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.009 sec
Running org.apache.cxf.ws.policy.NormalizeTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.178 sec
Running org.apache.cxf.ws.policy.attachment.reference.ReferenceResolverTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 sec
Running org.apache.cxf.ws.policy.attachment.external.PolicyAttachmentTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
Running org.apache.cxf.ws.policy.attachment.external.DomainExpressionBuilderRegistryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.apache.cxf.ws.policy.AssertionBuilderRegistryImplTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
Running org.apache.cxf.ws.policy.PolicyExtensionsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.478 sec
Running org.apache.cxf.ws.policy.PolicyInterceptorProviderRegistryImplTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.apache.cxf.ws.policy.spring.PolicyBeansTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.181 sec
Running org.apache.cxf.ws.policy.builder.primitive.NestedPrimitiveAssertionTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 sec
Running org.apache.cxf.ws.policy.PolicyAnnotationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.798 sec
Running org.apache.cxf.ws.policy.PolicyBuilderTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
Running org.apache.cxf.ws.policy.EffectivePolicyImplTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec
Running org.apache.cxf.ws.policy.attachment.wsdl11.Wsdl11AttachmentPolicyProviderTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.473 sec
Running org.apache.cxf.ws.policy.attachment.external.ExternalAttachmentProviderTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec
Running org.apache.cxf.ws.policy.selector.MinimalMaximalAlternativeSelectorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec
Running org.apache.cxf.ws.policy.PolicyVerificationInInterceptorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
Running org.apache.cxf.ws.policy.attachment.external.EndpointReferenceDomainExpressionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec
Running org.apache.cxf.ws.policy.PolicyRegistryImplTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.apache.cxf.ws.policy.PolicyEngineTest
Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec
Running org.apache.cxf.ws.policy.PolicyVerificationOutInterceptorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec

Results :

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

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\policy\target\cxf-rt-ws-policy-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\policy\target\cxf-rt-ws-policy-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-r
t-ws-policy\2.3.0-SNAPSHOT\cxf-rt-ws-policy-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Runtime WS Reliable Messaging
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] Copying 10 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\rm\src\main\resources-filtered
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\rm\src\test\resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\rm\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\rm\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.ws.rm.soap.RMSoapInterceptorTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.432 sec
Running org.apache.cxf.ws.rm.persistence.jdbc.RMTxStoreConfigurationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.326 sec
Running org.apache.cxf.ws.rm.RMManagerConfigurationTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.428 sec
Running org.apache.cxf.ws.rm.persistence.PersistenceUtilsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 sec
Running org.apache.cxf.ws.rm.soap.RetransmissionQueueImplTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.299 sec
Running org.apache.cxf.ws.rm.RMContextUtilsTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.315 sec
Running org.apache.cxf.ws.rm.AbstractSequenceTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.apache.cxf.ws.rm.DestinationTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.19 sec
Running org.apache.cxf.ws.rm.RMUtilsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 sec
Running org.apache.cxf.ws.rm.AbstractRMInterceptorTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 sec
Running org.apache.cxf.ws.rm.SourceSequenceTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.029 sec
Running org.apache.cxf.ws.rm.RMEndpointTest
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.216 sec
Running org.apache.cxf.ws.rm.persistence.jdbc.RMTxStoreTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.32 sec
Running org.apache.cxf.ws.rm.AbstractEndpointTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.apache.cxf.ws.rm.policy.PolicyUtilsTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running org.apache.cxf.ws.rm.DestinationSequenceTest
Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.281 sec
Running org.apache.cxf.ws.rm.soap.SoapFaultFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 sec
Running org.apache.cxf.ws.rm.RMInInterceptorTest
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 sec
Running org.apache.cxf.ws.rm.RMOutInterceptorTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec
Running org.apache.cxf.ws.rm.RMManagerTest
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.167 sec
Running org.apache.cxf.ws.rm.ProxyTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 sec

Results :

Tests run: 169, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\rm\target\cxf-rt-ws-rm-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\rm\target\cxf-rt-ws-rm-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-rt-ws-rm\
2.3.0-SNAPSHOT\cxf-rt-ws-rm-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Runtime WS Security
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] Copying 2 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\security\src\main\resources-filtered
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 48 resources
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\security\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\security\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.ws.security.wss4j.DefaultSecurityContextTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 sec
Running org.apache.cxf.ws.security.wss4j.CryptoCoverageCheckerTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.207 sec
Running org.apache.cxf.ws.security.wss4j.WSS4JFaultCodeTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.244 sec
Running org.apache.cxf.ws.security.wss4j.WSS4JOutInterceptorTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.406 sec
Running org.apache.cxf.ws.security.wss4j.SignatureConfirmationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 sec
Running org.apache.cxf.ws.security.wss4j.RoundTripTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.714 sec
Running org.apache.cxf.ws.security.wss4j.WSS4JInOutTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.547 sec
Running org.apache.cxf.ws.security.wss4j.UserNameTokenAuthorizationTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.893 sec
Running org.apache.cxf.ws.security.wss4j.PolicyBasedWss4JInOutTest
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.774 sec

Results :

Tests run: 49, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\security\target\cxf-rt-ws-security-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\ws\security\target\cxf-rt-ws-security-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\apache\cxf\c
xf-rt-ws-security\2.3.0-SNAPSHOT\cxf-rt-ws-security-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Runtime Web Management
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management-web\src\main\resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management-web\src\main\resources-filtered
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management-web\target\generated\src\main\resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 1 source file to C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management-web\target\classes
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management-web\src\test\resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management-web\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management-web\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
There are no tests to run.

Results :

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

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management-web\target\cxf-rt-management-web-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\rt\management-web\target\cxf-rt-management-web-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\apache
\cxf\cxf-rt-management-web\2.3.0-SNAPSHOT\cxf-rt-management-web-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF JBI Integration
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] Copying 0 resource
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jbi\src\main\resources-filtered
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jbi\target\generated\src\main\resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Copying 11 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jbi\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jbi\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.jbi.se.state.ServiceEngineStateFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 sec
Running org.apache.cxf.jbi.se.state.ServiceEngineShutdownTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running org.apache.cxf.jbi.se.CXFServiceUnitManagerTest
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.38 sec
Running org.apache.cxf.jbi.se.CXFServiceUnitTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.603 sec
Running org.apache.cxf.jbi.se.state.ServiceEngineStopTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.apache.cxf.jbi.se.state.ServiceEngineStartTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec

Results :

Tests run: 40, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jbi\target\cxf-integration-jbi-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jbi\target\cxf-integration-jbi-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\apache\cxf
\cxf-integration-jbi\2.3.0-SNAPSHOT\cxf-integration-jbi-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF JCA Connection
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jca\src\main\resources-filtered
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jca\target\generated\src\main\resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 10 resources
[INFO] Copying 4 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jca\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jca\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.jca.cxf.ConnectionFactoryImplTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.438 sec
Running org.apache.cxf.jca.servant.EJBServantConfigTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 sec
Running org.apache.cxf.jca.cxf.handlers.InvokingInvocationHandlerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.181 sec
Running org.apache.cxf.jca.core.resourceadapter.ManagedConnectionImplTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 sec
Running org.apache.cxf.jca.core.resourceadapter.UriHandlerInitTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
Running org.apache.cxf.jca.cxf.CXFConnectionRequestInfoTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.apache.cxf.jca.jarloader.JarLoaderTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
Running org.apache.cxf.jca.core.resourceadapter.HandlerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.apache.cxf.jca.cxf.handlers.InvocationHandlerFactoryTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 sec
Running org.apache.cxf.jca.cxf.ResourceAdapterImplTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec
Running org.apache.cxf.jca.core.classloader.PlugInClassLoaderTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 sec
Running org.apache.cxf.jca.core.resourceadapter.ResourceAdapterInternalExceptionTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.apache.cxf.jca.servant.EJBEndpointTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.apache.cxf.jca.core.logging.LoggerHelperTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
Running org.apache.cxf.jca.cxf.handlers.ProxyInvocationHandlerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.46 sec
Running org.apache.cxf.jca.core.resourceadapter.ResourceBeanTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.apache.cxf.jca.cxf.handlers.ObjectMethodInvocationHandlerTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
Running org.apache.cxf.jca.cxf.JCABusFactoryTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.18 sec
Running org.apache.cxf.jca.core.resourceadapter.ManagedConnectionFactoryImplTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
Running org.apache.cxf.jca.outbound.ManagedConnectionImplTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.888 sec
Running org.apache.cxf.jca.cxf.ManagedConnectionImplTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.055 sec
Running org.apache.cxf.jca.cxf.AssociatedManagedConnectionFactoryImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.148 sec
Running org.apache.cxf.jca.cxf.ManagedConnectionFactoryImplTest
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.135 sec

Results :

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

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jca\target\cxf-integration-jca-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\jca\target\cxf-integration-jca-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\apache\cxf
\cxf-integration-jca\2.3.0-SNAPSHOT\cxf-integration-jca-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Integration
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\integration\pom.xml to C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-integration\2.3.0-SNAPSHOT\cxf-integr
ation-2.3.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Java2WS Maven2 Plugin
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [plugin:descriptor {execution: default-descriptor}]
[WARNING] Using platform encoding (Cp1252 actually) to read mojo metadata, i.e. build is platform dependent!
[INFO] Applying mojo extractor for language: java
[INFO] Mojo extractor for language: java found 1 mojo descriptors.
[INFO] Applying mojo extractor for language: bsh
[INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\java2ws-plugin\src\main\resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\java2ws-plugin\src\main\resources-filtered
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\java2ws-plugin\target\generated\src\main\resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\java2ws-plugin\src\test\java
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\java2ws-plugin\src\test\resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\java2ws-plugin\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] No sources to compile
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\java2ws-plugin\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
There are no tests to run.

Results :

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

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\java2ws-plugin\target\cxf-java2ws-plugin-2.3.0-SNAPSHOT.jar
[INFO] [plugin:addPluginArtifactMetadata {execution: default-addPluginArtifactMetadata}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\java2ws-plugin\target\cxf-java2ws-plugin-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\or
g\apache\cxf\cxf-java2ws-plugin\2.3.0-SNAPSHOT\cxf-java2ws-plugin-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF CORBA Tools Maven2 Plugins
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [plugin:descriptor {execution: default-descriptor}]
[WARNING] Using platform encoding (Cp1252 actually) to read mojo metadata, i.e. build is platform dependent!
[INFO] Applying mojo extractor for language: java
[INFO] Mojo extractor for language: java found 2 mojo descriptors.
[INFO] Applying mojo extractor for language: bsh
[INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\corba\src\main\resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\corba\src\main\resources-filtered
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\corba\target\generated\src\main\resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\corba\src\test\java
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\corba\src\test\resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\corba\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] No sources to compile
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\corba\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
There are no tests to run.

Results :

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

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\corba\target\cxf-corbatools-maven-plugin-2.3.0-SNAPSHOT.jar
[INFO] [plugin:addPluginArtifactMetadata {execution: default-addPluginArtifactMetadata}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\corba\target\cxf-corbatools-maven-plugin-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\or
g\apache\cxf\cxf-corbatools-maven-plugin\2.3.0-SNAPSHOT\cxf-corbatools-maven-plugin-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Archetype - Simple JAX-WS Java First
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] No sources to compile
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\archetypes\cxf-jaxws-javafirst\src\test\java
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\archetypes\cxf-jaxws-javafirst\src\test\resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\archetypes\cxf-jaxws-javafirst\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Not compiling test sources
[INFO] [surefire:test {execution: default-test}]
[INFO] Tests are skipped.
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\archetypes\cxf-jaxws-javafirst\target\cxf-jaxws-javafirst-2.3.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\archetypes\cxf-jaxws-javafirst\target\cxf-jaxws-javafirst-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\
.m2\repository\org\apache\cxf\archetype\cxf-jaxws-javafirst\2.3.0-SNAPSHOT\cxf-jaxws-javafirst-2.3.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Maven Archetypes
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\archetypes\pom.xml to C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-archetypes\2.3.0-SNAPSHO
T\cxf-archetypes-2.3.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Maven Plugins
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\maven-plugins\pom.xml to C:\Users\ggregory\.m2\repository\org\apache\cxf\cxf-maven-plugins\2.3.0-SNAPSHOT\cxf-ma
ven-plugins-2.3.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Uncategorized System Tests
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\uncategorized\src\main\java
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\uncategorized\src\main\resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\uncategorized\src\main\resources-filtered
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\uncategorized\target\generated\src\main\resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] No sources to compile
[INFO] [cxf-codegen:wsdl2java {execution: generate-test-sources}]
[INFO] [cxf-corbatools:wsdl2idl {execution: generate-test-sources}]
Jul 23, 2010 10:44:09 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaProcessor setOutputFile
WARNING: Using default wsdl/idl filenames...
Jul 23, 2010 10:44:09 AM org.springframework.context.support.AbstractApplicationContext prepareRefresh
INFO: Refreshing org.apache.cxf.bus.spring.BusApplicationContext@a268256: display name [org.apache.cxf.bus.spring.BusApplicationContext@a268256]; startup date [Fri Jul 23 10:4
4:09 PDT 2010]; root of context hierarchy
Jul 23, 2010 10:44:09 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [META-INF/cxf/cxf.xml]
Jul 23, 2010 10:44:09 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [META-INF/cxf/cxf-extension-corba.xml]
Jul 23, 2010 10:44:09 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [META-INF/cxf/cxf-extension-jaxws.xml]
Jul 23, 2010 10:44:09 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [META-INF/cxf/cxf-extension-soap.xml]
Jul 23, 2010 10:44:09 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [META-INF/cxf/cxf-extension-xml.xml]
Jul 23, 2010 10:44:09 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [META-INF/cxf/cxf-extension-addr.xml]
Jul 23, 2010 10:44:09 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [META-INF/cxf/cxf-extension-management.xml]
Jul 23, 2010 10:44:09 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [META-INF/cxf/cxf-extension-jbi-binding.xml]
Jul 23, 2010 10:44:09 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [META-INF/cxf/cxf-extension-jbi.xml]
Jul 23, 2010 10:44:09 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [META-INF/cxf/cxf-extension-http-binding.xml]
Jul 23, 2010 10:44:09 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [META-INF/cxf/cxf-extension-http.xml]
Jul 23, 2010 10:44:09 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [META-INF/cxf/cxf-extension-http-jetty.xml]
Jul 23, 2010 10:44:09 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [META-INF/cxf/cxf-extension-http.xml]
Jul 23, 2010 10:44:09 AM org.springframework.beans.factory.support.DefaultListableBeanFactory registerBeanDefinition
INFO: Overriding bean definition for bean 'org.apache.cxf.transport.http.policy.HTTPClientAssertionBuilder': replacing [Generic bean: class [org.apache.cxf.transport.http.poli
cy.HTTPClientAssertionBuilder]; scope=singleton; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null;
 factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class [org.apac
he.cxf.transport.http.policy.HTTPClientAssertionBuilder]; scope=singleton; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=fa
lse; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [META-INF/cxf/cxf-extension-http.xml]]
Jul 23, 2010 10:44:09 AM org.springframework.beans.factory.support.DefaultListableBeanFactory registerBeanDefinition
INFO: Overriding bean definition for bean 'org.apache.cxf.transport.http.policy.HTTPServerAssertionBuilder': replacing [Generic bean: class [org.apache.cxf.transport.http.poli
cy.HTTPServerAssertionBuilder]; scope=singleton; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null;
 factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class [org.apac
he.cxf.transport.http.policy.HTTPServerAssertionBuilder]; scope=singleton; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=fa
lse; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [META-INF/cxf/cxf-extension-http.xml]]
Jul 23, 2010 10:44:09 AM org.springframework.beans.factory.support.DefaultListableBeanFactory registerBeanDefinition
INFO: Overriding bean definition for bean 'org.apache.cxf.transport.http.policy.NoOpPolicyInterceptorProvider': replacing [Generic bean: class [org.apache.cxf.transport.http.p
olicy.NoOpPolicyInterceptorProvider]; scope=singleton; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName
=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class [or
g.apache.cxf.transport.http.policy.NoOpPolicyInterceptorProvider]; scope=singleton; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; p
rimary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [META-INF/cxf/cxf-extension-http.xml]]
Jul 23, 2010 10:44:09 AM org.springframework.beans.factory.support.DefaultListableBeanFactory registerBeanDefinition
INFO: Overriding bean definition for bean 'org.apache.cxf.transport.http.ClientOnlyHTTPTransportFactory': replacing [Generic bean: class [org.apache.cxf.transport.http.ClientO
nlyHTTPTransportFactory]; scope=singleton; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; facto
ryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class [org.apache.cxf
.transport.http.ClientOnlyHTTPTransportFactory]; scope=singleton; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; fact
oryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [META-INF/cxf/cxf-extension-http.xml]]
Jul 23, 2010 10:44:09 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [META-INF/cxf/cxf-extension-local.xml]
Jul 23, 2010 10:44:09 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [META-INF/cxf/cxf-extension-jms.xml]
Jul 23, 2010 10:44:09 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [META-INF/cxf/cxf-extension-policy.xml]
Jul 23, 2010 10:44:09 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [META-INF/cxf/cxf-extension-jaxrs-binding.xml]
Jul 23, 2010 10:44:09 AM org.springframework.context.support.AbstractApplicationContext obtainFreshBeanFactory
INFO: Bean factory for application context [org.apache.cxf.bus.spring.BusApplicationContext@a268256]: org.springframework.beans.factory.support.DefaultListableBeanFactory@5496
2fcd
Jul 23, 2010 10:44:09 AM org.springframework.beans.factory.support.DefaultListableBeanFactory preInstantiateSingletons
INFO: Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@54962fcd: defining beans [cxf,org.apache.cxf.bus.spring.BusApplicati
onListener,org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor,org.apache.cxf.bus.spring.Jsr250BeanPostProcessor,org.apache.cxf.bus.spring.BusExtensionPostProcessor,or
g.apache.cxf.resource.ResourceManager,org.apache.cxf.configuration.Configurer,org.apache.cxf.binding.BindingFactoryManager,org.apache.cxf.transport.DestinationFactoryManager,o
rg.apache.cxf.transport.ConduitInitiatorManager,org.apache.cxf.wsdl.WSDLManager,org.apache.cxf.phase.PhaseManager,org.apache.cxf.workqueue.WorkQueueManager,org.apache.cxf.busl
ifecycle.BusLifeCycleManager,org.apache.cxf.endpoint.ServerRegistry,org.apache.cxf.endpoint.ServerLifeCycleManager,org.apache.cxf.endpoint.ClientLifeCycleManager,org.apache.cx
f.transports.http.QueryHandlerRegistry,org.apache.cxf.endpoint.EndpointResolverRegistry,org.apache.cxf.headers.HeaderManager,org.apache.cxf.catalog.OASISCatalogManager,org.apa
che.cxf.service.factory.FactoryBeanListenerManager,org.apache.cxf.endpoint.ServiceContractResolverRegistry,org.apache.cxf.binding.corba.CorbaBindingFactory,org.apache.cxf.bind
ing.corba.wsdl.WSDLExtensionRegister#0,org.apache.cxf.jaxws.context.WebServiceContextResourceResolver,org.apache.cxf.jaxws.context.WebServiceContextImpl,org.apache.cxf.binding
.soap.SoapBindingFactory,org.apache.cxf.binding.soap.SoapTransportFactory,org.apache.cxf.binding.soap.customEditorConfigurer,org.apache.cxf.binding.xml.XMLBindingFactory,org.a
pache.cxf.ws.addressing.policy.AddressingAssertionBuilder,org.apache.cxf.ws.addressing.policy.AddressingPolicyInterceptorProvider,org.apache.cxf.ws.addressing.policy.UsingAddr
essingAssertionBuilder,org.apache.cxf.management.InstrumentationManager,org.apache.cxf.binding.jbi.JBIBindingFactory,org.apache.cxf.transport.jbi.JBITransportFactory,org.apach
e.cxf.binding.http.HttpBindingFactory,org.apache.cxf.transport.http.policy.HTTPClientAssertionBuilder,org.apache.cxf.transport.http.policy.HTTPServerAssertionBuilder,org.apach
e.cxf.transport.http.policy.NoOpPolicyInterceptorProvider,org.apache.cxf.transport.http.ClientOnlyHTTPTransportFactory,org.apache.cxf.transport.http_jetty.JettyHTTPTransportFa
ctory,org.apache.cxf.transport.local.LocalTransportFactory,org.apache.cxf.transport.jms.JMSTransportFactory,org.apache.cxf.ws.policy.AssertionBuilderRegistry,org.apache.cxf.ws
.policy.PolicyInterceptorProviderRegistry,org.apache.cxf.ws.policy.attachment.external.DomainExpressionBuilderRegistry,org.apache.cxf.ws.policy.attachment.external.EndpointRef
erenceDomainExpressionBuilder,org.apache.cxf.ws.policy.PolicyBuilder,org.apache.cxf.ws.policy.PolicyEngine,org.apache.cxf.ws.policy.attachment.wsdl11.Wsdl11AttachmentPolicyPro
vider,org.apache.cxf.ws.policy.attachment.ServiceModelPolicyProvider,org.apache.cxf.ws.policy.mtom.MTOMAssertionBuilder,org.apache.cxf.ws.policy.mtom.MTOMPolicyInterceptorProv
ider,org.apache.cxf.jaxrs.JAXRSBindingFactory]; root of factory hierarchy
SimpleType Union Not Supported in CORBA Binding
SimpleType Union Not Supported in CORBA Binding
SimpleType Union Not Supported in CORBA Binding
SimpleType Union Not Supported in CORBA Binding
SimpleType Union Not Supported in CORBA Binding
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: Unsupported Attribute Found in CORBA Binding Generation:{http://apache.org/type_test/types1}attribList
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: Unsupported Attribute Found in CORBA Binding Generation:{http://apache.org/type_test/types1}attribUnion
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/types1}varUnion
SimpleType Union Not Supported in CORBA Binding
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: class org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in CORBA binding.  Skipping.
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: class org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in CORBA binding.  Skipping.
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unknown particle type org.apache.ws.commons.schema.XmlSchemaGroupRef
SimpleType Union Not Supported in CORBA Binding
SimpleType Union Not Supported in CORBA Binding
SimpleType Union Not Supported in CORBA Binding
SimpleType Union Not Supported in CORBA Binding
SimpleType Union Not Supported in CORBA Binding
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: Unsupported Attribute Found in CORBA Binding Generation:{http://apache.org/type_test/types1}attribList
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: Unsupported Attribute Found in CORBA Binding Generation:{http://apache.org/type_test/types1}attribUnion
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/types1}varUnion
SimpleType Union Not Supported in CORBA Binding
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: class org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in CORBA binding.  Skipping.
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: class org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in CORBA binding.  Skipping.
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unknown particle type org.apache.ws.commons.schema.XmlSchemaGroupRef
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}return
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}y
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}z
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: class org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in CORBA binding.  Skipping.
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: class org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in CORBA binding.  Skipping.
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}x
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}y
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}x
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}y
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: Unsupported Attribute Found in CORBA Binding Generation:{http://apache.org/type_test/types1}attribUnion
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/types1}varUnion
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: Unsupported Attribute Found in CORBA Binding Generation:{http://apache.org/type_test/types1}attribUnion
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/types1}varUnion
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: Unsupported Attribute Found in CORBA Binding Generation:{http://apache.org/type_test/types1}attribUnion
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/types1}varUnion
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: class org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in CORBA binding.  Skipping.
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: class org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in CORBA binding.  Skipping.
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: class org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in CORBA binding.  Skipping.
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}x
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}y
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}return
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}y
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}z
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: Unsupported Attribute Found in CORBA Binding Generation:{http://apache.org/type_test/types1}attribUnion
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/types1}varUnion
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: Unsupported Attribute Found in CORBA Binding Generation:{http://apache.org/type_test/types1}attribUnion
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/types1}varUnion
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: class org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in CORBA binding.  Skipping.
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: class org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in CORBA binding.  Skipping.
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}x
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}y
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}return
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}y
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}z
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}return
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}y
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}z
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}return
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}y
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}z
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}x
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}y
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unknown particle type org.apache.ws.commons.schema.XmlSchemaGroupRef
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unknown particle type org.apache.ws.commons.schema.XmlSchemaGroupRef
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}x
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}y
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}return
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}y
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}z
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}x
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}y
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: Unsupported Attribute Found in CORBA Binding Generation:{http://apache.org/type_test/types1}attribList
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: Unsupported Attribute Found in CORBA Binding Generation:{http://apache.org/type_test/types1}attribList
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: Unsupported Attribute Found in CORBA Binding Generation:{http://apache.org/type_test/types1}attribList
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: Unsupported Attribute Found in CORBA Binding Generation:{http://apache.org/type_test/types1}attribList
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: Unsupported Attribute Found in CORBA Binding Generation:{http://apache.org/type_test/types1}attribList
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unknown particle type org.apache.ws.commons.schema.XmlSchemaGroupRef
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unknown particle type org.apache.ws.commons.schema.XmlSchemaGroupRef
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unknown particle type org.apache.ws.commons.schema.XmlSchemaGroupRef
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}return
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}y
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}z
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}return
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}y
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}z
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}x
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}y
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: class org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in CORBA binding.  Skipping.
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: class org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in CORBA binding.  Skipping.
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: class org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in CORBA binding.  Skipping.
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}return
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}y
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}z
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}x
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/doc}y
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaBinding addBindingOperations
WARNING: Operation testNMTOKENS not mapped to CORBA binding.
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaBinding addBindingOperations
WARNING: Operation testSimpleUnionList not mapped to CORBA binding.
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaBinding addBindingOperations
WARNING: Operation testAnonUnionList not mapped to CORBA binding.
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaBinding addBindingOperations
WARNING: Operation testSimpleUnion not mapped to CORBA binding.
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaBinding addBindingOperations
WARNING: Operation testUnionWithAnonEnum not mapped to CORBA binding.
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaBinding addBindingOperations
WARNING: Operation testUnionWithStringList not mapped to CORBA binding.
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaBinding addBindingOperations
WARNING: Operation testUnionWithStringListRestriction not mapped to CORBA binding.
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaBinding addBindingOperations
WARNING: Operation testUnionWithAnonList not mapped to CORBA binding.
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: Unsupported Attribute Found in CORBA Binding Generation:{http://apache.org/type_test/types1}attribList
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: Unsupported Attribute Found in CORBA Binding Generation:{http://apache.org/type_test/types1}attribList
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: Unsupported Attribute Found in CORBA Binding Generation:{http://apache.org/type_test/types1}attribList
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: Unsupported Attribute Found in CORBA Binding Generation:{http://apache.org/type_test/types1}attribList
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: Unsupported Attribute Found in CORBA Binding Generation:{http://apache.org/type_test/types1}attribList
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: Unsupported Attribute Found in CORBA Binding Generation:{http://apache.org/type_test/types1}attribUnion
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/types1}varUnion
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: Unsupported Attribute Found in CORBA Binding Generation:{http://apache.org/type_test/types1}attribUnion
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/types1}varUnion
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: Unsupported Attribute Found in CORBA Binding Generation:{http://apache.org/type_test/types1}attribUnion
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/types1}varUnion
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: Unsupported Attribute Found in CORBA Binding Generation:{http://apache.org/type_test/types1}attribUnion
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/types1}varUnion
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: Unsupported Attribute Found in CORBA Binding Generation:{http://apache.org/type_test/types1}attribUnion
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unsupported Element Found in CORBA Binding Generation:{http://apache.org/type_test/types1}varUnion
SimpleType Union Not Supported in CORBA Binding
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaBinding addBindingOperations
WARNING: Operation testUnionSimpleContent not mapped to CORBA binding.
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: class org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in CORBA binding.  Skipping.
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: class org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in CORBA binding.  Skipping.
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: class org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in CORBA binding.  Skipping.
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: class org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in CORBA binding.  Skipping.
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: class org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in CORBA binding.  Skipping.
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: class org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in CORBA binding.  Skipping.
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: class org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in CORBA binding.  Skipping.
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: class org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in CORBA binding.  Skipping.
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: class org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in CORBA binding.  Skipping.
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processAttributesAsMembers
WARNING: class org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef not supported in CORBA binding.  Skipping.
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unknown particle type org.apache.ws.commons.schema.XmlSchemaGroupRef
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unknown particle type org.apache.ws.commons.schema.XmlSchemaGroupRef
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unknown particle type org.apache.ws.commons.schema.XmlSchemaGroupRef
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unknown particle type org.apache.ws.commons.schema.XmlSchemaGroupRef
Jul 23, 2010 10:44:10 AM org.apache.cxf.tools.corba.processors.wsdl.WSDLToCorbaHelper processContainerAsMembers
WARNING: Unknown particle type org.apache.ws.commons.schema.XmlSchemaGroupRef
Jul 23, 2010 10:44:11 AM org.springframework.context.support.AbstractApplicationContext doClose
INFO: Closing org.apache.cxf.bus.spring.BusApplicationContext@a268256: display name [org.apache.cxf.bus.spring.BusApplicationContext@a268256]; startup date [Fri Jul 23 10:44:0
9 PDT 2010]; root of context hierarchy
Jul 23, 2010 10:44:11 AM org.springframework.beans.factory.support.DefaultSingletonBeanRegistry destroySingletons
INFO: Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@54962fcd: defining beans [cxf,org.apache.cxf.bus.spring.BusApplicationListe
ner,org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor,org.apache.cxf.bus.spring.Jsr250BeanPostProcessor,org.apache.cxf.bus.spring.BusExtensionPostProcessor,org.apach
e.cxf.resource.ResourceManager,org.apache.cxf.configuration.Configurer,org.apache.cxf.binding.BindingFactoryManager,org.apache.cxf.transport.DestinationFactoryManager,org.apac
he.cxf.transport.ConduitInitiatorManager,org.apache.cxf.wsdl.WSDLManager,org.apache.cxf.phase.PhaseManager,org.apache.cxf.workqueue.WorkQueueManager,org.apache.cxf.buslifecycl
e.BusLifeCycleManager,org.apache.cxf.endpoint.ServerRegistry,org.apache.cxf.endpoint.ServerLifeCycleManager,org.apache.cxf.endpoint.ClientLifeCycleManager,org.apache.cxf.trans
ports.http.QueryHandlerRegistry,org.apache.cxf.endpoint.EndpointResolverRegistry,org.apache.cxf.headers.HeaderManager,org.apache.cxf.catalog.OASISCatalogManager,org.apache.cxf
.service.factory.FactoryBeanListenerManager,org.apache.cxf.endpoint.ServiceContractResolverRegistry,org.apache.cxf.binding.corba.CorbaBindingFactory,org.apache.cxf.binding.cor
ba.wsdl.WSDLExtensionRegister#0,org.apache.cxf.jaxws.context.WebServiceContextResourceResolver,org.apache.cxf.jaxws.context.WebServiceContextImpl,org.apache.cxf.binding.soap.S
oapBindingFactory,org.apache.cxf.binding.soap.SoapTransportFactory,org.apache.cxf.binding.soap.customEditorConfigurer,org.apache.cxf.binding.xml.XMLBindingFactory,org.apache.c
xf.ws.addressing.policy.AddressingAssertionBuilder,org.apache.cxf.ws.addressing.policy.AddressingPolicyInterceptorProvider,org.apache.cxf.ws.addressing.policy.UsingAddressingA
ssertionBuilder,org.apache.cxf.management.InstrumentationManager,org.apache.cxf.binding.jbi.JBIBindingFactory,org.apache.cxf.transport.jbi.JBITransportFactory,org.apache.cxf.b
inding.http.HttpBindingFactory,org.apache.cxf.transport.http.policy.HTTPClientAssertionBuilder,org.apache.cxf.transport.http.policy.HTTPServerAssertionBuilder,org.apache.cxf.t
ransport.http.policy.NoOpPolicyInterceptorProvider,org.apache.cxf.transport.http.ClientOnlyHTTPTransportFactory,org.apache.cxf.transport.http_jetty.JettyHTTPTransportFactory,o
rg.apache.cxf.transport.local.LocalTransportFactory,org.apache.cxf.transport.jms.JMSTransportFactory,org.apache.cxf.ws.policy.AssertionBuilderRegistry,org.apache.cxf.ws.policy
.PolicyInterceptorProviderRegistry,org.apache.cxf.ws.policy.attachment.external.DomainExpressionBuilderRegistry,org.apache.cxf.ws.policy.attachment.external.EndpointReferenceD
omainExpressionBuilder,org.apache.cxf.ws.policy.PolicyBuilder,org.apache.cxf.ws.policy.PolicyEngine,org.apache.cxf.ws.policy.attachment.wsdl11.Wsdl11AttachmentPolicyProvider,o
rg.apache.cxf.ws.policy.attachment.ServiceModelPolicyProvider,org.apache.cxf.ws.policy.mtom.MTOMAssertionBuilder,org.apache.cxf.ws.policy.mtom.MTOMPolicyInterceptorProvider,or
g.apache.cxf.jaxrs.JAXRSBindingFactory]; root of factory hierarchy
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 36 resources
[INFO] Copying 15 resources
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 200 source files to C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\uncategorized\target\test-classes
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\uncategorized\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.interceptor.InterceptorFaultTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.075 sec

Results :

Tests run: 2, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.versioning.ClientServerVersioningTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.042 sec

Results :

Tests run: 3, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.js.JSClientServerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.004 sec

Results :

Tests run: 5, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.bus.BusShutdownTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.082 sec

Results :

Tests run: 6, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.corba.CorbaTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.055 sec

Results :

Tests run: 8, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.cxf1226.MissingQualification1226Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.152 sec

Results :

Tests run: 9, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.rest.RestClientServerHttpBindingTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.743 sec

Results :

Tests run: 11, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.rest.RestClientServerBookTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.132 sec

Results :

Tests run: 18, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.mtom_bindingtype.MTOMBindingTypeTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 3.237 sec

Results :

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


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.factory_pattern.MultiplexClientServerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.707 sec

Results :

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


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.resolver.JarResolverTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.16 sec

Results :

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


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.type_substitution.AppleFindClientServerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.91 sec

Results :

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


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.bus.SpringBusFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.621 sec

Results :

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


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.type_test.soap.SOAPDocLitClientTypeTest
Tests run: 177, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.203 sec

Results :

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


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jbi.ClientServerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.544 sec

Results :

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


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.rest.RestClientServerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.501 sec

Results :

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


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.soap12.Soap12ClientServerTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.351 sec

Results :

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


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.soapfault.SOAPFaultRequestTestCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.264 sec

Results :

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


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.factory_pattern.MultiplexHttpAddressClientServerTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.325 sec

Results :

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


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.cxf1332.Cxf1332Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.846 sec

Results :

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


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.cxf993.Cxf993Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.958 sec

Results :

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


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.stringarray.StringArrayTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.647 sec

Results :

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


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.type_test.xml.XMLClientTypeTest
Tests run: 174, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 20.963 sec

Results :

Tests run: 394, Failures: 0, Errors: 0, Skipped: 3


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.fault.IntFaultClientServerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.612 sec

Results :

Tests run: 395, Failures: 0, Errors: 0, Skipped: 3


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.type_test.corba.CORBADocLitClientTypeTest
Tests run: 175, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 13.515 sec

Results :

Tests run: 570, Failures: 0, Errors: 0, Skipped: 5


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.type_substitution.TypeSubClientServerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.049 sec

Results :

Tests run: 571, Failures: 0, Errors: 0, Skipped: 5


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.soap.SoapActionTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.707 sec

Results :

Tests run: 573, Failures: 0, Errors: 0, Skipped: 5


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.mtom.MtomServerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.918 sec

Results :

Tests run: 575, Failures: 0, Errors: 0, Skipped: 5


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jca.OutBoundConnectionTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.839 sec

Results :

Tests run: 577, Failures: 0, Errors: 0, Skipped: 5


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.clustering.FailoverTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.607 sec

Results :

Tests run: 587, Failures: 0, Errors: 0, Skipped: 5


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.lifecycle.LifeCycleTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.511 sec

Results :

Tests run: 589, Failures: 0, Errors: 0, Skipped: 5


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.mtom.ClientMtomXopTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 3.296 sec

Results :

Tests run: 591, Failures: 0, Errors: 0, Skipped: 6


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.mtom.ClientMtomXopWithJMSTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.625 sec

Results :

Tests run: 592, Failures: 0, Errors: 0, Skipped: 6


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.management.ManagedBusTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.832 sec

Results :

Tests run: 595, Failures: 0, Errors: 0, Skipped: 6


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.type_test.soap.SOAPRpcLitClientTypeTest
Tests run: 176, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.113 sec

Results :

Tests run: 771, Failures: 0, Errors: 0, Skipped: 6


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.corba.CorbaBindingFactoryConfigurerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.277 sec

Results :

Tests run: 772, Failures: 0, Errors: 0, Skipped: 6


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.mtom_feature.MtomFeatureClientServerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.263 sec

Results :

Tests run: 775, Failures: 0, Errors: 0, Skipped: 6


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.basicDOCBare.DOCBareClientServerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.015 sec

Results :

Tests run: 778, Failures: 0, Errors: 0, Skipped: 6


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.factory_pattern.ManualHttpMulitplexClientServerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.832 sec

Results :

Tests run: 780, Failures: 0, Errors: 0, Skipped: 6


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.clustering.FailoverAddressOverrideTest
starting replicated target: http://localhost:9053/SoapContext/ReplicatedPortC
starting replicated target: http://localhost:9052/SoapContext/ReplicatedPortB
starting replicated target: http://localhost:9051/SoapContext/ReplicatedPortA
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.28 sec

Results :

Tests run: 783, Failures: 0, Errors: 0, Skipped: 6


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.mtom.MtomPolicyTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.082 sec

Results :

Tests run: 785, Failures: 0, Errors: 0, Skipped: 6


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.management.CountersClientServerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.354 sec

Results :

Tests run: 786, Failures: 0, Errors: 0, Skipped: 6


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.coloc.ColocHeaderRpcLitTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.05 sec

Results :

Tests run: 793, Failures: 0, Errors: 0, Skipped: 6


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.coloc.ColocHeaderDocLitTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.784 sec

Results :

Tests run: 798, Failures: 0, Errors: 0, Skipped: 6


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.soapheader.HeaderClientServerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.92 sec

Results :

Tests run: 800, Failures: 0, Errors: 0, Skipped: 6


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.management.ManagedClientServerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.731 sec

Results :

Tests run: 801, Failures: 0, Errors: 0, Skipped: 6


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.callback.CallbackClientServerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.218 sec

Results :

Tests run: 802, Failures: 0, Errors: 0, Skipped: 6


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.coloc.ColocWrappedDocLitTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.088 sec

Results :

Tests run: 806, Failures: 0, Errors: 0, Skipped: 6


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.nested_callback.CallbackClientServerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.673 sec

Results :

Tests run: 807, Failures: 0, Errors: 0, Skipped: 6


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.schema_validation.ValidationClientServerTest
DefaultValidationEventHandler: [FATAL_ERROR]: cvc-complex-type.2.4.a: Invalid content was found starting with element 'varString'. One of '{"http://apache.org/schema_validatio
n/types":varFloat}' is expected.
     Location: line 1
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.099 sec

Results :

Tests run: 808, Failures: 0, Errors: 0, Skipped: 6


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.outofband.header.OOBHeaderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.327 sec

Results :

Tests run: 809, Failures: 0, Errors: 0, Skipped: 6

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\uncategorized\target\cxf-systests-uncategorized-2.3.0-SNAPSHOT.jar
[INFO] [jar:test-jar {execution: attach-sources}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\uncategorized\target\cxf-systests-uncategorized-2.3.0-SNAPSHOT-tests.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\uncategorized\target\cxf-systests-uncategorized-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\
org\apache\cxf\systests\cxf-systests-uncategorized\2.3.0-SNAPSHOT\cxf-systests-uncategorized-2.3.0-SNAPSHOT.jar
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\uncategorized\target\cxf-systests-uncategorized-2.3.0-SNAPSHOT-tests.jar to C:\Users\ggregory\.m2\repos
itory\org\apache\cxf\systests\cxf-systests-uncategorized\2.3.0-SNAPSHOT\cxf-systests-uncategorized-2.3.0-SNAPSHOT-tests.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Transport System Tests
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
[INFO] [remote-resources:process {execution: default}]
Downloading: http://repo1.maven.org/maven2/commons-pool/commons-pool/1.3/commons-pool-1.3.jar

[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\src\main\java
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\src\main\resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\src\main\resources-filtered
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\target\generated\src\main\resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 6 source files to C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\target\classes
[INFO] [cxf-codegen:wsdl2java {execution: generate-test-sources}]
[INFO] Nothing to generate
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 72 resources
[INFO] Copying 2 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 111 source files to C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\target\test-classes
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jms.tx.JMSTransactionClientServerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.77 sec

Results :

Tests run: 2, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.http_jetty.continuations.ClientServerWrappedContinuationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.998 sec

Results :

Tests run: 3, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.http_jetty.ThreadPoolTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.149 sec

Results :

Tests run: 4, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.servlet.SpringServletTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.22 sec

Results :

Tests run: 8, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jms.JMSClientServerTest
Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.625 sec

Results :

Tests run: 32, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.multitransport.MultiTransportClientServerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.115 sec

Results :

Tests run: 33, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.local_transport.DirectDispatchClientTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.496 sec

Results :

Tests run: 35, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jms.continuations.HelloWorldContinuationsClientServerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.641 sec

Results :

Tests run: 36, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.http.HTTPSClientTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.715 sec

Results :

Tests run: 42, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.jms.testsuite.testcases.SOAPJMSTestSuiteTest
Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.603 sec

Results :

Tests run: 74, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.http.HTTPConduitTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.943 sec

Results :

Tests run: 85, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jms.continuations.HelloWorldContinuationsThrottleTest
Completed : 5
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.67 sec

Results :

Tests run: 86, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jms.continuations.JMSContinuationsClientServerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.364 sec

Results :

Tests run: 87, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.http_jetty.EngineLifecycleTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.344 sec

Results :

Tests run: 89, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.servlet.HttpBindingServletTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.702 sec

Results :

Tests run: 92, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.servlet.ErrorContextSerletTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.337 sec

Results :

Tests run: 93, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.http.CertConstraintsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.482 sec

Results :

Tests run: 94, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.http.PublishedEndpointUrlTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.223 sec

Results :

Tests run: 95, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.servlet.JsFrontEndServletTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.887 sec

Results :

Tests run: 96, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.servlet.SpringAutoPublishServletTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.877 sec

Results :

Tests run: 99, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.servlet.ExternalServicesServletTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.397 sec

Results :

Tests run: 101, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.http.WSDLAddressRewriteTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.267 sec

Results :

Tests run: 103, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.servlet.CXFServletTest
class org.apache.cxf.jaxws.binding.soap.SOAPBindingImpl
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.889 sec

Results :

Tests run: 111, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.servlet.NoSpringServletClientTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.974 sec

Results :

Tests run: 114, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.http.ClientServerSessionTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 6.416 sec

Results :

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


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.http.WSDLQueryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.599 sec

Results :

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

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\target\cxf-systests-transports-2.3.0-SNAPSHOT.jar
[INFO] [jar:test-jar {execution: attach-sources}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\target\cxf-systests-transports-2.3.0-SNAPSHOT-tests.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\target\cxf-systests-transports-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\ap
ache\cxf\systests\cxf-systests-transports\2.3.0-SNAPSHOT\cxf-systests-transports-2.3.0-SNAPSHOT.jar
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\transports\target\cxf-systests-transports-2.3.0-SNAPSHOT-tests.jar to C:\Users\ggregory\.m2\repository\
org\apache\cxf\systests\cxf-systests-transports\2.3.0-SNAPSHOT\cxf-systests-transports-2.3.0-SNAPSHOT-tests.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF JAX-WS System Tests
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\src\main\java
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\src\main\resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\src\main\resources-filtered
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\target\generated\src\main\resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] No sources to compile
[INFO] [cxf-codegen:wsdl2java {execution: generate-test-sources}]
[INFO] Nothing to generate
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 37 resources
[INFO] Copying 3 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 106 source files to C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\target\test-classes
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.provider.ProviderClientServerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.206 sec

Results :

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


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.handlers.HandlerInvocationTest
Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.904 sec

Results :

Tests run: 35, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxws.ClientServerMixedStyleTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.116 sec

Results :

Tests run: 37, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxws.JaxWsDynamicClientTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.665 sec

Results :

Tests run: 38, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxws.ClientServerGreeterNoWsdlTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.565 sec

Results :

Tests run: 40, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxws.JaxwsExecutorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.307 sec

Results :

Tests run: 41, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxws.ClientServerGreeterBaseNoWsdlTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.704 sec

Results :

Tests run: 42, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.handlers.DispatchHandlerInvocationTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.2 sec

Results :

Tests run: 53, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxws.AnyClientServerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.631 sec

Results :

Tests run: 55, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.handlers.HandlerInvocationUsingAddNumbersTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.252 sec

Results :

Tests run: 60, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxws.beanpostprocessor.CustomizedfBeanPostProcessorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.577 sec

Results :

Tests run: 61, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.dispatch.DispatchClientServerTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.918 sec

Results :

Tests run: 71, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.provider.datasource.DataSourceProviderTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.848 sec

Results :

Tests run: 73, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxws.OASISCatalogTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.325 sec

Results :

Tests run: 78, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.handlers.TrivialSOAPHandlerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.744 sec

Results :

Tests run: 79, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxws.ClientServerRPCLitTest
DefaultValidationEventHandler: [FATAL_ERROR]: cvc-complex-type.2.4.a: Invalid content was found starting with element 'ns2:elem3'. One of '{"http://apache.org/hello_world_rpcl
it/types":elem2}' is expected.
     Location: line 1
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.058 sec

Results :

Tests run: 83, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxws.ClientServerRPCLitDefatulAnnoTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.855 sec

Results :

Tests run: 84, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxws.ClientServerTest
Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.581 sec

Results :

Tests run: 112, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxws.ClientServerMiscTest
DefaultValidationEventHandler: [ERROR]: NoName is not a valid name
     Location:
DefaultValidationEventHandler: [ERROR]: NoName is not a valid name
     Location:
DefaultValidationEventHandler: [ERROR]: NoName is not a valid name
     Location:
DefaultValidationEventHandler: [ERROR]: NoName is not a valid name
     Location:
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.205 sec

Results :

Tests run: 130, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.swa.ClientServerSwaTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.967 sec

Results :

Tests run: 136, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxws.beanpostprocessor.BeanPostProcessorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.225 sec

Results :

Tests run: 137, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.provider.ProviderXMLClientServerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.356 sec

Results :

Tests run: 139, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxws.LocatorClientServerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 3.201 sec

Results :

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


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxws.ClientServerGreeterBaseTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.548 sec

Results :

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


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.dispatch.DispatchXMLClientServerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.489 sec

Results :

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


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.handlers.SpringConfiguredHandlerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.874 sec

Results :

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


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxws.JaxWsClientThreadTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.652 sec

Results :

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


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.provider.AttachmentProviderXMLClientServerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.807 sec

Results :

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


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.provider.ProviderRPCClientServerTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.503 sec

Results :

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


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxws.ClientServerXMLTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.718 sec

Results :

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

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\target\cxf-systests-jaxws-2.3.0-SNAPSHOT.jar
[INFO] [jar:test-jar {execution: attach-sources}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\target\cxf-systests-jaxws-2.3.0-SNAPSHOT-tests.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\target\cxf-systests-jaxws-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\apache\cxf\s
ystests\cxf-systests-jaxws\2.3.0-SNAPSHOT\cxf-systests-jaxws-2.3.0-SNAPSHOT.jar
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxws\target\cxf-systests-jaxws-2.3.0-SNAPSHOT-tests.jar to C:\Users\ggregory\.m2\repository\org\apache
\cxf\systests\cxf-systests-jaxws\2.3.0-SNAPSHOT\cxf-systests-jaxws-2.3.0-SNAPSHOT-tests.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Databinding System Tests
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\src\main\java
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\src\main\resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\src\main\resources-filtered
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\target\generated\src\main\resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] No sources to compile
[INFO] [build-helper:add-test-source {execution: add-test-source}]
[INFO] Test Source directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\src\test\generated added.
[INFO] [cxf-codegen:wsdl2java {execution: generate-test-sources}]
Jul 23, 2010 10:57:31 AM org.springframework.context.support.AbstractApplicationContext prepareRefresh
INFO: Refreshing org.apache.cxf.bus.spring.BusApplicationContext@a46f0b5: display name [org.apache.cxf.bus.spring.BusApplicationContext@a46f0b5]; startup date [Fri Jul 23 10:5
7:31 PDT 2010]; root of context hierarchy
Jul 23, 2010 10:57:31 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [META-INF/cxf/cxf.xml]
Jul 23, 2010 10:57:31 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [META-INF/cxf/cxf-extension-jaxws.xml]
Jul 23, 2010 10:57:31 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [META-INF/cxf/cxf-extension-soap.xml]
Jul 23, 2010 10:57:31 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [META-INF/cxf/cxf-extension-xml.xml]
Jul 23, 2010 10:57:31 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [META-INF/cxf/cxf-extension-addr.xml]
Jul 23, 2010 10:57:31 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [META-INF/cxf/cxf-extension-http.xml]
Jul 23, 2010 10:57:31 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [META-INF/cxf/cxf-extension-http-jetty.xml]
Jul 23, 2010 10:57:31 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [META-INF/cxf/cxf-extension-http.xml]
Jul 23, 2010 10:57:31 AM org.springframework.beans.factory.support.DefaultListableBeanFactory registerBeanDefinition
INFO: Overriding bean definition for bean 'org.apache.cxf.transport.http.policy.HTTPClientAssertionBuilder': replacing [Generic bean: class [org.apache.cxf.transport.http.poli
cy.HTTPClientAssertionBuilder]; scope=singleton; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null;
 factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class [org.apac
he.cxf.transport.http.policy.HTTPClientAssertionBuilder]; scope=singleton; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=fa
lse; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [META-INF/cxf/cxf-extension-http.xml]]
Jul 23, 2010 10:57:31 AM org.springframework.beans.factory.support.DefaultListableBeanFactory registerBeanDefinition
INFO: Overriding bean definition for bean 'org.apache.cxf.transport.http.policy.HTTPServerAssertionBuilder': replacing [Generic bean: class [org.apache.cxf.transport.http.poli
cy.HTTPServerAssertionBuilder]; scope=singleton; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null;
 factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class [org.apac
he.cxf.transport.http.policy.HTTPServerAssertionBuilder]; scope=singleton; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=fa
lse; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [META-INF/cxf/cxf-extension-http.xml]]
Jul 23, 2010 10:57:31 AM org.springframework.beans.factory.support.DefaultListableBeanFactory registerBeanDefinition
INFO: Overriding bean definition for bean 'org.apache.cxf.transport.http.policy.NoOpPolicyInterceptorProvider': replacing [Generic bean: class [org.apache.cxf.transport.http.p
olicy.NoOpPolicyInterceptorProvider]; scope=singleton; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName
=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class [or
g.apache.cxf.transport.http.policy.NoOpPolicyInterceptorProvider]; scope=singleton; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; p
rimary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [META-INF/cxf/cxf-extension-http.xml]]
Jul 23, 2010 10:57:31 AM org.springframework.beans.factory.support.DefaultListableBeanFactory registerBeanDefinition
INFO: Overriding bean definition for bean 'org.apache.cxf.transport.http.ClientOnlyHTTPTransportFactory': replacing [Generic bean: class [org.apache.cxf.transport.http.ClientO
nlyHTTPTransportFactory]; scope=singleton; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; facto
ryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class [org.apache.cxf
.transport.http.ClientOnlyHTTPTransportFactory]; scope=singleton; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; fact
oryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [META-INF/cxf/cxf-extension-http.xml]]
Jul 23, 2010 10:57:31 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [META-INF/cxf/cxf-extension-local.xml]
Jul 23, 2010 10:57:31 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [META-INF/cxf/cxf-extension-ws-security.xml]
Jul 23, 2010 10:57:31 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [META-INF/cxf/cxf-extension-jaxrs-binding.xml]
Jul 23, 2010 10:57:31 AM org.springframework.context.support.AbstractApplicationContext obtainFreshBeanFactory
INFO: Bean factory for application context [org.apache.cxf.bus.spring.BusApplicationContext@a46f0b5]: org.springframework.beans.factory.support.DefaultListableBeanFactory@780e
a6fb
Jul 23, 2010 10:57:31 AM org.springframework.beans.factory.support.DefaultListableBeanFactory preInstantiateSingletons
INFO: Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@780ea6fb: defining beans [cxf,org.apache.cxf.bus.spring.BusApplicati
onListener,org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor,org.apache.cxf.bus.spring.Jsr250BeanPostProcessor,org.apache.cxf.bus.spring.BusExtensionPostProcessor,or
g.apache.cxf.resource.ResourceManager,org.apache.cxf.configuration.Configurer,org.apache.cxf.binding.BindingFactoryManager,org.apache.cxf.transport.DestinationFactoryManager,o
rg.apache.cxf.transport.ConduitInitiatorManager,org.apache.cxf.wsdl.WSDLManager,org.apache.cxf.phase.PhaseManager,org.apache.cxf.workqueue.WorkQueueManager,org.apache.cxf.busl
ifecycle.BusLifeCycleManager,org.apache.cxf.endpoint.ServerRegistry,org.apache.cxf.endpoint.ServerLifeCycleManager,org.apache.cxf.endpoint.ClientLifeCycleManager,org.apache.cx
f.transports.http.QueryHandlerRegistry,org.apache.cxf.endpoint.EndpointResolverRegistry,org.apache.cxf.headers.HeaderManager,org.apache.cxf.catalog.OASISCatalogManager,org.apa
che.cxf.service.factory.FactoryBeanListenerManager,org.apache.cxf.endpoint.ServiceContractResolverRegistry,org.apache.cxf.jaxws.context.WebServiceContextResourceResolver,org.a
pache.cxf.jaxws.context.WebServiceContextImpl,org.apache.cxf.binding.soap.SoapBindingFactory,org.apache.cxf.binding.soap.SoapTransportFactory,org.apache.cxf.binding.soap.custo
mEditorConfigurer,org.apache.cxf.binding.xml.XMLBindingFactory,org.apache.cxf.ws.addressing.policy.AddressingAssertionBuilder,org.apache.cxf.ws.addressing.policy.AddressingPol
icyInterceptorProvider,org.apache.cxf.ws.addressing.policy.UsingAddressingAssertionBuilder,org.apache.cxf.transport.http.policy.HTTPClientAssertionBuilder,org.apache.cxf.trans
port.http.policy.HTTPServerAssertionBuilder,org.apache.cxf.transport.http.policy.NoOpPolicyInterceptorProvider,org.apache.cxf.transport.http.ClientOnlyHTTPTransportFactory,org
.apache.cxf.transport.http_jetty.JettyHTTPTransportFactory,org.apache.cxf.transport.local.LocalTransportFactory,org.apache.cxf.ws.security.policy.WSSecurityPolicyLoader,org.ap
ache.cxf.jaxrs.JAXRSBindingFactory]; root of factory hierarchy
Jul 23, 2010 10:57:33 AM org.springframework.context.support.AbstractApplicationContext doClose
INFO: Closing org.apache.cxf.bus.spring.BusApplicationContext@a46f0b5: display name [org.apache.cxf.bus.spring.BusApplicationContext@a46f0b5]; startup date [Fri Jul 23 10:57:3
1 PDT 2010]; root of context hierarchy
Jul 23, 2010 10:57:33 AM org.springframework.beans.factory.support.DefaultSingletonBeanRegistry destroySingletons
INFO: Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@780ea6fb: defining beans [cxf,org.apache.cxf.bus.spring.BusApplicationListe
ner,org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor,org.apache.cxf.bus.spring.Jsr250BeanPostProcessor,org.apache.cxf.bus.spring.BusExtensionPostProcessor,org.apach
e.cxf.resource.ResourceManager,org.apache.cxf.configuration.Configurer,org.apache.cxf.binding.BindingFactoryManager,org.apache.cxf.transport.DestinationFactoryManager,org.apac
he.cxf.transport.ConduitInitiatorManager,org.apache.cxf.wsdl.WSDLManager,org.apache.cxf.phase.PhaseManager,org.apache.cxf.workqueue.WorkQueueManager,org.apache.cxf.buslifecycl
e.BusLifeCycleManager,org.apache.cxf.endpoint.ServerRegistry,org.apache.cxf.endpoint.ServerLifeCycleManager,org.apache.cxf.endpoint.ClientLifeCycleManager,org.apache.cxf.trans
ports.http.QueryHandlerRegistry,org.apache.cxf.endpoint.EndpointResolverRegistry,org.apache.cxf.headers.HeaderManager,org.apache.cxf.catalog.OASISCatalogManager,org.apache.cxf
.service.factory.FactoryBeanListenerManager,org.apache.cxf.endpoint.ServiceContractResolverRegistry,org.apache.cxf.jaxws.context.WebServiceContextResourceResolver,org.apache.c
xf.jaxws.context.WebServiceContextImpl,org.apache.cxf.binding.soap.SoapBindingFactory,org.apache.cxf.binding.soap.SoapTransportFactory,org.apache.cxf.binding.soap.customEditor
Configurer,org.apache.cxf.binding.xml.XMLBindingFactory,org.apache.cxf.ws.addressing.policy.AddressingAssertionBuilder,org.apache.cxf.ws.addressing.policy.AddressingPolicyInte
rceptorProvider,org.apache.cxf.ws.addressing.policy.UsingAddressingAssertionBuilder,org.apache.cxf.transport.http.policy.HTTPClientAssertionBuilder,org.apache.cxf.transport.ht
tp.policy.HTTPServerAssertionBuilder,org.apache.cxf.transport.http.policy.NoOpPolicyInterceptorProvider,org.apache.cxf.transport.http.ClientOnlyHTTPTransportFactory,org.apache
.cxf.transport.http_jetty.JettyHTTPTransportFactory,org.apache.cxf.transport.local.LocalTransportFactory,org.apache.cxf.ws.security.policy.WSSecurityPolicyLoader,org.apache.cx
f.jaxrs.JAXRSBindingFactory]; root of factory hierarchy
[INFO] [resources:copy-resources {execution: copy-test-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 86 resources
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] Copying 8 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 69 source files to C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\target\test-classes
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxb.TestServiceTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.149 sec

Results :

Tests run: 4, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.aegis.mtom.MtomTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.646 sec

Results :

Tests run: 8, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.aegis.CharacterSchemaTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.003 sec

Results :

Tests run: 9, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.aegis.AegisClientServerTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.006 sec

Results :

Tests run: 14, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.xmlbeans.ClientServerXmlBeansTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.499 sec

Results :

Tests run: 16, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.aegis.AegisJaxWsTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.341 sec

Results :

Tests run: 21, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\target\cxf-systests-databinding-2.3.0-SNAPSHOT.jar
[INFO] [jar:test-jar {execution: attach-sources}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\target\cxf-systests-databinding-2.3.0-SNAPSHOT-tests.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\target\cxf-systests-databinding-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\
apache\cxf\systests\cxf-systests-databinding\2.3.0-SNAPSHOT\cxf-systests-databinding-2.3.0-SNAPSHOT.jar
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\databinding\target\cxf-systests-databinding-2.3.0-SNAPSHOT-tests.jar to C:\Users\ggregory\.m2\repositor
y\org\apache\cxf\systests\cxf-systests-databinding\2.3.0-SNAPSHOT\cxf-systests-databinding-2.3.0-SNAPSHOT-tests.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF JAX-RS System Tests
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
Downloading: http://repo1.maven.org/maven2/jetty/jsp-api/2.1-6.0.2/jsp-api-2.1-6.0.2.pom
[INFO] Unable to find resource 'jetty:jsp-api:pom:2.1-6.0.2' in repository central (http://repo1.maven.org/maven2)
Downloading: http://repo1.maven.org/maven2/jetty/jsp/2.1-6.0.2/jsp-2.1-6.0.2.pom
[INFO] Unable to find resource 'jetty:jsp:pom:2.1-6.0.2' in repository central (http://repo1.maven.org/maven2)
Downloading: http://repo1.maven.org/maven2/org/codehaus/jackson/jackson-jaxrs/1.2.0/jackson-jaxrs-1.2.0.pom

Downloading: http://repo1.maven.org/maven2/org/codehaus/jackson/jackson-core-asl/1.2.0/jackson-core-asl-1.2.0.pom

Downloading: http://repo1.maven.org/maven2/org/codehaus/jackson/jackson-mapper-asl/1.2.0/jackson-mapper-asl-1.2.0.pom

Downloading: http://repo1.maven.org/maven2/org/codehaus/jackson/jackson-jaxrs/1.2.0/jackson-jaxrs-1.2.0.jar

Downloading: http://repo1.maven.org/maven2/org/codehaus/jackson/jackson-core-asl/1.2.0/jackson-core-asl-1.2.0.jar

Downloading: http://repo1.maven.org/maven2/org/codehaus/jackson/jackson-mapper-asl/1.2.0/jackson-mapper-asl-1.2.0.jar

[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\src\main\java
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\src\main\resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\src\main\resources-filtered
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\target\generated\src\main\resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] No sources to compile
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 91 resources
[INFO] Copying 40 resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 121 source files to C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\target\test-classes
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxrs.JAXRSClientServerResourceCreatedSpringProviderTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.011 sec

Results :

Tests run: 9, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxrs.JAXRSClientServerResourceCreatedOutsideBookTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.211 sec

Results :

Tests run: 11, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxrs.JAXRSClientServerNonSpringBookTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.006 sec

Results :

Tests run: 17, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxrs.security.JAXRSSpringSecurityClassTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.038 sec

Results :

Tests run: 23, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxrs.security.JAXRSSpringSecurityNoAnnotationsTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.239 sec

Results :

Tests run: 27, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPullSpringTest
Starting Server
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.284 sec

Results :

Tests run: 31, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxrs.JAXRSClientServerSpringBookTest
Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.817 sec

Results :

Tests run: 54, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxrs.JAXRSMultipartTest
Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.877 sec

Results :

Tests run: 91, Failures: 0, Errors: 0, Skipped: 0


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxrs.JAXRSRequestDispatcherTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 4.658 sec

Results :

Tests run: 95, Failures: 0, Errors: 0, Skipped: 2


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxrs.security.JAXRSHttpsBookTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.863 sec

Results :

Tests run: 101, Failures: 0, Errors: 0, Skipped: 2


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxrs.JAXRSMultithreadedClientTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.065 sec

Results :

Tests run: 109, Failures: 0, Errors: 0, Skipped: 2


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxrs.JAXRSSoapBookTest
Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.54 sec

Results :

Tests run: 141, Failures: 0, Errors: 0, Skipped: 2


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxrs.JAXRSJmsTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.762 sec

Results :

Tests run: 144, Failures: 0, Errors: 0, Skipped: 2


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.servlet.JaxRsServletTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.126 sec

Results :

Tests run: 145, Failures: 0, Errors: 0, Skipped: 3


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxrs.JAXRSClientServerStreamingTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.529 sec

Results :

Tests run: 147, Failures: 0, Errors: 0, Skipped: 3


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxrs.JAXRSClientServerBookTest
PostConstruct called
empty post
empty post

<?xml version="1.0" encoding="utf-8"?><Book><id>123</id><name>CXF in Action - 3</name></Book>
Tests run: 86, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 4.24 sec

Results :

Tests run: 233, Failures: 0, Errors: 0, Skipped: 4


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxrs.JAXRSClientServerUserResourceTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.406 sec

Results :

Tests run: 236, Failures: 0, Errors: 0, Skipped: 4


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxrs.security.JAXRSSpringSecurityInterfaceTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.789 sec

Results :

Tests run: 246, Failures: 0, Errors: 0, Skipped: 4


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxrs.JAXRSClientServerProxySpringBookTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.514 sec

Results :

Tests run: 258, Failures: 0, Errors: 0, Skipped: 4


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxrs.JAXRSContinuationsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.846 sec

Results :

Tests run: 259, Failures: 0, Errors: 0, Skipped: 4


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxrs.JAXRSClientServerResourceCreatedSpringBookTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.492 sec

Results :

Tests run: 261, Failures: 0, Errors: 0, Skipped: 4


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxrs.JAXRSAtomBookTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.964 sec

Results :

Tests run: 265, Failures: 0, Errors: 0, Skipped: 4


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxrs.JAXRSUriInfoTest
Starting Server
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.095 sec

Results :

Tests run: 266, Failures: 0, Errors: 0, Skipped: 4


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushSpringTest
Starting Server
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.258 sec

Results :

Tests run: 271, Failures: 0, Errors: 0, Skipped: 4

engine shutdown
engine shutdown
engine shutdown
engine shutdown
engine shutdown

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxrs.JAXRSDataBindingTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.993 sec

Results :

Tests run: 275, Failures: 0, Errors: 0, Skipped: 4


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxrs.JAXRSClientServerResourceJacksonSpringProviderTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.552 sec

Results :

Tests run: 278, Failures: 0, Errors: 0, Skipped: 4


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest
Jul 23, 2010 11:01:24 AM org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents
SEVERE: severe message
Jul 23, 2010 11:01:25 AM org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents
WARNING: warning message
Jul 23, 2010 11:01:25 AM org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents
INFO: info message
Jul 23, 2010 11:01:28 AM org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents
SEVERE: severe message
Jul 23, 2010 11:01:28 AM org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents
WARNING: warning message
Jul 23, 2010 11:01:28 AM org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents
INFO: info message
Jul 23, 2010 11:01:31 AM org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents
SEVERE: severe message
Jul 23, 2010 11:01:31 AM org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents
WARNING: warning message
Jul 23, 2010 11:01:31 AM org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents
INFO: info message
Jul 23, 2010 11:01:34 AM org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents
SEVERE: severe message
Jul 23, 2010 11:01:34 AM org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents
WARNING: warning message
Jul 23, 2010 11:01:34 AM org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents
INFO: info message
Jul 23, 2010 11:01:37 AM org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents
SEVERE: severe message
Jul 23, 2010 11:01:37 AM org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents
WARNING: warning message
Jul 23, 2010 11:01:37 AM org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest logSixEvents
INFO: info message
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.935 sec

Results :

Tests run: 283, Failures: 0, Errors: 0, Skipped: 4

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\target\cxf-systests-jaxrs-2.3.0-SNAPSHOT.jar
[INFO] [jar:test-jar {execution: attach-sources}]
[INFO] Building jar: C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\target\cxf-systests-jaxrs-2.3.0-SNAPSHOT-tests.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\target\cxf-systests-jaxrs-2.3.0-SNAPSHOT.jar to C:\Users\ggregory\.m2\repository\org\apache\cxf\s
ystests\cxf-systests-jaxrs\2.3.0-SNAPSHOT\cxf-systests-jaxrs-2.3.0-SNAPSHOT.jar
[INFO] Installing C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\jaxrs\target\cxf-systests-jaxrs-2.3.0-SNAPSHOT-tests.jar to C:\Users\ggregory\.m2\repository\org\apache
\cxf\systests\cxf-systests-jaxrs\2.3.0-SNAPSHOT\cxf-systests-jaxrs-2.3.0-SNAPSHOT-tests.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF WS-* Specifications System Tests
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO]
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\ws-specs\src\main\java
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\ws-specs\src\main\resources
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\ws-specs\src\main\resources-filtered
[INFO] skip non existing resourceDirectory C:\Users\ggregory\b\svn\apache.org\cxf\trunk\systests\ws-specs\target\generated\src\main\resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] No sources to compile
[INFO] [cxf-codegen:wsdl2java {execution: generate-test-sources}]
Jul 23, 2010 11:01:50 AM org.springframework.context.support.AbstractApplicationContext prepareRefresh
INFO: Refreshing org.apache.cxf.bus.spring.BusApplicationContext@765590d6: display name [org.apache.cxf.bus.spring.BusApplicationContext@765590d6]; startup date [Fri Jul 23 11
:01:50 PDT 2010]; root of context hierarchy
Jul 23, 2010 11:01:50 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [META-INF/cxf/cxf.xml]
Jul 23, 2010 11:01:50 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [META-INF/cxf/cxf-extension-jaxws.xml]
Jul 23, 2010 11:01:50 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [META-INF/cxf/cxf-extension-soap.xml]
Jul 23, 2010 11:01:50 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [META-INF/cxf/cxf-extension-xml.xml]
Jul 23, 2010 11:01:50 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [META-INF/cxf/cxf-extension-addr.xml]
Jul 23, 2010 11:01:50 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [META-INF/cxf/cxf-extension-http.xml]
Jul 23, 2010 11:01:50 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [META-INF/cxf/cxf-extension-jms.xml]
Jul 23, 2010 11:01:50 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [META-INF/cxf/cxf-extension-management.xml]
Jul 23, 2010 11:01:50 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [META-INF/cxf/cxf-extension-http-jetty.xml]
Jul 23, 2010 11:01:50 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [META-INF/cxf/cxf-extension-http.xml]
Jul 23, 2010 11:01:50 AM org.springframework.beans.factory.support.DefaultListableBeanFactory registerBeanDefinition
INFO: Overriding bean definition for bean 'org.apache.cxf.transport.http.policy.HTTPClientAssertionBuilder': replacing [Generic bean: class [org.apache.cxf.transport.http.poli
cy.HTTPClientAssertionBuilder]; scope=singleton; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null;
 factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class [org.apac
he.cxf.transport.http.policy.HTTPClientAssertionBuilder]; scope=singleton; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=fa
lse; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [META-INF/cxf/cxf-extension-http.xml]]
Jul 23, 2010 11:01:50 AM org.springframework.beans.factory.support.DefaultListableBeanFactory registerBeanDefinition
INFO: Overriding bean definition for bean 'org.apache.cxf.transport.http.policy.HTTPServerAssertionBuilder': replacing [Generic bean: class [org.apache.cxf.transport.http.poli
cy.HTTPServerAssertionBuilder]; scope=singleton; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null;
 factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class [org.apac
he.cxf.transport.http.policy.HTTPServerAssertionBuilder]; scope=singleton; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=fa
lse; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [META-INF/cxf/cxf-extension-http.xml]]
Jul 23, 2010 11:01:50 AM org.springframework.beans.factory.support.DefaultListableBeanFactory registerBeanDefinition
INFO: Overriding bean definition for bean 'org.apache.cxf.transport.http.policy.NoOpPolicyInterceptorProvider': replacing [Generic bean: class [org.apache.cxf.transport.http.p
olicy.NoOpPolicyInterceptorProvider]; scope=singleton; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName
=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class [or
g.apache.cxf.transport.http.policy.NoOpPolicyInterceptorProvider]; scope=singleton; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; p
rimary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [META-INF/cxf/cxf-extension-http.xml]]
Jul 23, 2010 11:01:50 AM org.springframework.beans.factory.support.DefaultListableBeanFactory registerBeanDefinition
INFO: Overriding bean definition for bean 'org.apache.cxf.transport.http.ClientOnlyHTTPTransportFactory': replacing [Generic bean: class [org.apache.cxf.transport.http.ClientO
nlyHTTPTransportFactory]; scope=singleton; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; facto
ryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [META-INF/cxf/cxf-extension-http.xml]] with [Generic bean: class [org.apache.cxf
.transport.http.ClientOnlyHTTPTransportFactory]; scope=singleton; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; fact
oryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [META-INF/cxf/cxf-extension-http.xml]]
Jul 23, 2010 11:01:50 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [META-INF/cxf/cxf-extension-rm.xml]
Jul 23, 2010 11:01:50 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [META-INF/cxf/cxf-extension-policy.xml]
Jul 23, 2010 11:01:50 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [META-INF/cxf/cxf-extension-ws-security.xml]
Jul 23, 2010 11:01:50 AM org.springframework.context.support.AbstractApplicationContext obtainFreshBeanFactory
INFO: Bean factory for application context [org.apache.cxf.bus.spring.BusApplicationContext@765590d6]: org.springframework.beans.factory.support.DefaultListableBeanFactory@837
5b8f
Jul 23, 2010 11:01:50 AM org.springframework.beans.factory.support.DefaultListableBeanFactory preInstantiateSingletons
INFO: Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@8375b8f: defining beans [cxf,org.apache.cxf.bus.spring.BusApplicatio
nListener,org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor,org.apache.cxf.bus.spring.Jsr250BeanPostProcessor,org.apache.cxf.bus.spring.BusExtensionPostProcessor,org
.apache.cxf.resource.ResourceManager,org.apache.cxf.configuration.Configurer,org.apache.cxf.binding.BindingFactoryManager,org.apache.cxf.transport.DestinationFactoryManager,or
g.apache.cxf.transport.ConduitInitiatorManager,org.apache.cxf.wsdl.WSDLManager,org.apache.cxf.phase.PhaseManager,org.apache.cxf.workqueue.WorkQueueManager,org.apache.cxf.busli
fecycle.BusLifeCycleManager,org.apache.cxf.endpoint.ServerRegistry,org.apache.cxf.endpoint.ServerLifeCycleManager,org.apache.cxf.endpoint.ClientLifeCycleManager,org.apache.cxf
.transports.http.QueryHandlerRegistry,org.apache.cxf.endpoint.EndpointResolverRegistry,org.apache.cxf.headers.HeaderManager,org.apache.cxf.catalog.OASISCatalogManager,org.apac
he.cxf.service.factory.FactoryBeanListenerManager,org.apache.cxf.endpoint.ServiceContractResolverRegistry,org.apache.cxf.jaxws.context.WebServiceContextResourceResolver,org.ap
ache.cxf.jaxws.context.WebServiceContextImpl,org.apache.cxf.binding.soap.SoapBindingFactory,org.apache.cxf.binding.soap.SoapTransportFactory,org.apache.cxf.binding.soap.custom
EditorConfigurer,org.apache.cxf.binding.xml.XMLBindingFactory,org.apache.cxf.ws.addressing.policy.AddressingAssertionBuilder,org.apache.cxf.ws.addressing.policy.AddressingPoli
cyInterceptorProvider,org.apache.cxf.ws.addressing.policy.UsingAddressingAssertionBuilder,org.apache.cxf.transport.http.policy.HTTPClientAssertionBuilder,org.apache.cxf.transp
ort.http.policy.HTTPServerAssertionBuilder,org.apache.cxf.transport.http.policy.NoOpPolicyInterceptorProvider,org.apache.cxf.transport.http.ClientOnlyHTTPTransportFactory,org.
apache.cxf.transport.jms.JMSTransportFactory,org.apache.cxf.management.InstrumentationManager,org.apache.cxf.transport.http_jetty.JettyHTTPTransportFactory,org.apache.cxf.ws.r
m.RMManager,org.apache.cxf.ws.rm.policy.RMPolicyInterceptorProvider,org.apache.cxf.ws.rm.policy.RMAssertionBuilder,org.apache.cxf.ws.policy.AssertionBuilderRegistry,org.apache
.cxf.ws.policy.PolicyInterceptorProviderRegistry,org.apache.cxf.ws.policy.attachment.external.DomainExpressionBuilderRegistry,org.apache.cxf.ws.policy.attachment.external.Endp
ointReferenceDomainExpressionBuilder,org.apache.cxf.ws.policy.PolicyBuilder,org.apache.cxf.ws.policy.PolicyEngine,org.apache.cxf.ws.policy.attachment.wsdl11.Wsdl11AttachmentPo
licyProvider,org.apache.cxf.ws.policy.attachment.ServiceModelPolicyProvider,org.apache.cxf.ws.policy.mtom.MTOMAssertionBuilder,org.apache.cxf.ws.policy.mtom.MTOMPolicyIntercep
torProvider,org.apache.cxf.ws.security.policy.WSSecurityPolicyLoader]; root of factory hierarchy
Jul 23, 2010 11:01:51 AM org.springframework.context.support.AbstractApplicationContext doClose
INFO: Closing org.apache.cxf.bus.spring.BusApplicationContext@765590d6: display name [org.apache.cxf.bus.spring.BusApplicationContext@765590d6]; startup date [Fri Jul 23 11:01
:50 PDT 2010]; root of context hierarchy
Jul 23, 2010 11:01:51 AM org.springframework.beans.factory.support.DefaultSingletonBeanRegistry destroySingletons
INFO: Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@8375b8f: defining beans [cxf,org.apache.cxf.bus.spring.BusApplicationListen
er,org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor,org.apache.cxf.bus.spring.Jsr250BeanPostProcessor,org.apache.cxf.bus.spring.BusExtensionPostProcessor,org.apache
.cxf.resource.ResourceManager,org.apache.cxf.configuration.Configurer,org.apache.cxf.binding.BindingFactoryManager,org.apache.cxf.transport.DestinationFactoryManager,org.apach
e.cxf.transport.ConduitInitiatorManager,org.apache.cxf.wsdl.WSDLManager,org.apache.cxf.phase.PhaseManager,org.apache.cxf.workqueue.WorkQueueManager,org.apache.cxf.buslifecycle
.BusLifeCycleManager,org.apache.cxf.endpoint.ServerRegistry,org.apache.cxf.endpoint.ServerLifeCycleManager,org.apache.cxf.endpoint.ClientLifeCycleManager,org.apache.cxf.transp
orts.http.QueryHandlerRegistry,org.apache.cxf.endpoint.EndpointResolverRegistry,org.apache.cxf.headers.HeaderManager,org.apache.cxf.catalog.OASISCatalogManager,org.apache.cxf.
service.factory.FactoryBeanListenerManager,org.apache.cxf.endpoint.ServiceContractResolverRegistry,org.apache.cxf.jaxws.context.WebServiceContextResourceResolver,org.apache.cx
f.jaxws.context.WebServiceContextImpl,org.apache.cxf.binding.soap.SoapBindingFactory,org.apache.cxf.binding.soap.SoapTransportFactory,org.apache.cxf.binding.soap.customEditorC
onfigurer,org.apache.cxf.binding.xml.XMLBindingFactory,org.apache.cxf.ws.addressing.policy.AddressingAssertionBuilder,org.apache.cxf.ws.addressing.policy.AddressingPolicyInter
ceptorProvider,org.apache.cxf.ws.addressing.policy.UsingAddressingAssertionBuilder,org.apache.cxf.transport.http.policy.HTTPClientAssertionBuilder,org.apache.cxf.transport.htt
p.policy.HTTPServerAssertionBuilder,org.apache.cxf.transport.http.policy.NoOpPolicyInterceptorProvider,org.apache.cxf.transport.http.ClientOnlyHTTPTransportFactory,org.apache.
cxf.transport.jms.JMSTransportFactory,org.apache.cxf.management.InstrumentationManager,org.apache.cxf.transport.http_jetty.JettyHTTPTransportFactory,org.apache.cxf.ws.rm.RMMan
ager,org.apache.cxf.ws.rm.policy.RMPolicyInterceptorProvider,org.apache.cxf.ws.rm.policy.RMAssertionBuilder,org.apache.cxf.ws.policy.AssertionBuilderRegistry,org.apache.cxf.ws
.policy.PolicyInterceptorProviderRegistry,org.apache.cxf.ws.policy.attachment.external.DomainExpressionBuilderRegistry,org.apache.cxf.ws.policy.attachment.external.EndpointRef
erenceDomainExpressionBuilder,org.apache.cxf.ws.policy.PolicyBuilder,org.apache.cxf.ws.policy.PolicyEngine,org.apache.cxf.ws.policy.attachment.wsdl11.Wsdl11AttachmentPolicyPro
vider,org.apache.cxf.ws.policy.attachment.ServiceModelPolicyProvider,org.apache.cxf.ws.policy.mtom.MTOMAssertionBuilder,org.apache.cxf.ws.policy.mtom.MTOMPolicyInterceptorProv
ider,org.apache.cxf.ws.security.policy.WSSecurityPolicyLoader]; root of factory hierarchy
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Could not find any node with the XPath expression: //wsdl:definitions

[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 30 minutes 16 seconds
[INFO] Finished at: Fri Jul 23 11:01:51 PDT 2010
[INFO] Final Memory: 216M/426M
[INFO] ------------------------------------------------------------------------
Fri 07/23/201011:01:52.94 C:\Users\ggregory\b\svn\apache.org\cxf\trunk
>

Gary Gregory
Senior Software Engineer
Seagull Software
email: ggregory@seagullsoftware.com
email: ggregory@apache.org
www.seagullsoftware.com



> -----Original Message-----
> From: Daniel Kulp [mailto:dkulp@apache.org]
> Sent: Tuesday, February 09, 2010 13:29
> To: dev@cxf.apache.org; users@cxf.apache.org
> Subject: CXF, Java 6/Spring/etc... and deps.....
>
>
> As you may have noticed, last week (on trunk only) I moved all the
> dependencies that can be provided by Java 6 (except jaxb-impl/jaxb-xjc) into a
> special jdk15 profile that is auto activated on Java5.   Thus, trunk should
> now require less dependencies when running on Java 6.
>
> HOWEVER, I put Woodstox back in as a runtime dep this morning.   There are a
> couple reasons:
> 1) The parser in the JDK really sucks.   My benchmarking over the last couple
> days for a customer showed nearly 40% throughput reduction compared to
> woodstox.   IMO, the "out of the box" speed is important.
>
> 2) Related to (1), a full "mvn install -Pnochecks" was taking 6 minutes longer
> on Java 6 compared to last week.    Turns out, that's parser related.  :-)   I
> could have added woodstox as a test dep to all the modules, but again, I think
> it's important enough to make sure everyone uses it by default.
>
> The good news is that while the Sun parser was being used, I found a couple
> places where tests were failing with it.   I've updated the code so we now
> should work better with the Sun parser if someone really wants to use it.
>
> I also started going through and marking the spring stuff as optional or
> provided (or test scope).    We don't really REQUIRE it in all cases, and this
> should allow the user to more easily use whatever version of Spring they want.
>
> Anyway, I still have to update the distribution and bundle modules to now work
> correctly with java6.   If you build with java6, you get different results
> than with Java 5.   The lib dir has about 9 less jars, the manifest is missing
> entries, etc....
>
> For those of you using Maven and Java 6, I'd really appreciate it if you could
> try the 2.3.0-SNAPSHOT's to see if having all the extra deps removed will
> cause any major issues.   Likewise, on Java 5, I'd like to make sure all the
> required deps still come in.
>
> Thanks!
> --
> Daniel Kulp
> dkulp@apache.org
> http://www.dankulp.com/blog