summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/assembly (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add promoted components to CompositeReference modelrfeng2009-03-203-5/+23
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@756696 13f79535-47bb-0310-9956-ffa450edef68
* Remove the target name attribute from EndpointReference2 as it already holds ↵slaws2009-03-203-45/+4
| | | | | | 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
* Remove the old Endpoint support. It has been replaced by ↵slaws2009-03-2019-1605/+17
| | | | | | Endpoint2/EndpointReference2. The old EndpointReference is still waiting to be removed. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@756512 13f79535-47bb-0310-9956-ffa450edef68
* wait until endpoint references have been created before trying to set ↵slaws2009-03-202-17/+16
| | | | | | callback endpoint reference on the services git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@756470 13f79535-47bb-0310-9956-ffa450edef68
* [Work In Progress] Start to implement the policy builder rfeng2009-03-201-111/+224
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@756332 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused classesrfeng2009-03-203-89/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@756331 13f79535-47bb-0310-9956-ffa450edef68
* Fix the NPE when callback is not presentrfeng2009-03-192-10/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@756264 13f79535-47bb-0310-9956-ffa450edef68
* Organize importsrfeng2009-03-199-35/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@756142 13f79535-47bb-0310-9956-ffa450edef68
* Fix typos in the commentsrfeng2009-03-191-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@756138 13f79535-47bb-0310-9956-ffa450edef68
* Minor cleanup of the Endpoint2rfeng2009-03-194-63/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@756135 13f79535-47bb-0310-9956-ffa450edef68
* Switch over to new endpoint reference/endpoint model. These are the changes ↵slaws2009-03-1916-138/+346
| | | | | | 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
* Revert 755183 an errant commit from the release pluginantelder2009-03-171-6/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755206 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare branch test-branchantelder2009-03-171-6/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755183 13f79535-47bb-0310-9956-ffa450edef68
* Changes to allow $self$ references to have endpoint references. However main ↵slaws2009-03-165-35/+76
| | | | | | change is in ComponentContext which is not ready to go in yet. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@754951 13f79535-47bb-0310-9956-ffa450edef68
* Bring up the EnpointRefence code. I've done as much as I can now without ↵slaws2009-03-136-60/+80
| | | | | | actually changing existing code. So I'll go ahead with those changes locally and post a summary of where I'm up to. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@753224 13f79535-47bb-0310-9956-ffa450edef68
* Bring up the service wire based on the endpoint model. To turn this on ↵slaws2009-03-118-196/+452
| | | | | | 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
* Remove duplicate fieldsrfeng2009-03-102-20/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@752189 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused methods and fieldsrfeng2009-03-102-19/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@752179 13f79535-47bb-0310-9956-ffa450edef68
* Add initial reference resolution to builders. Will be replaced with separate ↵slaws2009-03-106-75/+262
| | | | | | resolution logic when I get further into wire building for endpoints. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@752097 13f79535-47bb-0310-9956-ffa450edef68
* Add spec version number to composite model slaws2009-03-102-0/+23
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@752096 13f79535-47bb-0310-9956-ffa450edef68
* Updating OASIS namespace to http://docs.oasis-open.org/ns/opencsa/sca/200903lresende2009-03-061-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750765 13f79535-47bb-0310-9956-ffa450edef68
* Use AssemblyFactory to create Extensionrfeng2009-03-066-13/+33
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750739 13f79535-47bb-0310-9956-ffa450edef68
* More changes to switch SCA namespace from osoa version to oasis onerfeng2009-03-051-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750323 13f79535-47bb-0310-9956-ffa450edef68
* Add the @replace attribute for wirerfeng2009-03-052-1/+29
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750278 13f79535-47bb-0310-9956-ffa450edef68
* Add nonOverridable flag as defined by the oasis specrfeng2009-03-052-0/+42
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750272 13f79535-47bb-0310-9956-ffa450edef68
* Make Endpoint2/Endpoint2Reference extend from PolicySubjectrfeng2009-03-044-40/+84
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750084 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2809 Start adding Endpoint and EndpoitReference structures. Named ↵slaws2009-03-0415-5/+1097
| | | | | | with a 2 at the end so that I can develop in parallel with what is already there. I intend to carry on adding endpoint function but only actually enable if locally until we get to the point where it can replace function that people are already relying on to develop other parts of the code base. At them moment there is some builder support but no activators so the Endpoint structures don't do anything useful yet. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750047 13f79535-47bb-0310-9956-ffa450edef68
* Get rid of some old commentsslaws2009-03-022-164/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@749273 13f79535-47bb-0310-9956-ffa450edef68
* Change the name from parent to qualifiableIntent for Intent modelrfeng2009-02-211-11/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@746573 13f79535-47bb-0310-9956-ffa450edef68
* Start to implement the SCA policy framework 1.1 spec draft from OASIS OpenCSArfeng2009-02-2034-881/+298
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@746356 13f79535-47bb-0310-9956-ffa450edef68
* Fix the license headerrfeng2009-02-131-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743951 13f79535-47bb-0310-9956-ffa450edef68
* Removed unused importsmcombellack2009-02-091-9/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742767 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2780 - Updating NOTICE files to include 2009 in the copyright statementlresende2009-01-231-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736880 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2463 - Merging latest code to support extended attributes to 2.x ↵lresende2009-01-227-2/+224
| | | | | | development stream git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736501 13f79535-47bb-0310-9956-ffa450edef68
* Updating MANIFEST.MF versions to 2.0.0lresende2009-01-201-16/+16
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736040 13f79535-47bb-0310-9956-ffa450edef68
* Start tidying the builders. No function change. First remove anything from ↵slaws2008-12-0811-2605/+2643
| | | | | | the base class that is not actually shared to give a clearer view of the function of each builder. Shared function now lives in a new single base class. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724435 13f79535-47bb-0310-9956-ffa450edef68
* Make sure we honor @target over autowirerfeng2008-12-051-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723535 13f79535-47bb-0310-9956-ffa450edef68
* Removed redundant public modifier from interface and corrected a minor ↵mcombellack2008-12-041-7/+7
| | | | | | spelling mistake git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723312 13f79535-47bb-0310-9956-ffa450edef68
* Fixed generics raw type warningsmcombellack2008-12-031-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722933 13f79535-47bb-0310-9956-ffa450edef68
* Moved imports from JUnit 3 to JUnit 4 style - i.e changed import ↵mcombellack2008-12-031-1/+1
| | | | | | junit.framework to import org.junit git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722817 13f79535-47bb-0310-9956-ffa450edef68
* Removed unused importsmcombellack2008-11-271-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@721129 13f79535-47bb-0310-9956-ffa450edef68
* Fix compile errorantelder2008-11-191-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718950 13f79535-47bb-0310-9956-ffa450edef68
* Fixing up pom artifact version to 2.0-SNAPSHOTlresende2008-11-191-5/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718906 13f79535-47bb-0310-9956-ffa450edef68
* Merging the 1.x delta on top of the equinox based moduleslresende2008-11-195-3/+147
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718858 13f79535-47bb-0310-9956-ffa450edef68
* Copying modules from Equinox branch, to start merging the delta changes from ↵lresende2008-11-19116-0/+12618
| | | | | | 1.x/original trunk git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718815 13f79535-47bb-0310-9956-ffa450edef68
* Moving current trunk modules to contrib, before starting the Equinox branch ↵lresende2008-11-19115-12544/+0
| | | | | | merge git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718812 13f79535-47bb-0310-9956-ffa450edef68
* Change MANIFEST.MF version to 2.0 to match trunk build. It turns out this ↵antelder2008-11-171-16/+16
| | | | | | isn't so striaght forward to do as there are quite a few permutations you need to search/replace to catch all the occurances of 1.4 so this is going to make doing releases a bit harder so we may need to find a better way git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718234 13f79535-47bb-0310-9956-ffa450edef68
* Copy MANIFEST.MF files from sca-equinox to trunk for the minimal modules to ↵antelder2008-11-171-0/+44
| | | | | | run the calclator sample. Minimal modules as identified in http://apache.markmail.org/message/ofdwyjikioosc7bn. Still need to update for new version, that will be in a seperate commit git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718231 13f79535-47bb-0310-9956-ffa450edef68
* Change trunk version so it doesn't clash with the 1.4 branch version by ↵antelder2008-11-171-5/+5
| | | | | | 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
* Merge the runtime wire changes to add a binding invocation wire with the jms ↵slaws2008-10-231-2/+6
| | | | | | 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