Online report : 
http://ws.zones.apache.org:10000/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/61/buildId/1754
Build statistics:
  State: Failed
  Previous State: Failed
  Started at: Mon, 9 Apr 2007 17:42:09 +0000
  Finished at: Mon, 9 Apr 2007 17:50:21 +0000
  Total time: 8m 12s
  Build Trigger: Schedule
  Exit code: 1
  Building machine hostname: ws.zones.apache.org
  Operating system : SunOS(unknown)
  Java version : 1.5.0_09(Sun Microsystems Inc.)

Changes
         gdaniels          * Allow <handler> specifications inside a <phase> 
tag to parse WITHOUT requiring an <order> tag - it's silly to have handlers 
which are cleary inside the Dispatch phase, for instance, have to have <order 
phase="Dispatch"/> when we can just infer it.  TODO - should confirm that 
handlers inside a <phase> don't actually conflict by claiming they're in 
another phase!

* Fix FileSystemConfigurator to actually look for an "axis2.xml" file in the 
root of the supplied repository directory.  If it's not there, don't throw a 
fault but instead use the default axis2.xml from the classpath.

* Fix broken SAAJ axis2.xml which was never being picked up because of the 
above.

* Fix tests which use "basedir" property to default to "." so that they can be 
used within an IDE.  Introduce a static AbstractTestCase.basedir which can be 
used by anyone.

* Code cleanup, fix misspellings.
             
/webservices/axis2/trunk/java/modules/adb/src/org/apache/axis2/rpc/receivers/RPCMessageReceiver.java
            
/webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/async/AsyncServiceTest.java
            
/webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/async/AsyncServiceWithTransportFailureTest.java
            
/webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/CommonsHTTPEchoRawXMLTest.java
            
/webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/EchoRawRuntimeProxyTest.java
            
/webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/EchoRawXMLChunkedTest.java
            
/webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/EchoRawXMLLoadTest.java
            
/webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/EchoRawXMLMultipleASyncTest.java
            
/webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/EchoRawXMLMultipleSyncTest.java
            
/webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/EchoRawXMLOnTwoChannelsSyncTest.java
            
/webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/EchoRawXMLOnTwoChannelsTest.java
            
/webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/EchoRawXMLTest.java
            
/webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/HandlerExecutionTest.java
            
/webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/MessageSaveAndRestoreTest.java
            
/webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/OneWayRawXMLTest.java
            
/webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/PausingHandlerExecutionTest.java
            
/webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/ServiceDispatchingTest.java
            
/webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/util/InvokerThread.java
            
/webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/util/profiling/ContextMemoryHandlingUtil.java
            
/webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/integration/TestingUtils.java
            
/webservices/axis2/trunk/java/modules/java2wsdl/src/org/apache/ws/java2wsdl/SchemaGenerator.java
            
/webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/deployment/AxisConfigBuilder.java
            
/webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/deployment/DeploymentEngine.java
            
/webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/deployment/DescriptionBuilder.java
            
/webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/deployment/FileSystemConfigurator.java
            
/webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/deployment/util/Utils.java
            
/webservices/axis2/trunk/java/modules/kernel/test/org/apache/axis2/AbstractTestCase.java
            
/webservices/axis2/trunk/java/modules/kernel/test/org/apache/axis2/addressing/wsdl/WSDL11ActionHelperTest.java
            
/webservices/axis2/trunk/java/modules/kernel/test/org/apache/axis2/deployment/AddingObserverTest.java
            
/webservices/axis2/trunk/java/modules/kernel/test/org/apache/axis2/deployment/AxisMessageTest.java
            
/webservices/axis2/trunk/java/modules/kernel/test/org/apache/axis2/deployment/BuildERWithDeploymentTest.java
            
/webservices/axis2/trunk/java/modules/kernel/test/org/apache/axis2/deployment/DeploymentTotalTest.java
            
/webservices/axis2/trunk/java/modules/kernel/test/org/apache/axis2/deployment/ModuleDisengagementTest.java
            
/webservices/axis2/trunk/java/modules/kernel/test/org/apache/axis2/deployment/ModuleversionTest.java
            
/webservices/axis2/trunk/java/modules/kernel/test/org/apache/axis2/deployment/OperationExcludeTest.java
            
/webservices/axis2/trunk/java/modules/kernel/test/org/apache/axis2/deployment/ServiceGroupTest.java
            
/webservices/axis2/trunk/java/modules/kernel/test/org/apache/axis2/deployment/TransportDeploymentTest.java
            
/webservices/axis2/trunk/java/modules/kernel/test/org/apache/axis2/engine/ModuleConfigTest.java
            
/webservices/axis2/trunk/java/modules/kernel/test/org/apache/axis2/engine/ModuleEngageTest.java
            
/webservices/axis2/trunk/java/modules/kernel/test/org/apache/axis2/java/security/action/Action.java
            
/webservices/axis2/trunk/java/modules/kernel/test/org/apache/axis2/java/security/driver/Java2SecTest.java
            
/webservices/axis2/trunk/java/modules/kernel/test/org/apache/axis2/java/security/more/MorePermissionAccessControlContext.java
            
/webservices/axis2/trunk/java/modules/metadata/test/org/apache/axis2/jaxws/description/AnnotationProviderImplDescriptionTests.java
            
/webservices/axis2/trunk/java/modules/metadata/test/org/apache/axis2/jaxws/description/DescriptionTestUtils.java
            
/webservices/axis2/trunk/java/modules/saaj/test/org/apache/axis2/saaj/integration/IntegrationTest.java
            
/webservices/axis2/trunk/java/modules/saaj/test/org/apache/axis2/saaj/integration/UtilServer.java
            /webservices/axis2/trunk/java/modules/saaj/test-resources/axis2.xml
        
****************************************************************************
Output:
****************************************************************************
Snipped Output:
ma" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";><soapenv:Header>
  <shw:Hello xmlns:shw="http://www.jcommerce.net/soap/ns/SOAPHelloWorld";>
    <shw:Myname>Tony</shw:Myname>
  </shw:Hello>
 </soapenv:Header><soapenv:Body>
<shw:Address xmlns:shw="http://www.jcommerce.net/soap/ns/SOAPHelloWorld"; 
shw:t="test">
<shw:City>GENT</shw:City>
</shw:Address>
</soapenv:Body></soapenv:Envelope><soapenv:Envelope 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns="http://somewhere.com/html";><soapenv:Body>
    <echo><arg0>Hello</arg0></echo> 
</soapenv:Body></soapenv:Envelope><soapenv:Envelope 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";><soapenv:Body>
<!-- Comment -->    <t:echo 
xmlns:t="http://test.org/Test";><t:arg0>Hello</t:arg0></t:echo> 
</soapenv:Body></soapenv:Envelope><soapenv:Envelope 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";><soapenv:Header>
<!-- Comment -->  <shw:Hello 
xmlns:shw="http://www.jcommerce.net/soap/ns/SOAPHelloWorld";>
<!-- Comment -->    <shw:Myname><!-- Comment -->Tony</shw:Myname>
  </shw:Hello>
 </soapenv:Header><soapenv:Body>
<!-- Comment -->    <t:echo 
xmlns:t="http://test.org/Test";><t:arg0>Hello</t:arg0></t:echo> 
</soapenv:Body></soapenv:Envelope>[surefire] Tests run: 16, Failures: 0, 
Errors: 0, Time elapsed: 0.022 sec
[surefire] Running org.apache.axis2.saaj.SOAPElementTest
[surefire] Tests run: 18, Failures: 0, Errors: 0, Time elapsed: 0.011 sec
[surefire] Running org.apache.axis2.saaj.SOAPFactoryTest
[surefire] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 0.008 sec
[surefire] Running org.apache.axis2.saaj.SAAJResultTest
[surefire] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.002 sec
[surefire] Running org.apache.axis2.saaj.SOAPFaultDetailTest
[surefire] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.006 sec
[INFO] [jar:jar]
[INFO] Building jar: 
/export/home/illsleyd/continuum/continuum-1.0.3/apps/continuum/working-directory/61/modules/saaj/target/axis2-saaj-SNAPSHOT.jar
[INFO] [install:install]
[INFO] Installing 
/export/home/illsleyd/continuum/continuum-1.0.3/apps/continuum/working-directory/61/modules/saaj/target/axis2-saaj-SNAPSHOT.jar
 to 
/export/home/illsleyd/.m2/repository/org/apache/axis2/axis2-saaj/SNAPSHOT/axis2-saaj-SNAPSHOT.jar
[INFO] 
----------------------------------------------------------------------------
[INFO] Building Apache Axis 2.0 - JAXWS API
[INFO]    task-segment: [clean, install]
[INFO] 
----------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory 
/export/home/illsleyd/continuum/continuum-1.0.3/apps/continuum/working-directory/61/modules/jaxws-api/target
[INFO] Deleting directory 
/export/home/illsleyd/continuum/continuum-1.0.3/apps/continuum/working-directory/61/modules/jaxws-api/target/classes
[INFO] Deleting directory 
/export/home/illsleyd/continuum/continuum-1.0.3/apps/continuum/working-directory/61/modules/jaxws-api/target/test-classes
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 52 source files to 
/export/home/illsleyd/continuum/continuum-1.0.3/apps/continuum/working-directory/61/modules/jaxws-api/target/classes
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] No sources to compile
[INFO] [surefire:test]
[INFO] Tests are skipped.
[INFO] [jar:jar]
[INFO] Building jar: 
/export/home/illsleyd/continuum/continuum-1.0.3/apps/continuum/working-directory/61/modules/jaxws-api/target/axis2-jaxws-api-SNAPSHOT.jar
[INFO] [install:install]
[INFO] Installing 
/export/home/illsleyd/continuum/continuum-1.0.3/apps/continuum/working-directory/61/modules/jaxws-api/target/axis2-jaxws-api-SNAPSHOT.jar
 to 
/export/home/illsleyd/.m2/repository/org/apache/axis2/axis2-jaxws-api/SNAPSHOT/axis2-jaxws-api-SNAPSHOT.jar
[INFO] 
----------------------------------------------------------------------------
[INFO] Building Apache Axis 2.0 - Metadata
[INFO]    task-segment: [clean, install]
[INFO] 
----------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory 
/export/home/illsleyd/continuum/continuum-1.0.3/apps/continuum/working-directory/61/modules/metadata/target
[INFO] Deleting directory 
/export/home/illsleyd/continuum/continuum-1.0.3/apps/continuum/working-directory/61/modules/metadata/target/classes
[INFO] Deleting directory 
/export/home/illsleyd/continuum/continuum-1.0.3/apps/continuum/working-directory/61/modules/metadata/target/test-classes
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 144 source files to 
/export/home/illsleyd/continuum/continuum-1.0.3/apps/continuum/working-directory/61/modules/metadata/target/classes
[INFO] [antrun:run {execution: gen-ts}]
[INFO] Executing tasks
    [mkdir] Created dir: 
/export/home/illsleyd/continuum/continuum-1.0.3/apps/continuum/working-directory/61/modules/metadata/target/schema
    [mkdir] Created dir: 
/export/home/illsleyd/continuum/continuum-1.0.3/apps/continuum/working-directory/61/modules/metadata/target/schema/src
    [mkdir] Created dir: 
/export/home/illsleyd/continuum/continuum-1.0.3/apps/continuum/working-directory/61/modules/metadata/target/schema/classes
     [echo] Generating JAX-B classes from XSDs
     [echo] Generating java from ProxyDocLitWrapped.wsdl
[INFO] Executed tasks
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [build-helper:add-test-source {execution: add-test-source}]
[INFO] Test Source directory: 
/export/home/illsleyd/continuum/continuum-1.0.3/apps/continuum/working-directory/61/modules/metadata/target/schema/src
 added.
[INFO] [compiler:testCompile]
[INFO] Compiling 42 source files to 
/export/home/illsleyd/continuum/continuum-1.0.3/apps/continuum/working-directory/61/modules/metadata/target/test-classes
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

/export/home/illsleyd/continuum/continuum-1.0.3/apps/continuum/working-directory/61/modules/metadata/test/org/apache/axis2/jaxws/description/AnnotationProviderImplDescriptionTests.java:[24,22]
 package javax.xml.soap does not exist

/export/home/illsleyd/continuum/continuum-1.0.3/apps/continuum/working-directory/61/modules/metadata/test/org/apache/axis2/jaxws/description/AnnotationProviderImplDescriptionTests.java:[182,48]
 cannot find symbol
symbol: class SOAPMessage
class BasicProviderTestImpl implements Provider<SOAPMessage> {

/export/home/illsleyd/continuum/continuum-1.0.3/apps/continuum/working-directory/61/modules/metadata/test/org/apache/axis2/jaxws/description/AnnotationProviderImplDescriptionTests.java:[186,30]
 cannot find symbol
symbol  : class SOAPMessage
location: class org.apache.axis2.jaxws.description.BasicProviderTestImpl

/export/home/illsleyd/continuum/continuum-1.0.3/apps/continuum/working-directory/61/modules/metadata/test/org/apache/axis2/jaxws/description/AnnotationProviderImplDescriptionTests.java:[186,11]
 cannot find symbol
symbol  : class SOAPMessage
location: class org.apache.axis2.jaxws.description.BasicProviderTestImpl

/export/home/illsleyd/continuum/continuum-1.0.3/apps/continuum/working-directory/61/modules/metadata/test/org/apache/axis2/jaxws/description/AnnotationProviderImplDescriptionTests.java:[246,55]
 cannot find symbol
symbol: class SOAPMessage
class NoWebServiceProviderTestImpl implements Provider<SOAPMessage> {

/export/home/illsleyd/continuum/continuum-1.0.3/apps/continuum/working-directory/61/modules/metadata/test/org/apache/axis2/jaxws/description/AnnotationProviderImplDescriptionTests.java:[250,30]
 cannot find symbol
symbol  : class SOAPMessage
location: class org.apache.axis2.jaxws.description.NoWebServiceProviderTestImpl

/export/home/illsleyd/continuum/continuum-1.0.3/apps/continuum/working-directory/61/modules/metadata/test/org/apache/axis2/jaxws/description/AnnotationProviderImplDescriptionTests.java:[250,11]
 cannot find symbol
symbol  : class SOAPMessage
location: class org.apache.axis2.jaxws.description.NoWebServiceProviderTestImpl

/export/home/illsleyd/continuum/continuum-1.0.3/apps/continuum/working-directory/61/modules/metadata/test/org/apache/axis2/jaxws/description/AnnotationProviderImplDescriptionTests.java:[264,59]
 cannot find symbol
symbol: class SOAPMessage
class BothWebServiceAnnotationTestImpl implements Provider<SOAPMessage> {

/export/home/illsleyd/continuum/continuum-1.0.3/apps/continuum/working-directory/61/modules/metadata/test/org/apache/axis2/jaxws/description/AnnotationProviderImplDescriptionTests.java:[268,30]
 cannot find symbol
symbol  : class SOAPMessage
location: class 
org.apache.axis2.jaxws.description.BothWebServiceAnnotationTestImpl

/export/home/illsleyd/continuum/continuum-1.0.3/apps/continuum/working-directory/61/modules/metadata/test/org/apache/axis2/jaxws/description/AnnotationProviderImplDescriptionTests.java:[268,11]
 cannot find symbol
symbol  : class SOAPMessage
location: class 
org.apache.axis2.jaxws.description.BothWebServiceAnnotationTestImpl


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 8 minutes 9 seconds
[INFO] Finished at: Mon Apr 09 17:50:19 GMT+00:00 2007
[INFO] Final Memory: 35M/1002M
[INFO] ------------------------------------------------------------------------

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



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to