You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yoko-commits@incubator.apache.org by "Continuum@vmbuild.apache.org" <yo...@incubator.apache.org> on 2007/05/08 20:04:55 UTC

[continuum] BUILD FAILURE: Apache Yoko Bindings

Online report : http://vmbuild.apache.org/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/214/buildId/139576
Build statistics:
  State: Failed
  Previous State: Ok
  Started at: Tue, 8 May 2007 13:01:52 -0700
  Finished at: Tue, 8 May 2007 13:04:55 -0700
  Total time: 3m 3s
  Build Trigger: Schedule
  Exit code: 1
  Building machine hostname: vmbuild.apache.org
  Operating system : Linux(unknown)
  Java version : 1.5.0_06(Sun Microsystems Inc.)

Changes
         bravi          [YOKO-366] - Creating the corba type map at the init time & not per invocation.
             /incubator/yoko/trunk/bindings/src/main/java/org/apache/yoko/bindings/corba/CorbaConduit.java
            /incubator/yoko/trunk/bindings/src/main/java/org/apache/yoko/bindings/corba/CorbaDestination.java
            /incubator/yoko/trunk/bindings/src/main/java/org/apache/yoko/bindings/corba/CorbaMessage.java
            /incubator/yoko/trunk/bindings/src/main/java/org/apache/yoko/bindings/corba/CorbaServerConduit.java
            /incubator/yoko/trunk/bindings/src/main/java/org/apache/yoko/bindings/corba/interceptors/CorbaInInterceptor.java
            /incubator/yoko/trunk/bindings/src/main/java/org/apache/yoko/bindings/corba/interceptors/CorbaOutInterceptor.java
            /incubator/yoko/trunk/bindings/src/main/java/org/apache/yoko/bindings/corba/runtime/CorbaDSIServant.java
            /incubator/yoko/trunk/bindings/src/main/java/org/apache/yoko/bindings/corba/utils/CorbaUtils.java
            /incubator/yoko/trunk/bindings/src/test/java/org/apache/yoko/bindings/corba/CorbaConduitTest.java
            /incubator/yoko/trunk/bindings/src/test/java/org/apache/yoko/bindings/corba/CorbaServerConduitTest.java
        
****************************************************************************
Output:
****************************************************************************
[INFO] Scanning for projects...
[INFO] ----------------------------------------------------------------------------
[INFO] Building Apache Yoko Bindings
[INFO]    task-segment: [clean, install]
[INFO] ----------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /x1/continuum/working-directory/214/target
[INFO] Deleting directory /x1/continuum/working-directory/214/target/classes
[INFO] Deleting directory /x1/continuum/working-directory/214/target/test-classes
[INFO] Deleting directory /x1/continuum/working-directory/214/target/site
[INFO] [dependency:copy {execution: default}]
[INFO] Configured Artifact: org.apache.yoko:yoko-spec-corba:?:jar
[INFO] Configured Artifact: org.apache.yoko:yoko-core:?:jar
[INFO] Copying yoko-spec-corba-1.0-incubating-SNAPSHOT.jar to /x1/continuum/working-directory/214/target/endorsed/yoko-spec-corba-1.0-incubating-SNAPSHOT.jar
[INFO] Copying yoko-core-1.0-incubating-SNAPSHOT.jar to /x1/continuum/working-directory/214/target/endorsed/yoko-core-1.0-incubating-SNAPSHOT.jar
[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] ************************************************************** 
[INFO] Starting Jakarta Velocity v1.4
[INFO] RuntimeInstance initializing.
[INFO] Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties
[INFO] Default ResourceManager initializing. (class org.apache.velocity.runtime.resource.ResourceManagerImpl)
[INFO] Resource Loader Instantiated: org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader
[INFO] ClasspathResourceLoader : initialization starting.
[INFO] ClasspathResourceLoader : initialization complete.
[INFO] ResourceCache : initialized. (class org.apache.velocity.runtime.resource.ResourceCacheImpl)
[INFO] Default ResourceManager initialization complete.
[INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Literal
[INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Macro
[INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Parse
[INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Include
[INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
[INFO] Created: 20 parsers.
[INFO] Velocimacro : initialization starting.
[INFO] Velocimacro : adding VMs from VM library template : VM_global_library.vm
[ERROR] ResourceManager : unable to find resource 'VM_global_library.vm' in any resource loader.
[INFO] Velocimacro : error using  VM library template VM_global_library.vm : org.apache.velocity.exception.ResourceNotFoundException: Unable to find resource 'VM_global_library.vm'
[INFO] Velocimacro :  VM library template macro registration complete.
[INFO] Velocimacro : allowInline = true : VMs can be defined inline in templates
[INFO] Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
[INFO] Velocimacro : allowInlineLocal = false : VMs defined inline will be  global in scope if allowed.
[INFO] Velocimacro : initialization complete.
[INFO] Velocity successfully started.
[INFO] [checkstyle:checkstyle {execution: process-sources}]
[INFO] Starting audit...
Audit done.

[WARNING] Unable to locate Source XRef to link to - DISABLED
[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] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] Copying 4 resources
[INFO] Resource directory does not exist: /x1/continuum/working-directory/214/target/generated/src/main/resources
[INFO] Copying 2 resources to META-INF
[INFO] Copying 3 resources
[INFO] [compiler:compile]
[INFO] Compiling 35 source files to /x1/continuum/working-directory/214/target/classes
[WARNING] /x1/continuum/working-directory/214/src/main/java/org/apache/yoko/bindings/corba/interceptors/CorbaInInterceptor.java:[265,24] [unchecked] unchecked call to add(E) as a member of the raw type java.util.List

[WARNING] /x1/continuum/working-directory/214/src/main/java/org/apache/yoko/bindings/corba/interceptors/CorbaInInterceptor.java:[399,24] [unchecked] unchecked call to add(E) as a member of the raw type java.util.List

[WARNING] /x1/continuum/working-directory/214/src/main/java/org/apache/yoko/bindings/corba/interceptors/CorbaInInterceptor.java:[402,24] [unchecked] unchecked call to add(E) as a member of the raw type java.util.List

[WARNING] /x1/continuum/working-directory/214/src/main/java/org/apache/yoko/bindings/corba/interceptors/CorbaInInterceptor.java:[504,36] [unchecked] unchecked call to isAssignableFrom(java.lang.Class<?>) as a member of the raw type java.lang.Class

[WARNING] /x1/continuum/working-directory/214/src/main/java/org/apache/yoko/bindings/corba/interceptors/CorbaOutInterceptor.java:[130,46] [unchecked] unchecked conversion
found   : java.util.List
required: java.util.List<java.lang.Object>

[WARNING] /x1/continuum/working-directory/214/src/main/java/org/apache/yoko/bindings/corba/interceptors/CorbaOutInterceptor.java:[156,46] [unchecked] unchecked conversion
found   : java.util.List
required: java.util.List<java.lang.Object>

[INFO] [antrun:run {execution: generate-test-sources}]
[INFO] Executing tasks
    [mkdir] Created dir: /x1/continuum/working-directory/214/target/generated/src/test/resources/wsdl/type_test
     [xslt] Processing /x1/continuum/working-directory/214/src/test/resources/wsdl/type_test/type_test.xsd to /x1/continuum/working-directory/214/target/generated/src/test/resources/wsdl/type_test/type_test_1.xsd
     [xslt] Loading stylesheet /x1/continuum/working-directory/214/src/test/resources/wsdl/type_test/type_test_ID_xsd.xsl
     [xslt] Processing /x1/continuum/working-directory/214/src/test/resources/wsdl/type_test/type_test.xsd to /x1/continuum/working-directory/214/target/generated/src/test/resources/wsdl/type_test/type_test_2.xsd
     [xslt] Loading stylesheet /x1/continuum/working-directory/214/src/test/resources/wsdl/type_test/type_test_ID_xsd.xsl
     [xslt] Processing /x1/continuum/working-directory/214/src/test/resources/wsdl/type_test/type_test.xsd to /x1/continuum/working-directory/214/target/generated/src/test/resources/wsdl/type_test/type_test_3.xsd
     [xslt] Loading stylesheet /x1/continuum/working-directory/214/src/test/resources/wsdl/type_test/type_test_ID_xsd.xsl
     [xslt] Processing /x1/continuum/working-directory/214/src/test/resources/wsdl/type_test/type_test.xsd to /x1/continuum/working-directory/214/target/generated/src/test/resources/wsdl/type_test/type_test_corba_inc.wsdl
     [xslt] Loading stylesheet /x1/continuum/working-directory/214/src/test/resources/wsdl/type_test/type_test_wsdl.xsl
    [mkdir] Created dir: /x1/continuum/working-directory/214/target/generated/src/test/java/org/apache/type_test/corba
     [xslt] Processing /x1/continuum/working-directory/214/src/test/resources/wsdl/type_test/type_test.xsd to /x1/continuum/working-directory/214/target/generated/src/test/java/org/apache/type_test/corba/TypeTestImpl.java
     [xslt] Loading stylesheet /x1/continuum/working-directory/214/src/test/resources/wsdl/type_test/type_test_impl_java.xsl
     [xslt] Processing /x1/continuum/working-directory/214/src/test/resources/wsdl/type_test/type_test.xsd to /x1/continuum/working-directory/214/target/generated/src/test/java/org/apache/type_test/corba/TypeTestTester.java
     [xslt] Loading stylesheet /x1/continuum/working-directory/214/src/test/resources/wsdl/type_test/type_test_tester_java.xsl
[INFO] Executed tasks
[INFO] Registering compile test source root /x1/continuum/working-directory/214/target/generated/src/test/java
[INFO] [yokos:wsdltoidl {execution: generate-type-test-corba-binding}]
wsdltoidl -d /x1/continuum/working-directory/214/target/generated/src/test/resources/wsdl/type_test -corba -o type_test_corba.wsdl -b TypeTestCORBABinding -verbose /x1/continuum/working-directory/214/target/generated/src/test/resources/wsdl/type_test/type_test_corba_inc.wsdl
wsdltoidl - 2.0-incubator-RC-SNAPSHOT

Retrieving document at '/x1/continuum/working-directory/214/target/generated/src/test/resources/wsdl/type_test/type_test_corba_inc.wsdl'.
May 8, 2007 1:02:30 PM org.apache.yoko.tools.processors.wsdl.WSDLToCorbaHelper createArray
WARNING: Couldn't Map to Array:{http://apache.org/type_test/corba}AnonymousStructSequenceStructArray:minOccurs=1:maxOccurs=1
May 8, 2007 1:02:30 PM org.apache.yoko.tools.processors.wsdl.WSDLToCorbaHelper createArray
WARNING: Couldn't Map to Array:{http://apache.org/type_test/corba}AnonymousStructSequenceStructArray:minOccurs=1:maxOccurs=1
May 8, 2007 1:02:30 PM org.apache.yoko.tools.processors.wsdl.WSDLToCorbaHelper createArray
WARNING: Couldn't Map to Array:{http://apache.org/type_test/corba}AnonymousStructSequenceStructArray:minOccurs=1:maxOccurs=1
May 8, 2007 1:02:30 PM org.apache.yoko.tools.processors.wsdl.WSDLToCorbaHelper createArray
WARNING: Couldn't Map to Array:{http://apache.org/type_test/corba}AnonymousStructSequenceStructArray:minOccurs=1:maxOccurs=1
May 8, 2007 1:02:30 PM org.apache.yoko.tools.processors.wsdl.WSDLToCorbaHelper createArray
WARNING: Couldn't Map to Array:{http://apache.org/type_test/corba}AnonymousStructSequenceStructArray:minOccurs=1:maxOccurs=1
May 8, 2007 1:02:30 PM org.apache.yoko.tools.processors.wsdl.WSDLToCorbaHelper createArray
WARNING: Couldn't Map to Array:{http://apache.org/type_test/corba}AnonymousStructSequenceStructArray:minOccurs=1:maxOccurs=1
May 8, 2007 1:02:30 PM org.apache.yoko.tools.processors.wsdl.WSDLToCorbaHelper createArray
WARNING: Couldn't Map to Array:{http://apache.org/type_test/corba}AnonymousStructSequenceStructArray:minOccurs=1:maxOccurs=1
May 8, 2007 1:02:30 PM org.apache.yoko.tools.processors.wsdl.WSDLToCorbaHelper createArray
WARNING: Couldn't Map to Array:{http://apache.org/type_test/corba}AnonymousStructSequenceStructArray:minOccurs=1:maxOccurs=1
May 8, 2007 1:02:30 PM org.apache.yoko.tools.processors.wsdl.WSDLToCorbaHelper createArray
WARNING: Couldn't Map to Array:{http://apache.org/type_test/corba}AnonymousStructSequenceStructArray:minOccurs=1:maxOccurs=1
May 8, 2007 1:02:30 PM org.apache.yoko.tools.processors.wsdl.WSDLToCorbaHelper createArray
WARNING: Couldn't Map to Array:{http://apache.org/type_test/corba}AnonymousStructSequenceStructArray:minOccurs=1:maxOccurs=1
May 8, 2007 1:02:30 PM org.apache.yoko.tools.processors.wsdl.WSDLToCorbaHelper createArray
WARNING: Couldn't Map to Array:{http://apache.org/type_test/corba}AnonymousStructSequenceStructArray:minOccurs=1:maxOccurs=1
[INFO] [yokos:idltowsdl {execution: idltowsdl-generate-type-test-corba-binding}]
 ( interface idltowsdlTypeTest { ( greetMe string ( in string name ) ) ( typedef long TpInt32 ) ( typedef TpInt32 TpDuration ) ( testAlias TpDuration ( in TpDuration inDuration ) ( inout TpDuration inoutDuration ) ( out TpDuration outDuration ) ) ( testFloat float ( in float inFloat ) ( inout float inoutFloat ) ( out float outFloat ) ) ( testDouble double ( in double inDouble ) ( inout double inoutDouble ) ( out double outDouble ) ) ( testShort short ( in short inShort ) ( inout short inoutShort ) ( out short outShort ) ) ( testLong long ( in long inLong ) ( inout long inoutLong ) ( out long outLong ) ) ( testLongLong long long ( in long long inLongLong ) ( inout long long inoutLongLong ) ( out long long outLongLong ) ) ( testUnsignedShort unsigned short ( in unsigned short inUnsignedShort ) ( inout unsigned short inoutUnsignedShort ) ( out unsigned short outUnsignedShort ) ) ( testUnsignedLong unsigned long ( in unsigned long inUnsignedLong ) ( inout unsigned long inoutUnsignedLong ) ( out unsigned long outUnsignedLong ) ) ( testUnsignedLongLong unsigned long long ( in unsigned long long inUnsignedLongLong ) ( inout unsigned long long inoutUnsignedLongLong ) ( out unsigned long long outUnsignedLongLong ) ) ( testChar char ( in char inChar ) ( inout char inoutChar ) ( out char outChar ) ) ( testWchar wchar ( in wchar inWchar ) ( inout wchar inoutWchar ) ( out wchar outWchar ) ) ( testBoolean boolean ( in boolean inBoolean ) ( inout boolean inoutBoolean ) ( out boolean outBoolean ) ) ( testOctet octet ( in octet inOctet ) ( inout octet inoutOctet ) ( out octet outOctet ) ) ( testAny any ( in any inAny ) ( inout any inoutAny ) ( out any outAny ) ) ( typedef ( sequence long ) seqLong ) ( testSeqLong seqLong ( in seqLong inSeqLong ) ( inout seqLong inoutSeqLong ) ( out seqLong outSeqLong ) ) ( testString string ( in string inString ) ( inout string inoutString ) ( out string outString ) ) ( testWstring wstring ( in wstring inWstring ) ( inout wstring inoutWstring ) ( out wstring outWstring ) ) ( typedef ( fixed 31 2 ) fixedPt ) ( testFixedPt fixedPt ( in fixedPt inFixedPt ) ( inout fixedPt inoutFixedPt ) ( out fixedPt outFixedPt ) ) ( struct struct1 long struct1long short struct1short ) ( testStruct struct1 ( in struct1 inStruct1 ) ( inout struct1 inoutStruct1 ) ( out struct1 outStruct1 ) ) ( enum enum1 e1_1 e1_2 e1_3 e1_4 ) ( union union1 enum1 ( case e1_1 long u1_1 ) ( case ( case e1_2 ) e1_3 string u1_2 ) ( default short u1_3 ) ) ( testUnion union1 ( in union1 inUnion1 ) ( inout union1 inoutUnion1 ) ( out union1 outUnion1 ) ) ( testEnum enum1 ( in enum1 inEnum1 ) ( inout enum1 inoutEnum1 ) ( out enum1 outEnum1 ) ) } )
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 23 resources
[INFO] Copying 8 resources
[INFO] Copying 3 resources
[INFO] [cxf-codegen:wsdl2java {execution: generate-type-test-java-sources}]
May 8, 2007 1:02:37 PM org.apache.cxf.tools.wsdlto.core.PluginLoader loadPlugin
INFO: Loading plugin jar:file:/home/continuum/.m2/repository/org/apache/cxf/cxf-tools-wsdlto-frontend-jaxws/2.0-incubator-RC-SNAPSHOT/cxf-tools-wsdlto-frontend-jaxws-2.0-incubator-RC-SNAPSHOT.jar!/META-INF/tools-plugin.xml
May 8, 2007 1:02:37 PM org.apache.cxf.tools.wsdlto.core.PluginLoader loadPlugin
INFO: Found 1 frontends in <jaxws> plugin.
May 8, 2007 1:02:37 PM org.apache.cxf.tools.wsdlto.core.PluginLoader loadPlugin
INFO: Loading <jaxws> frontend from <jaxws> plugin.
May 8, 2007 1:02:37 PM org.apache.cxf.tools.wsdlto.core.PluginLoader loadPlugin
INFO: Loading plugin jar:file:/home/continuum/.m2/repository/org/apache/cxf/cxf-tools-wsdlto-databinding-jaxb/2.0-incubator-RC-SNAPSHOT/cxf-tools-wsdlto-databinding-jaxb-2.0-incubator-RC-SNAPSHOT.jar!/META-INF/tools-plugin.xml
May 8, 2007 1:02:37 PM org.apache.cxf.tools.wsdlto.core.PluginLoader loadPlugin
INFO: Found 1 databindings in <jaxb> plugin.
May 8, 2007 1:02:37 PM org.apache.cxf.tools.wsdlto.core.PluginLoader loadPlugin
INFO: Loading <jaxb> databinding from <jaxb> plugin.
Loading FrontEnd jaxws ...
Loading DataBinding jaxb ...
wsdl2java -d /x1/continuum/working-directory/214/target/generated/src/test/java -verbose /x1/continuum/working-directory/214/target/generated/src/test/resources/wsdl/type_test/type_test_corba.wsdl
wsdl2java - 2.0-incubator-RC-SNAPSHOT

May 8, 2007 1:02:38 PM org.springframework.context.support.AbstractApplicationContext refresh
INFO: Refreshing org.apache.cxf.bus.spring.BusApplicationContext@1b447de: display name [org.apache.cxf.bus.spring.BusApplicationContext@1b447de]; startup date [Tue May 08 13:02:38 PDT 2007]; root of context hierarchy
May 8, 2007 1:02:39 PM org.apache.cxf.bus.spring.BusApplicationContext getConfigResources
INFO: Could not find the configuration file cxf.xml on the classpath.
May 8, 2007 1:02:39 PM org.springframework.context.support.AbstractApplicationContext refresh
INFO: Bean factory for application context [org.apache.cxf.bus.spring.BusApplicationContext@1b447de]: org.springframework.beans.factory.support.DefaultListableBeanFactory@180d050
May 8, 2007 1:02:39 PM org.springframework.beans.factory.support.DefaultListableBeanFactory preInstantiateSingletons
INFO: Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@180d050: defining beans []; root of factory hierarchy
May 8, 2007 1:02:39 PM org.springframework.context.support.AbstractApplicationContext refresh
INFO: Refreshing org.apache.cxf.bus.spring.BusApplicationContext@1b447de: display name [org.apache.cxf.bus.spring.BusApplicationContext@1b447de]; startup date [Tue May 08 13:02:39 PDT 2007]; root of context hierarchy
May 8, 2007 1:02:39 PM org.springframework.beans.factory.support.DefaultSingletonBeanRegistry destroySingletons
INFO: Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@180d050: defining beans []; root of factory hierarchy
May 8, 2007 1:02:39 PM org.apache.cxf.bus.spring.BusApplicationContext getConfigResources
INFO: Could not find the configuration file cxf.xml on the classpath.
May 8, 2007 1:02:39 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [META-INF/cxf/cxf.xml]
May 8, 2007 1:02:39 PM org.springframework.context.support.AbstractApplicationContext refresh
INFO: Bean factory for application context [org.apache.cxf.bus.spring.BusApplicationContext@1b447de]: org.springframework.beans.factory.support.DefaultListableBeanFactory@10c0f7
May 8, 2007 1:02:39 PM org.springframework.context.support.AbstractApplicationContext$BeanPostProcessorChecker postProcessAfterInitialization
INFO: Bean 'org.apache.cxf.bus.spring.Jsr250BeanPostProcessor' is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
May 8, 2007 1:02:39 PM org.springframework.context.support.AbstractApplicationContext$BeanPostProcessorChecker postProcessAfterInitialization
INFO: Bean 'cxf' is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
May 8, 2007 1:02:39 PM org.springframework.context.support.AbstractApplicationContext$BeanPostProcessorChecker postProcessAfterInitialization
INFO: Bean 'org.apache.cxf.bus.spring.BusExtensionPostProcessor' is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
May 8, 2007 1:02:39 PM org.springframework.beans.factory.support.DefaultListableBeanFactory preInstantiateSingletons
INFO: Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@10c0f7: defining beans [cxf,org.apache.cxf.bus.spring.Jsr250BeanPostProcessor,org.apache.cxf.bus.spring.BusExtensionPostProcessor,org.apache.cxf.resource.ResourceManager,org.apache.cxf.binding.BindingFactoryManager,org.apache.cxf.transport.DestinationFactoryManager,org.apache.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.transports.http.QueryHandlerRegistry,org.apache.cxf.endpoint.EndpointResolverRegistry]; root of factory hierarchy
[INFO] [cxf-codegen:wsdl2java {execution: generate-corba-type-test-java-sources}]
Loading FrontEnd jaxws ...
Loading DataBinding jaxb ...
wsdl2java -d /x1/continuum/working-directory/214/target/generated/src/test/java -verbose /x1/continuum/working-directory/214/target/generated/src/test/resources/wsdl/type_test/idltowsdl_type_test.wsdl
wsdl2java - 2.0-incubator-RC-SNAPSHOT

[INFO] [cxf-codegen:wsdl2java {execution: generate-corba-object-reference-test-java-sources}]
Loading FrontEnd jaxws ...
Loading DataBinding jaxb ...
wsdl2java -d /x1/continuum/working-directory/214/target/generated/src/test/java -verbose /x1/continuum/working-directory/214/src/test/resources/wsdl/ObjectRef.wsdl
wsdl2java - 2.0-incubator-RC-SNAPSHOT

[INFO] [cxf-codegen:wsdl2java {execution: generate-corba-exception-test-java-sources}]
Loading FrontEnd jaxws ...
Loading DataBinding jaxb ...
wsdl2java -d /x1/continuum/working-directory/214/target/generated/src/test/java -verbose /x1/continuum/working-directory/214/src/test/resources/wsdl/SystemEx.wsdl
wsdl2java - 2.0-incubator-RC-SNAPSHOT

Loading FrontEnd jaxws ...
Loading DataBinding jaxb ...
wsdl2java -d /x1/continuum/working-directory/214/target/generated/src/test/java -verbose /x1/continuum/working-directory/214/src/test/resources/wsdl/exceptions.wsdl
wsdl2java - 2.0-incubator-RC-SNAPSHOT

[INFO] [cxf-codegen:wsdl2java {execution: generate-duplicate-operation-name-test-java-sources}]
Loading FrontEnd jaxws ...
Loading DataBinding jaxb ...
wsdl2java -d /x1/continuum/working-directory/214/target/generated/src/test/java -verbose /x1/continuum/working-directory/214/src/test/resources/wsdl/OpNames.wsdl
wsdl2java - 2.0-incubator-RC-SNAPSHOT

[INFO] [compiler:testCompile]
[INFO] Compiling 335 source files to /x1/continuum/working-directory/214/target/test-classes
[WARNING] /x1/continuum/working-directory/214/src/test/java/org/apache/yoko/bindings/corba/interceptors/CorbaInInterceptorTest.java:[344,55] [unchecked] unchecked conversion
found   : java.util.List
required: java.util.List<org.apache.schemas.yoko.bindings.corba.ParamType>

[WARNING] /x1/continuum/working-directory/214/src/test/java/org/apache/yoko/bindings/corba/interceptors/CorbaInInterceptorTest.java:[394,46] [unchecked] unchecked conversion
found   : java.util.List
required: java.util.List<java.lang.Object>

[WARNING] /x1/continuum/working-directory/214/src/test/java/org/apache/yoko/bindings/corba/CorbaConduitTest.java:[202,56] [unchecked] unchecked conversion
found   : java.util.List
required: java.util.List<org.apache.yoko.bindings.corba.CorbaTypeMap>

[WARNING] /x1/continuum/working-directory/214/src/test/java/org/apache/yoko/bindings/corba/CorbaConduitTest.java:[204,65] [unchecked] unchecked conversion
found   : java.util.HashMap
required: java.util.Map<org.omg.CORBA.TypeCode,org.apache.schemas.yoko.bindings.corba.RaisesType>

[WARNING] /x1/continuum/working-directory/214/src/test/java/org/apache/yoko/bindings/corba/CorbaConduitTest.java:[205,52] [unchecked] unchecked conversion
found   : java.util.ArrayList
required: java.util.List<org.apache.schemas.yoko.bindings.corba.RaisesType>

[WARNING] /x1/continuum/working-directory/214/src/test/java/org/apache/yoko/bindings/corba/CorbaConduitTest.java:[226,52] [unchecked] unchecked conversion
found   : java.util.List
required: java.util.List<org.apache.yoko.bindings.corba.CorbaTypeMap>

[WARNING] /x1/continuum/working-directory/214/src/test/java/org/apache/yoko/bindings/corba/CorbaConduitTest.java:[227,56] [unchecked] unchecked conversion
found   : java.util.List
required: java.util.List<org.apache.yoko.bindings.corba.CorbaTypeMap>

[WARNING] /x1/continuum/working-directory/214/src/test/java/org/apache/yoko/bindings/corba/interceptors/CorbaOutInterceptorTest.java:[297,82] [unchecked] unchecked conversion
found   : org.apache.cxf.databinding.DataWriter
required: org.apache.cxf.databinding.DataWriter<javax.xml.stream.XMLEventWriter>

[INFO] [surefire:test]
[INFO] Setting reports dir: /x1/continuum/working-directory/214/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
[surefire] Running org.apache.yoko.bindings.corba.interceptors.CorbaInInterceptorTest
[surefire] Tests run: 6, Failures: 0, Errors: 3, Time elapsed: 8.125 sec
[surefire] 
[surefire] testHandleMessage(org.apache.yoko.bindings.corba.interceptors.CorbaInInterceptorTest)  Time elapsed: 3.734 sec  <<< ERROR!
org.apache.cxf.interceptor.Fault
	at org.apache.yoko.bindings.corba.interceptors.CorbaInInterceptor.handleMessage(CorbaInInterceptor.java:126)
	at org.apache.yoko.bindings.corba.interceptors.CorbaInInterceptor$$EnhancerByCGLIB$$81d4d936.CGLIB$handleMessage$3(<generated>)
	at org.apache.yoko.bindings.corba.interceptors.CorbaInInterceptor$$EnhancerByCGLIB$$81d4d936$$FastClassByCGLIB$$6a4fe17.invoke(<generated>)
	at net.sf.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:167)
	at org.easymock.classextension.internal.ClassProxyFactory$1.intercept(ClassProxyFactory.java:65)
	at org.apache.yoko.bindings.corba.interceptors.CorbaInInterceptor$$EnhancerByCGLIB$$81d4d936.handleMessage(<generated>)
	at org.apache.yoko.bindings.corba.interceptors.CorbaInInterceptorTest.testHandleMessage(CorbaInInterceptorTest.java:157)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	at junit.framework.TestCase.runTest(TestCase.java:164)
	at junit.framework.TestCase.runBare(TestCase.java:130)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:120)
	at junit.framework.TestSuite.runTest(TestSuite.java:230)
	at junit.framework.TestSuite.run(TestSuite.java:225)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	at org.apache.maven.surefire.battery.JUnitBattery.executeJUnit(JUnitBattery.java:242)
	at org.apache.maven.surefire.battery.JUnitBattery.execute(JUnitBattery.java:216)
	at org.apache.maven.surefire.Surefire.executeBattery(Surefire.java:215)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:163)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:87)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:63)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	at org.apache.maven.surefire.SurefireBooter.main(SurefireBooter.java:785)
Caused by: java.lang.NullPointerException
	at org.apache.yoko.bindings.corba.interceptors.CorbaInInterceptor.handleMessage(CorbaInInterceptor.java:113)
	... 33 more

[surefire] testHandleMessage1(org.apache.yoko.bindings.corba.interceptors.CorbaInInterceptorTest)  Time elapsed: 0.506 sec  <<< ERROR!
org.apache.cxf.interceptor.Fault
	at org.apache.yoko.bindings.corba.interceptors.CorbaInInterceptor.handleMessage(CorbaInInterceptor.java:126)
	at org.apache.yoko.bindings.corba.interceptors.CorbaInInterceptor$$EnhancerByCGLIB$$81d4d936_2.CGLIB$handleMessage$3(<generated>)
	at org.apache.yoko.bindings.corba.interceptors.CorbaInInterceptor$$EnhancerByCGLIB$$81d4d936_2$$FastClassByCGLIB$$f15de00a.invoke(<generated>)
	at net.sf.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:167)
	at org.easymock.classextension.internal.ClassProxyFactory$1.intercept(ClassProxyFactory.java:65)
	at org.apache.yoko.bindings.corba.interceptors.CorbaInInterceptor$$EnhancerByCGLIB$$81d4d936_2.handleMessage(<generated>)
	at org.apache.yoko.bindings.corba.interceptors.CorbaInInterceptorTest.testHandleMessage1(CorbaInInterceptorTest.java:182)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	at junit.framework.TestCase.runTest(TestCase.java:164)
	at junit.framework.TestCase.runBare(TestCase.java:130)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:120)
	at junit.framework.TestSuite.runTest(TestSuite.java:230)
	at junit.framework.TestSuite.run(TestSuite.java:225)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	at org.apache.maven.surefire.battery.JUnitBattery.executeJUnit(JUnitBattery.java:242)
	at org.apache.maven.surefire.battery.JUnitBattery.execute(JUnitBattery.java:216)
	at org.apache.maven.surefire.Surefire.executeBattery(Surefire.java:215)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:163)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:87)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:63)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	at org.apache.maven.surefire.SurefireBooter.main(SurefireBooter.java:785)
Caused by: java.lang.NullPointerException
	at org.apache.yoko.bindings.corba.interceptors.CorbaInInterceptor.handleMessage(CorbaInInterceptor.java:113)
	... 33 more

[surefire] testHandleMessage2(org.apache.yoko.bindings.corba.interceptors.CorbaInInterceptorTest)  Time elapsed: 0.465 sec  <<< ERROR!
org.apache.cxf.interceptor.Fault
	at org.apache.yoko.bindings.corba.interceptors.CorbaInInterceptor.handleMessage(CorbaInInterceptor.java:126)
	at org.apache.yoko.bindings.corba.interceptors.CorbaInInterceptor$$EnhancerByCGLIB$$81d4d936_3.CGLIB$handleMessage$3(<generated>)
	at org.apache.yoko.bindings.corba.interceptors.CorbaInInterceptor$$EnhancerByCGLIB$$81d4d936_3$$FastClassByCGLIB$$f15de00b.invoke(<generated>)
	at net.sf.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:167)
	at org.easymock.classextension.internal.ClassProxyFactory$1.intercept(ClassProxyFactory.java:65)
	at org.apache.yoko.bindings.corba.interceptors.CorbaInInterceptor$$EnhancerByCGLIB$$81d4d936_3.handleMessage(<generated>)
	at org.apache.yoko.bindings.corba.interceptors.CorbaInInterceptorTest.testHandleMessage2(CorbaInInterceptorTest.java:210)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	at junit.framework.TestCase.runTest(TestCase.java:164)
	at junit.framework.TestCase.runBare(TestCase.java:130)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:120)
	at junit.framework.TestSuite.runTest(TestSuite.java:230)
	at junit.framework.TestSuite.run(TestSuite.java:225)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	at org.apache.maven.surefire.battery.JUnitBattery.executeJUnit(JUnitBattery.java:242)
	at org.apache.maven.surefire.battery.JUnitBattery.execute(JUnitBattery.java:216)
	at org.apache.maven.surefire.Surefire.executeBattery(Surefire.java:215)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:163)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:87)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:63)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	at org.apache.maven.surefire.SurefireBooter.main(SurefireBooter.java:785)
Caused by: java.lang.NullPointerException
	at org.apache.yoko.bindings.corba.interceptors.CorbaInInterceptor.handleMessage(CorbaInInterceptor.java:113)
	... 33 more


[surefire] Running org.apache.yoko.bindings.corba.interceptors.CorbaOutInterceptorTest
[surefire] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.251 sec
[surefire] 

[surefire] Running org.apache.yoko.bindings.corba.CorbaOperationNameManglingTest
[surefire] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 17.121 sec
[surefire] 

Initializing object reference support test...
Testing custom object reference as a parameter...
Testing default object reference as a parameter...
Testing custom object reference as a return value...
Testing default object reference as a return value...
Testing nil object reference as a parameter...
Testing nil object reference as a return value...
[surefire] Running org.apache.yoko.bindings.corba.CorbaObjectReferenceTest
[surefire] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 35.683 sec
[surefire] 

[surefire] Running org.apache.yoko.bindings.corba.types.CorbaArrayHandlerTest
[surefire] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.005 sec
[surefire] 

[surefire] Running org.apache.yoko.bindings.corba.types.CorbaAnyHandlerTest
[surefire] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.022 sec
[surefire] 

[surefire] Running org.apache.yoko.bindings.corba.types.CorbaPrimitiveHandlerTest
[surefire] Tests run: 14, Failures: 0, Errors: 0, Time elapsed: 0.114 sec
[surefire] 

[surefire] Running org.apache.yoko.bindings.corba.types.CorbaHandlerUtilsTest
[surefire] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.994 sec
[surefire] 

[surefire] Running org.apache.yoko.bindings.corba.types.CorbaEnumHandlerTest
[surefire] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.004 sec
[surefire] 

[surefire] Running org.apache.yoko.bindings.corba.types.CorbaObjectHandlerTest
[surefire] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.011 sec
[surefire] 

[surefire] Running org.apache.yoko.bindings.corba.types.CorbaSequenceHandlerTest
[surefire] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.006 sec
[surefire] 

[surefire] Running org.apache.yoko.bindings.corba.types.CorbaFixedHandlerTest
[surefire] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.004 sec
[surefire] 

[surefire] Running org.apache.yoko.bindings.corba.types.CorbaStructHandlerTest
[surefire] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.01 sec
[surefire] 

[surefire] Running org.apache.yoko.bindings.corba.runtime.CorbaStreamableTest
[surefire] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.017 sec
[surefire] 

[surefire] Running org.apache.yoko.bindings.corba.runtime.CorbaObjectWriterTest
[surefire] Tests run: 18, Failures: 0, Errors: 0, Time elapsed: 0.072 sec
[surefire] 

[surefire] Running org.apache.yoko.bindings.corba.runtime.CorbaStaxObjectTest
[surefire] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 1.001 sec
[surefire] 

Test OnMessage in TestObserver
[surefire] Running org.apache.yoko.bindings.corba.runtime.CorbaDSIServantTest
[surefire] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.035 sec
[surefire] 

[surefire] Running org.apache.yoko.bindings.corba.runtime.CorbaObjectReaderTest
[surefire] Tests run: 21, Failures: 0, Errors: 0, Time elapsed: 0.056 sec
[surefire] 

[surefire] Running org.apache.yoko.bindings.corba.CorbaTypeMapTest
[surefire] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.002 sec
[surefire] 

[surefire] Running org.apache.yoko.bindings.corba.IdlToWsdlTypeTest
[surefire] Tests run: 22, Failures: 0, Errors: 0, Time elapsed: 14.046 sec
[surefire] 

org.omg.CORBA.COMM_FAILURE:  vmcid: 0x0 minor code: 0x0  completed: No
	at org.apache.yoko.orb.OB.Util.unmarshalSystemException(Util.java:117)
	at org.apache.yoko.orb.CORBA.ServerRequest._OB_doMarshal(ServerRequest.java:197)
	at org.apache.yoko.orb.OBPortableServer.ServantDispatcher.dispatch(ServantDispatcher.java:228)
	at org.apache.yoko.orb.OBPortableServer.POA_impl._OB_dispatch(POA_impl.java:1607)
	at org.apache.yoko.orb.OB.DispatchRequest_impl.invoke(DispatchRequest_impl.java:56)
	at org.apache.yoko.orb.OB.DispatchSameThread_impl.dispatch(DispatchStrategyFactory_impl.java:53)
	at org.apache.yoko.orb.OB.Upcall.invoke(Upcall.java:360)
	at org.apache.yoko.orb.OB.GIOPConnectionThreaded.execReceive(GIOPConnectionThreaded.java:502)
	at org.apache.yoko.orb.OB.GIOPConnectionThreaded$ReceiverThread.run(GIOPConnectionThreaded.java:64)
org.omg.CORBA.TRANSIENT:  vmcid: 0x0 minor code: 0x0  completed: No
	at org.apache.yoko.orb.OB.Util.unmarshalSystemException(Util.java:149)
	at org.apache.yoko.orb.CORBA.ServerRequest._OB_doMarshal(ServerRequest.java:197)
	at org.apache.yoko.orb.OBPortableServer.ServantDispatcher.dispatch(ServantDispatcher.java:228)
	at org.apache.yoko.orb.OBPortableServer.POA_impl._OB_dispatch(POA_impl.java:1607)
	at org.apache.yoko.orb.OB.DispatchRequest_impl.invoke(DispatchRequest_impl.java:56)
	at org.apache.yoko.orb.OB.DispatchSameThread_impl.dispatch(DispatchStrategyFactory_impl.java:53)
	at org.apache.yoko.orb.OB.Upcall.invoke(Upcall.java:360)
	at org.apache.yoko.orb.OB.GIOPConnectionThreaded.execReceive(GIOPConnectionThreaded.java:502)
	at org.apache.yoko.orb.OB.GIOPConnectionThreaded$ReceiverThread.run(GIOPConnectionThreaded.java:64)
org.omg.CORBA.NO_PERMISSION: :  vmcid: 0x0 minor code: 0x0  completed: No
	at org.apache.yoko.orb.OB.Util.unmarshalSystemException(Util.java:121)
	at org.apache.yoko.orb.CORBA.ServerRequest._OB_doMarshal(ServerRequest.java:197)
	at org.apache.yoko.orb.OBPortableServer.ServantDispatcher.dispatch(ServantDispatcher.java:228)
	at org.apache.yoko.orb.OBPortableServer.POA_impl._OB_dispatch(POA_impl.java:1607)
	at org.apache.yoko.orb.OB.DispatchRequest_impl.invoke(DispatchRequest_impl.java:56)
	at org.apache.yoko.orb.OB.DispatchSameThread_impl.dispatch(DispatchStrategyFactory_impl.java:53)
	at org.apache.yoko.orb.OB.Upcall.invoke(Upcall.java:360)
	at org.apache.yoko.orb.OB.GIOPConnectionThreaded.execReceive(GIOPConnectionThreaded.java:502)
	at org.apache.yoko.orb.OB.GIOPConnectionThreaded$ReceiverThread.run(GIOPConnectionThreaded.java:64)
[surefire] Running org.apache.yoko.bindings.corba.CorbaSystemExceptionTest
[surefire] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 10.278 sec
[surefire] 

[surefire] Running org.apache.yoko.bindings.corba.CorbaMessageTest
[surefire] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.003 sec
[surefire] 

[surefire] Running org.apache.yoko.bindings.corba.CorbaConduitTest
[surefire] Tests run: 13, Failures: 0, Errors: 0, Time elapsed: 1.202 sec
[surefire] 

[surefire] Running org.apache.yoko.bindings.corba.CorbaBindingTest
[surefire] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.003 sec
[surefire] 

[surefire] Running org.apache.yoko.bindings.corba.CorbaServerConduitTest
[surefire] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 2.78 sec
[surefire] 

[surefire] Running org.apache.yoko.bindings.corba.CorbaDestinationTest
[surefire] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.489 sec
[surefire] 

[surefire] Running org.apache.yoko.bindings.corba.CorbaBindingFactoryTest
[surefire] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 2.195 sec
[surefire] 

[surefire] Running org.apache.yoko.bindings.corba.CorbaTypeTest
[surefire] Tests run: 58, Failures: 0, Errors: 0, Time elapsed: 15.474 sec
[surefire] 

[surefire] Running org.apache.yoko.bindings.corba.utils.CorbaUtilsTest
[surefire] Tests run: 14, Failures: 0, Errors: 0, Time elapsed: 0.029 sec
[surefire] 

[surefire] Running org.apache.yoko.bindings.corba.utils.ContextUtilsTest
[surefire] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.005 sec
[surefire] 

[surefire] Running org.apache.yoko.bindings.corba.CorbaExceptionTest
[surefire] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 4.169 sec
[surefire] 


Results :
[surefire] Tests run: 228, Failures: 0, Errors: 3

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] There are test failures.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2 minutes 59 seconds
[INFO] Finished at: Tue May 08 13:04:54 PDT 2007
[INFO] Final Memory: 32M/58M
[INFO] ------------------------------------------------------------------------

****************************************************************************