You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by Dan Diephouse <da...@envoisolutions.com> on 2007/07/27 17:34:27 UTC

Fwd: cxf Cruisecontrol Build Result: cxf Build Failed

I just did an SVN UP and there are no failing tests at all. And I don't have
any outstanding files to check in. Can someone supply a list of what tests
are failing and the log? Or possibly kick CC? I seem to recall that it needs
that sometimes to work correctly...

- Dan

---------- Forwarded message ----------
From: cxf Build Machine <en...@iona.com>
Date: Jul 27, 2007 11:26 AM
Subject: cxf Cruisecontrol Build Result:  cxf Build Failed
To: andreasmyth@apache.org, dandiep@apache.org, dkulp@apache.org,
eng-celtix-dev@iona.com, mmao@apache.org

 View results here ->
http://pdceltix.boston.amer.iona.com:8080/cruisecontrol/buildresults/cxf?log=log20070727105237

  BUILD FAILED  Ant Error Message: /x1/iona_cruisecontrol/cxf/build.xml:48:
Build Failed  Date of build: 07/27/2007 10:52:37  Time to build: 33 minutes
55 seconds Last changed: 07/27/2007 09:57:40  Last log entry: * Defined
string constant for default bus id in Bus interface and use consistently in
SpringBusFactory, CXFBusImpl and various bean definition parsers. * Added
documentation annotations to core.xsd

      Errors/Warnings: (2)

Result: 1Tail of log:

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

Results :

Tests in error:

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

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] There are test failures.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 33 minutes 32 seconds
[INFO] Finished at: Fri Jul 27 11:26:30 EDT 2007
[INFO] Final Memory: 61M/161M
[INFO] ------------------------------------------------------------------------

     Unit Tests: (2368)    error testEndpoint
org.apache.cxf.systest.soap.SoapActionTest  error testSoap12Endpoint
org.apache.cxf.systest.soap.SoapActionTest        Unit Test Error
Details: (2)    Test:  testEndpoint  Class:
org.apache.cxf.systest.soap.SoapActionTest
   javax.xml.ws.soap.SOAPFaultException: Could not send Message.
 at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:169)

 at $Proxy22.sayHi(Unknown Source)
 at org.apache.cxf.systest.soap.SoapActionTest.testEndpoint(
SoapActionTest.java:48)
 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.junit.internal.runners.TestMethodRunner.executeMethodBody(
TestMethodRunner.java:99)
 at org.junit.internal.runners.TestMethodRunner.runUnprotected(
TestMethodRunner.java:81)
 at org.junit.internal.runners.BeforeAndAfterRunner.runProtected(
BeforeAndAfterRunner.java:34)
 at org.junit.internal.runners.TestMethodRunner.runMethod(
TestMethodRunner.java:75)
 at org.junit.internal.runners.TestMethodRunner.run(TestMethodRunner.java:45)

 at org.junit.internal.runners.TestClassMethodsRunner.invokeTestMethod(
TestClassMethodsRunner.java:66)
 at org.junit.internal.runners.TestClassMethodsRunner.run(
TestClassMethodsRunner.java:35)
 at org.junit.internal.runners.TestClassRunner$1.runUnprotected(
TestClassRunner.java:42)
 at org.junit.internal.runners.BeforeAndAfterRunner.runProtected(
BeforeAndAfterRunner.java:34)
 at org.junit.internal.runners.TestClassRunner.run(TestClassRunner.java:52)

 at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(
JUnit4TestSet.java:62)
 at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(
AbstractDirectoryTestSuite.java:138)
 at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(
AbstractDirectoryTestSuite.java:163)
 at org.apache.maven.surefire.Surefire.run(Surefire.java:84)
 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.booter.SurefireBooter.runSuitesInProcess(
SurefireBooter.java:244)
 at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:814)
 Caused by: org.apache.cxf.interceptor.Fault: Could not send Message.
 at
org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor.handleMessage
(MessageSenderInterceptor.java:64)
 at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(
PhaseInterceptorChain.java:207)
 at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:254)
 at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:205)
 at org.apache.cxf.frontend.ClientProxy.invokeSync(ClientProxy.java:73)
 at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:135)
  ... 26 more   Caused by: java.io.IOException: Not Found
 at
org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponse
(HTTPConduit.java:1904)
 at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.close(
HTTPConduit.java:1806)
 at org.apache.cxf.transport.AbstractConduit.close(AbstractConduit.java:66)

 at org.apache.cxf.transport.http.HTTPConduit.close(HTTPConduit.java:574)
 at
org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor.handleMessage
(MessageSenderInterceptor.java:62)
 ... 31 more        Test:  testSoap12Endpoint  Class:
org.apache.cxf.systest.soap.SoapActionTest
   java.lang.reflect.UndeclaredThrowableException
 at $Proxy22.sayHi(Unknown Source)
 at org.apache.cxf.systest.soap.SoapActionTest.testSoap12Endpoint(
SoapActionTest.java:73)
 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.junit.internal.runners.TestMethodRunner.executeMethodBody(
TestMethodRunner.java:99)
 at org.junit.internal.runners.TestMethodRunner.runUnprotected(
TestMethodRunner.java:81)
 at org.junit.internal.runners.BeforeAndAfterRunner.runProtected(
BeforeAndAfterRunner.java:34)
 at org.junit.internal.runners.TestMethodRunner.runMethod(
TestMethodRunner.java:75)
 at org.junit.internal.runners.TestMethodRunner.run(TestMethodRunner.java:45)

 at org.junit.internal.runners.TestClassMethodsRunner.invokeTestMethod(
TestClassMethodsRunner.java:66)
 at org.junit.internal.runners.TestClassMethodsRunner.run(
TestClassMethodsRunner.java:35)
 at org.junit.internal.runners.TestClassRunner$1.runUnprotected(
TestClassRunner.java:42)
 at org.junit.internal.runners.BeforeAndAfterRunner.runProtected(
BeforeAndAfterRunner.java:34)
 at org.junit.internal.runners.TestClassRunner.run(TestClassRunner.java:52)

 at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(
JUnit4TestSet.java:62)
 at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(
AbstractDirectoryTestSuite.java:138)
 at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(
AbstractDirectoryTestSuite.java:163)
 at org.apache.maven.surefire.Surefire.run(Surefire.java:84)
 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.booter.SurefireBooter.runSuitesInProcess(
SurefireBooter.java:244)
 at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:814)
 Caused by: com.sun.xml.messaging.saaj.SOAPExceptionImpl: {
http://cxf.apache.org/faultcode}HandlerFault<http://cxf.apache.org/faultcode%7DHandlerFault>is
not a standard Code value
 at
com.sun.xml.messaging.saaj.soap.ver1_2.Fault1_2Impl.checkIfStandardFaultCode(Fault1_2Impl.java:134)

 at com.sun.xml.messaging.saaj.soap.impl.FaultImpl.setFaultCode(
FaultImpl.java:124)
 at com.sun.xml.messaging.saaj.soap.impl.FaultImpl.setFaultCode(
FaultImpl.java:138)
 at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:162)

 ... 26 more

   Modifications since last successful build:  (65)  modified andreasmyth
/incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/bus/spring/BusExtensionPostProcessor.java
07/27/2007
09:57:40 * Defined string constant for default bus id in Bus interface and
use consistently in SpringBusFactory, CXFBusImpl and various bean definition
parsers.
* Added documentation annotations to core.xsd  modified andreasmyth
/incubator/cxf/trunk/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/spring/EndpointDefinitionParser.java
07/27/2007
09:57:40 * Defined string constant for default bus id in Bus interface and
use consistently in SpringBusFactory, CXFBusImpl and various bean definition
parsers.
* Added documentation annotations to core.xsd  modified andreasmyth
/incubator/cxf/trunk/rt/core/src/main/resources/schemas/core.xsd 07/27/2007
09:57:40 * Defined string constant for default bus id in Bus interface and
use consistently in SpringBusFactory, CXFBusImpl and various bean definition
parsers.
* Added documentation annotations to core.xsd  modified andreasmyth
/incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/bus/spring/BusDefinitionParser.java
07/27/2007
09:57:40 * Defined string constant for default bus id in Bus interface and
use consistently in SpringBusFactory, CXFBusImpl and various bean definition
parsers.
* Added documentation annotations to core.xsd  modified andreasmyth
/incubator/cxf/trunk/rt/management/src/test/java/org/apache/cxf/management/interceptor/AbstractMessageResponseTestBase.java
07/27/2007
09:57:40 * Defined string constant for default bus id in Bus interface and
use consistently in SpringBusFactory, CXFBusImpl and various bean definition
parsers.
* Added documentation annotations to core.xsd  modified andreasmyth
/incubator/cxf/trunk/rt/ws/rm/src/main/java/org/apache/cxf/ws/rm/spring/RMManagerBeanDefinitionParser.java
07/27/2007
09:57:40 * Defined string constant for default bus id in Bus interface and
use consistently in SpringBusFactory, CXFBusImpl and various bean definition
parsers.
* Added documentation annotations to core.xsd  modified andreasmyth
/incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/bus/spring/SpringBusFactory.java
07/27/2007
09:57:40 * Defined string constant for default bus id in Bus interface and
use consistently in SpringBusFactory, CXFBusImpl and various bean definition
parsers.
* Added documentation annotations to core.xsd  modified andreasmyth
/incubator/cxf/trunk/rt/core/src/test/java/org/apache/cxf/bus/CXFBusImplTest.java
07/27/2007
09:57:40 * Defined string constant for default bus id in Bus interface and
use consistently in SpringBusFactory, CXFBusImpl and various bean definition
parsers.
* Added documentation annotations to core.xsd  modified andreasmyth
/incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/management/CountersClientServerTest.java
07/27/2007
09:57:40 * Defined string constant for default bus id in Bus interface and
use consistently in SpringBusFactory, CXFBusImpl and various bean definition
parsers.
* Added documentation annotations to core.xsd  modified andreasmyth
/incubator/cxf/trunk/rt/transports/http-jetty/src/test/java/org/apache/cxf/transport/http_jetty/spring/ApplicationContextTest.java
07/27/2007
09:57:40 * Defined string constant for default bus id in Bus interface and
use consistently in SpringBusFactory, CXFBusImpl and various bean definition
parsers.
* Added documentation annotations to core.xsd  modified andreasmyth
/incubator/cxf/trunk/api/src/main/java/org/apache/cxf/Bus.java 07/27/2007
09:57:40 * Defined string constant for default bus id in Bus interface and
use consistently in SpringBusFactory, CXFBusImpl and various bean definition
parsers.
* Added documentation annotations to core.xsd  modified andreasmyth
/incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/bus/CXFBusImpl.java
07/27/2007
09:57:40 * Defined string constant for default bus id in Bus interface and
use consistently in SpringBusFactory, CXFBusImpl and various bean definition
parsers.
* Added documentation annotations to core.xsd  modified dandiep
/incubator/cxf/trunk/rt/bindings/soap/src/main/java/org/apache/cxf/binding/soap/interceptor/SoapActionInInterceptor.java
07/27/2007
02:18:54 Also set the OperationInfo when selecting a SOAPAction. Remove
soapAction settings from the anonymous_complex_type.wsdl because the
operations all had the same SOAPAction, which is illegal AFAIK.  modified
dandiep
/incubator/cxf/trunk/testutils/src/main/resources/wsdl/anonymous_complex_type.wsdl
07/27/2007
02:18:54 Also set the OperationInfo when selecting a SOAPAction. Remove
soapAction settings from the anonymous_complex_type.wsdl because the
operations all had the same SOAPAction, which is illegal AFAIK.  modified
mmao /incubator/cxf/trunk/tools/anttask 07/26/2007 23:08:19 SvN:ingore
target dir  unknown mmao
/incubator/cxf/trunk/tools/wsdlto/frontend/jaxws/src/main/java/org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/JAXWSParameter.java
07/26/2007
23:04:03 CXF-853 Package renaming  modified mmao
/incubator/cxf/trunk/tools/wsdlto/frontend/jaxws/src/main/java/org/apache/cxf/tools/wsdlto/frontend/jaxws/processor/internal/FaultProcessor.java
07/26/2007
23:04:03 CXF-853 Package renaming  unknown mmao
/incubator/cxf/trunk/tools/wsdlto/frontend/jaxws/src/main/java/org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/JAXWSBindingParser.java
07/26/2007
23:04:03 CXF-853 Package renaming  modified mmao
/incubator/cxf/trunk/tools/wsdlto/frontend/jaxws/src/main/java/org/apache/cxf/tools/wsdlto/frontend/jaxws/processor/internal/PortTypeProcessor.java
07/26/2007
23:04:03 CXF-853 Package renaming  modified mmao
/incubator/cxf/trunk/tools/wsdlto/frontend/jaxws/src/test/java/org/apache/cxf/tools/wsdlto/frontend/jaxws/wsdl11/JAXWSDefinitionBuilderTest.java
07/26/2007
23:04:03 CXF-853 Package renaming  deleted mmao
/incubator/cxf/trunk/tools/wsdlto/frontend/jaxws/src/test/java/org/apache/cxf/tools/wsdlto/frontend/jaxws/customiztion
07/26/2007
23:04:03 CXF-853 Package renaming  modified mmao
/incubator/cxf/trunk/tools/wsdlto/core/src/main/java/org/apache/cxf/tools/wsdlto/WSDLToJavaContainer.java
07/26/2007
23:04:03 CXF-853 Package renaming  added mmao
/incubator/cxf/trunk/tools/wsdlto/frontend/jaxws/src/test/java/org/apache/cxf/tools/wsdlto/frontend/jaxws/customization
07/26/2007
23:04:03 CXF-853 Package renaming  unknown mmao
/incubator/cxf/trunk/tools/wsdlto/frontend/jaxws/src/test/java/org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/expected
07/26/2007
23:04:03 CXF-853 Package renaming  modified mmao
/incubator/cxf/trunk/tools/wsdlto/misc/src/main/java/org/apache/cxf/tools/misc/processor/Messages.properties
07/26/2007
23:04:03 CXF-853 Package renaming  modified mmao
/incubator/cxf/trunk/tools/wsdlto/frontend/jaxws/src/main/java/org/apache/cxf/tools/wsdlto/frontend/jaxws/wsdl11/JAXWSDefinitionBuilder.java
07/26/2007
23:04:03 CXF-853 Package renaming  deleted mmao
/incubator/cxf/trunk/tools/wsdlto/frontend/jaxws/src/main/java/org/apache/cxf/tools/wsdlto/frontend/jaxws/customiztion
07/26/2007
23:04:03 CXF-853 Package renaming  added mmao
/incubator/cxf/trunk/tools/wsdlto/frontend/jaxws/src/main/java/org/apache/cxf/tools/wsdlto/frontend/jaxws/customization
07/26/2007
23:04:03 CXF-853 Package renaming  unknown mmao
/incubator/cxf/trunk/tools/wsdlto/frontend/jaxws/src/test/java/org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/CustomizationParserTest.java
07/26/2007
23:04:03 CXF-853 Package renaming  unknown mmao
/incubator/cxf/trunk/tools/wsdlto/frontend/jaxws/src/main/java/org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/CustomNodeSelector.java
07/26/2007
23:04:03 CXF-853 Package renaming  unknown mmao
/incubator/cxf/trunk/tools/wsdlto/frontend/jaxws/src/main/java/org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/JAXWSBindingSerializer.java
07/26/2007
23:04:03 CXF-853 Package renaming  unknown mmao
/incubator/cxf/trunk/tools/wsdlto/frontend/jaxws/src/main/java/org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/Messages.properties
07/26/2007
23:04:03 CXF-853 Package renaming  unknown mmao
/incubator/cxf/trunk/tools/wsdlto/frontend/jaxws/src/main/java/org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/JAXWSClass.java
07/26/2007
23:04:03 CXF-853 Package renaming  modified mmao
/incubator/cxf/trunk/tools/wsdlto/frontend/jaxws/src/main/java/org/apache/cxf/tools/wsdlto/frontend/jaxws/processor/internal/ServiceProcessor.java
07/26/2007
23:04:03 CXF-853 Package renaming  modified mmao
/incubator/cxf/trunk/tools/wsdlto/frontend/jaxws/src/main/java/org/apache/cxf/tools/wsdlto/frontend/jaxws/processor/internal/OperationProcessor.java
07/26/2007
23:04:03 CXF-853 Package renaming  unknown mmao
/incubator/cxf/trunk/tools/wsdlto/frontend/jaxws/src/test/java/org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/resources
07/26/2007
23:04:03 CXF-853 Package renaming  unknown mmao
/incubator/cxf/trunk/tools/wsdlto/frontend/jaxws/src/main/java/org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/CustomizationParser.java
07/26/2007
23:04:03 CXF-853 Package renaming  modified mmao
/incubator/cxf/trunk/tools/wsdlto/misc/src/test/java/org/apache/cxf/tools/misc/processor/WSDLToSoapProcessorTest.java
07/26/2007
23:04:03 CXF-853 Package renaming  modified mmao
/incubator/cxf/trunk/tools/wsdlto/misc/src/main/java/org/apache/cxf/tools/misc/processor/XSDToWSDLProcessor.java
07/26/2007
23:04:03 CXF-853 Package renaming  unknown mmao
/incubator/cxf/trunk/tools/wsdlto/frontend/jaxws/src/main/java/org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/JAXWSBinding.java
07/26/2007
23:04:03 CXF-853 Package renaming  unknown mmao
/incubator/cxf/trunk/tools/wsdlto/frontend/jaxws/src/main/java/org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/JAXWSBindingDeserializer.java
07/26/2007
23:04:03 CXF-853 Package renaming  modified mmao
/incubator/cxf/trunk/tools/wsdlto/frontend/jaxws/src/main/java/org/apache/cxf/tools/wsdlto/frontend/jaxws/processor/internal/mapper/MethodMapper.java
07/26/2007
23:04:03 CXF-853 Package renaming  modified dkulp
/incubator/cxf/trunk/pom.xml 07/26/2007 22:50:41 Create a javadoc jar for
the bundle jar (complete non-test javadoc we can put on the website). Will
work on sources jar tomorrow.
Update all javadoc jars to put the incubator disclaimer on the pages.
modified dkulp /incubator/cxf/trunk/distribution/bundle/pom.xml 07/26/2007
22:50:41 Create a javadoc jar for the bundle jar (complete non-test javadoc
we can put on the website). Will work on sources jar tomorrow.
Update all javadoc jars to put the incubator disclaimer on the pages.
modified dkulp /incubator/cxf/trunk/api/pom.xml 07/26/2007 22:50:41 Create a
javadoc jar for the bundle jar (complete non-test javadoc we can put on the
website). Will work on sources jar tomorrow.
Update all javadoc jars to put the incubator disclaimer on the pages.
modified mmao
/incubator/cxf/trunk/tools/wsdlto/misc/src/main/java/org/apache/cxf/tools/misc/processor/Messages.properties
07/26/2007
22:25:00 CXF-770 Re-apply the patch  modified mmao
/incubator/cxf/trunk/tools/wsdlto/frontend/jaxws/src/main/java/org/apache/cxf/tools/wsdlto/frontend/jaxws/customiztion/Messages.properties
07/26/2007
22:25:00 CXF-770 Re-apply the patch  modified dandiep
/incubator/cxf/trunk/testutils/src/main/java/org/apache/cxf/customer/bare/CustomerService.java
07/26/2007
21:18:28 undo stupid commenting out of a service method post build and
precommit  modified dandiep
/incubator/cxf/trunk/rt/bindings/http/src/test/java/org/apache/cxf/binding/http/bare/BareServiceTest.java
07/26/2007
21:18:17 undo stupid commenting out of a service method post build and
precommit  modified dandiep
/incubator/cxf/trunk/rt/bindings/http/src/test/java/org/apache/cxf/binding/http/bare/BareServiceTest.java
07/26/2007
21:06:57 Ignore this test until IONA's CC instance sync's up with the latest
version of JRA.  added dandiep
/incubator/cxf/trunk/testutils/src/main/resources/wsdl/hello_world_soap_action.wsdl
07/26/2007
20:33:31 Forgot to add the WSDL.  added dandiep
/incubator/cxf/trunk/rt/bindings/soap/src/main/java/org/apache/cxf/binding/soap/interceptor/SoapActionInInterceptor.java
07/26/2007
19:42:40 CXF-824: Pay attention to the SOAPAction and use it to select the
right operation!  added dandiep
/incubator/cxf/trunk/rt/bindings/soap/src/main/java/org/apache/cxf/binding/soap/interceptor/SoapActionOutInterceptor.java
07/26/2007
19:42:40 CXF-824: Pay attention to the SOAPAction and use it to select the
right operation!  modified dandiep
/incubator/cxf/trunk/rt/bindings/soap/src/main/java/org/apache/cxf/binding/soap/SoapBindingFactory.java
07/26/2007
19:42:40 CXF-824: Pay attention to the SOAPAction and use it to select the
right operation!  modified dandiep
/incubator/cxf/trunk/testutils/pom.xml 07/26/2007
19:42:40 CXF-824: Pay attention to the SOAPAction and use it to select the
right operation!  modified dandiep
/incubator/cxf/trunk/rt/bindings/soap/src/test/java/org/apache/cxf/binding/soap/SoapActionInterceptorTest.java
07/26/2007
19:42:40 CXF-824: Pay attention to the SOAPAction and use it to select the
right operation!  modified dandiep
/incubator/cxf/trunk/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/handler/soap/SOAPHandlerInterceptor.java
07/26/2007
19:42:40 CXF-824: Pay attention to the SOAPAction and use it to select the
right operation!  modified dandiep
/incubator/cxf/trunk/rt/frontend/simple/src/main/java/org/apache/cxf/frontend/ClientProxyFactoryBean.java
07/26/2007
19:42:40 CXF-824: Pay attention to the SOAPAction and use it to select the
right operation!  added dandiep
/incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/soap
07/26/2007
19:42:40 CXF-824: Pay attention to the SOAPAction and use it to select the
right operation!  modified dandiep
/incubator/cxf/trunk/rt/bindings/http/src/test/java/org/apache/cxf/binding/http/bare/ClientTest.java
07/26/2007
19:42:40 CXF-824: Pay attention to the SOAPAction and use it to select the
right operation!  added dandiep
/incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/soap/SoapActionGreeterImpl.java
07/26/2007
19:42:40 CXF-824: Pay attention to the SOAPAction and use it to select the
right operation!  added dandiep
/incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/soap/SoapActionTest.java
07/26/2007
19:42:40 CXF-824: Pay attention to the SOAPAction and use it to select the
right operation!  modified dandiep
/incubator/cxf/trunk/testutils/src/main/java/org/apache/cxf/customer/bare/CustomerService.java
07/26/2007
19:42:40 CXF-824: Pay attention to the SOAPAction and use it to select the
right operation!  deleted dandiep
/incubator/cxf/trunk/rt/bindings/soap/src/main/java/org/apache/cxf/binding/soap/interceptor/SoapActionInterceptor.java
07/26/2007
19:42:40 CXF-824: Pay attention to the SOAPAction and use it to select the
right operation!  modified dandiep
/incubator/cxf/trunk/rt/bindings/soap/src/main/java/org/apache/cxf/binding/soap/SoapConstants.java
07/26/2007
19:42:40 CXF-824: Pay attention to the SOAPAction and use it to select the
right operation!



-- 
Dan Diephouse
Envoi Solutions
http://envoisolutions.com | http://netzooid.com/blog