summaryrefslogtreecommitdiffstats
path: root/java/sca/itest/builder/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-10-16This is to change the Monitor to be request scoped for most of the cases:rfeng1-5/+5
Refactor the ArtifactProcessor/ModelResolver to take a ProcessorContext that holds context such as Monitor, Contribution for the contribution/artifact processing methods Refactor the Builder to take a BuilderContext that holds context such as Monitor, Definitions, Base binding mapping for the building methods Change the processor/resolver/builder implementation classes to not cache the Monitor git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825773 13f79535-47bb-0310-9956-ffa450edef68
2009-10-15TUSCANY-3300, Update @Service annotation to match the latest SCA-J CAA specantelder4-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825484 13f79535-47bb-0310-9956-ffa450edef68
2009-10-02Make CompositeActivator a stateless utility by using CompositeContext to ↵rfeng1-3/+0
hold the context from the Node including the endpointRegistry git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820854 13f79535-47bb-0310-9956-ffa450edef68
2009-09-29Start to integrate the policy attachment builderrfeng1-10/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820125 13f79535-47bb-0310-9956-ffa450edef68
2009-09-25Refactor CompositeActivator, ComponentContext and other related interfaces ↵rfeng1-1/+1
into core-spi module git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@819009 13f79535-47bb-0310-9956-ffa450edef68
2009-08-08Update the first builder test to match the current endpoint processing.slaws2-3/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802407 13f79535-47bb-0310-9956-ffa450edef68
2009-08-06Update to use string version of endpoint and endpoint reference without hash ↵slaws1-2/+4
codes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801586 13f79535-47bb-0310-9956-ffa450edef68
2009-08-04Bring up the builder tests with the new builders. Includes simplification of ↵slaws6-102/+89
results testing. Only scenario 2 enabled. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@800887 13f79535-47bb-0310-9956-ffa450edef68
2009-06-11TUSCANY-3091 rename Endpoint2 and EndpointReference2 to remove the 2 ↵slaws1-6/+6
subscript now they are in use full time git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@783845 13f79535-47bb-0310-9956-ffa450edef68
2009-03-20Remove the target name attribute from EndpointReference2 as it already holds ↵slaws1-2/+2
a TargetEndpoint reference which in turns references the component from which the name can be retrieved git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@756692 13f79535-47bb-0310-9956-ffa450edef68
2009-03-11Bring up the service wire based on the endpoint model. To turn this on ↵slaws1-1/+2
change core/META-INF/services/org.apache.tuscany.sca.core.assembly.CompositeActivator to reference CompositeActivatorImpl2. There are a few classes with "2" appearing now so I can build this in parallel without (I hope) messing everyone else up. Endpoint reference building code still not in the right place yet. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@752585 13f79535-47bb-0310-9956-ffa450edef68
2009-03-10Fix up test for OASIS namespace and add better endpoint printing util. Still ↵slaws8-11/+43
not in the build. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@752098 13f79535-47bb-0310-9956-ffa450edef68
2009-03-04TUSCANY-2809 Start to bring up the builder tests as a test case for the new ↵slaws54-0/+3493
endpoint structures. Not in the build yet. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750044 13f79535-47bb-0310-9956-ffa450edef68
2009-01-31Moving iTests that are not part of the main build to contriblresende55-3643/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739528 13f79535-47bb-0310-9956-ffa450edef68
2009-01-28TUSCANY-2790 - Updated package names from org.osoa.sca to org.oasisopen.sca ↵mcombellack6-10/+10
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-04Merge itest changes from sca-equinox branch into trunkrfeng2-66/+40
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723439 13f79535-47bb-0310-9956-ffa450edef68
2008-09-24Change message getHeaders() operation to return a list, remove the QoS ↵slaws1-1/+1
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-09TUSCANY-2587 - change the name of promoted services so that the component ↵slaws1-29/+29
name and service name are easily obtainable. I've opened TUSCANY-2589 to continue to track this issue past this immediate change. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693434 13f79535-47bb-0310-9956-ffa450edef68
2008-07-25Copy 1.3 branch revisions 678491, 678875, 679082, 679205, 679334 and 679385nash49-113/+2888
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@679774 13f79535-47bb-0310-9956-ffa450edef68
2008-07-04TUSCANY-2352 - upgrade the fix for promoted binding overriding as the ↵slaws2-0/+150
automatically created sca bindings were causing the top level to always override. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@674139 13f79535-47bb-0310-9956-ffa450edef68
2008-07-04Add 3 additional scenariosnash13-4/+239
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@674100 13f79535-47bb-0310-9956-ffa450edef68
2008-07-04Add itest/buildernash8-0/+509
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@674090 13f79535-47bb-0310-9956-ffa450edef68