summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/assembly (unfollow)
Commit message (Expand)AuthorFilesLines
2009-09-21Clean up import statementsrfeng13-57/+25
2009-09-21Check for a few null cases that happen in assembly-xml unit tests. I don't th...slaws1-2/+24
2009-09-21More static build changes and some simplified runtime builders (endpoint, end...slaws6-238/+2025
2009-09-21Minor formattinglresende1-8/+7
2009-09-18Add toString()rfeng6-4/+28
2009-09-18Some more incremental changes to the new builders. committing to create a bac...slaws3-72/+262
2009-09-15Fix the on-demand loading and add stop() to clean uprfeng1-1/+16
2009-09-14Rename CompositeBuilderExtensionPoint to BuilderExtensionPointrfeng13-39/+69
2009-09-14Enhance the CompositeBuilderExtensionPoint to include binding/implementation ...rfeng26-252/+395
2009-09-11Copy methods to reset input/output types from 1.x to 2.x as used by JMS wiref...antelder2-0/+77
2009-09-11Merge modules to assembly module as discussed on MLantelder64-18/+6424
2009-09-10Merge ConfiguredOperation Assembly methods from 1.x to 2.xantelder5-0/+201
2009-09-02Remove the need to extend EndpointDescriptionrfeng1-2/+2
2009-08-28Update to add a method to check if a wire target is out of date compared to t...antelder1-0/+3
2009-08-27backing up a few minor changes. This version of the builders not in use. slaws3-15/+34
2009-08-27Move the reference/service resetting outside the loop as they don't need to b...slaws1-17/+21
2009-08-27Add policy matching to the endpoint builder and prepare for problems to be ra...slaws1-1/+2
2009-08-25Fix ASM_5031, wire with @replace=true overrides reference @target attributeantelder1-0/+3
2009-08-24More progress on the ModelBuilder approach. Doesn't work yet but I'm using it...slaws3-57/+597
2009-08-24Allow services/references/properties to be retrieved by name from a componentslaws2-0/+66
2009-08-24Guard against NPEantelder1-1/+1
2009-08-24Fix ASM_5021use wire target when autowire and single reference binding target@antelder1-0/+30
2009-08-21Fix NPE when autowire is null (ASM_5031 though this doesn't yet fix the test)antelder1-1/+1
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_4008rfeng4-17/+8
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