summaryrefslogtreecommitdiffstats
path: root/java/sca/itest (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-01-28TUSCANY-2790 - Updated package names from org.osoa.sca to org.oasisopen.sca ↵mcombellack482-993/+993
and from org.osoa.sca.annotations to org.oasisopen.sca.annotation to reflect the new package names in the OASIS Open SCA specifications. To do this, I: * Renamed the org.osoa.sca package to org.oasisopen.sca using Eclipse refactoring * Renamed the org.osoa.sca.annotations package to org.oasisopen.sca.annotation using Eclipse refactoring * Did a global search and replace for all remaining instances of the old org.osoa package names and replaced with the new org.oasisopen version Hopefully, I have not missed too many instances of the old package name git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738490 13f79535-47bb-0310-9956-ffa450edef68
2009-01-26Add the samples implementation-java-calculator, binding-ws-calculator, ↵slaws1-1/+1
host-webapp-calculator to the distribution. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@737783 13f79535-47bb-0310-9956-ffa450edef68
2009-01-15test case to motivate development of code for handling multiple interrelated ↵slaws24-0/+931
definitions.xml files. Not in the build yet. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@734697 13f79535-47bb-0310-9956-ffa450edef68
2008-12-11Adding calculator sample to profilelresende1-4/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@725852 13f79535-47bb-0310-9956-ffa450edef68
2008-12-09Converted test cases to JUnit 4mcombellack1-3/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724868 13f79535-47bb-0310-9956-ffa450edef68
2008-12-09Converted test cases to JUnit 4mcombellack1-3/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724866 13f79535-47bb-0310-9956-ffa450edef68
2008-12-09Converted test cases to JUnit 4mcombellack1-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724862 13f79535-47bb-0310-9956-ffa450edef68
2008-12-08Changed code to use Integer.valueOf() rather than new Integer() as valueOf() ↵mcombellack2-2/+2
is the recommended way of creating an Integer object from an int (see JavaDoc for Integer) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724342 13f79535-47bb-0310-9956-ffa450edef68
2008-12-08Converted existing comments in the source code to the correct JavaDoc format ↵mcombellack1-6/+19
since they were just inline comments git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724339 13f79535-47bb-0310-9956-ffa450edef68
2008-12-08Made the constants private static final and use the correct variable naming ↵mcombellack1-9/+9
scheme (i.e. capitals and '_') git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724336 13f79535-47bb-0310-9956-ffa450edef68
2008-12-08Removed unnessary return statelements from methods where the last statement ↵mcombellack1-4/+0
in the method was return git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724334 13f79535-47bb-0310-9956-ffa450edef68
2008-12-08Removed unnessary return statelements from methods where the last statement ↵mcombellack11-33/+0
in the method was return git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724331 13f79535-47bb-0310-9956-ffa450edef68
2008-12-08Made private utility classes finalmcombellack1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724328 13f79535-47bb-0310-9956-ffa450edef68
2008-12-08Corrected the names of twostatic final variables so they use the correct ↵mcombellack1-8/+8
naming scheme - i.e. capitals with '_' git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724327 13f79535-47bb-0310-9956-ffa450edef68
2008-12-08Added { and } characters for code blocks where they did not have them so the ↵mcombellack4-6/+12
code is consistent with the rest of the Tuscany codebase git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724322 13f79535-47bb-0310-9956-ffa450edef68
2008-12-08Removed redundant modifiers (such as public, final, etc) as these are not ↵mcombellack30-105/+105
needed for interfaces git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724318 13f79535-47bb-0310-9956-ffa450edef68
2008-12-07Reduced the sleep times in the test since they did not need to be so long. ↵mcombellack2-66/+98
This reduced the unit test time (on my machine) from 52 seconds to 12 seconds. The whole of the itests project (on my machine) now builds in 1 minute and 17 seconds rather than over 2 minutes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724165 13f79535-47bb-0310-9956-ffa450edef68
2008-12-05Convert, clean and bring up a set of itestsrfeng128-1571/+1892
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723537 13f79535-47bb-0310-9956-ffa450edef68
2008-12-04Merge itest changes from sca-equinox branch into trunkrfeng159-1254/+730
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723439 13f79535-47bb-0310-9956-ffa450edef68
2008-11-21More changes to get to a stage where I have a working build in mvn and in ↵slaws1-0/+5
Eclipse (with JDK 6) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719631 13f79535-47bb-0310-9956-ffa450edef68
2008-11-17Change trunk version so it doesn't clash with the 1.4 branch version by ↵antelder98-511/+511
bumping up to 2.0-SNAPSHOT as per the recent vote for 2.0 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718223 13f79535-47bb-0310-9956-ffa450edef68
2008-11-09Tidy wire format support (move model into binding-jms and rename default to ↵slaws4-22/+12
textxml). Extend support to include text and object. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@712538 13f79535-47bb-0310-9956-ffa450edef68
2008-11-07Implements some String instance optimizations.beckerdo2-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@712271 13f79535-47bb-0310-9956-ffa450edef68
2008-11-07Remove the OASIS assembly specific parts from the OSOA core.xsd. The ↵slaws1-2/+3
wireformat function is, for the time being, now driven by some tuscany specific elements particular to the JMS binding defined in tuscany-sca-binding-jms.xsd git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@712118 13f79535-47bb-0310-9956-ffa450edef68
2008-11-06Fixes for TUSCANY-2665ramkumar2-1/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@711899 13f79535-47bb-0310-9956-ffa450edef68
2008-11-04Add preliminary support for a "jmsBytes" wire format to see what the issues ↵slaws4-6/+10
are. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@711271 13f79535-47bb-0310-9956-ffa450edef68
2008-11-03Add import/export.resource to the contributions schema. However it seems ↵slaws2-2/+1
that our contribution schema is in the wrong place and the extension elements are in the wrong namespace. I'll open JIRA. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@710084 13f79535-47bb-0310-9956-ffa450edef68
2008-10-31Checkin for TUSCANY-2654, TUSCANY-2655 and TUSCANY-2656ramkumar12-4/+462
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@709400 13f79535-47bb-0310-9956-ffa450edef68
2008-10-31TUSCANY-2631 - Make the contribution processor more fault tolerant. Apply ↵slaws8-5/+162
Ram's patches (and a few other changes). Doesn't do everything asked for in the JIRA but a step in the right direction git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@709372 13f79535-47bb-0310-9956-ffa450edef68
2008-10-23Merge the runtime wire changes to add a binding invocation wire with the jms ↵slaws2-6/+8
binding changes to exploit the binding wire. Still early days so see the ongoing conversation on the ML. This function is only enabled if you include a wire format in a jms service binding element. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707394 13f79535-47bb-0310-9956-ffa450edef68
2008-10-22Start to add InvocationChain for bindingsrfeng1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707218 13f79535-47bb-0310-9956-ffa450edef68
2008-10-21Experimental request response binding support. Just implemented for jms ↵slaws18-26/+676
service binding and only activated when wireFormat appears in the SCDL. Still early stage so many more changes to come. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@706620 13f79535-47bb-0310-9956-ffa450edef68
2008-10-17Splitting RMI binding into rmi/rmi-runtime to follow other extension patternlresende2-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705772 13f79535-47bb-0310-9956-ffa450edef68
2008-10-16TUSCANY-2600: Apply patches from Ramkumar Ramalingam to Provide ITEST for ↵antelder35-4/+1555
the recent Spring Implementation changes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705178 13f79535-47bb-0310-9956-ffa450edef68
2008-10-16Update itest to compile with new JMSResourceFactory constructorantelder1-2/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705161 13f79535-47bb-0310-9956-ffa450edef68
2008-10-14Start of some JMS tests for the request response binding work. slaws19-0/+1013
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@704437 13f79535-47bb-0310-9956-ffa450edef68
2008-10-13TUSCANY-2613 - Upgrading Spring version to 2.5.5. Thanks for the patch Ram.lresende1-21/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@703904 13f79535-47bb-0310-9956-ffa450edef68
2008-10-12disabled contribution-classloader because it has an error to fix and i need ↵giorgio1-1/+2
a build for working - jo git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@703883 13f79535-47bb-0310-9956-ffa450edef68
2008-10-06TUSCANY-2617 the autowire problem was hiding the fact that the reference ↵slaws1-1/+2
target name was wrong in this test git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@702173 13f79535-47bb-0310-9956-ffa450edef68
2008-10-06TUSCANY-2617 perform autowire processing after all targets have been ↵slaws3-0/+59
processes. In this was explicitly specified targets will take precedence over autwires as described in the assembly spec. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@702034 13f79535-47bb-0310-9956-ffa450edef68
2008-10-03TUSCANY-2614 - Add missing license headers. slaws1-1/+18
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@701380 13f79535-47bb-0310-9956-ffa450edef68
2008-09-24Change message getHeaders() operation to return a list, remove the QoS ↵slaws2-2/+15
context and change various tests to take account of this assuming that the security information is now passed in the header. This pass the security context is not consolidated into a single subject. The tests that used to pass just a principal still do. Also add a delivery mode JMS policy test. Add some ignores. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@698457 13f79535-47bb-0310-9956-ffa450edef68
2008-09-22Revert the accidental checkinrfeng1-2/+581
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@697872 13f79535-47bb-0310-9956-ffa450edef68
2008-09-22Make this well formed XML slaws1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@697837 13f79535-47bb-0310-9956-ffa450edef68
2008-09-19Upgrade to Axis2 1.4.1 and its transitive dependencies such as XmlSchema and ↵rfeng37-620/+44
Axiom based on the patches from Ram for TUSCANY-2606 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696937 13f79535-47bb-0310-9956-ffa450edef68
2008-09-16Add in policies to support JMS message header setting. Also add in ↵slaws3-0/+184
reliability intents. No policies or implementation changes to support these reliability intents here. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695928 13f79535-47bb-0310-9956-ffa450edef68
2008-09-15TUSCANY-2538 - Adding default processor to handle unknown contents in ↵lresende1-1/+7
composite file git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695536 13f79535-47bb-0310-9956-ffa450edef68
2008-09-15More work exploring the policy extension model by implementing a token based ↵slaws13-29/+470
authentication schema across binding.ws and binding.jm. No authentication is actually performed here. That is left for users to provide their own policy interceptors. However tokens are passed and security Subjects/Principals are created. This exercise has highlighted some awkwardness in the process of building policy implementations. I'll post about this on the mail list. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695374 13f79535-47bb-0310-9956-ffa450edef68
2008-09-11Corrected Generic declaration on return type of getServiceClass method to ↵edwardsmj1-2/+2
remove a series of warnings. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694507 13f79535-47bb-0310-9956-ffa450edef68
2008-09-10Add the jms tests missing from the itest buildantelder1-0/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693861 13f79535-47bb-0310-9956-ffa450edef68