summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/assembly (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Fix for ASM_5026 related property processingrfeng2009-08-201-27/+26
* Fix OASIS test ASM_5016 - correct interface check order, note also requires T...antelder2009-08-191-2/+2
* Fix OASIS test ASM_5012 - its ok to override a reference with multiplicity of...antelder2009-08-191-1/+1
* Fix OASIS test ASM_5015 - its ok to override a reference with multiplicity ze...antelder2009-08-191-0/+2
* Fix for ASM_4008rfeng2009-08-184-17/+8
* Push component name to the monitor context and sort out some incorrect indent...slaws2009-08-181-47/+53
* Use composite name and not URI as top level contextslaws2009-08-181-1/+1
* Change no component reference target warning to error (ASM_6020). Push some c...slaws2009-08-181-43/+64
* Change promoted reference not found warning to an error (ASM_6006). Also push...slaws2009-08-181-22/+30
* Be more precise when testing whether a property has had a value set and updat...slaws2009-08-171-4/+30
* Add extra error reporting context through the Monitoredwardsmj2009-08-172-106/+117
* Start of fixes for service endpoints as being discussed on the ML. The logic ...antelder2009-08-141-7/+11
* Fix otest ASM_5014 missmatched reference multiplicity is an error not a warningantelder2009-08-131-1/+1
* Fix otest asm_5037, missing property is an error not a warningantelder2009-08-131-1/+1
* Update message with a hint what the problem might be caused byantelder2009-08-111-1/+1
* Process a binding name if one is included in the target URIslaws2009-08-081-24/+150
* Fix the URI algorithm so that the binding name is only included in the URI if...slaws2009-08-081-2/+2
* Make endpoints point to the component/service for which they are created so t...slaws2009-08-081-2/+6
* Remove the non-OASIS code from the endpoint builder and set up build-time and...slaws2009-08-081-2/+11
* Template for reorganization of the builders. slaws2009-08-064-17/+449
* Provide mechanism of printing out the endpoint reference without the hash cod...slaws2009-08-061-3/+7
* Add helper method to return component by name. slaws2009-08-062-1/+18
* Add helper methods to return parameters/references/services by name. slaws2009-08-062-1/+64
* Provide mechanism of printing out the endpoint without the hash code to make ...slaws2009-08-051-3/+7
* Start to work on ASM50033rfeng2009-08-041-1/+3
* Fix the algorithm to check duplicate names for callback bindings to avoid fai...rfeng2009-08-041-51/+37
* Add a property file to hold the descriptions of the SCA assembly conformance ...rfeng2009-08-031-0/+327
* Test for unique binding names across a service's bindings. Not just the bindi...slaws2009-08-031-5/+2
* Change warning to error as per spec. Caught when running ASM_8011slaws2009-07-311-1/+1
* Change warning to error as per spec. Caught when running ASM_8010slaws2009-07-311-4/+4
* Turn incompatible interface warning into an error to match spec. Specifically...slaws2009-07-311-5/+5
* Be more defensive in check the implementation reference. Follow the pattern u...slaws2009-07-311-1/+1
* Change warning to error when reference with target also has binding, to match...antelder2009-07-311-1/+1
* Print out the hash code so that you can distinguish between endpoints and end...slaws2009-07-302-3/+3
* Remove duplicate requiredIntents/policySets fields and make a copy for the clonerfeng2009-07-232-15/+2
* TUSCANY-3150 make the context a little more interesting in the example. slaws2009-07-221-27/+33
* TUSCANY-3150 TUSCANY-3176 updates to show how we can accumulate context and h...slaws2009-07-221-1/+12
* Make the not yet matched status sounds a little less terminal. Just because i...slaws2009-07-223-5/+5
* Make printed uri in toString more consistent with getURI output. slaws2009-07-212-2/+2
* Fix svn:eol-style and svn:keywords properties for java/xml filesrfeng2009-07-216-664/+664
* Correct handling of component <property/> @source attribute when dealing with...edwardsmj2009-07-164-13/+52
* Remove unused coderfeng2009-07-131-6/+0
* Start to resolve intents to policySets that provide the intentrfeng2009-07-091-0/+24
* Fix the code to read policies and intentsrfeng2009-07-072-6/+41
* Remove AutomaticBinding and replace it with a flag in the Contract model to i...rfeng2009-07-0615-188/+114
* Organize imports and reformat the coderfeng2009-07-0692-1561/+1640
* Start adding a more meaningful (compared to unresolved) status field to endpo...slaws2009-06-293-4/+61
* Use the QName as the key for binding base URIsrfeng2009-06-254-22/+22
* Test to push down the default binding configuration into the URI builders so ...slaws2009-06-245-14/+93
* Add a QName as the type for binding/implementation and use it to compare mode...rfeng2009-06-2324-281/+332