View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-jdk-matrix?log=log20050315104640Lbuild.108

BUILD COMPLETE -  build.108
Date of build: 03/15/2005 10:46:40
Time to build: 38 minutes 26 seconds
Last changed: 03/15/2005 01:53:05
Last log entry: Fix attachments on the return path (JBWS-146)

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

 Modifications since last build:  (62)
1.1.2.8modifiednihilitytestsuite/src/main/org/jboss/test/webservice/attachment/AttachmentProxyTestCase.javaFix attachments on the return path (JBWS-146)
1.1.2.2modifiednihilityjaxrpc/src/main/org/jboss/axis/encoding/DefaultTypeMappingImpl.javaFix attachments on the return path (JBWS-146)
1.1.2.2modifiednihilityjaxrpc/src/main/org/jboss/axis/wsdl/toJava/Utils.javaFix attachments on the return path (JBWS-146)
1.3.6.1deletedstarksmvaria/src/main/org/jboss/tools/Boot.javano message
1.2.6.1modifiedejorttestsuite/src/main/org/jboss/test/jbossmq/test/UIL2ConnectionUnitTestCase.java[JBAS-1578] - Send ReceiveRequestMsg as one-wayWhen delivering messages to the client, there is no need for the delivery thread to wait for the clientto say it got them.
1.4.6.2modifiedejortmessaging/src/main/org/jboss/mq/il/uil2/msgs/ReceiveRequestMsg.java[JBAS-1578] - Send ReceiveRequestMsg as one-wayWhen delivering messages to the client, there is no need for the delivery thread to wait for the clientto say it got them.
1.4.6.1modifiedejortmessaging/src/main/org/jboss/mq/il/uil2/ServerSocketManagerHandler.java[JBAS-1578] - Send ReceiveRequestMsg as one-wayWhen delivering messages to the client, there is no need for the delivery thread to wait for the clientto say it got them.
1.3.6.2modifiedejortmessaging/src/main/org/jboss/mq/il/uil2/UILClientIL.java[JBAS-1578] - Send ReceiveRequestMsg as one-wayWhen delivering messages to the client, there is no need for the delivery thread to wait for the clientto say it got them.
1.3.6.1modifiedejortmessaging/src/main/org/jboss/mq/il/uil2/UILClientILService.java[JBAS-1578] - Send ReceiveRequestMsg as one-wayWhen delivering messages to the client, there is no need for the delivery thread to wait for the clientto say it got them.
1.3.6.1modifiedejortmessaging/src/main/org/jboss/mq/il/uil2/UILServerILFactory.java[JBAS-1578] - Send ReceiveRequestMsg as one-wayWhen delivering messages to the client, there is no need for the delivery thread to wait for the clientto say it got them.
1.5.6.3modifiedejortmessaging/src/main/org/jboss/mq/il/uil2/UILServerILService.java[JBAS-1578] - Send ReceiveRequestMsg as one-wayWhen delivering messages to the client, there is no need for the delivery thread to wait for the clientto say it got them.
1.3.6.1modifiedejortmessaging/src/main/org/jboss/mq/il/uil2/UILClientIL.javaAdd the missing serialVersionUID
1.1.2.3modifiedejortconnector/src/resources/dtd/jboss-ds_1_5.dtd[JBAS-1564] - Autocommit and PreparedStatementCacheThe prepared statement is not reused when autocommit is on.Reuse is defined as asking for the same prepared statement twice in the same transactionwithout closing the first request statement.Since this behaviour is not in the spec, I've also disabled reuse for autocommit==falsehowever if your database supports it, you can re-enable it with<share-prepared-statements>true</share-prepared-statements>in your -ds.xml
1.10.4.1modifiedejortconnector/src/resources/xa-rar/META-INF/ra.xml[JBAS-1564] - Autocommit and PreparedStatementCacheThe prepared statement is not reused when autocommit is on.Reuse is defined as asking for the same prepared statement twice in the same transactionwithout closing the first request statement.Since this behaviour is not in the spec, I've also disabled reuse for autocommit==falsehowever if your database supports it, you can re-enable it with<share-prepared-statements>true</share-prepared-statements>in your -ds.xml
1.12.4.1modifiedejortconnector/src/resources/local-rar/META-INF/ra.xml[JBAS-1564] - Autocommit and PreparedStatementCacheThe prepared statement is not reused when autocommit is on.Reuse is defined as asking for the same prepared statement twice in the same transactionwithout closing the first request statement.Since this behaviour is not in the spec, I've also disabled reuse for autocommit==falsehowever if your database supports it, you can re-enable it with<share-prepared-statements>true</share-prepared-statements>in your -ds.xml
1.22.2.4modifiedejortconnector/src/resources/stylesheets/ConnectionFactoryTemplate.xsl[JBAS-1564] - Autocommit and PreparedStatementCacheThe prepared statement is not reused when autocommit is on.Reuse is defined as asking for the same prepared statement twice in the same transactionwithout closing the first request statement.Since this behaviour is not in the spec, I've also disabled reuse for autocommit==falsehowever if your database supports it, you can re-enable it with<share-prepared-statements>true</share-prepared-statements>in your -ds.xml
1.6.4.3modifiedejortconnector/src/main/org/jboss/resource/adapter/jdbc/BaseWrapperManagedConnection.java[JBAS-1564] - Autocommit and PreparedStatementCacheThe prepared statement is not reused when autocommit is on.Reuse is defined as asking for the same prepared statement twice in the same transactionwithout closing the first request statement.Since this behaviour is not in the spec, I've also disabled reuse for autocommit==falsehowever if your database supports it, you can re-enable it with<share-prepared-statements>true</share-prepared-statements>in your -ds.xml
1.16.2.2modifiedejortconnector/src/main/org/jboss/resource/adapter/jdbc/BaseWrapperManagedConnectionFactory.java[JBAS-1564] - Autocommit and PreparedStatementCacheThe prepared statement is not reused when autocommit is on.Reuse is defined as asking for the same prepared statement twice in the same transactionwithout closing the first request statement.Since this behaviour is not in the spec, I've also disabled reuse for autocommit==falsehowever if your database supports it, you can re-enable it with<share-prepared-statements>true</share-prepared-statements>in your -ds.xml
1.2.4.3modifiedejortconnector/src/main/org/jboss/resource/adapter/jdbc/CachedPreparedStatement.java[JBAS-1564] - Autocommit and PreparedStatementCacheThe prepared statement is not reused when autocommit is on.Reuse is defined as asking for the same prepared statement twice in the same transactionwithout closing the first request statement.Since this behaviour is not in the spec, I've also disabled reuse for autocommit==falsehowever if your database supports it, you can re-enable it with<share-prepared-statements>true</share-prepared-statements>in your -ds.xml
1.4.6.1modifiedejortmessaging/src/main/org/jboss/mq/il/uil2/msgs/ReceiveRequestMsg.java[JBAS-1578] - Trim the ReceiveRequestMsg when sending the reply.
1.24.2.5modifiedejorttestsuite/.classpathFix the eclipe build
1.15.6.3modifiedejortconsole/.classpathFix the eclipse build
1.17.2.5modifiedejortvaria/.classpathFix the eclipse build
1.7.6.2modifiedejortjms/.classpathFix the eclipse build
1.12.2.5modifiedejortremoting/.classpathFix the eclipse build
1.12.4.3modifiedejortcache/.classpathFix the eclipse build
1.7.6.1modifiedanddsystem/src/main/org/jboss/system/ServiceMBean.javaJBAS-1577: white-space in ServiceMBean EVENT types, removed
1.117.2.7modifiedstarksmserver/src/etc/conf/default/jboss-service.xmlShow the ScanEnabled attribute in the URLDeploymentScanner explicitly with its default value of true.
1.29.2.1modifiedejortmessaging/src/main/org/jboss/mq/pm/jdbc2/PersistenceManager.java[JBAS-1583] - JMS_TRANSACTIONS - primary key violationThe calculation of the max txid should be done before the incomplete transactions are rolled back.
1.1.2.1modifiedanddsystem/src/main/org/jboss/system/filterfactory/AttributeChangeNotificationFilterFactory.javaNew Feature: JBAS-1365 - extension to ListenerServiceMBeanSupportThe filter mechanism has been extended to support specificationof arbitrary filters, using dynamic filter factory pluginsimplementing the NotificationFilterFactory interface.Three filter factories corresponding to the "standard" jmxnotification filters are supplied by default in packageorg.jboss.system.filterfactory.
1.1.2.1modifiedanddsystem/src/main/org/jboss/system/filterfactory/MBeanServerNotificationFilterFactory.javaNew Feature: JBAS-1365 - extension to ListenerServiceMBeanSupportThe filter mechanism has been extended to support specificationof arbitrary filters, using dynamic filter factory pluginsimplementing the NotificationFilterFactory interface.Three filter factories corresponding to the "standard" jmxnotification filters are supplied by default in packageorg.jboss.system.filterfactory.
1.1.2.1modifiedanddsystem/src/main/org/jboss/system/filterfactory/NotificationFilterSupportFactory.javaNew Feature: JBAS-1365 - extension to ListenerServiceMBeanSupportThe filter mechanism has been extended to support specificationof arbitrary filters, using dynamic filter factory pluginsimplementing the NotificationFilterFactory interface.Three filter factories corresponding to the "standard" jmxnotification filters are supplied by default in packageorg.jboss.system.filterfactory.
1.5.4.2modifiedanddsystem/src/main/org/jboss/system/ListenerServiceMBeanSupport.javaNew Feature: JBAS-1365 - extension to ListenerServiceMBeanSupportThe filter mechanism has been extended to support specificationof arbitrary filters, using dynamic filter factory pluginsimplementing the NotificationFilterFactory interface.Three filter factories corresponding to the "standard" jmxnotification filters are supplied by default in packageorg.jboss.system.filterfactory.
1.1.2.1modifiedanddsystem/src/main/org/jboss/system/NotificationFilterFactory.javaNew Feature: JBAS-1365 - extension to ListenerServiceMBeanSupportThe filter mechanism has been extended to support specificationof arbitrary filters, using dynamic filter factory pluginsimplementing the NotificationFilterFactory interface.Three filter factories corresponding to the "standard" jmxnotification filters are supplied by default in packageorg.jboss.system.filterfactory.
1.3.4.1modifiedanddsystem/src/main/org/jboss/system/ListenerServiceMBean.javaNew Feature: JBAS-1365 - extension to ListenerServiceMBeanSupportThe filter mechanism has been extended to support specificationof arbitrary filters, using dynamic filter factory pluginsimplementing the NotificationFilterFactory interface.Three filter factories corresponding to the "standard" jmxnotification filters are supplied by default in packageorg.jboss.system.filterfactory.
1.2.4.2modifiedanddsystem/src/resources/dtd/jboss-subscription.dtdNew Feature: JBAS-1365 - extension to ListenerServiceMBeanSupportThe filter mechanism has been extended to support specificationof arbitrary filters, using dynamic filter factory pluginsimplementing the NotificationFilterFactory interface.Three filter factories corresponding to the "standard" jmxnotification filters are supplied by default in packageorg.jboss.system.filterfactory.
1.2.6.1modifiedejortmessaging/src/etc/server/examples/deploy/null-persistence-service.xml[JBAS-1582] - NPM - example delegate persistence manager is wrong, attribute name should be DelegatePM
1.6.2.1modifiedejortmessaging/src/main/org/jboss/mq/sm/jdbc/JDBCStateManager.java[JBAS-1581] - JDBC StateManager - CREATE_TABLES_ON_STARTUP is wrongThe config now accepts both CREATE_TABLES_ON_STARTUP andCREATE_TABLES_ON_START_UP (for backwards compatibility)
1.1.4.2modifiedosdchicagovaria/src/main/org/jboss/jaxr/juddi/JUDDIService.javaChange the log level to "debug" from "warn" for the DB initialization process.
1.117.2.6modifiedstarksmserver/src/etc/conf/default/jboss-service.xmlShow the ScanEnabled attribute in the URLDeploymentScanner explicitly with its default value of true.
1.1.2.7modifiedstarksmbuild/docs/readme.htmlInclude the release notes summary in the the readme.
1.117.2.5modifiedstarksmserver/src/etc/conf/default/jboss-service.xmlReplace the Filter attribute with a FilterInstance attribute that allows the ignored prefixes, suffixes and matches. Resolves (JBAS-1494) Need to expose the filter list for the default Filter implementation on URLDeploymentScanner.
1.32.2.1modifiedstarksmsystem/src/main/org/jboss/deployment/scanner/URLDeploymentScanner.javaAdd a FilterInstance attribute that allows one to set the URLFilter instance
1.6.6.1modifiedstarksmsystem/src/main/org/jboss/deployment/scanner/DeploymentFilter.javaAdd getters/setters for suffixes, prefixes and matches.
1.6.4.2modifiedstarksmtestsuite/src/main/org/jboss/test/util/test/PropertyEditorsUnitTestCase.javaUpdate the string array tests to test escaped commas.
1.6.6.1modifiedstarksmcommon/src/main/org/jboss/util/propertyeditor/StringArrayEditor.javaUpdate to support escaped commas specified using a backslash: \, to incorporate commas in a string element.
1.173.2.8modifiedstarksmserver/build.xmlRemove the obsolete org/jboss/ejb/timer/* classes from the xdoclet build
1.7.4.1modifiedstarksmj2ee/src/main/javax/security/jacc/EJBMethodPermission.javaFix the serialVersionUID variable name
1.3.6.1modifiedstarksmj2ee/src/main/javax/security/jacc/EJBRoleRefPermission.javaFix the serialVersionUID variable name
1.3.2.10modifiedstarksmtools/etc/buildmagic/version-info.xmlUpdate for the 4.0.2RC1 release
1.18.2.15modifiedstarksmtools/etc/buildmagic/buildmagic.entUpdate for the 4.0.2RC1 release
1.1.2.6modifiedstarksmbuild/docs/readme.htmlUpdate for the 4.0.2RC1 release
1.43.2.2modifiedstarksmcluster/src/main/org/jboss/ha/framework/server/HAPartitionImpl.javaUpdate the rpc handler comment
1.43.2.1modifiedstarksmcluster/src/main/org/jboss/ha/framework/server/HAPartitionImpl.javaSimply return any throwable seen during the rpc handler method call dispatch as this is the only way to propagate an exception to the caller. Resolves (JBAS-1571) Logging of cluster rpc method exceptions at warn level is incorrect.
1.406.2.44modifiedstarksmtestsuite/build.xmlUse the XMLJUnitMultipleResultFormatter to seperate the JACC tests rerun with a security manager.
1.3.6.1modifiedstarksmtestsuite/src/main/org/jboss/test/cts/test/MDBInvoker.javaAdd some additional logging of the invoker.
1.15.4.2modifiedstarksmtestsuite/src/resources/cts/META-INF/jboss.xmlUpdate the SubclassMDB destination to queue/C as the B queue is used by the cts test client.
1.5.4.4modifiedstarksmsecurity/src/main/org/jboss/security/jacc/DelegatingPolicy.javaInclude the delegate policy ProtectionDomain permissions when building the PermissionCollection in getPermissions(ProtectionDomain). Resolves (JBAS-1526) Jacc: Request for the DelegatingPolicy.getPermissions(x) to also return the permissions of the replaced delegate.
1.355.2.26modifiedstarksmbuild/build.xmlRemove the unused jbossha-httpsession.sar
1.28.6.4modifiedstarksmcluster/src/etc/cluster-service.xmlExpose all HANamingService attributes by default.
1.2.4.7modifiedstarksmcluster/src/main/org/jboss/ha/jndi/DetachedHANamingService.javaRemove all local thread creation and instead use the thread pool passed in via the LookupPool. If no LookupPool is specified a BasicThreadPool("HANamingBootstrap Pool") is created. Resolves (JBAS-1558) HAJNDI should use a thread pool.
1.2.4.3modifiedstarksmcluster/src/main/org/jboss/ha/jndi/DetachedHANamingServiceMBean.javaRemove all local thread creation and instead use the thread pool passed in via the LookupPool. If no LookupPool is specified a BasicThreadPool("HANamingBootstrap Pool") is created. Resolves (JBAS-1558) HAJNDI should use a thread pool.

Reply via email to