Commit Log (Page 1 of 2)

back to main page

Pages: 1 2 Next >>

Summary Period: 2004-07-22 to 2003-07-17 (Commits 43-142 of 142)

wilk
7/22/04 5:37 AM
Typo correction.
1 lines of code changed in:
matlab/runtests.README (+1 -1)

wilk
7/22/04 5:13 AM
Documentation update.
21 lines of code changed in:
matlab/runtests.README (+21 -7)

pawel
7/1/04 5:03 PM
test instructions lacked compilation instructions
21 lines of code changed in:
matlab/runtests.README (+21)

hubbard
6/21/04 5:07 PM
Changed OGSA_ROOT to be read from environment instead of the properties
file.
14 lines of code changed in:
labview: build.properties (del), build.xml (+14 -3)

gose
6/19/04 9:04 AM
Forgot a change from previous commit (campaign 405)
0 lines of code changed in:
labview/src/org/nees/ntcp/plugins/labview/LabviewNTCPPlugin.java (-5)

gose
6/19/04 8:22 AM
NTCP Labview plugin enhancements (Campaign 405)

o General code cleanup
o Converted debug messages to logger calls using log4j
o Added support for more than one control point delimited by 'control-point'
e.g., propose transaction# cpName param type value control-point cpName2 ...
o Changed connection handling to follow open/closeSession for more
robust restart ability
827 lines of code changed in:
labview: make-dist (del), mdist.conf (del)
labview/src/org/nees/ntcp/plugins/labview: LabviewNTCPPlugin.java (+767 -628), LabviewPluginFactory.java (+60 -52)

hubbard
5/25/04 11:13 AM
Removed excess delimiter, as found by Matt S.
Still need to clean up printf code.
1 lines of code changed in:
labview/src/org/nees/ntcp/plugins/labview/LabviewNTCPPlugin.java (+1 -2)

hubbard
5/13/04 4:03 PM
Fix - rotations were parsed as moments.
6 lines of code changed in:
labview/src/org/nees/ntcp/plugins/labview/LabviewNTCPPlugin.java (+6 -6)

hubbard
5/11/04 3:22 PM
Add concise log messages on key ntcp events.
14 lines of code changed in:
labview/src/org/nees/ntcp/plugins/labview/LabviewNTCPPlugin.java (+14 -5)

hubbard
5/5/04 5:58 PM
Commenting out some of the extra System.out.printlns in the code.
41 lines of code changed in:
labview: build.properties (+2 -3), src/org/nees/ntcp/plugins/labview/LabviewNTCPPlugin.java (+39 -41)

pearlman
2/11/04 4:45 AM
Added some debug statements.
80 lines of code changed in:
matlab/src/org/nees/ntcp/plugins/matlab: client/RemoteCommandBuffer.java (+42 -1), impl/CommandBufferServiceImpl.java (+10 -5)
matlab/src/org/nees/ntcp/plugins/matlab/core: CommandBufferImpl.java (+11 -3), MatlabControlPlugin.java (+17 -15)

pawel
2/7/04 4:10 AM
instructions for tests
-11 lines of code changed in:
matlab/runtests.README (new -11)

pawel
2/6/04 11:11 AM
delCmd polished for freeze
3 lines of code changed in:
matlab/log4j.properties (+3 -3)

pawel
2/6/04 10:56 AM
delCmd polished for freeze
31 lines of code changed in:
matlab: schema/nees/ntcp/command_buffer_port_type.gwsdl (+1 -1), src/org/nees/ntcp/plugins/matlab/impl/CommandBufferServiceImpl.java (+8 -13)
matlab/src/org/nees/ntcp/plugins/matlab/client: RemoteCommandBuffer.java (+7 -3), mtest/CommandBufferServiceImplSim3.java (+1 -1)
matlab/src/org/nees/ntcp/plugins/matlab/client/test: GetPullResilienceTest.java (+3), PushResilienceTest.java (+11)

pawel
2/5/04 9:13 AM
parametrized delCmd
304 lines of code changed in:
matlab: log4j.properties (+8 -8), schema/nees/ntcp/command_buffer_port_type.gwsdl (+15 -10)
matlab/src/org/nees/ntcp/plugins/matlab: impl/CommandBufferServiceImpl.java (+3 -3), mji/Command.java (+1 -1)
matlab/src/org/nees/ntcp/plugins/matlab/client: RemoteCommandBuffer.java (+17 -5), mtest/CommandBufferServiceImplSim3.java (+2 -2)
matlab/src/org/nees/ntcp/plugins/matlab/client/test: GetPullResilienceTest.java (+1 -1), PackageTests.java (+1 -1), PushExecuteResilienceTest.java (+4 -4)
matlab/src/org/nees/ntcp/plugins/matlab/core: CommandBufferImpl.java (+32), SynchronizedFIFO.java (+46 -5), test/SynchronizedFIFOTest.java (new 174)

pawel
1/6/04 10:15 AM
network resilience
2241 lines of code changed in:
matlab: log4j.properties (+7 -3), ntcp_plugin_matlab.wsdd (+1 -46), test_ntcp_plugin_matlab.wsdd (new 88), schema/nees/ntcp/command_buffer_port_type.gwsdl (+14 -2)
matlab/src/org/nees/ntcp/plugins/matlab: client/RemoteCommandBuffer.java (+131 -35), impl/CommandBufferServiceImpl.java (+25 -7)
matlab/src/org/nees/ntcp/plugins/matlab/client/mtest: CommandBufferServiceImplSim1.java (new 60), CommandBufferServiceImplSim3.java (new 223)
matlab/src/org/nees/ntcp/plugins/matlab/client/test: GetPullResilienceTest.java (new 342), HasCmdResilienceTest.java (new 155), PackageTests.java (new 99), PushExecuteResilienceTest.java (new 374), PushResilienceTest.java (new 475)
matlab/src/org/nees/ntcp/plugins/matlab/core: CommandBufferImpl.java (+52 -21), SynchronizedFIFO.java (+17 -5)
matlab/src/org/nees/ntcp/plugins/matlab/core/test: ScenarioTest.java (+9), StateTransitionTest.java (+51)
matlab/src/org/nees/ntcp/plugins/matlab/impl/test: PackageTests.java (+1 -2), RemoteScenarioTest.java (+12 -6), StructuresTestExecute.java (+5 -5), StructuresTestGetCP.java (+2 -2), StructuresTestParam.java (+4 -4), StructuresTestPropose.java (+5 -5)
matlab/src/org/nees/ntcp/plugins/matlab/mji: Command.java (+4 -1), CommandBufferException.java (+7 -1), NoCommandInBufferException.java (new 26), NoSuchCommandException.java (new 26), NoSuchTransactionException.java (new 26)

pawel
12/23/03 8:29 AM
more timeouts
141 lines of code changed in:
matlab: build.properties (+1 -1), log4j.properties (+1 -1), ntcp_plugin_matlab.wsdd (+11), schema/nees/ntcp/command_buffer_port_type.gwsdl (+16 -10)
matlab/src/org/nees/ntcp/plugins/matlab: client/RemoteCommandBuffer.java (+8 -1), impl/CommandBufferServiceImpl.java (+37)
matlab/src/org/nees/ntcp/plugins/matlab/core: CommandBufferImpl.java (+42 -13), SynchronizedFIFO.java (+25 -8)

pawel
12/20/03 9:26 AM
structures test of mplugin and client timeoutof some commands
2059 lines of code changed in:
matlab/src/org/nees/ntcp/plugins/matlab: client/RemoteCommandBuffer.java (+72 -78), impl/CommandBufferServiceImpl.java (+1 -1), mji/CommandBufferException.java (+3)
matlab/src/org/nees/ntcp/plugins/matlab/core: CommandBufferImpl.java (+8 -5), MatlabControlPlugin.java (+2 -2), MatlabPluginFactory.java (+29 -12)
matlab/src/org/nees/ntcp/plugins/matlab/core/mtest: DummyTransactionListener.java (+4), ServerSimulator.java (+4)
matlab/src/org/nees/ntcp/plugins/matlab/core/test: DummyExecutionMatlab.java (+1), DummyMatlab.java (+2 -3), ScenarioTest.java (+8 -5)
matlab/src/org/nees/ntcp/plugins/matlab/impl/test: MatlabClientTest.java (+2 -1), PackageTests.java (+54 -2), RemoteScenarioTest.java (+2 -2), StructuresTestExecute.java (new 710), StructuresTestGetCP.java (new 279), StructuresTestParam.java (new 304), StructuresTestPropose.java (new 574)

cphillip
12/11/03 4:20 PM
o Add packaging files to labview plugin.
0 lines of code changed in:
labview: make-dist (new 0), mdist.conf (new 0)

pearlman
12/1/03 6:44 PM
Fault-tolerance changes from SC demo.
71 lines of code changed in:
matlab/src/org/nees/ntcp/plugins/matlab/client/RemoteCommandBuffer.java (+71 -12)

calderon
11/17/03 3:32 PM
Fix setExecuteTimeOut
15 lines of code changed in:
labview: build.properties (+2 -2), src/org/nees/ntcp/plugins/labview/LabviewNTCPPlugin.java (+13)

calderon
11/3/03 6:05 PM
lates working version, no threads on this one
113 lines of code changed in:
labview/src/org/nees/ntcp/plugins/labview/LabviewNTCPPlugin.java (+113 -135)

calderon
10/29/03 5:47 PM
saving code
123 lines of code changed in:
labview/src/org/nees/ntcp/plugins/labview: LabviewNTCPPlugin.java (+86 -15), LabviewPluginFactory.java (+31 -22)
labview/src/org/nees/ntcp/plugins/labview/test: BasicTest.java (+5 -5), LabviewTestConfig.java (+1 -1)

calderon
10/28/03 5:28 PM
test changes, added a second parameter to controlPoints
3 lines of code changed in:
labview/src/org/nees/ntcp/plugins/labview/test: BasicTest.java (+1 -1), LabviewTestConfig.java (+2 -2)

calderon
10/28/03 4:48 PM
change BasicTest so it will only run setParameter() once
1 lines of code changed in:
labview/src/org/nees/ntcp/plugins/labview/test/BasicTest.java (+1 -1)

calderon
10/28/03 3:34 PM
added files to run labview pluggin test
337 lines of code changed in:
labview/src/org/nees/ntcp/plugins/labview/test: BasicTest.java (new 245), LabviewTestConfig.java (new 92)

calderon
10/28/03 3:28 PM
labview updates
198 lines of code changed in:
labview/src/org/nees/ntcp/plugins/labview/LabviewNTCPPlugin.java (+198 -133)

hubbard
10/27/03 3:43 PM
changes to propose, getControlPoint, setParameter, getParameter
157 lines of code changed in:
labview/src/org/nees/ntcp/plugins/labview/LabviewNTCPPlugin.java (+157 -103)

hubbard
10/24/03 4:04 PM
*** empty log message ***
20 lines of code changed in:
labview/src/org/nees/ntcp/plugins/labview/LabviewNTCPPlugin.java (+20 -23)

madduri
10/13/03 10:25 PM
minor clean up in Labview plugin
24 lines of code changed in:
labview: build.properties (+2 -2), src/org/nees/ntcp/plugins/labview/LabviewNTCPPlugin.java (+22 -22)

hubbard
10/13/03 6:14 PM
Working Labview Plugin from ravi and Jose
39 lines of code changed in:
labview/src/org/nees/ntcp/plugins/labview/LabviewNTCPPlugin.java (+39 -24)

hubbard
10/10/03 8:35 PM
Working Basic operation
3 lines of code changed in:
labview/src/org/nees/ntcp/plugins/labview/LabviewNTCPPlugin.java (+3 -355)

calderon
10/10/03 7:13 PM
labview stuff
280 lines of code changed in:
labview/src/org/nees/ntcp/plugins/labview/LabviewNTCPPlugin.java (+280 -66)

hubbard
10/10/03 6:52 PM
more labview stuff
782 lines of code changed in:
labview/src/org/nees/ntcp/plugins/labview: LabviewNTCPPlugin.java (new 726), LabviewPluginFactory.java (new 56)

hubbard
10/10/03 6:51 PM
labview stuff from Ravi
226 lines of code changed in:
labview: build.properties (new 3), build.xml (new 223)

cphillip
9/25/03 7:01 PM
o Add mdist files to mplugin code.
66 lines of code changed in:
matlab: make-dist (new 50), mdist.conf (new 16)

pearlman
8/22/03 2:51 PM
Added the GTPL.
141 lines of code changed in:
matlab/LICENSE (new 141)

madduri
7/29/03 1:19 PM
BasicTest works even if the parameters are sent in a different order
1 lines of code changed in:
shorewestern/src/org/nees/ntcp/plugins/shorewestern/ShoreWesternNTCPPlugin.java (+1 -1)

madduri
7/29/03 1:06 PM
Better checks now
14 lines of code changed in:
shorewestern/src/org/nees/ntcp/plugins/shorewestern/ShoreWesternNTCPPlugin.java (+14 -5)

lane
7/29/03 11:52 AM
removed notifyAll on pullCommand
8 lines of code changed in:
matlab/src/org/nees/ntcp/plugins/matlab/core: CommandBufferImpl.java (-4), MatlabControlPlugin.java (+8)

madduri
7/29/03 11:45 AM
added some logging
2 lines of code changed in:
shorewestern/src/org/nees/ntcp/plugins/shorewestern/ShoreWesternNTCPPlugin.java (+2)

madduri
7/29/03 11:36 AM
More reordering checks
52 lines of code changed in:
shorewestern/src/org/nees/ntcp/plugins/shorewestern/ShoreWesternNTCPPlugin.java (+52 -15)

madduri
7/29/03 10:30 AM
Another check in propose for order of control points
22 lines of code changed in:
shorewestern/src/org/nees/ntcp/plugins/shorewestern/ShoreWesternNTCPPlugin.java (+22)

mdarcy
7/29/03 1:46 AM
added try-catch block in plugin factory createInstance for the ShoreWesternNTCPPlugin constructor which now throws exception
10 lines of code changed in:
shorewestern/src/org/nees/ntcp/plugins/shorewestern/ShoreWesternPluginFactory.java (+10 -6)

madduri
7/29/03 12:01 AM
Some more
4 lines of code changed in:
shorewestern/src/org/nees/ntcp/plugins/shorewestern/ShoreWesternNTCPPlugin.java (+4 -3)

madduri
7/28/03 11:54 PM
Finer handling of exception in executeCommand
20 lines of code changed in:
shorewestern/src/org/nees/ntcp/plugins/shorewestern/ShoreWesternNTCPPlugin.java (+20 -7)

madduri
7/28/03 11:35 PM
Some more exception handling code in connect() and executeCommand() and Plugin constructor
17 lines of code changed in:
shorewestern/src/org/nees/ntcp/plugins/shorewestern/ShoreWesternNTCPPlugin.java (+17 -9)

lane
7/28/03 11:31 PM
fixed command FIFO and added clear on closeSession
42 lines of code changed in:
matlab/src/org/nees/ntcp/plugins/matlab/core: CommandBufferImpl.java (+8 -1), MatlabControlPlugin.java (+27 -9), SynchronizedFIFO.java (+7 -3)

madduri
7/28/03 11:24 PM
Throwing proper exceptions in openSession and executeCommand
11 lines of code changed in:
shorewestern: build.properties (+2 -2), src/org/nees/ntcp/plugins/shorewestern/ShoreWesternNTCPPlugin.java (+9 -2)

pearlman
7/28/03 6:42 AM
More robust message parsing.
721 lines of code changed in:
shorewestern/build.properties (+2 -2)
shorewestern/src/org/nees/ntcp/plugins/shorewestern: Message.java (new 113), MessageData.java (new 116), ShoreWesternNTCPPlugin.java (+148 -131)
shorewestern/src/org/nees/ntcp/plugins/shorewestern/test: MessageDataTest.java (new 218), MessageTest.java (new 121), PackageTests.java (+3 -1)

madduri
7/27/03 8:25 PM
rotationZ and momentZ
8 lines of code changed in:
shorewestern/src/org/nees/ntcp/plugins/shorewestern/ShoreWesternNTCPPlugin.java (+8 -8)

madduri
7/27/03 6:04 PM
Just sanity check.
This works from my laptop to Latest Shorewestern shell program on Matt's machine
3 lines of code changed in:
shorewestern/src/org/nees/ntcp/plugins/shorewestern/ShoreWesternNTCPPlugin.java (+3 -42)

mdarcy
7/27/03 3:29 PM
fixed build file to make ./lib dir so that default deployGar works out of box
2 lines of code changed in:
shorewestern/build.xml (+2)

madduri
7/27/03 1:01 AM
fixed formatting stuff in stiffness stuff
2 lines of code changed in:
shorewestern/src/org/nees/ntcp/plugins/shorewestern/ShoreWesternNTCPPlugin.java (+2)

lane
7/26/03 11:32 PM
may fix Erik's problem
2 lines of code changed in:
matlab/src/org/nees/ntcp/plugins/matlab/core/CommandBufferImpl.java (+2 -1)

madduri
7/26/03 2:38 PM
Whew!! stiffnessString was being returned prematurely.
7 lines of code changed in:
shorewestern: build.properties (+1 -1), src/org/nees/ntcp/plugins/shorewestern/ShoreWesternNTCPPlugin.java (+6 -5)

madduri
7/26/03 10:37 AM
some more changes
14 lines of code changed in:
shorewestern/src/org/nees/ntcp/plugins/shorewestern/ShoreWesternNTCPPlugin.java (+14 -40)

madduri
7/25/03 5:22 PM
merged the resultingControlPoints
All the tests pass including the getParameter Test
13 lines of code changed in:
shorewestern/src/org/nees/ntcp/plugins/shorewestern/ShoreWesternNTCPPlugin.java (+13 -4)

madduri
7/25/03 4:55 PM
getParameter now works
83 lines of code changed in:
shorewestern/src/org/nees/ntcp/plugins/shorewestern/ShoreWesternNTCPPlugin.java (+83 -12)

madduri
7/24/03 11:38 PM
fixed the error when sending control points
now every thing works as expected
29 lines of code changed in:
shorewestern/src/org/nees/ntcp/plugins/shorewestern/ShoreWesternNTCPPlugin.java (+29 -16)

madduri
7/24/03 10:42 PM
Fixed closeSession
16 lines of code changed in:
shorewestern: StandAlone.java (+3 -4), src/org/nees/ntcp/plugins/shorewestern/ShoreWesternNTCPPlugin.java (+13 -2)

pearlman
7/24/03 10:10 PM
Fix protocol problems.
95 lines of code changed in:
shorewestern/src/org/nees/ntcp/plugins/shorewestern/ShoreWesternNTCPPlugin.java (+95 -12)

madduri
7/24/03 7:33 PM
Some mpre changes
7 lines of code changed in:
shorewestern/src/org/nees/ntcp/plugins/shorewestern/ShoreWesternNTCPPlugin.java (+7 -5)

madduri
7/24/03 7:11 PM
this works all thru RQST_PUT_TARGET_DIS
24 lines of code changed in:
shorewestern: StandAlone2.java (+6 -4), src/org/nees/ntcp/plugins/shorewestern/ShoreWesternNTCPPlugin.java (+18 -7)

madduri
7/24/03 5:07 PM
Changes from last commit
9 lines of code changed in:
shorewestern/src/org/nees/ntcp/plugins/shorewestern/ShoreWesternNTCPPlugin.java (+9 -4)

madduri
7/24/03 12:01 PM
Some minor fixes
24 lines of code changed in:
shorewestern/src/org/nees/ntcp/plugins/shorewestern/ShoreWesternNTCPPlugin.java (+24 -27)

madduri
7/24/03 12:49 AM
openSession,propose,closeSession work with Matt's actual program at UIUC
196 lines of code changed in:
shorewestern: StandAlone2.java (+36 -14), build.xml (-1)
shorewestern/src/org/nees/ntcp/plugins/shorewestern: Command.java (+28 -9), ShoreWesternNTCPPlugin.java (+132 -13)

lane
7/23/03 3:37 PM
removed a log statment that's causing NPE
0 lines of code changed in:
matlab/src/org/nees/ntcp/plugins/matlab: core/mtest/ServerSimulator.java (-1), impl/CommandBufferServiceImpl.java (-1)

lane
7/23/03 2:50 PM
oops
4 lines of code changed in:
matlab/ntcp_plugin_matlab.wsdd (+4 -4)

lane
7/23/03 2:32 PM
changed command buffer gwsdl so port type name doesn't match the definition name
7 lines of code changed in:
matlab: build.properties (+1 -1), schema/nees/ntcp/command_buffer_port_type.gwsdl (+3 -3), src/org/nees/ntcp/plugins/matlab/client/RemoteCommandBuffer.java (+3 -3)

lane
7/23/03 2:16 PM
fixed bug causing some code not to be executed when debuggin is off
6 lines of code changed in:
matlab/src/org/nees/ntcp/plugins/matlab/mji/Command.java (+6 -6)

johnsone
7/22/03 7:36 PM
set name of CP in propose in test scenarios 2 and 3
4 lines of code changed in:
matlab/src/org/nees/ntcp/plugins/matlab/core/mtest/ServerSimulator.java (+4 -1)

mdarcy
7/22/03 3:35 PM
a couple of quick fixes
6 lines of code changed in:
shorewestern/src/org/nees/ntcp/plugins/shorewestern: Command.java (+1 -1), ShoreWesternNTCPPlugin.java (+5 -1)

madduri
7/22/03 3:42 AM
Damn my gar was being deployed in a wrong location
1 lines of code changed in:
shorewestern/build.properties (+1 -1)

madduri
7/22/03 1:21 AM
a small fix for NPE
5 lines of code changed in:
shorewestern/src/org/nees/ntcp/plugins/shorewestern/ShoreWesternPluginFactory.java (+5 -1)

madduri
7/22/03 12:31 AM
Changes in Shell Factory to reflect mikes' changes
8 lines of code changed in:
shorewestern/src/org/nees/ntcp/plugins/shorewestern/ShoreWesternPluginFactory.java (+8 -2)

mdarcy
7/22/03 12:10 AM
modified matlab factories to support new interface - all internal plugin tests pass
19 lines of code changed in:
matlab/src/org/nees/ntcp/plugins/matlab: core/MatlabPluginFactory.java (+9 -2), impl/test/ClientTestAdapterFactory.java (+10 -1)

madduri
7/21/03 10:38 PM
cp1-uiuc1
1 lines of code changed in:
shorewestern/src/org/nees/ntcp/plugins/shorewestern/ShoreWesternNTCPPlugin.java (+1 -1)

madduri
7/21/03 9:51 PM
Completed changes for stiffness matrix
56 lines of code changed in:
shorewestern/src/org/nees/ntcp/plugins/shorewestern/ShoreWesternNTCPPlugin.java (+56 -105)

madduri
7/21/03 7:50 PM
Stiffness Matrix changes
7 lines of code changed in:
shorewestern/src/org/nees/ntcp/plugins/shorewestern/ShoreWesternNTCPPlugin.java (+7 -2)

madduri
7/21/03 1:46 PM
cp1
2 lines of code changed in:
shorewestern/src/org/nees/ntcp/plugins/shorewestern/ShoreWesternNTCPPlugin.java (+2 -2)

madduri
7/21/03 1:43 PM
deserialization for 2x1 stuff
18 lines of code changed in:
shorewestern/src/org/nees/ntcp/plugins/shorewestern/ShoreWesternNTCPPlugin.java (+18 -10)

pearlman
7/21/03 11:54 AM
Added markTerminated() to DummyTransaction.java
3 lines of code changed in:
matlab/src/org/nees/ntcp/plugins/matlab/core/mtest/DummyTransaction.java (+3)

madduri
7/21/03 2:24 AM
--Added a Plugin for Sw NTCP Plugin
-- Added initial code for deserializing data from shell to NTCP ( some more work is needed here)
117 lines of code changed in:
shorewestern/src/org/nees/ntcp/plugins/shorewestern: Command.java (-13), ShoreWesternNTCPPlugin.java (+75 -1), ShoreWesternPluginFactory.java (new 42)

madduri
7/20/03 10:35 PM
openSession changes and propose fix
29 lines of code changed in:
shorewestern/src/org/nees/ntcp/plugins/shorewestern/ShoreWesternNTCPPlugin.java (+29 -1)

madduri
7/20/03 6:47 PM
--Added a that was used for testing data exchange
-- Added code for converting data from NTCP server to Shell
--Added markTerminate and other improvements suggested by Laura
-- I Need to conduct some basic tests to see if everything works
-- Need to add code that converts shorewestern result back to NTCP server result format
211 lines of code changed in:
shorewestern/StandAlone2.java (new 80)
shorewestern/src/org/nees/ntcp/plugins/shorewestern: Command.java (+77 -8), ShoreWesternNTCPPlugin.java (+54 -3)

mdarcy
7/18/03 8:38 PM
added client test for matlab plugin that uses LocalControlPlugin interface
263 lines of code changed in:
matlab/src/org/nees/ntcp/plugins/matlab/impl/test: ClientTestAdapter.java (new 159), ClientTestAdapterFactory.java (new 48), MatlabClientTest.java (new 56)

madduri
7/18/03 5:25 PM
implemented ntcp->shell data conversion and other changes
49 lines of code changed in:
shorewestern/src/org/nees/ntcp/plugins/shorewestern: Command.java (+25 -1), ShoreWesternNTCPPlugin.java (+24 -22)

madduri
7/18/03 1:56 PM
new util class to convert data between NTCP and SW shell
needs more work
23 lines of code changed in:
shorewestern/src/org/nees/ntcp/plugins/shorewestern/Data.java (new 23)

madduri
7/18/03 1:55 PM
more changes
18 lines of code changed in:
shorewestern/src/org/nees/ntcp/plugins/shorewestern/ShoreWesternNTCPPlugin.java (+18 -1)

pawel
7/18/03 12:00 AM
Mplugin bugs fixed today

* command result hash was using Command as key, which could not work remotely. Fixed by creating a String hash key composed of command class and transaction ID. Current assumption: there will never be more than 1 command of certain class within 1 transaction
* command buffer waited on Command assuming that the same instance will be returned by pushCommandResults. Fixed by storing the original command in the hash; on pushCommandResults, the original is retrieved and notified
* fixed some stuff with de/serializing Command and Action
* axis baldy serialized param arrays: fixed by wrapping
* axis baldy serialized CP arrays: fixed by wrapping
* wrapped everything into arrays, incl. strings
* actionKind - string conversion returned "unknown" string instead of exception which masked some errors
* pushCommandResult operation didn't have output message defined. For some reason, this caused the server to silently ignore the errors and not send back faults (perhaps because faults are not defined explicitly). Fixed by adding <output> message.
* ActionKind serialization threw IllegalArgumentException which is a runtime exception, so explicit handling was not imposed. Exception went unnoticed because it was not converted to RemoteException by the service. Fixed by replacing this by ActionProcessingException which gets converted to RemoteException by the grid service layer.
* action STARTED was not properly serialized/deserialized to string. fixed
* GetControlPoint command serialization was mistakenly trying to serialize control points rather than strings. fixed
* the code producing GetControlPoint response was not including any control point data, and the receiving code did not care either.
* renamed MatlabScenarioTest to ServerSimulator which it really is
* Hashtable.remove() does not raise an exception when the requested key is not found. It masked potential errors in CommandBufferImpl. Fixed by forced explicit null check
* scenario1 was issuing close() before checking transaction results. Fixed by moving close() to the very end of scenario1.
* verified that multiple CommandBuffers and simulators can be uploaded simultaneously to the same container
3 lines of code changed in:
matlab/build.xml (+3 -2)

pawel
7/17/03 11:35 PM
test unit 3 passes scenario 1,2,3
166 lines of code changed in:
matlab: ntcp_plugin_matlab.wsdd (+36 -1), src/org/nees/ntcp/plugins/matlab/impl/CommandBufferServiceImpl.java (+51 -36)
matlab/src/org/nees/ntcp/plugins/matlab/core: mtest/ServerSimulator.java (+8 -6), test/ScenarioTest.java (+3 -3)
matlab/src/org/nees/ntcp/plugins/matlab/impl/test: BasicTest.java (del), RemoteScenarioTest.java (new 68)

madduri
7/17/03 11:05 PM
Changes made to execute
16 lines of code changed in:
shorewestern/src/org/nees/ntcp/plugins/shorewestern/ShoreWesternNTCPPlugin.java (+16 -1)

madduri
7/17/03 10:54 PM
Some more additions basing on the protocol
34 lines of code changed in:
shorewestern: StandAlone.java (+2), src/org/nees/ntcp/plugins/shorewestern/ShoreWesternNTCPPlugin.java (+32 -12)

pawel
7/17/03 10:18 PM
modified scenario test case; moved closeSession() after checking transaction results.
18 lines of code changed in:
matlab/src/org/nees/ntcp/plugins/matlab: client/RemoteCommandBuffer.java (-3), impl/CommandBufferServiceImpl.java (+1 -1)
matlab/src/org/nees/ntcp/plugins/matlab/core: CommandBufferImpl.java (+4), mtest/ServerSimulator.java (+13 -11)

pawel
7/17/03 9:48 PM
test unit 3 passes scenario 1 test
641 lines of code changed in:
matlab/src/org/nees/ntcp/plugins/matlab: client/RemoteCommandBuffer.java (+35 -14), core/test/ScenarioTest.java (+8 -8), impl/CommandBufferServiceImpl.java (+67 -40)
matlab/src/org/nees/ntcp/plugins/matlab/core/mtest: MatlabScenarioTest.java (del), ServerSimulator.java (new 521)
matlab/src/org/nees/ntcp/plugins/matlab/mji: ActionKind.java (+5), Command.java (+5 -6)

pawel
7/17/03 8:09 PM
changes of last couple hours
217 lines of code changed in:
matlab: build.xml (+1 -1), schema/nees/ntcp/command_buffer_port_type.gwsdl (+26 -6)
matlab/src/org/nees/ntcp/plugins/matlab: client/RemoteCommandBuffer.java (+16 -4), core/MatlabControlPlugin.java (+8 -8)
matlab/src/org/nees/ntcp/plugins/matlab/impl: CommandBufferServiceImpl.java (+18 -6), CommandBufferSingleton.java (del)
matlab/src/org/nees/ntcp/plugins/matlab/mji: ActionKind.java (+34 -11), ActionProcessingException.java (new 27), Command.java (+87 -45)

pawel
7/17/03 5:38 PM
in test unit 3, scenario works past propose()
63 lines of code changed in:
matlab/schema/nees/ntcp/command_buffer_port_type.gwsdl (+1 -1)
matlab/src/org/nees/ntcp/plugins/matlab: client/RemoteCommandBuffer.java (+6 -3), impl/CommandBufferServiceImpl.java (+31 -8), mji/Command.java (+2 -1)
matlab/src/org/nees/ntcp/plugins/matlab/core: mtest/MatlabScenarioTest.java (+2), test/DummyExecutionMatlab.java (+21 -5)

pawel
7/17/03 3:35 PM
fixed another command buffer bug preventing it to working remotely
137 lines of code changed in:
matlab/src/org/nees/ntcp/plugins/matlab: client/RemoteCommandBuffer.java (+86 -10), impl/test/BasicTest.java (+14 -1), mji/Command.java (+13 -5)
matlab/src/org/nees/ntcp/plugins/matlab/core: CommandBufferImpl.java (+13 -5), test/DummyExecutionMatlab.java (+11)

pawel
7/17/03 11:39 AM
refactored MatlabScenarioTest to be usable in test unit 4
8 lines of code changed in:
matlab/src/org/nees/ntcp/plugins/matlab/core/mtest/MatlabScenarioTest.java (+8)

Pages: 1 2 Next >>


Generated by StatCvs v0.1.3