summaryrefslogtreecommitdiffstats
path: root/java/sca/itest/references (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-09-23Modifying iTest to exercise injection in private fields + enabling working ↵lresende2-2/+1
tests that were ignored git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@817937 13f79535-47bb-0310-9956-ffa450edef68
2009-08-20Correct the reference multiplicity validation algorithm to match what OASIS ↵slaws2-2/+2
is expecting git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@806124 13f79535-47bb-0310-9956-ffa450edef68
2009-07-31Change warning to error when reference with target also has binding, to ↵antelder1-1/+0
match spec git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799532 13f79535-47bb-0310-9956-ffa450edef68
2009-07-21Fix svn:eol-style and svn:keywords properties for java/xml filesrfeng2-110/+110
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796166 13f79535-47bb-0310-9956-ffa450edef68
2009-03-19Switch over to new endpoint reference/endpoint model. These are the changes ↵slaws5-13/+3
required to exploit the model in the runtime up to the point were the old EndpointReference is retrieved from a wire. The next step is to convert this over too and exploit the new endpoint references fully. There is still tidying to do (search for TODO - EPR) in particular I haven't removed any of the old files yet. So beware don't put changes into CompositeActivator or RuntimeWire as the runtime isn't using them git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@756070 13f79535-47bb-0310-9956-ffa450edef68
2009-03-18Fixes for TUSCANY-2917ramkumar1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755499 13f79535-47bb-0310-9956-ffa450edef68
2009-03-17Revert 755183 an errant commit from the release pluginantelder1-5/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755206 13f79535-47bb-0310-9956-ffa450edef68
2009-03-17[maven-release-plugin] prepare branch test-branchantelder1-5/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755183 13f79535-47bb-0310-9956-ffa450edef68
2009-03-06Updating OASIS namespace to http://docs.oasis-open.org/ns/opencsa/sca/200903lresende3-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750765 13f79535-47bb-0310-9956-ffa450edef68
2009-03-05More changes to switch SCA namespace from osoa version to oasis onerfeng3-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750323 13f79535-47bb-0310-9956-ffa450edef68
2009-01-28TUSCANY-2790 - Updated package names from org.osoa.sca to org.oasisopen.sca ↵mcombellack4-5/+5
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
2008-12-05Convert, clean and bring up a set of itestsrfeng5-43/+62
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 trunkrfeng1-9/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723439 13f79535-47bb-0310-9956-ffa450edef68
2008-11-17Change trunk version so it doesn't clash with the 1.4 branch version by ↵antelder1-4/+4
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-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