BUILD COMPLETE - build.28 |
Date of build: 09/22/2004 02:44:35 |
Time to build: 21 minutes 34 seconds |
Last changed: 09/22/2004 02:06:42 |
Last log entry: Add the missing deleteTimer(String, TimerObjectId) method |
Unit Tests: (0) | |||
Modifications since last build: (24) | ||||
1.2.2.1 | modified | starksm | testsuite/src/main/org/jboss/test/txtimer/test/PersistenceTestCase.java | Add the missing deleteTimer(String, TimerObjectId) method |
1.5.6.1 | modified | starksm | messaging/src/main/org/jboss/mq/il/uil2/UILServerILService.java | Add a ClientAddress attribute that can be used to expose an address the a client that is different from the actual server address. This is useful if a client has to connect through a NAT firewall. |
1.7.2.1 | modified | starksm | messaging/src/main/org/jboss/mq/il/uil2/UILServerIL.java | - Add org.jboss.mq.il.uil2.serverAddr system property allows a client tooverride the address to which it attempts to connect to. This is usefulfor networks where NAT is ocurring between the client and jms server.- Add org.jboss.mq.il.uil2.serverPort system property allows a client tooverride the port to which it attempts to connect. This is useful forfor networks where port forwarding is ocurring between the client and jmsserver.- Add org.jboss.mq.il.uil2.retryCount controls the number of attempts toretry connecting to the jms server. Retries are only made for java.net.ConnectException failures. A value <= 0 means no retry atemptswill be made.- Add org.jboss.mq.il.uil2.retryDelay controls the delay in millisecondsbetween retries due to ConnectException failures. |
1.1.2.1 | modified | patriot1burke | common/src/main/org/jboss/util/propertyeditor/DoubleEditor.java | complete primitive types |
1.1.2.1 | modified | patriot1burke | common/src/main/org/jboss/util/propertyeditor/FloatEditor.java | complete primitive types |
1.1.2.1 | modified | patriot1burke | common/src/main/org/jboss/util/propertyeditor/LongEditor.java | complete primitive types |
1.1.2.1 | modified | patriot1burke | common/src/main/org/jboss/util/propertyeditor/ShortEditor.java | complete primitive types |
1.30.6.1 | modified | starksm | varia/src/main/org/jboss/jdbc/HypersonicDatabase.java | Add -noexit option to HypersonicDatabase when running DatabaseManager to prevent exit of the manager app from killing the server. |
1.12.4.1 | modified | starksm | varia/src/main/org/jboss/varia/scheduler/Scheduler.java | Fix 968759 - Schedulable interface cannot be inherited |
1.2.6.1 | modified | starksm | thirdparty/dom4j-dom4j/README | Update to dom4j 1.5 |
1.2.6.1 | modified | starksm | thirdparty/dom4j-dom4j/lib/dom4j.jar | Update to dom4j 1.5 |
1.6.2.2 | modified | starksm | common/src/main/org/jboss/util/xml/JBossEntityResolver.java | Add a "-//JBoss//DTD JBOSS JCA Config 1.5//EN", "jboss-ds_1_5.dtd" entry |
1.1.2.2 | modified | starksm | connector/src/resources/dtd/jboss-ds_1_0.dtd | Revert the jboss-ds_1_0.dtd to that from 3.2 and move the current jca 1.5 based version to jboss-ds_1_5.dtd |
1.2.6.2 | modified | andd | varia/src/resources/services/snmp/deploy/managers.xml | snmp-adaptor/trapd will bind to specified 'run -b X.X.X.X' local address,unless this is overriden by explicit configuration |
1.2.6.2 | modified | andd | varia/src/main/org/jboss/jmx/adaptor/snmp/trapd/TrapdService.java | snmp-adaptor/trapd will bind to specified 'run -b X.X.X.X' local address,unless this is overriden by explicit configuration |
1.3.6.2 | modified | andd | varia/src/main/org/jboss/jmx/adaptor/snmp/agent/TrapEmitter.java | snmp-adaptor/trapd will bind to specified 'run -b X.X.X.X' local address,unless this is overriden by explicit configuration |
1.3.6.2 | modified | andd | varia/src/main/org/jboss/jmx/adaptor/snmp/agent/TrapFactorySupport.java | snmp-adaptor/trapd will bind to specified 'run -b X.X.X.X' local address,unless this is overriden by explicit configuration |
1.14.6.1 | modified | ejort | connector/src/main/org/jboss/resource/adapter/jdbc/xa/XAManagedConnection.java | Apply patch [1032037] NPE in XAManagedConnection |
1.24.2.1 | modified | ejort | testsuite/.classpath | Compile the webservices tests in eclipse |
1.4.2.1 | modified | tdiesler | server/src/main/org/jboss/ejb/txtimer/DatabasePersistencePolicy.java | Dynamically construct ctrate table DDL from datasource metadata mbean.Scope timerid on timed object to remove the need of a global timerid.Use constant column names. |
1.4.2.1 | modified | tdiesler | server/src/main/org/jboss/ejb/txtimer/NoopPersistencePolicy.java | Dynamically construct ctrate table DDL from datasource metadata mbean.Scope timerid on timed object to remove the need of a global timerid.Use constant column names. |
1.4.2.1 | modified | tdiesler | server/src/main/org/jboss/ejb/txtimer/PersistencePolicy.java | Dynamically construct ctrate table DDL from datasource metadata mbean.Scope timerid on timed object to remove the need of a global timerid.Use constant column names. |
1.11.2.1 | modified | tdiesler | server/src/main/org/jboss/ejb/txtimer/TimerServiceImpl.java | Dynamically construct ctrate table DDL from datasource metadata mbean.Scope timerid on timed object to remove the need of a global timerid.Use constant column names. |
1.7.2.1 | modified | tdiesler | server/src/etc/deploy/ejb-deployer.xml | Dynamically construct ctrate table DDL from datasource metadata mbean.Scope timerid on timed object to remove the need of a global timerid.Use constant column names. |