summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/assembly/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Correct the reference multiplicity validation algorithm to match what OASIS ↵slaws2009-08-202-22/+62
| | | | | | is expecting git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@806124 13f79535-47bb-0310-9956-ffa450edef68
* Move top level monitor.pushContext calls to each build so we are doing this ↵slaws2009-08-204-248/+220
| | | | | | consistently git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@806123 13f79535-47bb-0310-9956-ffa450edef68
* Create monitor instance in test case as monitor.puchContext calls will fail ↵slaws2009-08-201-2/+8
| | | | | | without it. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@806122 13f79535-47bb-0310-9956-ffa450edef68
* Process includes within composite implementations (ASM_6026)slaws2009-08-201-33/+48
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@806120 13f79535-47bb-0310-9956-ffa450edef68
* Fix for ASM_5026 related property processingrfeng2009-08-201-27/+26
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@806026 13f79535-47bb-0310-9956-ffa450edef68
* Fix OASIS test ASM_5016 - correct interface check order, note also requires ↵antelder2009-08-191-2/+2
| | | | | | TUSCANY-3218 and TUSCANY-3219 for OASIS fixes to get the test passing ok git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@805843 13f79535-47bb-0310-9956-ffa450edef68
* Fix OASIS test ASM_5012 - its ok to override a reference with multiplicity ↵antelder2009-08-191-1/+1
| | | | | | of zero-N with one-one or one-N git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@805831 13f79535-47bb-0310-9956-ffa450edef68
* Fix OASIS test ASM_5015 - its ok to override a reference with multiplicity ↵antelder2009-08-191-0/+2
| | | | | | zero-one with one-one git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@805808 13f79535-47bb-0310-9956-ffa450edef68
* Fix for ASM_4008rfeng2009-08-182-8/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@805498 13f79535-47bb-0310-9956-ffa450edef68
* Push component name to the monitor context and sort out some incorrect ↵slaws2009-08-181-47/+53
| | | | | | indentation git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@805438 13f79535-47bb-0310-9956-ffa450edef68
* Use composite name and not URI as top level contextslaws2009-08-181-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@805436 13f79535-47bb-0310-9956-ffa450edef68
* Change no component reference target warning to error (ASM_6020). Push some ↵slaws2009-08-181-43/+64
| | | | | | context into the monitor. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@805425 13f79535-47bb-0310-9956-ffa450edef68
* Change promoted reference not found warning to an error (ASM_6006). Also ↵slaws2009-08-181-22/+30
| | | | | | push some monitor context. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@805399 13f79535-47bb-0310-9956-ffa450edef68
* Be more precise when testing whether a property has had a value set and ↵slaws2009-08-171-4/+30
| | | | | | update the property reading code so that empty text values are not generated as a matter of course. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@805004 13f79535-47bb-0310-9956-ffa450edef68
* Add extra error reporting context through the Monitoredwardsmj2009-08-172-106/+117
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@804958 13f79535-47bb-0310-9956-ffa450edef68
* Start of fixes for service endpoints as being discussed on the ML. The logic ↵antelder2009-08-141-7/+11
| | | | | | of this code seems qite hard to work out so its hard to tell what some of the code is for and there's few tests. If you spot an issue just go ahead and fix it and add a new test git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@804156 13f79535-47bb-0310-9956-ffa450edef68
* Fix otest ASM_5014 missmatched reference multiplicity is an error not a warningantelder2009-08-131-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803893 13f79535-47bb-0310-9956-ffa450edef68
* Fix otest asm_5037, missing property is an error not a warningantelder2009-08-131-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803864 13f79535-47bb-0310-9956-ffa450edef68
* Update message with a hint what the problem might be caused byantelder2009-08-111-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803085 13f79535-47bb-0310-9956-ffa450edef68
* Process a binding name if one is included in the target URIslaws2009-08-081-24/+150
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802406 13f79535-47bb-0310-9956-ffa450edef68
* Fix the URI algorithm so that the binding name is only included in the URI ↵slaws2009-08-081-2/+2
| | | | | | if a service has multiple bindings git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802405 13f79535-47bb-0310-9956-ffa450edef68
* Make endpoints point to the component/service for which they are created so ↵slaws2009-08-081-2/+6
| | | | | | that the URIs are correct. A previous change to the runtime wire now looks down the promotion hierarchy in order to find the leaf component and service git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802403 13f79535-47bb-0310-9956-ffa450edef68
* Remove the non-OASIS code from the endpoint builder and set up build-time ↵slaws2009-08-081-2/+11
| | | | | | and runt-time operations so that I can reorganize the endpoint reference build process and get all of the endpoint building code in on place. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802401 13f79535-47bb-0310-9956-ffa450edef68
* Template for reorganization of the builders. slaws2009-08-064-17/+449
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801592 13f79535-47bb-0310-9956-ffa450edef68
* 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-162-12/+43
| | | | | | 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