index
:
apache-tuscany
master
apache tuscany
lookshe
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
java
/
sca
/
itest
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move ant tasks to be executed at the "verify" phase to avoid failures during ...
rfeng
2009-02-09
4
-4
/
+4
*
Change distro itest and calc sample so it doesn't need to use the time time l...
antelder
2009-02-06
1
-5
/
+7
*
Remove operation-overloading itest out of build as it's now in contrib
rfeng
2009-02-06
1
-0
/
+2
*
Separate the distribution itests to individual sample tests
antelder
2009-02-05
10
-140
/
+416
*
Change the samples itest to use the samples from the distribution its testing...
antelder
2009-02-05
1
-8
/
+11
*
Change the sample itests to use an unzipped bin distro
antelder
2009-02-05
4
-1
/
+106
*
Set up the sample scripts so that the automatic run uses a time to live of 4 ...
slaws
2009-02-05
1
-3
/
+5
*
Add the rmi samples to itest/samples. Commented out at the moment in the buil...
slaws
2009-02-04
1
-1
/
+13
*
Turn failOnError on for java/javac tasks
slaws
2009-02-04
1
-1
/
+1
*
Cosmetic changes to tidy module names
slaws
2009-02-04
1
-1
/
+1
*
Change binding-ws-calculator/build.xml to look similar to the way our build f...
slaws
2009-02-04
3
-0
/
+119
*
TUSCANY-2804 - Disabling failing iTest
lresende
2009-02-03
1
-3
/
+2
*
Moving iTests that are not part of the main build to contrib
lresende
2009-01-31
1997
-121562
/
+0
*
TUSCANY-2790 - Updated package names from org.osoa.sca to org.oasisopen.sca a...
mcombellack
2009-01-28
482
-993
/
+993
*
Add the samples implementation-java-calculator, binding-ws-calculator, host-w...
slaws
2009-01-26
1
-1
/
+1
*
test case to motivate development of code for handling multiple interrelated ...
slaws
2009-01-15
24
-0
/
+931
*
Adding calculator sample to profile
lresende
2008-12-11
1
-4
/
+6
*
Converted test cases to JUnit 4
mcombellack
2008-12-09
1
-3
/
+1
*
Converted test cases to JUnit 4
mcombellack
2008-12-09
1
-3
/
+1
*
Converted test cases to JUnit 4
mcombellack
2008-12-09
1
-3
/
+3
*
Changed code to use Integer.valueOf() rather than new Integer() as valueOf() ...
mcombellack
2008-12-08
2
-2
/
+2
*
Converted existing comments in the source code to the correct JavaDoc format ...
mcombellack
2008-12-08
1
-6
/
+19
*
Made the constants private static final and use the correct variable naming s...
mcombellack
2008-12-08
1
-9
/
+9
*
Removed unnessary return statelements from methods where the last statement i...
mcombellack
2008-12-08
1
-4
/
+0
*
Removed unnessary return statelements from methods where the last statement i...
mcombellack
2008-12-08
11
-33
/
+0
*
Made private utility classes final
mcombellack
2008-12-08
1
-2
/
+2
*
Corrected the names of twostatic final variables so they use the correct nami...
mcombellack
2008-12-08
1
-8
/
+8
*
Added { and } characters for code blocks where they did not have them so the ...
mcombellack
2008-12-08
4
-6
/
+12
*
Removed redundant modifiers (such as public, final, etc) as these are not nee...
mcombellack
2008-12-08
30
-105
/
+105
*
Reduced the sleep times in the test since they did not need to be so long. Th...
mcombellack
2008-12-07
2
-66
/
+98
*
Convert, clean and bring up a set of itests
rfeng
2008-12-05
128
-1571
/
+1892
*
Merge itest changes from sca-equinox branch into trunk
rfeng
2008-12-04
159
-1254
/
+730
*
More changes to get to a stage where I have a working build in mvn and in Ecl...
slaws
2008-11-21
1
-0
/
+5
*
Change trunk version so it doesn't clash with the 1.4 branch version by bumpi...
antelder
2008-11-17
98
-511
/
+511
*
Tidy wire format support (move model into binding-jms and rename default to t...
slaws
2008-11-09
4
-22
/
+12
*
Implements some String instance optimizations.
beckerdo
2008-11-07
2
-4
/
+4
*
Remove the OASIS assembly specific parts from the OSOA core.xsd. The wireform...
slaws
2008-11-07
1
-2
/
+3
*
Fixes for TUSCANY-2665
ramkumar
2008-11-06
2
-1
/
+8
*
Add preliminary support for a "jmsBytes" wire format to see what the issues a...
slaws
2008-11-04
4
-6
/
+10
*
Add import/export.resource to the contributions schema. However it seems that...
slaws
2008-11-03
2
-2
/
+1
*
Checkin for TUSCANY-2654, TUSCANY-2655 and TUSCANY-2656
ramkumar
2008-10-31
12
-4
/
+462
*
TUSCANY-2631 - Make the contribution processor more fault tolerant. Apply Ram...
slaws
2008-10-31
8
-5
/
+162
*
Merge the runtime wire changes to add a binding invocation wire with the jms ...
slaws
2008-10-23
2
-6
/
+8
*
Start to add InvocationChain for bindings
rfeng
2008-10-22
1
-2
/
+2
*
Experimental request response binding support. Just implemented for jms servi...
slaws
2008-10-21
18
-26
/
+676
*
Splitting RMI binding into rmi/rmi-runtime to follow other extension pattern
lresende
2008-10-17
2
-2
/
+2
*
TUSCANY-2600: Apply patches from Ramkumar Ramalingam to Provide ITEST for the...
antelder
2008-10-16
35
-4
/
+1555
*
Update itest to compile with new JMSResourceFactory constructor
antelder
2008-10-16
1
-2
/
+3
*
Start of some JMS tests for the request response binding work.
slaws
2008-10-14
19
-0
/
+1013
*
TUSCANY-2613 - Upgrading Spring version to 2.5.5. Thanks for the patch Ram.
lresende
2008-10-13
1
-21
/
+0
[next]