summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/assembly (follow)
Commit message (Expand)AuthorAgeFilesLines
* Start to integrate the policy attachment builderrfeng2009-09-292-35/+20
* Refactor the builder implementations into tuscany-builder modulerfeng2009-09-2837-10475/+0
* Comment out the incorrect policy matching algorithm and enable itest/policiesrfeng2009-09-251-15/+20
* Refactor CompositeActivator, ComponentContext and other related interfaces in...rfeng2009-09-254-10/+28
* Improve CompositeImpl.clone so that it clones both included and nested compos...rfeng2009-09-246-187/+93
* Reformat the coderfeng2009-09-2429-938/+907
* Refactor the CompositeBuilder interface to return Composite instead of void s...rfeng2009-09-2427-58/+88
* Switch over to the new model builder. Old builders are still there and can be...slaws2009-09-231-2/+2
* Add reference promotion builder back in. Need to decide what to do with it. A...slaws2009-09-221-3/+8
* Use the methods for retrieving collections as some specializations override t...slaws2009-09-222-6/+6
* Correct the algorithm for selecting callback bindings to match what the old b...slaws2009-09-221-13/+42
* Add property messagesslaws2009-09-221-1/+5
* Add in the binding specific builders steps. slaws2009-09-221-3/+10
* Add code to flatten wires (getting rid of the ComponentReferenceWireBuilder)slaws2009-09-221-20/+128
* Clean up import statementsrfeng2009-09-2113-57/+25
* Check for a few null cases that happen in assembly-xml unit tests. I don't th...slaws2009-09-211-2/+24
* More static build changes and some simplified runtime builders (endpoint, end...slaws2009-09-216-238/+2025
* Minor formattinglresende2009-09-211-8/+7
* Add toString()rfeng2009-09-186-4/+28
* Some more incremental changes to the new builders. committing to create a bac...slaws2009-09-183-72/+262
* Fix the on-demand loading and add stop() to clean uprfeng2009-09-151-1/+16
* Rename CompositeBuilderExtensionPoint to BuilderExtensionPointrfeng2009-09-1413-39/+69
* Enhance the CompositeBuilderExtensionPoint to include binding/implementation ...rfeng2009-09-1426-252/+395
* Copy methods to reset input/output types from 1.x to 2.x as used by JMS wiref...antelder2009-09-112-0/+77
* Merge modules to assembly module as discussed on MLantelder2009-09-1164-18/+6424
* Merge ConfiguredOperation Assembly methods from 1.x to 2.xantelder2009-09-105-0/+201
* Remove the need to extend EndpointDescriptionrfeng2009-09-021-2/+2
* Update to add a method to check if a wire target is out of date compared to t...antelder2009-08-281-0/+3
* backing up a few minor changes. This version of the builders not in use. slaws2009-08-273-15/+34
* Move the reference/service resetting outside the loop as they don't need to b...slaws2009-08-271-17/+21
* Add policy matching to the endpoint builder and prepare for problems to be ra...slaws2009-08-271-1/+2
* Fix ASM_5031, wire with @replace=true overrides reference @target attributeantelder2009-08-251-0/+3
* More progress on the ModelBuilder approach. Doesn't work yet but I'm using it...slaws2009-08-243-57/+597
* Allow services/references/properties to be retrieved by name from a componentslaws2009-08-242-0/+66
* Guard against NPEantelder2009-08-241-1/+1
* Fix ASM_5021use wire target when autowire and single reference binding target@antelder2009-08-241-0/+30
* Fix NPE when autowire is null (ASM_5031 though this doesn't yet fix the test)antelder2009-08-211-1/+1
* Correct the reference multiplicity validation algorithm to match what OASIS i...slaws2009-08-202-22/+62
* Move top level monitor.pushContext calls to each build so we are doing this c...slaws2009-08-204-248/+220
* Create monitor instance in test case as monitor.puchContext calls will fail w...slaws2009-08-201-2/+8
* Process includes within composite implementations (ASM_6026)slaws2009-08-201-33/+48
* 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