summaryrefslogtreecommitdiffstats
path: root/java/sca/itest (unfollow)
Commit message (Expand)AuthorFilesLines
2009-01-28TUSCANY-2790 - Updated package names from org.osoa.sca to org.oasisopen.sca a...mcombellack482-993/+993
2009-01-26Add the samples implementation-java-calculator, binding-ws-calculator, host-w...slaws1-1/+1
2009-01-15test case to motivate development of code for handling multiple interrelated ...slaws24-0/+931
2008-12-11Adding calculator sample to profilelresende1-4/+6
2008-12-09Converted test cases to JUnit 4mcombellack1-3/+1
2008-12-09Converted test cases to JUnit 4mcombellack1-3/+1
2008-12-09Converted test cases to JUnit 4mcombellack1-3/+3
2008-12-08Changed code to use Integer.valueOf() rather than new Integer() as valueOf() ...mcombellack2-2/+2
2008-12-08Converted existing comments in the source code to the correct JavaDoc format ...mcombellack1-6/+19
2008-12-08Made the constants private static final and use the correct variable naming s...mcombellack1-9/+9
2008-12-08Removed unnessary return statelements from methods where the last statement i...mcombellack1-4/+0
2008-12-08Removed unnessary return statelements from methods where the last statement i...mcombellack11-33/+0
2008-12-08Made private utility classes finalmcombellack1-2/+2
2008-12-08Corrected the names of twostatic final variables so they use the correct nami...mcombellack1-8/+8
2008-12-08Added { and } characters for code blocks where they did not have them so the ...mcombellack4-6/+12
2008-12-08Removed redundant modifiers (such as public, final, etc) as these are not nee...mcombellack30-105/+105
2008-12-07Reduced the sleep times in the test since they did not need to be so long. Th...mcombellack2-66/+98
2008-12-05Convert, clean and bring up a set of itestsrfeng128-1571/+1892
2008-12-04Merge itest changes from sca-equinox branch into trunkrfeng159-1254/+730
2008-11-21More changes to get to a stage where I have a working build in mvn and in Ecl...slaws1-0/+5
2008-11-17Change trunk version so it doesn't clash with the 1.4 branch version by bumpi...antelder98-511/+511
2008-11-09Tidy wire format support (move model into binding-jms and rename default to t...slaws4-22/+12
2008-11-07Implements some String instance optimizations.beckerdo2-4/+4
2008-11-07Remove the OASIS assembly specific parts from the OSOA core.xsd. The wireform...slaws1-2/+3
2008-11-06Fixes for TUSCANY-2665ramkumar2-1/+8
2008-11-04Add preliminary support for a "jmsBytes" wire format to see what the issues a...slaws4-6/+10
2008-11-03Add import/export.resource to the contributions schema. However it seems that...slaws2-2/+1
2008-10-31Checkin for TUSCANY-2654, TUSCANY-2655 and TUSCANY-2656ramkumar12-4/+462
2008-10-31TUSCANY-2631 - Make the contribution processor more fault tolerant. Apply Ram...slaws8-5/+162
2008-10-23Merge the runtime wire changes to add a binding invocation wire with the jms ...slaws2-6/+8
2008-10-22Start to add InvocationChain for bindingsrfeng1-2/+2
2008-10-21Experimental request response binding support. Just implemented for jms servi...slaws18-26/+676
2008-10-17Splitting RMI binding into rmi/rmi-runtime to follow other extension patternlresende2-2/+2
2008-10-16TUSCANY-2600: Apply patches from Ramkumar Ramalingam to Provide ITEST for the...antelder35-4/+1555
2008-10-16Update itest to compile with new JMSResourceFactory constructorantelder1-2/+3
2008-10-14Start of some JMS tests for the request response binding work. slaws19-0/+1013
2008-10-13TUSCANY-2613 - Upgrading Spring version to 2.5.5. Thanks for the patch Ram.lresende1-21/+0
2008-10-12disabled contribution-classloader because it has an error to fix and i need a...giorgio1-1/+2
2008-10-06TUSCANY-2617 the autowire problem was hiding the fact that the reference targ...slaws1-1/+2
2008-10-06TUSCANY-2617 perform autowire processing after all targets have been processe...slaws3-0/+59
2008-10-03TUSCANY-2614 - Add missing license headers. slaws1-1/+18
2008-09-24Change message getHeaders() operation to return a list, remove the QoS contex...slaws2-2/+15
2008-09-22Revert the accidental checkinrfeng1-2/+581
2008-09-22Make this well formed XML slaws1-0/+1
2008-09-19Upgrade to Axis2 1.4.1 and its transitive dependencies such as XmlSchema and ...rfeng37-620/+44
2008-09-16Add in policies to support JMS message header setting. Also add in reliabilit...slaws3-0/+184
2008-09-15TUSCANY-2538 - Adding default processor to handle unknown contents in composi...lresende1-1/+7
2008-09-15More work exploring the policy extension model by implementing a token based ...slaws13-29/+470
2008-09-11Corrected Generic declaration on return type of getServiceClass method to rem...edwardsmj1-2/+2
2008-09-10Add the jms tests missing from the itest buildantelder1-0/+3