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

BUILD FAILED
Ant Error Message: file:/home/build/cruisecontrol/work/scripts/build-jboss-head.xml:80: exec returned: 1
Date of build: 05/10/2004 18:49:14
Time to build: 10 minutes 19 seconds
Last changed: 05/10/2004 18:24:57
Last log entry: Changes for JacORB 2.2.

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

 Modifications since last build:  (39)
1.3modifiedreverbeliiop/src/main/org/jboss/util/Log4jLoggerFactory.javaChanges for JacORB 2.2.
1.2modifiedreverbeliiop/src/main/org/jboss/iiop/jacorb/SSLServerSocketFactory.javaChanges for JacORB 2.2.
1.6modifiedreverbeliiop/src/main/org/jboss/iiop/CorbaNamingService.javaChanges for JacORB 2.2.
1.3modifiedreverbelthirdparty/jacorb-jacorb/lib/jacorb_g.jarJacORB libraries upgraded to a patched version of JacORB 2.2, whichidentifies itself as "JacORB 2.2 (JBoss patch 1)".
1.21modifiedreverbelthirdparty/jacorb-jacorb/lib/jacorb.jarJacORB libraries upgraded to a patched version of JacORB 2.2, whichidentifies itself as "JacORB 2.2 (JBoss patch 1)".
1.22modifiedreverbelthirdparty/jacorb-jacorb/lib/READMEJacORB libraries upgraded to a patched version of JacORB 2.2, whichidentifies itself as "JacORB 2.2 (JBoss patch 1)".
1.6modifiedreverbelthirdparty/jacorb-jacorb/lib/idl.jarJacORB libraries upgraded to a patched version of JacORB 2.2, whichidentifies itself as "JacORB 2.2 (JBoss patch 1)".
1.3modifiedreverbelthirdparty/jacorb-jacorb/lib/idl_g.jarJacORB libraries upgraded to a patched version of JacORB 2.2, whichidentifies itself as "JacORB 2.2 (JBoss patch 1)".
1.9modifiedreverbelthirdparty/jacorb-jacorb/conf/default/jacorb.propertiesJacORB libraries upgraded to a patched version of JacORB 2.2, whichidentifies itself as "JacORB 2.2 (JBoss patch 1)".
1.1addedtdieslerserver/src/main/org/jboss/webservice/WSDLLocatorImpl.java+ support imports in wsdl
1.4modifiedtdieslerwebservice/src/main/org/jboss/webservice/server/InvokerProvider.java+ support imports in wsdl
1.6modifiedtdieslerwebservice/src/main/org/jboss/webservice/metadata/WebserviceDescriptionMetaData.java+ support imports in wsdl
1.11modifiedtdieslerwebservice/src/main/org/jboss/webservice/metadata/WebservicesFactory.java+ support imports in wsdl
1.5modifiedtdieslerwebservice/src/main/org/jboss/webservice/metadata/WebservicesMetaData.java+ support imports in wsdl
1.3modifiedtdieslerwebservice/src/main/org/jboss/webservice/client/JaxRpcClientService.java+ support imports in wsdl
1.3modifiedtdieslerwebservice/src/main/org/jboss/webservice/client/ServiceObjectFactory.java+ support imports in wsdl
1.13modifiedtdieslerwebservice/build.xml+ support imports in wsdl
1.8modifiedtdieslerserver/src/main/org/jboss/verifier/Main.java+ change resourceCL to URLClassLoader, which it is anyway
1.50modifiedtdieslerserver/src/main/org/jboss/metadata/ApplicationMetaData.java+ change resourceCL to URLClassLoader, which it is anyway
1.10modifiedtdieslerserver/src/main/org/jboss/metadata/ClientMetaData.java+ change resourceCL to URLClassLoader, which it is anyway
1.9modifiedtdieslerserver/src/main/org/jboss/metadata/ServiceRefMetaData.java+ change resourceCL to URLClassLoader, which it is anyway
1.26modifiedtdieslerserver/src/main/org/jboss/metadata/WebMetaData.java+ change resourceCL to URLClassLoader, which it is anyway
1.47modifiedtdieslerserver/src/main/org/jboss/metadata/XmlFileLoader.java+ change resourceCL to URLClassLoader, which it is anyway
1.29modifiedejortjmx/src/main/org/jboss/mx/modelmbean/ModelMBeanInvoker.javaAdd support for ModelMBeans retrieving their descriptor on every request - disabled for standardmbeansAdd ObjectName retrieval to the invoker (for debugging)Need to update the descriptor back into the modelmbeaninfo after getAttribute()
1.25modifiedejortjmx/src/main/org/jboss/mx/modelmbean/XMBean.javaAdd support for ModelMBeans retrieving their descriptor on every request - disabled for standardmbeansAdd ObjectName retrieval to the invoker (for debugging)Need to update the descriptor back into the modelmbeaninfo after getAttribute()
1.25modifiedejortjmx/src/main/org/jboss/mx/server/AbstractMBeanInvoker.javaAdd support for ModelMBeans retrieving their descriptor on every request - disabled for standardmbeansAdd ObjectName retrieval to the invoker (for debugging)Need to update the descriptor back into the modelmbeaninfo after getAttribute()
1.14modifiedejortjmx/src/main/org/jboss/mx/server/MBeanInvoker.javaAdd support for ModelMBeans retrieving their descriptor on every request - disabled for standardmbeansAdd ObjectName retrieval to the invoker (for debugging)Need to update the descriptor back into the modelmbeaninfo after getAttribute()
1.18modifiedejortjmx/src/main/org/jboss/mx/modelmbean/ModelMBeanConstants.javaUpdate the attribute interceptor to be inline with the JMX1.2.1 spec errataWARNING WARNING WARNINGThe spec has changed to have exactly the opposite behaviour from previous versions (although the current behaviourwas defined in the javadoc)TODO: Need to properly check nothing in jboss is using attribute caching Check all this descriptor processing doesn't impact any main line code
1.10modifiedejortjmx/src/main/org/jboss/mx/interceptor/ModelMBeanAttributeInterceptor.javaUpdate the attribute interceptor to be inline with the JMX1.2.1 spec errataWARNING WARNING WARNINGThe spec has changed to have exactly the opposite behaviour from previous versions (although the current behaviourwas defined in the javadoc)TODO: Need to properly check nothing in jboss is using attribute caching Check all this descriptor processing doesn't impact any main line code
1.21modifiedejortjmx/src/main/javax/management/modelmbean/ModelMBeanInfoSupport.javaOptimize the single descriptor access and fix the name of the notifications field
1.22modifiedejortjmx/src/main/javax/management/modelmbean/DescriptorSupport.javaAdd some context to descriptor.toString()
1.14modifiedloubyanskyserver/src/main/org/jboss/ejb/plugins/cmp/ejbql/JBossQLParser.jjtthe right FROM in the query is the one that has spaces before and after it
1.5modifiedloubyanskyserver/src/main/org/jboss/ejb/plugins/cmp/ejbql/EJBQLParser.jjtthe right FROM in the query is the one that has spaces before and after it
1.2modifiedtdieslertestsuite/src/main/org/jboss/test/ws4ee/marshalltest/AbstractMarshallTestBase.java+ fix array test+ with axis-1.1 all encoding tests pass+ with axis-1.2beta its far from it
1.2deletedtdieslertestsuite/src/resources/ws4ee/marshalltest/META-INF/doc-encoded.wsdl+ introduce compile-wsdl target+ move to dynamically generated wsdl docs
1.2deletedtdieslertestsuite/src/resources/ws4ee/marshalltest/META-INF/doc-literal.wsdl+ introduce compile-wsdl target+ move to dynamically generated wsdl docs
1.2deletedtdieslertestsuite/src/resources/ws4ee/marshalltest/META-INF/rpc-encoded.wsdl+ introduce compile-wsdl target+ move to dynamically generated wsdl docs
1.2deletedtdieslertestsuite/src/resources/ws4ee/marshalltest/META-INF/rpc-literal.wsdl+ introduce compile-wsdl target+ move to dynamically generated wsdl docs
1.366modifiedtdieslertestsuite/build.xml+ introduce compile-wsdl target+ move to dynamically generated wsdl docs

Reply via email to