summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/assembly (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Provide mechanism of printing out the endpoint reference without the hash ↵slaws2009-08-061-3/+7
| | | | | | code to make test comparison easy git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801585 13f79535-47bb-0310-9956-ffa450edef68
* Add helper method to return component by name. slaws2009-08-062-1/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801581 13f79535-47bb-0310-9956-ffa450edef68
* Add helper methods to return parameters/references/services by name. slaws2009-08-062-1/+64
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801579 13f79535-47bb-0310-9956-ffa450edef68
* Provide mechanism of printing out the endpoint without the hash code to make ↵slaws2009-08-051-3/+7
| | | | | | test comparison easy git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801150 13f79535-47bb-0310-9956-ffa450edef68
* Start to work on ASM50033rfeng2009-08-041-1/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@800682 13f79535-47bb-0310-9956-ffa450edef68
* Fix the algorithm to check duplicate names for callback bindings to avoid ↵rfeng2009-08-041-51/+37
| | | | | | failure in callback-ws itest git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@800663 13f79535-47bb-0310-9956-ffa450edef68
* Add a property file to hold the descriptions of the SCA assembly conformance ↵rfeng2009-08-031-0/+327
| | | | | | items git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@800492 13f79535-47bb-0310-9956-ffa450edef68
* Test for unique binding names across a service's bindings. Not just the ↵slaws2009-08-031-5/+2
| | | | | | bindings of the same type. Raise an error if the binding names are not unique. Required for ASM_9002. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@800351 13f79535-47bb-0310-9956-ffa450edef68
* Change warning to error as per spec. Caught when running ASM_8011slaws2009-07-311-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799654 13f79535-47bb-0310-9956-ffa450edef68
* Change warning to error as per spec. Caught when running ASM_8010slaws2009-07-311-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799649 13f79535-47bb-0310-9956-ffa450edef68
* Turn incompatible interface warning into an error to match spec. ↵slaws2009-07-311-5/+5
| | | | | | Specifically ASM_8008 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799607 13f79535-47bb-0310-9956-ffa450edef68
* Be more defensive in check the implementation reference. Follow the pattern ↵slaws2009-07-311-1/+1
| | | | | | used for services in the same method. Fixes NPE while test ASM_8004. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799584 13f79535-47bb-0310-9956-ffa450edef68
* Change warning to error when reference with target also has binding, to ↵antelder2009-07-311-1/+1
| | | | | | match spec git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799532 13f79535-47bb-0310-9956-ffa450edef68
* Print out the hash code so that you can distinguish between endpoints and ↵slaws2009-07-302-3/+3
| | | | | | endpoint references with the same uri information in the promotion case git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799345 13f79535-47bb-0310-9956-ffa450edef68
* Remove duplicate requiredIntents/policySets fields and make a copy for the clonerfeng2009-07-232-15/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@797187 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3150 make the context a little more interesting in the example. slaws2009-07-221-27/+33
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796877 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3150 TUSCANY-3176 updates to show how we can accumulate context and ↵slaws2009-07-221-1/+12
| | | | | | how we can make the code simpler in terms of introducing the monitor to a module. I would like to think there is a more automatic way of determining the bundle name. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796871 13f79535-47bb-0310-9956-ffa450edef68
* Make the not yet matched status sounds a little less terminal. Just because ↵slaws2009-07-223-5/+5
| | | | | | it isn't matched yet doesn't mean it won't work. The way the code has turned out we can probably work to get rid of this state altogether git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796866 13f79535-47bb-0310-9956-ffa450edef68
* Make printed uri in toString more consistent with getURI output. slaws2009-07-212-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796231 13f79535-47bb-0310-9956-ffa450edef68
* Fix svn:eol-style and svn:keywords properties for java/xml filesrfeng2009-07-216-664/+664
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796166 13f79535-47bb-0310-9956-ffa450edef68
* Correct handling of component <property/> @source attribute when dealing ↵edwardsmj2009-07-164-13/+52
| | | | | | with a target property that has a complex type - TUSCANY-3157 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794657 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused coderfeng2009-07-131-6/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@793725 13f79535-47bb-0310-9956-ffa450edef68
* Start to resolve intents to policySets that provide the intentrfeng2009-07-091-0/+24
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@792623 13f79535-47bb-0310-9956-ffa450edef68
* Fix the code to read policies and intentsrfeng2009-07-072-6/+41
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@791991 13f79535-47bb-0310-9956-ffa450edef68
* Remove AutomaticBinding and replace it with a flag in the Contract model to ↵rfeng2009-07-0615-188/+114
| | | | | | | | indicate if a refernece or binding has one or more binding elements specified in which case it overrides the bindings from componentType or promoted contracts Change the isCallback flag to forCallback to avoid confusion with the callback property git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@791651 13f79535-47bb-0310-9956-ffa450edef68
* Organize imports and reformat the coderfeng2009-07-0692-1561/+1640
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@791550 13f79535-47bb-0310-9956-ffa450edef68
* Start adding a more meaningful (compared to unresolved) status field to ↵slaws2009-06-293-4/+61
| | | | | | endpoint reference. not used in processing yet but gets printed out. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@789359 13f79535-47bb-0310-9956-ffa450edef68
* Use the QName as the key for binding base URIsrfeng2009-06-254-22/+22
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788487 13f79535-47bb-0310-9956-ffa450edef68
* Test to push down the default binding configuration into the URI builders so ↵slaws2009-06-245-14/+93
| | | | | | that the binding uri can be calculated with a user specified default root. If this works out need to update the real CompositeBuilder interface however I notice Raymond has recently added so info to the bindings that makes this easier so will re-work to use that. Also need to add mechanism for bindings to determine their own default base URI when none is specified. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788159 13f79535-47bb-0310-9956-ffa450edef68
* Add a QName as the type for binding/implementation and use it to compare ↵rfeng2009-06-2324-281/+332
| | | | | | model types instead of class git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787865 13f79535-47bb-0310-9956-ffa450edef68
* Use componentURI/serviceName/bindingName to derive the URI of a binding if ↵rfeng2009-06-231-90/+85
| | | | | | not present git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787503 13f79535-47bb-0310-9956-ffa450edef68
* Make the remote flag consistent in names and setters/gettersrfeng2009-06-195-19/+19
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786602 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3092 - bring up remote version of binding.sca and include it in the ↵slaws2009-06-192-5/+17
| | | | | | build git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786563 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3106 missed file on previous checkinslaws2009-06-191-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786557 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3092 - add flag to indicate remotenessslaws2009-06-194-2/+27
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786554 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3106 refactor include processing to make autowire handling match ↵slaws2009-06-192-48/+69
| | | | | | OASIS assembly section 5.6 point 4 algorithm. More work required for other points. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786553 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3092 - add a flag recording whether an endpoint reference refers to ↵slaws2009-06-153-3/+32
| | | | | | a remote endpoint and set it accordingly. Not used for anything yet. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@784761 13f79535-47bb-0310-9956-ffa450edef68
* Add methods to Endpoint/EndpointReference to set the ExtensionPointRegistry ↵rfeng2009-06-124-3/+48
| | | | | | | | so that deserialized object can be resolved Make the EndpointSerializer a declared utility git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@784270 13f79535-47bb-0310-9956-ffa450edef68
* Remove commented out methodsrfeng2009-06-121-42/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@784221 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3091 rename Endpoint2 and EndpointReference2 to remove the 2 ↵slaws2009-06-1115-96/+95
| | | | | | 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
* TUSCANY-3082 extend the reference clone operation so that the endpoint ↵slaws2009-06-111-1/+10
| | | | | | references themselves are cloned and made to point back to the cloned reference. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@783752 13f79535-47bb-0310-9956-ffa450edef68
* Use uri for Endpoint/EndpointReferencerfeng2009-06-114-216/+234
| | | | | | Defer the deserilization of Endpoint to later point to avoid NPE git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@783634 13f79535-47bb-0310-9956-ffa450edef68
* Add uri to Endpoint/EndpointReferencerfeng2009-06-104-34/+60
| | | | | | Add endpoint-tribes to the build git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@783579 13f79535-47bb-0310-9956-ffa450edef68
* Create the runtime version of Endpoint2 for serializationrfeng2009-06-101-18/+4
| | | | | | Serialize the EP using XML git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@783213 13f79535-47bb-0310-9956-ffa450edef68
* Make ExtensionPointRegistry available to AssemblyFactory so that it can ↵rfeng2009-06-086-153/+210
| | | | | | create Endpoint2/EndpointReference2 with the registry for looking up a processor to provide EP/EPR XML marshaling and unmarshaling git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@782818 13f79535-47bb-0310-9956-ffa450edef68
* Move EndpointRegistry from assembly to core-spirfeng2009-06-082-125/+0
| | | | | | Add EndpointListener git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@782804 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3081 - Enable the local endpoint registry implementation in the ↵slaws2009-06-083-12/+48
| | | | | | endpoint module. This delays endpoint reference resolution until chains are first created.Callback processing needs a thorough review as part of the next change to make EndpointReference2 serializable. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@782569 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3081 - Add toString (and remove some commented out code) to aid ↵slaws2009-06-081-11/+28
| | | | | | debugging. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@782567 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3081 - Add the name of the component/service/binding that the ↵slaws2009-06-082-10/+96
| | | | | | endpoint represents. This will be used in the local registry lookup and, in particular, when proxy endpoints are created during endpoint reference creation. Also add a toString to make debugging easier. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@782566 13f79535-47bb-0310-9956-ffa450edef68
* Commit initial strawman prototype of the EndpointRegistry being discussed on ↵antelder2009-06-022-0/+125
| | | | | | the ML git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@780938 13f79535-47bb-0310-9956-ffa450edef68