View results here ->
http://tck2.jboss.com/cc/buildresults/jboss-head?log=log20040615122600
|
| No Tests Run |
| This project doesn't have any tests |
|
|
| |
|
| 1.8 | modified | starksm | server/src/etc/conf/default/jboss-minimal.xml | Remove the JNDIView service as it has dependencies on containers not included in the jboss-minimal jar. |
| 1.14 | modified | tdiesler | webservice/src/main/org/jboss/webservice/client/ServiceObjectFactory.java | Lookup the portName from jaxrpc-mapping.xml even though the <service-ref> only contatins one <port-component-ref>This avoid "Multiple bindings not supported" when the wsdl contains more than one port. |
| 1.2 | modified | tdiesler | webservice/src/main/org/jboss/webservice/handler/HandlerChainBaseImpl.java | Minor fix in handler chain |
| 1.6 | modified | tdiesler | webservice/src/main/org/jboss/webservice/client/ClientEngine.java | Minor fix in handler chain |
| 1.9 | modified | tdiesler | webservice/src/main/org/jboss/webservice/client/ServiceImpl.java | Stub out getParser() to allow the ws4ee layer to set nowrap=true in the SymbolTable |
| 1.19 | modified | tdiesler | thirdparty/ws4ee/lib/axis-ws4ee.jar | Introduce immutable elements.A handler will get an exception when attempting to modify such an element.Set the response envelope early enough for the response handler to see it.OK_20040615 |