summaryrefslogtreecommitdiffstats
path: root/java/sca/itest/builder (follow)
Commit message (Collapse)AuthorAgeFilesLines
* This is to change the Monitor to be request scoped for most of the cases:rfeng2009-10-161-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
* TUSCANY-3300, Update @Service annotation to match the latest SCA-J CAA specantelder2009-10-154-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825484 13f79535-47bb-0310-9956-ffa450edef68
* Make CompositeActivator a stateless utility by using CompositeContext to ↵rfeng2009-10-021-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
* Start to integrate the policy attachment builderrfeng2009-09-291-10/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820125 13f79535-47bb-0310-9956-ffa450edef68
* Refactor CompositeActivator, ComponentContext and other related interfaces ↵rfeng2009-09-251-1/+1
| | | | | | into core-spi module git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@819009 13f79535-47bb-0310-9956-ffa450edef68
* Update the first builder test to match the current endpoint processing.slaws2009-08-083-3/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802407 13f79535-47bb-0310-9956-ffa450edef68
* Update to use string version of endpoint and endpoint reference without hash ↵slaws2009-08-061-2/+4
| | | | | | codes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801586 13f79535-47bb-0310-9956-ffa450edef68
* Bring up the builder tests with the new builders. Includes simplification of ↵slaws2009-08-046-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
* TUSCANY-3091 rename Endpoint2 and EndpointReference2 to remove the 2 ↵slaws2009-06-111-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
* Start merging binding-sca into assembly and creating a binding-sca-runtime ↵antelder2009-05-171-8/+1
| | | | | | module git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775592 13f79535-47bb-0310-9956-ffa450edef68
* Merge binding sca xml module into model moduleantelder2009-04-251-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@768488 13f79535-47bb-0310-9956-ffa450edef68
* Remove the target name attribute from EndpointReference2 as it already holds ↵slaws2009-03-201-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
* Bring up the service wire based on the endpoint model. To turn this on ↵slaws2009-03-111-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
* Fix up test for OASIS namespace and add better endpoint printing util. Still ↵slaws2009-03-108-11/+43
| | | | | | not in the build. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@752098 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2809 Start to bring up the builder tests as a test case for the new ↵slaws2009-03-0455-0/+3612
| | | | | | endpoint structures. Not in the build yet. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750044 13f79535-47bb-0310-9956-ffa450edef68
* Moving iTests that are not part of the main build to contriblresende2009-01-3156-3742/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739528 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2790 - Updated package names from org.osoa.sca to org.oasisopen.sca ↵mcombellack2009-01-286-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
* Merge itest changes from sca-equinox branch into trunkrfeng2008-12-043-73/+40
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723439 13f79535-47bb-0310-9956-ffa450edef68
* Change trunk version so it doesn't clash with the 1.4 branch version by ↵antelder2008-11-171-9/+9
| | | | | | 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
* Change message getHeaders() operation to return a list, remove the QoS ↵slaws2008-09-241-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
* Upgrade to Axis2 1.4.1 and its transitive dependencies such as XmlSchema and ↵rfeng2008-09-191-1/+1
| | | | | | 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
* TUSCANY-2587 - change the name of promoted services so that the component ↵slaws2008-09-091-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
* Fix the wrong artifact id for xercesImplrfeng2008-08-081-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@684000 13f79535-47bb-0310-9956-ffa450edef68
* Add test dependency on xercesImpl as it not brought in transitively by ↵antelder2008-08-081-0/+7
| | | | | | tuscany runtime now git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@683978 13f79535-47bb-0310-9956-ffa450edef68
* Copy 1.3 branch revisions 678491, 678875, 679082, 679205, 679334 and 679385nash2008-07-2549-113/+2888
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@679774 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2352 - upgrade the fix for promoted binding overriding as the ↵slaws2008-07-042-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
* Add 3 additional scenariosnash2008-07-0413-4/+239
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@674100 13f79535-47bb-0310-9956-ffa450edef68
* Add itest/buildernash2008-07-049-0/+608
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@674090 13f79535-47bb-0310-9956-ffa450edef68