View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2-jdk-matrix?log=log20041103203109

BUILD FAILED
Ant Error Message: /home/cruisecontrol/work/scripts/build-jboss-head.xml:72: The following error occurred while executing this line: /home/cruisecontrol/work/scripts/build-jboss-head.xml:34: Exit code: 1 See compile_jdk131.log in Build Artifacts for details. JAVA_HOME=/opt/jdk1.3.1_13/
Date of build: 11/03/2004 20:31:09
Time to build: 15 minutes 10 seconds
Last changed: 11/03/2004 19:48:11
Last log entry: The getManagedConnectionFactoryAttribute(String name) method was incorrectly looking for a 'set' + ... method name instead of 'get' + ... and so was not able to retrive the mcf attributes.

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

 Modifications since last build:  (79)
1.28modifiedstarksmconnector/src/main/org/jboss/resource/connectionmanager/RARDeployment.javaThe getManagedConnectionFactoryAttribute(String name) method was incorrectly looking for a 'set' + ... method name instead of 'get' + ... and so was not able to retrive the mcf attributes.
1.1addedkabkhanthirdparty/beanshell/beanshell/lib/license.htmlbranches: 1.1.2; 1.1.4;Added beanshell license
1.3deletedkabkhanthirdparty/beanshell/beanshell/lib/bsh-core-1.3.0.jarReplaced bsh-commands-1.3.0.jar and bsh-core-1.3.0.jar with bsh-1.3.0.jar.bsh-1.3.0 contains everything bsh-commands-1.3.0.jar and bsh-core-1.3.0.jar did,but also additional functionality needed for an aspect (dbc) in the aspects module
1.1addedkabkhanthirdparty/beanshell/beanshell/lib/bsh-1.3.0.jarbranches: 1.1.2; 1.1.4;Replaced bsh-commands-1.3.0.jar and bsh-core-1.3.0.jar with bsh-1.3.0.jar.bsh-1.3.0 contains everything bsh-commands-1.3.0.jar and bsh-core-1.3.0.jar did,but also additional functionality needed for an aspect (dbc) in the aspects module
1.2deletedkabkhanthirdparty/beanshell/beanshell/lib/bsh-commands-1.3.0.jarReplaced bsh-commands-1.3.0.jar and bsh-core-1.3.0.jar with bsh-1.3.0.jar.bsh-1.3.0 contains everything bsh-commands-1.3.0.jar and bsh-core-1.3.0.jar did,but also additional functionality needed for an aspect (dbc) in the aspects module
1.95modifiedloubyanskyvaria/build.xmlcreate derby-plugin.jar
1.2modifiedloubyanskyvaria/src/main/org/jboss/jdbc/DerbyDatabase.javasimple mbean to embed Derby
1.86modifiedloubyanskyserver/src/etc/conf/default/standardjbosscmp-jdbc.xmladded Derby type-mapping
1.2modifiedloubyanskyconnector/src/etc/example-config/derby-ds.xml-ds.xml for derby
1.4modifiedbelabanremoting/src/test/org/jboss/remoting/DistributedTest.javachanged incorrect properties
1.8modifiedanddhibernate/src/main/org/jboss/hibernate/jmx/Hibernate.javaremove unecessary notification classes, emit distinct typeshibernate.sessionfactory.createhibernate.sessionfactory.destroy
1.3deletedanddhibernate/src/main/org/jboss/hibernate/jmx/SessionFactoryBuiltEvent.javaremove unecessary notification classes, emit distinct typeshibernate.sessionfactory.createhibernate.sessionfactory.destroy
1.3deletedanddhibernate/src/main/org/jboss/hibernate/jmx/SessionFactoryDestroyedEvent.javaremove unecessary notification classes, emit distinct typeshibernate.sessionfactory.createhibernate.sessionfactory.destroy
1.12modifiedbelabantestsuite/src/main/org/jboss/test/cache/test/local/TxUnitTestCase.javaoptimized imports
1.11modifiedbelabancache/docs/design/JBossCacheRoadmap.txtno message
1.24modifiedbelabancache/docs/Changelog.txtno message
1.31modifiedstarksmtomcat/src/main/org/jboss/web/tomcat/tc5/TomcatDeployer.javaExtract the JACC context setup to the JaccContextValue and update the logic for determining if the session is expired and should trigger a flush of the authentication cache. Fixes [1054942] Setting flushOnSessionInvalidation to true doesn't work.
1.19modifiedstarksmtomcat/src/main/org/jboss/web/tomcat/security/SecurityAssociationValve.javaExtract the JACC context setup to the JaccContextValue and update the logic for determining if the session is expired and should trigger a flush of the authentication cache. Fixes [1054942] Setting flushOnSessionInvalidation to true doesn't work.
1.3modifiedstarksmtomcat/src/main/org/jboss/web/tomcat/security/JaccAuthorizationRealm.javaObject the active web codesource from the JaccContextValve
1.18modifiedstarksmtomcat/src/main/org/jboss/web/tomcat/security/SecurityAssociationValve.javaUse the JBossGenericalPrincpial auth principal for the security association propagation.
1.3modifiedstarksmtomcat/src/main/org/jboss/web/tomcat/security/CustomPrincipalValve.javaSave the original authentication principal as well as the any caller principal mapping in the JBossGenericalPrincpial so that the correct caller principal is returned and the correct authentication principal can be propagated.
1.5modifiedstarksmtomcat/src/main/org/jboss/web/tomcat/security/JBossGenericPrincipal.javaSave the original authentication principal as well as the any caller principal mapping in the JBossGenericalPrincpial so that the correct caller principal is returned and the correct authentication principal can be propagated.
1.11modifiedstarksmtomcat/src/main/org/jboss/web/tomcat/security/JBossSecurityMgrRealm.javaSave the original authentication principal as well as the any caller principal mapping in the JBossGenericalPrincpial so that the correct caller principal is returned and the correct authentication principal can be propagated.
1.2modifiedstarksmtomcat/src/main/org/jboss/web/tomcat/security/JaccContextValve.javaA Valve that sets the JACC context id and HttpServletRequest policy context handler value. The context id needs to be established prior to any authorization valves
1.65modifiedstarksmserver/src/main/org/jboss/ejb/EjbModule.javaAdd a special unchecked permission for the Handle.getEJBObject method used by stateful session handles to obtain the bean interface.
1.9modifiedstarksmtestsuite/imports/server-config.xmlDisable the filtering during the copying of the baseconf in the create-config macrodef
1.179modifiedbwang00cache/src/main/org/jboss/cache/TreeCache.java_getChildrenNames need to return Set of String type.
1.23modifiedstarksmserver/src/main/org/jboss/web/AbstractWebDeployer.javaFix the WebRoleRefPermissions creation
1.36modifiedstarksmserver/src/main/org/jboss/metadata/WebMetaData.javaAdd accessors for the web.xml servlet-name and security-role values and parse the servlet/security-role-ref elements
1.2modifiedstarksmtestsuite/src/resources/web/roles.propertiesAdd a ServletUser role ref and ServletUserRole for isUserInRole tests
1.17modifiedstarksmtestsuite/src/resources/web/WEB-INF/jbosstest-web.xmlAdd a ServletUser role ref and ServletUserRole for isUserInRole tests
1.426modifiedstarksmtestsuite/build.xmlAdd a tests-jacc-security target
1.33modifiedbwang00cache/docs/design/todo.txtUpdated
1.5modifiedstarksmtestsuite/src/main/org/jboss/test/cts/jms/MsgSender.javaFix the wildcard import usage to build correctly under java5
1.4modifiedstarksmtestsuite/src/main/org/jboss/test/cts/jms/ContainerMBox.javaFix the wildcard import usage to build correctly under java5
1.5modifiedstarksmtestsuite/src/main/org/jboss/test/jmsra/bean/PublisherBean.javaFix the wildcard import usage to build correctly under java5
1.2modifiedanddvaria/src/main/org/jboss/monitor/services/ActiveAlarmTable.javaported MemoryMonitor and ActiveAlarmTable from 3.2
1.2modifiedanddvaria/src/main/org/jboss/monitor/services/MemoryMonitor.javaported MemoryMonitor and ActiveAlarmTable from 3.2
1.2modifiedanddvaria/src/main/org/jboss/monitor/alarm/Alarm.javaported MemoryMonitor and ActiveAlarmTable from 3.2
1.2modifiedanddvaria/src/main/org/jboss/monitor/alarm/AlarmKey.javaported MemoryMonitor and ActiveAlarmTable from 3.2
1.2modifiedanddvaria/src/main/org/jboss/monitor/alarm/AlarmManager.javaported MemoryMonitor and ActiveAlarmTable from 3.2
1.2modifiedanddvaria/src/main/org/jboss/monitor/alarm/AlarmNotification.javaported MemoryMonitor and ActiveAlarmTable from 3.2
1.2modifiedanddvaria/src/main/org/jboss/monitor/alarm/AlarmTable.javaported MemoryMonitor and ActiveAlarmTable from 3.2
1.2modifiedanddvaria/src/main/org/jboss/monitor/alarm/AlarmTableException.javaported MemoryMonitor and ActiveAlarmTable from 3.2
1.2modifiedanddvaria/src/main/org/jboss/monitor/alarm/AlarmTableNotification.javaported MemoryMonitor and ActiveAlarmTable from 3.2
1.2modifiedanddvaria/src/main/org/jboss/monitor/alarm/MBeanImplAccess.javaported MemoryMonitor and ActiveAlarmTable from 3.2
1.3modifiedanddvaria/src/etc/monitoring-service.xmlported MemoryMonitor and ActiveAlarmTable from 3.2
1.20modifiedbwang00testsuite/src/main/org/jboss/test/cache/test/replicated/SyncTxUnitTestCase.javaUse xml config
1.10modifiedstarksmtestsuite/src/main/org/jboss/test/jbossmq/test/RollBackUnitTestCase.javaFix the wildcard import usage to build correctly under java5
1.9modifiedstarksmtestsuite/src/main/org/jboss/test/jbossmq/test/UnackedUnitTestCase.javaFix the wildcard import usage to build correctly under java5
1.5modifiedstarksmtestsuite/src/main/org/jboss/test/jbossmq/perf/SendReplyPerfStressTestCase.javaFix the wildcard import usage to build correctly under java5
1.9modifiedstarksmtestsuite/src/main/org/jboss/test/jbossmq/perf/JBossMQPerfStressTestCase.javaFix the wildcard import usage to build correctly under java5
1.22modifiedstarksmtestsuite/imports/test-jars.xmlAdd a source attribute to the javac tasks to build correctly under java5
1.7modifiedsteveebersolehibernate/src/main/org/jboss/hibernate/jmx/Hibernate.javarounded out managed attributes
1.6modifiedsteveebersolehibernate/src/main/org/jboss/hibernate/jmx/Hibernate.javarounded out managed attributes
1.178modifiedbelabancache/src/main/org/jboss/cache/TreeCache.java- split createCacheLoader() into createCacheLoader() and startCacheLoader- replaced Class.getMethod() with Class.getDeclaredMethod()
1.425modifiedstarksmtestsuite/build.xmlInclude the source attribute in the javac task for jdk 1.5
1.424modifiedstarksmtestsuite/build.xmlSynch up with the fixes from the 4.0 branch
1.423modifiedosdchicagotestsuite/build.xmlCorrect jaxr.includes
1.21modifiedstarksmtestsuite/imports/test-jars.xmlMerge the _jars-webservice target changes from 4.0
1.36modifiedstarksmjmx/src/main/org/jboss/mx/modelmbean/ModelMBeanInvoker.javaAdd support for injecting jmx kernel types into the underlying xmbean resource based on the xmbean descriptors/injection metadata. This generalizes the previous single hard coded injection of the MBeanServer if the resource supported a setMBeanServer(MBeanServer) method.
1.35modifiedstarksmjmx/src/main/org/jboss/mx/server/AbstractMBeanInvoker.javaAdd support for injecting jmx kernel types into the underlying xmbean resource based on the xmbean descriptors/injection metadata. This generalizes the previous single hard coded injection of the MBeanServer if the resource supported a setMBeanServer(MBeanServer) method.
1.31modifiedstarksmjmx/src/main/org/jboss/mx/modelmbean/XMBean.javaRefactor the setting of the ModelInfo info ivar to always be done via the setModelMBeanInfo method.
1.26modifiedstarksmjmx/src/main/org/jboss/mx/metadata/JBossXMBean10.javaAdd any injection specifications to the mbean descriptor
1.23modifiedstarksmjmx/src/main/org/jboss/mx/modelmbean/ModelMBeanConstants.javaAdd MBeanServerType, MBeanInfoType, and ObjectNameType constants for the current injection types
1.23modifiedbwang00cache/docs/Changelog.txtUpdated
1.7modifiedbwang00cache/src/main/org/jboss/cache/eviction/AopLRUPolicy.javaAdded trace log level
1.19modifiedbwang00cache/src/main/org/jboss/cache/eviction/LRUAlgorithm.javaAdded trace log level
1.17modifiedbwang00cache/src/main/org/jboss/cache/eviction/LRUPolicy.javaAdded trace log level
1.9modifiedbwang00cache/src/main/org/jboss/cache/eviction/RegionManager.javaAdded trace log level
1.12modifiedbwang00cache/src/main/org/jboss/cache/lock/LockStrategyFactory.javaChanged to trace log level
1.3modifiedstarksmjmx/src/main/org/jboss/mx/interceptor/ReflectedDispatcher.javaProvide a better NPE message when the operation cannot be found on the underlying resource during the invocation dispatch
1.422modifiedstarksmtestsuite/build.xmlGet rid of the local javac.target override
1.18modifiedbwang00cache/src/main/org/jboss/cache/lock/IdentityLock.javaChanged to trace log level
1.51modifiedbwang00cache/src/main/org/jboss/cache/Node.javaChanged to trace log level
1.421modifiedloubyanskytestsuite/build.xmlmoved jaxme and wutka's parsers to library.classpath from tests.classpath
1.420modifiedloubyanskytestsuite/build.xmladded jaxme and wutka's parser to the tests.classpath
1.2modifiedloubyanskycommon/src/main/org/jboss/xml/binding/Util.javavarious XML binding utilities
1.5modifiedloubyanskyserver/src/main/org/jboss/ejb/plugins/cmp/jdbc2/QueryFactory.javafixed [ 1056837 ] NullPointerException in QueryFinder

Reply via email to