View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head-jdk-matrix?log=log20050420075242Lbuild.111

BUILD COMPLETE -  build.111
Date of build: 04/20/2005 07:52:42
Time to build: 36 minutes 48 seconds
Last changed: 04/20/2005 05:42:37
Last log entry: added a test for xsd binder

 Unit Tests: (0)  Total Errors and Failures: (0)
 

 Modifications since last build:  (123)
1.15modifiedloubyanskytestsuite/src/main/org/jboss/test/xml/PojoServerUnitTestCase.javaadded a test for xsd binder
1.2modifiedstarksmtomcat/src/main/org/jboss/web/tomcat/security/HttpServletRequestPolicyContextHandler.javaCorrect the context key comparision. Resolves (JBAS-1718) JACC javax.servlet.http.HttpServletRequest PolicyContext data is null.
1.29modifiedejortconnector/src/main/org/jboss/resource/connectionmanager/RARDeployment.javaFix to avoid toString() used in logging, etc.throwing a NullPointerException.
1.3modifiedejortmbeans/src/main/org/jboss/mx/server/AbstractMBeanInvoker.javaIf trace is enabled, display the method mapping before resolving dispatching
1.2modifiedejortmbeans/src/main/org/jboss/mx/server/MethodMapper.javaIf trace is enabled, display the method mapping before resolving dispatching
1.2modifiedejortremoting/src/etc/org/jboss/remoting/transport/Connector.xmlFix the XMBean descriptor inline with the changes to the method signature.
1.6modifiedpatriot1burkeejb3/src/main/org/jboss/ejb3/EJBContainerInvocation.javanew constructor for MethodInvocation
1.3modifiedpatriot1burkeejb3/src/main/org/jboss/ejb3/stateless/StatelessClusteredProxy.javanew constructor for MethodInvocation
1.7modifiedpatriot1burkeejb3/src/main/org/jboss/ejb3/stateless/StatelessRemoteProxy.javanew constructor for MethodInvocation
1.5modifiedpatriot1burkeejb3/src/main/org/jboss/ejb3/stateful/StatefulContainerInvocation.javanew constructor for MethodInvocation
1.5modifiedpatriot1burkeejb3/src/main/org/jboss/ejb3/stateful/StatefulRemoteInvocation.javanew constructor for MethodInvocation
1.8modifiedpatriot1burkeejb3/src/main/org/jboss/ejb3/stateful/StatefulRemoteProxy.javanew constructor for MethodInvocation
1.3modifiedpatriot1burkeejb3/src/main/org/jboss/ejb3/stateful/StatefulClusteredProxy.javanew constructor for MethodInvocation
1.3modifiedpatriot1burkeejb3/src/main/org/jboss/ejb3/service/ServiceRemoteProxy.javanew constructor for MethodInvocation
1.3modifiedpatriot1burkeejb3/src/main/org/jboss/ejb3/mdb/ProducerProxy.javanew constructor for MethodInvocation
1.2modifiedpatriot1burkeaspects/src/main/org/jboss/aspects/remoting/PojiProxy.javanew constructor for MethodInvocation
1.2modifiedpatriot1burkejms/src/main/org/jboss/jms/client/container/JMSInvocationHandler.javanew constructor for MethodInvocation
1.2modifiedejortmbeans/src/main/org/jboss/mx/server/AbstractMBeanInvoker.javaIf trace is enabled dump the attribute/operation and dispatchinginformation.Also fix the Operation key's toString() to include a , between each signature string.
1.2modifiedejortmbeans/src/main/org/jboss/mx/interceptor/AbstractInterceptor.javaThere is no need to have a separate log object sinceAbstractInterceptor already has one.
1.2modifiedejortmbeans/src/main/org/jboss/mx/interceptor/ModelMBeanOperationInterceptor.javaThere is no need to have a separate log object sinceAbstractInterceptor already has one.
1.2modifiedejortmbeans/src/main/org/jboss/mx/interceptor/ReflectedDispatcher.javaShow the ObjectName in the error message
1.2modifiedejortmbeans/src/main/org/jboss/mx/server/Invocation.javaImprove invocation.toString() for operations
1.67modifiedpatriot1burkeaop/src/main/org/jboss/aop/AspectXmlLoader.javafix bug in AspectXmlLoaderRemove MethodInfo as field in MethodInvocation
1.25modifiedpatriot1burkeaop/src/main/org/jboss/aop/joinpoint/MethodInvocation.javafix bug in AspectXmlLoaderRemove MethodInfo as field in MethodInvocation
1.23modifiedpatriot1burkeaop/src/main/org/jboss/aop/instrument/MethodExecutionTransformer.javafix bug in AspectXmlLoaderRemove MethodInfo as field in MethodInvocation
1.3modifiedpatriot1burkeaop/src/main/org/jboss/aop/instrument/TransformerCommon.javafix bug in AspectXmlLoaderRemove MethodInfo as field in MethodInvocation
1.1addedejortaspects/src/tests/org/jboss/test/AspectsAllTestSuite.javaSome kernel/aspect tests for annotations.To run: compile for Java5 then ant -f build-test50.xml run-testsTODO: Fix the dependency aspect so it works, I'm only doingthis to simulate field field injection which isn't *yet* in the BeanInfomodel.TODO: Didn't realise until too late that there is already is a test50 sourcedirectory and associated build (needs consolidating)
1.1addedejortaspects/src/resources/tests/META-INF/jboss-aop.xmlSome kernel/aspect tests for annotations.To run: compile for Java5 then ant -f build-test50.xml run-testsTODO: Fix the dependency aspect so it works, I'm only doingthis to simulate field field injection which isn't *yet* in the BeanInfomodel.TODO: Didn't realise until too late that there is already is a test50 sourcedirectory and associated build (needs consolidating)
1.1addedejortaspects/src/tests/org/jboss/test/aspects/microcontainer/test/AbstractMicroContainerTest.javaSome kernel/aspect tests for annotations.To run: compile for Java5 then ant -f build-test50.xml run-testsTODO: Fix the dependency aspect so it works, I'm only doingthis to simulate field field injection which isn't *yet* in the BeanInfomodel.TODO: Didn't realise until too late that there is already is a test50 sourcedirectory and associated build (needs consolidating)
1.1addedejortaspects/src/tests/org/jboss/test/aspects/microcontainer/test/DependencyTestCase.javaSome kernel/aspect tests for annotations.To run: compile for Java5 then ant -f build-test50.xml run-testsTODO: Fix the dependency aspect so it works, I'm only doingthis to simulate field field injection which isn't *yet* in the BeanInfomodel.TODO: Didn't realise until too late that there is already is a test50 sourcedirectory and associated build (needs consolidating)
1.1addedejortaspects/src/tests/org/jboss/test/aspects/microcontainer/test/InterceptorTestCase.javaSome kernel/aspect tests for annotations.To run: compile for Java5 then ant -f build-test50.xml run-testsTODO: Fix the dependency aspect so it works, I'm only doingthis to simulate field field injection which isn't *yet* in the BeanInfomodel.TODO: Didn't realise until too late that there is already is a test50 sourcedirectory and associated build (needs consolidating)
1.1addedejortaspects/src/tests/org/jboss/test/aspects/microcontainer/test/MicroContainerAllTestSuite.javaSome kernel/aspect tests for annotations.To run: compile for Java5 then ant -f build-test50.xml run-testsTODO: Fix the dependency aspect so it works, I'm only doingthis to simulate field field injection which isn't *yet* in the BeanInfomodel.TODO: Didn't realise until too late that there is already is a test50 sourcedirectory and associated build (needs consolidating)
1.10modifiedejortaspects/.classpathSome kernel/aspect tests for annotations.To run: compile for Java5 then ant -f build-test50.xml run-testsTODO: Fix the dependency aspect so it works, I'm only doingthis to simulate field field injection which isn't *yet* in the BeanInfomodel.TODO: Didn't realise until too late that there is already is a test50 sourcedirectory and associated build (needs consolidating)
1.4modifiedejortaspects/build-test50.xmlSome kernel/aspect tests for annotations.To run: compile for Java5 then ant -f build-test50.xml run-testsTODO: Fix the dependency aspect so it works, I'm only doingthis to simulate field field injection which isn't *yet* in the BeanInfomodel.TODO: Didn't realise until too late that there is already is a test50 sourcedirectory and associated build (needs consolidating)
1.1addedejortaspects/src/tests/org/jboss/test/aspects/microcontainer/support/InterceptorInvokedException.javaSome kernel/aspect tests for annotations.To run: compile for Java5 then ant -f build-test50.xml run-testsTODO: Fix the dependency aspect so it works, I'm only doingthis to simulate field field injection which isn't *yet* in the BeanInfomodel.TODO: Didn't realise until too late that there is already is a test50 sourcedirectory and associated build (needs consolidating)
1.1addedejortaspects/src/tests/org/jboss/test/aspects/microcontainer/support/NoAnnotationSimpleInterceptorTestBean.javaSome kernel/aspect tests for annotations.To run: compile for Java5 then ant -f build-test50.xml run-testsTODO: Fix the dependency aspect so it works, I'm only doingthis to simulate field field injection which isn't *yet* in the BeanInfomodel.TODO: Didn't realise until too late that there is already is a test50 sourcedirectory and associated build (needs consolidating)
1.1addedejortaspects/src/tests/org/jboss/test/aspects/microcontainer/support/SimpleBean.javaSome kernel/aspect tests for annotations.To run: compile for Java5 then ant -f build-test50.xml run-testsTODO: Fix the dependency aspect so it works, I'm only doingthis to simulate field field injection which isn't *yet* in the BeanInfomodel.TODO: Didn't realise until too late that there is already is a test50 sourcedirectory and associated build (needs consolidating)
1.1addedejortaspects/src/tests/org/jboss/test/aspects/microcontainer/support/SimpleBeanWithDependency.javaSome kernel/aspect tests for annotations.To run: compile for Java5 then ant -f build-test50.xml run-testsTODO: Fix the dependency aspect so it works, I'm only doingthis to simulate field field injection which isn't *yet* in the BeanInfomodel.TODO: Didn't realise until too late that there is already is a test50 sourcedirectory and associated build (needs consolidating)
1.1addedejortaspects/src/tests/org/jboss/test/aspects/microcontainer/support/SimpleInterceptorTestBean.javaSome kernel/aspect tests for annotations.To run: compile for Java5 then ant -f build-test50.xml run-testsTODO: Fix the dependency aspect so it works, I'm only doingthis to simulate field field injection which isn't *yet* in the BeanInfomodel.TODO: Didn't realise until too late that there is already is a test50 sourcedirectory and associated build (needs consolidating)
1.1addedejortaspects/src/tests/org/jboss/test/aspects/microcontainer/support/TestDependency.javaSome kernel/aspect tests for annotations.To run: compile for Java5 then ant -f build-test50.xml run-testsTODO: Fix the dependency aspect so it works, I'm only doingthis to simulate field field injection which isn't *yet* in the BeanInfomodel.TODO: Didn't realise until too late that there is already is a test50 sourcedirectory and associated build (needs consolidating)
1.1addedejortaspects/src/tests/org/jboss/test/aspects/microcontainer/support/TestDependencyAspect.javaSome kernel/aspect tests for annotations.To run: compile for Java5 then ant -f build-test50.xml run-testsTODO: Fix the dependency aspect so it works, I'm only doingthis to simulate field field injection which isn't *yet* in the BeanInfomodel.TODO: Didn't realise until too late that there is already is a test50 sourcedirectory and associated build (needs consolidating)
1.1addedejortaspects/src/tests/org/jboss/test/aspects/microcontainer/support/TestInvoked.javaSome kernel/aspect tests for annotations.To run: compile for Java5 then ant -f build-test50.xml run-testsTODO: Fix the dependency aspect so it works, I'm only doingthis to simulate field field injection which isn't *yet* in the BeanInfomodel.TODO: Didn't realise until too late that there is already is a test50 sourcedirectory and associated build (needs consolidating)
1.1addedejortaspects/src/tests/org/jboss/test/aspects/microcontainer/support/TestInvokedInterceptor.javaSome kernel/aspect tests for annotations.To run: compile for Java5 then ant -f build-test50.xml run-testsTODO: Fix the dependency aspect so it works, I'm only doingthis to simulate field field injection which isn't *yet* in the BeanInfomodel.TODO: Didn't realise until too late that there is already is a test50 sourcedirectory and associated build (needs consolidating)
1.35modifiedejorttools/etc/buildmagic/modules.entFix a typo
1.5modifiedloubyanskycommon/src/main/org/jboss/xml/binding/sunday/unmarshalling/DocumentHandler.javastarted xsd binder for sunday
1.4modifiedloubyanskycommon/src/main/org/jboss/xml/binding/sunday/unmarshalling/SundayContentHandler.javastarted xsd binder for sunday
1.7modifiedloubyanskycommon/src/main/org/jboss/xml/binding/sunday/unmarshalling/TypeBinding.javastarted xsd binder for sunday
1.1addedloubyanskycommon/src/main/org/jboss/xml/binding/sunday/unmarshalling/XsdBinder.javastarted xsd binder for sunday
1.1addedosdchicagowebservice/src/main/org/jboss/ws/utils/SchemaUtils.javaUtility class that provides schema related utility
1.11modifiedosdchicagowebservice/src/main/org/jboss/ws/utils/WSDLUtils.javaMove some methods to the SchemaUtils class
1.11modifiedosdchicagowebservice/src/main/org/jboss/ws/tools/WSDLToJava.javaUse Xerces Schema Parser
1.2modifiedosdchicagowebservice/src/main/org/jboss/ws/tools/XSDTypeToJava.javaAdd methods that handle the Xerces Schema Parser API in convertinga XSD Complex Type into a Java class file
1.29modifiedosdchicagowebservice/src/main/org/jboss/ws/tools/JavaToWSDL.javaThrow an exception if the servicename is not set in the tools config
1.4modifiedosdchicagowebservice/test/java/org/jboss/test/ws/tools/mapping/MappingFileTestCase.javaAdd config.setServiceName
1.10modifiedosdchicagowebservice/test/java/org/jboss/test/ws/tools/JavaToWSDL11TestCase.javaAdd config.setServiceName to the tests to set the service name in the config
1.12modifiedosdchicagowebservice/test/java/org/jboss/test/ws/tools/JavaToWSDL20TestCase.javaAdd config.setServiceName to the tests to set the service name in the config
1.8modifiedosdchicagowebservice/test/java/org/jboss/test/ws/tools/xsdjava/XSDToJavaTestCase.javaAdd tests that use the Xerces Schema Parser in converting XSD Typesto Java Classes.
1.3modifiedosdchicagowebservice/test/resources/tools/xsd/complextypes/CT_EmptyContent.xsdFix the xsd files
1.3modifiedosdchicagowebservice/test/resources/tools/xsd/complextypes/CT_SequenceGroups.xsdFix the xsd files
1.5modifiedosdchicagowebservice/test/resources/tools/xsd/simpletypes/SimpleType.xsdFix the xsd files
1.5modifiedreverbeliiop/src/main/org/jboss/tm/iiop/OTSServant.javaFix my stupid oversight: remove dummy createResource(long) and renamecreate(long) to createResource(long). (Sorry for breaking the build.)
1.4modifiedstarksmiiop/src/main/org/jboss/tm/iiop/OTSServant.javaAdd the missing createResource(long) to get this to compile
1.27modifiedstarksmserver/src/main/org/jboss/web/AbstractWebDeployer.javaMap the wildcard role name to all declared security-role names. Resolves (JBAS-1695) JACC: incorrect role-name=* mapping of web.xml.
1.13modifiedpatriot1burkekernel/src/main/org/jboss/kernel/plugins/dependency/AbstractKernelController.javaaspect/kernel integration
1.2modifiedpatriot1burkeaop/src/main/org/jboss/aop/ReflectiveAspectBinder.javaaspect/kernel integration
1.1addedpatriot1burkeaop/src/main/org/jboss/aop/XmlLoader.javaaspect/kernel integration
1.1addedpatriot1burkeaop/src/main/org/jboss/aop/XmlLoaderFactory.javaaspect/kernel integration
1.66modifiedpatriot1burkeaop/src/main/org/jboss/aop/AspectXmlLoader.javaaspect/kernel integration
1.6modifiedpatriot1burkeaop/src/main/org/jboss/aop/advice/GenericAspectFactory.javaaspect/kernel integration
1.3modifiedpatriot1burkeaspects/build-test.xmlaspect/kernel integration
1.37modifiedpatriot1burkeaspects/build.xmlaspect/kernel integration
1.1addedpatriot1burkeaspects/src/test/org/jboss/test/kernel/AspectTestCase.javaaspect/kernel integration
1.1addedpatriot1burkeaspects/src/test/org/jboss/test/kernel/Aspectized.javaaspect/kernel integration
1.1addedpatriot1burkeaspects/src/test/org/jboss/test/kernel/KernelTestCase.javaaspect/kernel integration
1.1addedpatriot1burkeaspects/src/test/org/jboss/test/kernel/SimpleAspect.javaaspect/kernel integration
1.1addedpatriot1burkeaspects/src/test/org/jboss/test/kernel/SimpleBean.javaaspect/kernel integration
1.1addedpatriot1burkeaspects/src/test/org/jboss/test/kernel/SimpleBeanImpl.javaaspect/kernel integration
1.1addedpatriot1burkeaspects/src/test/org/jboss/test/kernel/SimpleBeanWithDependency.javaaspect/kernel integration
1.1addedpatriot1burkeaspects/src/test/org/jboss/test/kernel/SimpleBeanWithDependencyImpl.javaaspect/kernel integration
1.2modifiedpatriot1burkeaspects/src/main/org/jboss/aspects/kernel/AspectJoinpointFactory.javaaspect/kernel integration
1.1addedpatriot1burkeaspects/src/main/org/jboss/aspects/kernel/GenericKernelAspectFactory.javaaspect/kernel integration
1.1addedpatriot1burkeaspects/src/main/org/jboss/aspects/kernel/KernelAspectXmlLoader.javaaspect/kernel integration
1.2modifiedpatriot1burkeaspects/src/main/org/jboss/aspects/kernel/AspectClassAdapter.javaaspect/kernel integration
1.3modifiedreverbeliiop/src/main/org/jboss/tm/iiop/OTSServant.javaDTM-related changes.
1.2modifiedreverbeltransaction/src/main/org/jboss/tm/remoting/interfaces/TransactionFactory.javaDTM-related changes.
1.2modifiedreverbeltransaction/src/main/org/jboss/tm/remoting/interfaces/TxPropagationContext.javaDTM-related changes.
1.5modifiedreverbeltransaction/src/main/org/jboss/tm/remoting/server/DTMServant.javaDTM-related changes.
1.4modifiedreverbeltransaction/src/main/org/jboss/tm/remoting/server/DistributedTransactionManager.javaDTM-related changes.
1.2modifiedreverbeltransaction/src/main/org/jboss/tm/remoting/server/DistributedTransactionManagerMBean.javaDTM-related changes.
1.4modifiedreverbeltransaction/src/main/org/jboss/tm/remoting/Invocation.javaDTM-related changes.
1.2modifiedreverbeltransaction/src/main/org/jboss/tm/JBossXATerminator.javaDTM-related changes.
1.2modifiedreverbeltransaction/src/main/org/jboss/tm/ResourceFactory.javaDTM-related changes.
1.44modifiedreverbeltransaction/src/main/org/jboss/tm/TransactionImpl.javaDTM-related changes.
1.25modifiedreverbeltransaction/src/main/org/jboss/tm/TxManager.javaDTM-related changes.
1.1addedreverbeltransaction/src/main/org/jboss/tm/CoordinatorFactory.javaDTM-related changes.
1.8modifiedreverbeltransaction/src/main/org/jboss/tm/GlobalId.javaDTM-related changes.
1.4modifiedpatriot1burkekernel/src/tests/org/jboss/test/kernel/dependency/test/PlainDependencyTestCase.javaGenericBeanFactory test
1.6modifiedpatriot1burkekernel/src/main/org/jboss/beans/metadata/plugins/AbstractValueMetaData.javaif ValueMetaData is the value, then iterate on those children
1.14modifiedstarksmtestsuite/imports/server-config.xmlCleanup the jboss.home.dir and jboss.server.home.dir properties passed into the security manager launch of the server as non-canonical paths in the policy file were seen to result in invalid url encoded codebases in the presence of multiple policy refreshes introduced by JBAS-1590.
1.3modifiedejortkernel/src/main/org/jboss/beans/metadata/plugins/AbstractMapMetaData.javaAdd the values not the value set to children.
1.3modifiedpatriot1burkekernel/src/tests/org/jboss/test/kernel/dependency/test/PlainDependencyTestCase.javacut and paste error?
1.24modifiedejortaop/.classpathUpdate the eclipse build to use java5 for aop
1.6modifiedbdecoste1server/src/main/org/jboss/invocation/unified/interfaces/UnifiedInvokerProxy.javaAdded break to version switch statement
1.4modifiedbdecoste1remoting/src/main/org/jboss/remoting/loading/CompressedClassBytes.javaAdded break to version switch statement
1.2modifiedejortejb3/.classpathEnable EJB3 for eclipse builds
1.3modifiedejortejb3x/.classpathEnable EJB3 for eclipse builds
1.3deletedstarksmtestsuite/src/main/org/jboss/test/jbossmq/test/OILConnectionUnitTestCase.javaRemove the references to the oil and rmi invokers as these have been obsoleted and moved to the jms examples.
1.3deletedstarksmtestsuite/src/main/org/jboss/test/jbossmq/test/OILJBossMQUnitTestCase.javaRemove the references to the oil and rmi invokers as these have been obsoleted and moved to the jms examples.
1.3deletedstarksmtestsuite/src/main/org/jboss/test/jbossmq/test/RMIConnectionUnitTestCase.javaRemove the references to the oil and rmi invokers as these have been obsoleted and moved to the jms examples.
1.3deletedstarksmtestsuite/src/main/org/jboss/test/jbossmq/test/RMIJBossMQUnitTestCase.javaRemove the references to the oil and rmi invokers as these have been obsoleted and moved to the jms examples.
1.14modifiedloubyanskytestsuite/src/main/org/jboss/test/xml/PojoServerUnitTestCase.javause constant binding instead of re-creating it for each test
1.6modifiedloubyanskycommon/src/main/org/jboss/xml/binding/sunday/unmarshalling/TypeBinding.javaadded isSimple() method for type
1.5modifiedloubyanskycommon/src/main/org/jboss/xml/binding/sunday/unmarshalling/impl/runtime/RtElementHandler.javaadded runtime-based binding element handler
1.398modifiedstarksmbuild/build.xmlRemove the references to the oil and rmi invokers as these have been obsoleted and moved to the jms examples.
1.1addedstarksmmessaging/src/etc/server/examples/deploy/oil-service.xmlbranches: 1.1.4;Move the oil and rmi invoker services from the deploy to examples dirs as these are obsolete and unmaintained.
1.1addedstarksmmessaging/src/etc/server/examples/deploy/rmi-il-service.xmlbranches: 1.1.4;Move the oil and rmi invoker services from the deploy to examples dirs as these are obsolete and unmaintained.
1.6deletedstarksmmessaging/src/etc/server/default/deploy/oil-service.xmlMove the oil and rmi invoker services from the deploy to examples dirs as these are obsolete and unmaintained.
1.3deletedstarksmmessaging/src/etc/server/default/deploy/rmi-il-service.xmlMove the oil and rmi invoker services from the deploy to examples dirs as these are obsolete and unmaintained.
1.6modifiedstarksmtomcat/src/resources/web.xmlAdd the engineOptionsClass to enable use of the custom JspSerlvetOptions/TagLibCache to allow tag lib descriptors to be loaded from the jars in the tomcat sar conf/tlds directory.
1.2modifiedstarksmtomcat/src/main/org/jboss/web/tomcat/tc5/jasper/TagLibCache.javaUpdate to handle parsing jars in the WEB-INF/lib dir for tlds
1.12modifiedstarksmthirdparty/apache-tomcat55/jasper-compiler.jar- Add patch to JspServlet allowing replacement of the options class.- JBAS-1688: Remove CopyParentClassLoaderRule usage. It seems useless evenfor Tomcat standalone.
1.12modifiedstarksmthirdparty/apache-tomcat55/catalina.jar- Add patch to JspServlet allowing replacement of the options class.- JBAS-1688: Remove CopyParentClassLoaderRule usage. It seems useless evenfor Tomcat standalone.
1.4modifiedstarksmsecurity/src/main/org/jboss/security/auth/login/LoginConfigObjectModelFactory.javaSet the default value for a module-option to an empty string rather than null. Resovles (JBAS-1682) LDAP support: Roles in root context (empty searchBase) not supported.

Reply via email to