summaryrefslogtreecommitdiffstats
path: root/java/sca/itest (follow)
Commit message (Expand)AuthorAgeFilesLines
* TUSCANY-2804 - Disabling failing iTestlresende2009-02-031-3/+2
* Moving iTests that are not part of the main build to contriblresende2009-01-311997-121562/+0
* TUSCANY-2790 - Updated package names from org.osoa.sca to org.oasisopen.sca a...mcombellack2009-01-28482-993/+993
* Add the samples implementation-java-calculator, binding-ws-calculator, host-w...slaws2009-01-261-1/+1
* test case to motivate development of code for handling multiple interrelated ...slaws2009-01-1524-0/+931
* Adding calculator sample to profilelresende2008-12-111-4/+6
* Converted test cases to JUnit 4mcombellack2008-12-091-3/+1
* Converted test cases to JUnit 4mcombellack2008-12-091-3/+1
* Converted test cases to JUnit 4mcombellack2008-12-091-3/+3
* Changed code to use Integer.valueOf() rather than new Integer() as valueOf() ...mcombellack2008-12-082-2/+2
* Converted existing comments in the source code to the correct JavaDoc format ...mcombellack2008-12-081-6/+19
* Made the constants private static final and use the correct variable naming s...mcombellack2008-12-081-9/+9
* Removed unnessary return statelements from methods where the last statement i...mcombellack2008-12-081-4/+0
* Removed unnessary return statelements from methods where the last statement i...mcombellack2008-12-0811-33/+0
* Made private utility classes finalmcombellack2008-12-081-2/+2
* Corrected the names of twostatic final variables so they use the correct nami...mcombellack2008-12-081-8/+8
* Added { and } characters for code blocks where they did not have them so the ...mcombellack2008-12-084-6/+12
* Removed redundant modifiers (such as public, final, etc) as these are not nee...mcombellack2008-12-0830-105/+105
* Reduced the sleep times in the test since they did not need to be so long. Th...mcombellack2008-12-072-66/+98
* Convert, clean and bring up a set of itestsrfeng2008-12-05128-1571/+1892
* Merge itest changes from sca-equinox branch into trunkrfeng2008-12-04159-1254/+730
* More changes to get to a stage where I have a working build in mvn and in Ecl...slaws2008-11-211-0/+5
* Change trunk version so it doesn't clash with the 1.4 branch version by bumpi...antelder2008-11-1798-511/+511
* Tidy wire format support (move model into binding-jms and rename default to t...slaws2008-11-094-22/+12
* Implements some String instance optimizations.beckerdo2008-11-072-4/+4
* Remove the OASIS assembly specific parts from the OSOA core.xsd. The wireform...slaws2008-11-071-2/+3
* Fixes for TUSCANY-2665ramkumar2008-11-062-1/+8
* Add preliminary support for a "jmsBytes" wire format to see what the issues a...slaws2008-11-044-6/+10
* Add import/export.resource to the contributions schema. However it seems that...slaws2008-11-032-2/+1
* Checkin for TUSCANY-2654, TUSCANY-2655 and TUSCANY-2656ramkumar2008-10-3112-4/+462
* TUSCANY-2631 - Make the contribution processor more fault tolerant. Apply Ram...slaws2008-10-318-5/+162
* Merge the runtime wire changes to add a binding invocation wire with the jms ...slaws2008-10-232-6/+8
* Start to add InvocationChain for bindingsrfeng2008-10-221-2/+2
* Experimental request response binding support. Just implemented for jms servi...slaws2008-10-2118-26/+676
* Splitting RMI binding into rmi/rmi-runtime to follow other extension patternlresende2008-10-172-2/+2
* TUSCANY-2600: Apply patches from Ramkumar Ramalingam to Provide ITEST for the...antelder2008-10-1635-4/+1555
* Update itest to compile with new JMSResourceFactory constructorantelder2008-10-161-2/+3
* Start of some JMS tests for the request response binding work. slaws2008-10-1419-0/+1013
* TUSCANY-2613 - Upgrading Spring version to 2.5.5. Thanks for the patch Ram.lresende2008-10-131-21/+0
* disabled contribution-classloader because it has an error to fix and i need a...giorgio2008-10-121-1/+2
* TUSCANY-2617 the autowire problem was hiding the fact that the reference targ...slaws2008-10-061-1/+2
* TUSCANY-2617 perform autowire processing after all targets have been processe...slaws2008-10-063-0/+59
* TUSCANY-2614 - Add missing license headers. slaws2008-10-031-1/+18
* Change message getHeaders() operation to return a list, remove the QoS contex...slaws2008-09-242-2/+15
* Revert the accidental checkinrfeng2008-09-221-2/+581
* Make this well formed XML slaws2008-09-221-0/+1
* Upgrade to Axis2 1.4.1 and its transitive dependencies such as XmlSchema and ...rfeng2008-09-1937-620/+44
* Add in policies to support JMS message header setting. Also add in reliabilit...slaws2008-09-163-0/+184
* TUSCANY-2538 - Adding default processor to handle unknown contents in composi...lresende2008-09-151-1/+7
* More work exploring the policy extension model by implementing a token based ...slaws2008-09-1513-29/+470