Summary Period: 2003-07-07 to 2003-09-03
113 (6.7%)
4415 (6.4%)
Module | Changes | Lines of code | Lines each change |
---|---|---|---|
server/src/org/nees/ntcp/server/impl/test/ | 30 (26.5%) | 1147 (25.9%) | 38 |
server/src/org/nees/ntcp/server/impl/ | 14 (12.3%) | 1062 (24.0%) | 75 |
server/src/org/nees/ntcp/server/util/ | 14 (12.3%) | 651 (14.7%) | 46 |
server/src/org/nees/ntcp/server/backend/ | 15 (13.2%) | 446 (10.1%) | 29 |
server/schema/nees/ntcp/ | 6 (5.3%) | 398 (9.0%) | 66 |
server/ | 13 (11.5%) | 261 (5.9%) | 20 |
server/src/org/nees/ntcp/server/backend/test/ | 7 (6.1%) | 213 (4.8%) | 30 |
server/src/org/nees/ntcp/server/state/test/ | 9 (7.9%) | 175 (3.9%) | 19 |
server/src/org/nees/ntcp/server/state/ | 4 (3.5%) | 62 (1.4%) | 15 |
server/schema/ | 1 (0.8%) | 0 (0.0%) | 0 |
Sum | 113 (100%) | 4415 (100%) | 39 |
mdarcy 9/3/03 9:28 PM |
1. Added client-side performance measurement to NtcpHelper 2. Performance measuring is disabled by default, but enabled when running the BasicTest |
130 lines of code changed in: server/src/org/nees/ntcp/server: impl/test/BasicTest.java (+3 -1), util/NtcpHelper.java (+127 -7) | |
mdarcy 8/28/03 9:37 PM |
1. Added basic support for LocalPolicyPlugin - not fully implemented yet - plugins will get loaded, but no calls are made into plugin 2. Added performance profiling to all notable methods - set "isProfiling" to "true" in server-config.wsdd descriptor to enable 3. Exposed socket connect and read/write timeout variables as public members in NTCPHelper so that clients using the API can adjust the values 4. Some minor cleanups to ServiceData handling |
441 lines of code changed in: server/ntcp-server-config.wsdd (+2 -1) server/src/org/nees/ntcp/server: impl/NtcpServerImpl.java (+286 -101), util/NtcpHelper.java (+3 -3) server/src/org/nees/ntcp/server/backend: LocalPolicyPlugin.java (+66 -71), LocalPolicyPluginException.java (new 13), test/DummyLocalPolicyPlugin.java (new 71) | |
mdarcy 8/22/03 10:01 PM |
changed default authorization mode to NoAuthorization added "MostRecentlyChangedTransaction" SDE fixed SDE accumulation bug |
43 lines of code changed in: server/src/org/nees/ntcp/server: impl/NtcpServerImpl.java (+41 -5), util/NtcpHelper.java (+2 -2) | |
mdarcy 8/20/03 1:03 AM |
added security to NTCPServerImpl and NTCPHelper client interface increased timeout for socket I/O operations from 60 seconds to 3 minutes |
223 lines of code changed in: server: ntcp-server-config.wsdd (+1), test.properties (+2 -1), src/org/nees/ntcp/server/util/NtcpHelper.java (+34 -4) server/src/org/nees/ntcp/server/impl: NtcpServerImpl.java (+171 -30), test/BasicTest.java (+15 -8) | |
mdarcy 7/29/03 11:21 PM |
added retry attempts for all NtcpHelper client side SOAP method invocations. currently hardcoded to 10 attempts at 500ms intervals each per Laura |
237 lines of code changed in: server/src/org/nees/ntcp/server/util/NtcpHelper.java (+237 -77) | |
mdarcy 7/28/03 6:50 PM |
added local logger.error messages every time the server throws a remote exception |
42 lines of code changed in: server/src/org/nees/ntcp/server/impl/NtcpServerImpl.java (+42 -17) | |
mdarcy 7/24/03 9:26 PM |
fixed ogsi.gwsdl import copy problem in build file when building against ogsa-3.0 dist dir |
1 lines of code changed in: server/build.xml (+1 -1) | |
mdarcy 7/24/03 3:03 AM |
fixed up server tests, did not renable all of them as there are still a few failing, they can be run individually in with junit though |
48 lines of code changed in: server/src/org/nees/ntcp/server: impl/NtcpServerImpl.java (+1 -1), util/NtcpHelper.java (+1 -1) server/src/org/nees/ntcp/server/impl/test: PackageTests.java (+10), TimeoutTest.java (+9 -20), TransactionDataTest.java (+11 -15) server/src/org/nees/ntcp/server/state/test: NtcpTestUtils.java (+8 -5), NtcpTransactionTest.java (+8 -32) | |
mdarcy 7/23/03 11:04 PM |
oops, setting the default to BasicTestConfig |
1 lines of code changed in: server/test.properties (+1 -1) | |
mdarcy 7/23/03 10:33 PM |
added mechanism for specifying the TestConfig for the server BasicTest at config time via a test.properties file. added two new test configs: MatlabTestConfig and ShorewesternTestConfig with appropriate parameters for each, based on input from Erik and Ravi. fixed basic test so that the cancel() call would log any exception, allowing the test to continue |
220 lines of code changed in: server: build.xml (+1 -1), test.properties (new 1) server/src/org/nees/ntcp/server/impl/test: BasicTest.java (+44 -4), BasicTestConfig.java (+2 -7), MatlabTestConfig.java (new 86), PackageTests.java (+4 -3), ShorewesternTestConfig.java (new 82) | |
Generated by StatCvs v0.1.3