View results here -> http://tck2.jboss.com/cc/buildresults/jboss-head?log=log20040614084444

BUILD FAILED
Ant Error Message: file:/home/build/cruisecontrol/work/scripts/build-jboss-head.xml:80: exec returned: -122
Date of build: 06/14/2004 08:44:44
Time to build: 16 minutes 36 seconds
Last changed: 06/14/2004 08:17:33
Last log entry: Fix locator bug with wsdl import resources

 Unit Tests: (0)
No Tests Run
This project doesn't have any tests
 

 Modifications since last build:  (51)
1.9modifiedtdieslerserver/src/main/org/jboss/webservice/WSDLDefinitionFactory.javaFix locator bug with wsdl import resources
1.12modifiedtdieslerwebservice/src/main/org/jboss/webservice/client/ServiceObjectFactory.javaFix lookup bug in getPortNameForBinding()
1.12modifiedtdieslerwebservice/src/main/org/jboss/webservice/deployment/WSDDGenerator.javaUse the Style and Use enums.Make operation return a QName
1.9modifiedtdieslerwebservice/src/main/org/jboss/webservice/deployment/ServiceDescription.javaUse the Style and Use enums.Make operation return a QName
1.4modifiedtdieslerwebservice/src/main/org/jboss/webservice/client/CallImpl.javaCorrect the style and use after axis initialized the operation.
1.18modifiedtdieslerthirdparty/ws4ee/lib/axis-ws4ee.jarAxis may treat doc/literal as wrapped.In case of literal put the xsi type in the response, otherwise the client does not find the deserializer.This should really be handled by the client, as we cannot expect every server to include the xsi type.
1.18modifiedstarksmsecurity/src/main/org/jboss/security/plugins/JaasSecurityDomain.javaFix a problem with not setting the url returned from validateStoreURL
1.5modifiedejorttestsuite/src/main/org/jboss/test/ws4ee/wsdlimport/simplefile/ImportSimpleFileTestCase.javaMake this compile, again!
1.10modifiedejortcache/.classpathFix the eclipse build
1.2modifiedreverbeliiop/src/main/org/jboss/tm/iiop/TxClientInterceptor.javaDo not use codec.encode(Any value) and codec.decode(byte[] data).Instead, use codec.encode_value(Any value) and codec.decode_value(byte[] data, TypeCode tc).
1.3modifiedreverbeliiop/src/main/org/jboss/tm/iiop/TxServerInterceptor.javaDo not use codec.encode(Any value) and codec.decode(byte[] data).Instead, use codec.encode_value(Any value) and codec.decode_value(byte[] data, TypeCode tc).
1.25modifiedtdieslerwebservice/src/main/org/jboss/webservice/AxisService.javaAvoid duplicate typeMappings in generated wsdd.Use literal encoding with beanserializer when the the service use is literal.
1.2modifiedtdieslerwebservice/src/main/org/jboss/webservice/deployment/AnonymousTypeResolver.javaAvoid duplicate typeMappings in generated wsdd.Use literal encoding with beanserializer when the the service use is literal.
1.4modifiedtdieslerwebservice/src/main/org/jboss/webservice/deployment/NamespaceRegistry.javaAvoid duplicate typeMappings in generated wsdd.Use literal encoding with beanserializer when the the service use is literal.
1.8modifiedtdieslerwebservice/src/main/org/jboss/webservice/deployment/ServiceDescription.javaAvoid duplicate typeMappings in generated wsdd.Use literal encoding with beanserializer when the the service use is literal.
1.11modifiedtdieslerwebservice/src/main/org/jboss/webservice/deployment/WSDDGenerator.javaAvoid duplicate typeMappings in generated wsdd.Use literal encoding with beanserializer when the the service use is literal.
1.3modifiedbelabanremoting/src/test/org/jboss/remoting/DistributedTest.javachanged MethodCall to use non-deprecated method
1.8modifiedbelabanremoting/src/main/test/DistributedTestCase.javachanged MethodCall to use non-deprecated method
1.25modifiedtdieslerwebservice/build.xmlInclude referrenced dtds.Rollback filtering of wsdl ports on the server side, the client needs to specify port-component-refs
1.15modifiedtdieslerwebservice/src/main/org/jboss/webservice/server/InvokerProvider.javaInclude referrenced dtds.Rollback filtering of wsdl ports on the server side, the client needs to specify port-component-refs
1.3modifiedpilhuhnconnector/src/main/org/jboss/resource/adapter/jdbc/vendor/OracleExceptionSorter.javaAdd more oracle exceptions. From Patches-968060.
1.1addedtdieslerwebservice/src/resources/dtd/XMLSchema.dtdreferenced from j2ee_1_4.xsd
1.1addedtdieslerwebservice/src/resources/dtd/datatypes.dtdreferenced from j2ee_1_4.xsd
1.1addedtdieslerwebservice/src/resources/schema/xml.xsdreferenced from j2ee_1_4.xsd
1.7modifiedtdieslerwebservice/src/main/org/jboss/webservice/client/ServiceImpl.javaThrow UnsupportedOperationException when there is no wsdlService
1.14modifiedtdieslerserver/src/main/org/jboss/metadata/ServiceRefMetaData.javaRestore presedence ov the <wsdl-override> url
1.11modifiedtdieslerwebservice/src/main/org/jboss/webservice/client/ServiceObjectFactory.javaFix support for partial wsdl
1.6modifiedtdieslerwebservice/src/main/org/jboss/webservice/client/ServiceImpl.javaFix support for partial wsdl
1.14modifiedtdieslerwebservice/src/main/org/jboss/webservice/server/InvokerProvider.javaMake WSDLDefinitionFactory, JavaWsdlMappingFactory not static to give accessto their underlying parser properties.Filter from the ?WSDL request all ports except the one the client actually contacted.Client side service holds a map of ServiceDesc keyed on port name.Get started on anonymous type resolving.
1.15modifiedtdieslerwebservice/src/main/org/jboss/webservice/metadata/WebserviceDescriptionMetaData.javaMake WSDLDefinitionFactory, JavaWsdlMappingFactory not static to give accessto their underlying parser properties.Filter from the ?WSDL request all ports except the one the client actually contacted.Client side service holds a map of ServiceDesc keyed on port name.Get started on anonymous type resolving.
1.13modifiedtdieslerwebservice/src/main/org/jboss/webservice/metadata/WebservicesFactory.javaMake WSDLDefinitionFactory, JavaWsdlMappingFactory not static to give accessto their underlying parser properties.Filter from the ?WSDL request all ports except the one the client actually contacted.Client side service holds a map of ServiceDesc keyed on port name.Get started on anonymous type resolving.
1.1addedtdieslerwebservice/src/main/org/jboss/webservice/deployment/AnonymousTypeResolver.javaMake WSDLDefinitionFactory, JavaWsdlMappingFactory not static to give accessto their underlying parser properties.Filter from the ?WSDL request all ports except the one the client actually contacted.Client side service holds a map of ServiceDesc keyed on port name.Get started on anonymous type resolving.
1.7modifiedtdieslerwebservice/src/main/org/jboss/webservice/deployment/ServiceDescription.javaMake WSDLDefinitionFactory, JavaWsdlMappingFactory not static to give accessto their underlying parser properties.Filter from the ?WSDL request all ports except the one the client actually contacted.Client side service holds a map of ServiceDesc keyed on port name.Get started on anonymous type resolving.
1.10modifiedtdieslerwebservice/src/main/org/jboss/webservice/deployment/WSDDGenerator.javaMake WSDLDefinitionFactory, JavaWsdlMappingFactory not static to give accessto their underlying parser properties.Filter from the ?WSDL request all ports except the one the client actually contacted.Client side service holds a map of ServiceDesc keyed on port name.Get started on anonymous type resolving.
1.24modifiedtdieslerwebservice/src/main/org/jboss/webservice/AxisService.javaMake WSDLDefinitionFactory, JavaWsdlMappingFactory not static to give accessto their underlying parser properties.Filter from the ?WSDL request all ports except the one the client actually contacted.Client side service holds a map of ServiceDesc keyed on port name.Get started on anonymous type resolving.
1.3modifiedtdieslerwebservice/src/main/org/jboss/webservice/client/CallImpl.javaMake WSDLDefinitionFactory, JavaWsdlMappingFactory not static to give accessto their underlying parser properties.Filter from the ?WSDL request all ports except the one the client actually contacted.Client side service holds a map of ServiceDesc keyed on port name.Get started on anonymous type resolving.
1.2modifiedtdieslerwebservice/src/main/org/jboss/webservice/client/ServiceFactoryImpl.javaMake WSDLDefinitionFactory, JavaWsdlMappingFactory not static to give accessto their underlying parser properties.Filter from the ?WSDL request all ports except the one the client actually contacted.Client side service holds a map of ServiceDesc keyed on port name.Get started on anonymous type resolving.
1.5modifiedtdieslerwebservice/src/main/org/jboss/webservice/client/ServiceImpl.javaMake WSDLDefinitionFactory, JavaWsdlMappingFactory not static to give accessto their underlying parser properties.Filter from the ?WSDL request all ports except the one the client actually contacted.Client side service holds a map of ServiceDesc keyed on port name.Get started on anonymous type resolving.
1.10modifiedtdieslerwebservice/src/main/org/jboss/webservice/client/ServiceObjectFactory.javaMake WSDLDefinitionFactory, JavaWsdlMappingFactory not static to give accessto their underlying parser properties.Filter from the ?WSDL request all ports except the one the client actually contacted.Client side service holds a map of ServiceDesc keyed on port name.Get started on anonymous type resolving.
1.2modifiedtdieslerwebservice/src/main/org/jboss/webservice/client/ServiceProxy.javaMake WSDLDefinitionFactory, JavaWsdlMappingFactory not static to give accessto their underlying parser properties.Filter from the ?WSDL request all ports except the one the client actually contacted.Client side service holds a map of ServiceDesc keyed on port name.Get started on anonymous type resolving.
1.7modifiedtdieslerserver/src/main/org/jboss/webservice/metadata/jaxrpcmapping/JavaWsdlMappingFactory.javaMake WSDLDefinitionFactory, JavaWsdlMappingFactory not static to give accessto their underlying parser properties.
1.8modifiedtdieslerserver/src/main/org/jboss/webservice/WSDLDefinitionFactory.javaMake WSDLDefinitionFactory, JavaWsdlMappingFactory not static to give accessto their underlying parser properties.
1.4modifiedtdieslerserver/src/main/org/jboss/webservice/metadata/jaxrpcmapping/JavaWsdlMapping.javaMake WSDLDefinitionFactory, JavaWsdlMappingFactory not static to give accessto their underlying parser properties.
1.13modifiedtdieslerserver/src/main/org/jboss/metadata/ServiceRefMetaData.javaMake WSDLDefinitionFactory, JavaWsdlMappingFactory not static to give accessto their underlying parser properties.
1.5modifiedbelabancache/docs/design/CacheLoader.txtno message
1.124modifiedbelabancache/src/main/org/jboss/cache/TreeCache.javaadded partial support for CacheLoader
1.1addedbelabancache/src/main/org/jboss/cache/tests/FileCacheLoaderTest.javafirst checkin
1.14modifiedbelabancache/src/main/org/jboss/cache/loader/CacheLoader.javamodified API to look more like the cache itself (ultimate goal is to stack caches on top of each other)
1.1addedbelabancache/src/main/org/jboss/cache/loader/FileCacheLoader.javafirst commit
1.31modifiedbelabancache/src/main/org/jboss/cache/Node.javaAdded method containsKey()
1.79modifiedpilhuhnserver/src/etc/conf/default/standardjbosscmp-jdbc.xmlAdd some more reserved words and sort the list.

Reply via email to