summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/assembly (unfollow)
Commit message (Expand)AuthorFilesLines
2009-10-09Refactor the runtime build logic into EndpointReferenceBinderrfeng1-55/+0
2009-10-09TUSCANY-3258 raise an error when a component property type doesn't match the ...slaws1-1/+3
2009-10-09TUSCANY-3231 fail if property has many values and many="false". Re-applied th...slaws1-2/+3
2009-10-09Add warning when XPath expression for property doesn't return anythingslaws1-1/+2
2009-10-05Refactor resource bundles to a package rfeng6-4/+37
2009-10-05Update two error messages to point out that the component type and component ...slaws1-2/+2
2009-10-05Fix OSGi MANIFEST.MF to bring up Tuscany in OSGi consolerfeng1-37/+11
2009-10-03TUSCANY-3290 - Adding support for @Remote attribute in <interface.java>lresende3-5/+59
2009-10-01Fixing manifest that was pointing to obsolete/unexistent packagelresende1-5/+0
2009-09-29Start to integrate the policy attachment builderrfeng2-35/+20
2009-09-28Refactor the builder implementations into tuscany-builder modulerfeng37-10475/+0
2009-09-25Comment out the incorrect policy matching algorithm and enable itest/policiesrfeng1-15/+20
2009-09-25Refactor CompositeActivator, ComponentContext and other related interfaces in...rfeng4-10/+28
2009-09-24Improve CompositeImpl.clone so that it clones both included and nested compos...rfeng6-187/+93
2009-09-24Reformat the coderfeng29-938/+907
2009-09-24Refactor the CompositeBuilder interface to return Composite instead of void s...rfeng27-58/+88
2009-09-23Switch over to the new model builder. Old builders are still there and can be...slaws1-2/+2
2009-09-22Add reference promotion builder back in. Need to decide what to do with it. A...slaws1-3/+8
2009-09-22Use the methods for retrieving collections as some specializations override t...slaws2-6/+6
2009-09-22Correct the algorithm for selecting callback bindings to match what the old b...slaws1-13/+42
2009-09-22Add property messagesslaws1-1/+5
2009-09-22Add in the binding specific builders steps. slaws1-3/+10
2009-09-22Add code to flatten wires (getting rid of the ComponentReferenceWireBuilder)slaws1-20/+128
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