summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/assembly (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring a few methods on the ServiceDiscoverrfeng2009-05-201-10/+10
| | | | | | Adding an OSGi service registry based ExtensionPointRegistry implementation git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776759 13f79535-47bb-0310-9956-ffa450edef68
* Change the creation of DistributedSCABinding to the factory to avoid OSGi ↵rfeng2009-05-182-12/+19
| | | | | | violations git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776005 13f79535-47bb-0310-9956-ffa450edef68
* Merge interface-java-xml into interface-javaantelder2009-05-171-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775608 13f79535-47bb-0310-9956-ffa450edef68
* Start merging binding-sca into assembly and creating a binding-sca-runtime ↵antelder2009-05-175-0/+347
| | | | | | module git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775592 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-3036: for component service interface mismatch with ↵edwardsmj2009-05-161-2/+2
| | | | | | implementation service interface, raise an error rather than a warning git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775472 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-3036: for component service interface mismatch with ↵edwardsmj2009-05-161-1/+1
| | | | | | implementation service interface, raise an error rather than a warning git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775471 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-3035: for component service interface mismatch with ↵edwardsmj2009-05-161-2/+3
| | | | | | implementation service interface, raise an error rather than a warning git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775469 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-3034 - raised reporting of an invalid <servi ce/> @promote ↵edwardsmj2009-05-151-1/+2
| | | | | | attribute value from "warning" to "error" git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775333 13f79535-47bb-0310-9956-ffa450edef68
* Add component name to the error messagerfeng2009-05-141-60/+59
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774853 13f79535-47bb-0310-9956-ffa450edef68
* Fix an erroneous error message in assembly moduleedwardsmj2009-05-131-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774477 13f79535-47bb-0310-9956-ffa450edef68
* Removal of warning message relating to addition of default <binding.sca/> ↵edwardsmj2009-05-131-40/+46
| | | | | | elements to references during processing. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774476 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-3022 to bring Tuscany in line with the requirements of the ↵edwardsmj2009-05-131-6/+12
| | | | | | OASIS SCA Assembly spec - testcases ASM_4002, ASM_4003, ASM_4004 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774475 13f79535-47bb-0310-9956-ffa450edef68
* Fix for the unwired references problem logged in TUSCANY-3013edwardsmj2009-05-104-202/+158
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773349 13f79535-47bb-0310-9956-ffa450edef68
* Improve error reporting when exceptions occur during composite document ↵edwardsmj2009-05-091-70/+75
| | | | | | processing - tag all exceptions with the name of the composite. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773162 13f79535-47bb-0310-9956-ffa450edef68
* Fixes the handling of promoted references and services which have callback ↵edwardsmj2009-05-072-3/+60
| | | | | | interfaces, as reported in TUSCANY-3010 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772530 13f79535-47bb-0310-9956-ffa450edef68
* Tidied up MANIFEST.MF fileedwardsmj2009-04-271-10/+17
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@768932 13f79535-47bb-0310-9956-ffa450edef68
* Make sure the lists are cloned too (TUSCANY-2982)rfeng2009-04-212-7/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767236 13f79535-47bb-0310-9956-ffa450edef68
* Extended warning message reporting to include Composite name and Component nameedwardsmj2009-04-152-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@765099 13f79535-47bb-0310-9956-ffa450edef68
* Fixing the MANIFEST.MF with Bundle-RequiredExecutionEnvironment headerrfeng2009-04-141-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@764927 13f79535-47bb-0310-9956-ffa450edef68
* Avoid NPE if the reference doesn't have a bindingrfeng2009-03-261-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@758478 13f79535-47bb-0310-9956-ffa450edef68
* Match the document using wildcards against the artifact URIrfeng2009-03-252-87/+142
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@758464 13f79535-47bb-0310-9956-ffa450edef68
* 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