summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/assembly/src (unfollow)
Commit message (Expand)AuthorFilesLines
2009-08-20Correct the reference multiplicity validation algorithm to match what OASIS i...slaws2-22/+62
2009-08-20Move top level monitor.pushContext calls to each build so we are doing this c...slaws4-248/+220
2009-08-20Create monitor instance in test case as monitor.puchContext calls will fail w...slaws1-2/+8
2009-08-20Process includes within composite implementations (ASM_6026)slaws1-33/+48
2009-08-20Fix for ASM_5026 related property processingrfeng1-27/+26
2009-08-19Fix OASIS test ASM_5016 - correct interface check order, note also requires T...antelder1-2/+2
2009-08-19Fix OASIS test ASM_5012 - its ok to override a reference with multiplicity of...antelder1-1/+1
2009-08-19Fix OASIS test ASM_5015 - its ok to override a reference with multiplicity ze...antelder1-0/+2
2009-08-18Fix for ASM_4008rfeng2-8/+6
2009-08-18Push component name to the monitor context and sort out some incorrect indent...slaws1-47/+53
2009-08-18Use composite name and not URI as top level contextslaws1-1/+1
2009-08-18Change no component reference target warning to error (ASM_6020). Push some c...slaws1-43/+64
2009-08-18Change promoted reference not found warning to an error (ASM_6006). Also push...slaws1-22/+30
2009-08-17Be more precise when testing whether a property has had a value set and updat...slaws1-4/+30
2009-08-17Add extra error reporting context through the Monitoredwardsmj2-106/+117
2009-08-14Start of fixes for service endpoints as being discussed on the ML. The logic ...antelder1-7/+11
2009-08-13Fix otest ASM_5014 missmatched reference multiplicity is an error not a warningantelder1-1/+1
2009-08-13Fix otest asm_5037, missing property is an error not a warningantelder1-1/+1
2009-08-11Update message with a hint what the problem might be caused byantelder1-1/+1
2009-08-08Process a binding name if one is included in the target URIslaws1-24/+150
2009-08-08Fix the URI algorithm so that the binding name is only included in the URI if...slaws1-2/+2
2009-08-08Make endpoints point to the component/service for which they are created so t...slaws1-2/+6
2009-08-08Remove the non-OASIS code from the endpoint builder and set up build-time and...slaws1-2/+11
2009-08-06Template for reorganization of the builders. slaws4-17/+449
2009-08-06Provide mechanism of printing out the endpoint reference without the hash cod...slaws1-3/+7
2009-08-06Add helper method to return component by name. slaws2-1/+18
2009-08-06Add helper methods to return parameters/references/services by name. slaws2-1/+64
2009-08-05Provide mechanism of printing out the endpoint without the hash code to make ...slaws1-3/+7
2009-08-04Start to work on ASM50033rfeng1-1/+3
2009-08-04Fix the algorithm to check duplicate names for callback bindings to avoid fai...rfeng1-51/+37
2009-08-03Add a property file to hold the descriptions of the SCA assembly conformance ...rfeng1-0/+327
2009-08-03Test for unique binding names across a service's bindings. Not just the bindi...slaws1-5/+2
2009-07-31Change warning to error as per spec. Caught when running ASM_8011slaws1-1/+1
2009-07-31Change warning to error as per spec. Caught when running ASM_8010slaws1-4/+4
2009-07-31Turn incompatible interface warning into an error to match spec. Specifically...slaws1-5/+5
2009-07-31Be more defensive in check the implementation reference. Follow the pattern u...slaws1-1/+1
2009-07-31Change warning to error when reference with target also has binding, to match...antelder1-1/+1
2009-07-30Print out the hash code so that you can distinguish between endpoints and end...slaws2-3/+3
2009-07-23Remove duplicate requiredIntents/policySets fields and make a copy for the clonerfeng2-15/+2
2009-07-22TUSCANY-3150 make the context a little more interesting in the example. slaws1-27/+33
2009-07-22TUSCANY-3150 TUSCANY-3176 updates to show how we can accumulate context and h...slaws1-1/+12
2009-07-22Make the not yet matched status sounds a little less terminal. Just because i...slaws3-5/+5
2009-07-21Make printed uri in toString more consistent with getURI output. slaws2-2/+2
2009-07-21Fix svn:eol-style and svn:keywords properties for java/xml filesrfeng6-664/+664
2009-07-16Correct handling of component <property/> @source attribute when dealing with...edwardsmj2-12/+43
2009-07-13Remove unused coderfeng1-6/+0
2009-07-09Start to resolve intents to policySets that provide the intentrfeng1-0/+24
2009-07-07Fix the code to read policies and intentsrfeng2-6/+41
2009-07-06Remove AutomaticBinding and replace it with a flag in the Contract model to i...rfeng15-188/+114
2009-07-06Organize imports and reformat the coderfeng92-1561/+1640