summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/assembly/src/main/java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moving 2.x trunklresende2009-11-20130-12049/+0
* Rename getInterfaceContract() of Endpoint/EndpointReferencerfeng2009-11-194-18/+4
* Add BuilderContext parameterrfeng2009-11-191-1/+2
* Enhance the PolicyBuilder interface to provide ability to validate and build rfeng2009-11-193-9/+64
* Resolve it before getXXX()rfeng2009-11-182-0/+2
* Rationalize the interfaceContracts on Endpoint/EndpointReferencerfeng2009-11-172-0/+6
* Tidy up the endpoint/endpoint reference serialization/deseralizationrfeng2009-11-173-3/+18
* Remove unused coderfeng2009-11-161-83/+0
* Adding generated serialVersionUID to exception to avoid warningslresende2009-11-151-0/+1
* Replace RuntimeWire with RuntimeEnpoint/RuntimeEndpointReference as the owner...rfeng2009-11-133-19/+8
* Check that the intent maps in a policy set are unique POL_3009slaws2009-11-111-0/+17
* Extend the checking for unique definitions elements to take account of repeat...slaws2009-11-111-0/+4
* Fix motivated by ASM-5023. Update code to reflect the OASIS treatment of prom...slaws2009-11-052-26/+0
* Fix ASM_8017 and TUSCANY-3337 - have InterfaceContractMapper correctly take i...antelder2009-11-031-5/+6
* Pass ServiceRegistry via extensionPointRegistry to remove static referencesrfeng2009-10-281-1/+1
* Remove constrainingType as it is now not part of the OASIS SCA specsrfeng2009-10-208-240/+0
* Turn JavaClassVisitor to declarative services and remove the module activatorrfeng2009-10-202-0/+24
* This is to change the Monitor to be request scoped for most of the cases:rfeng2009-10-167-99/+117
* When cloning includes don't preserve the original include. Otherwise you end ...slaws2009-10-151-1/+1
* Remove unused policy utils and add new onerfeng2009-10-144-506/+97
* Add PolicyBuilder to the builder extension pointrfeng2009-10-125-66/+208
* Make ExtensionPointRegistry field transientrfeng2009-10-121-1/+1
* Refactor the runtime build logic into EndpointReferenceBinderrfeng2009-10-091-55/+0
* Refactor resource bundles to a package rfeng2009-10-052-4/+36
* TUSCANY-3290 - Adding support for @Remote attribute in <interface.java>lresende2009-10-033-5/+59
* Start to integrate the policy attachment builderrfeng2009-09-292-35/+20
* Refactor the builder implementations into tuscany-builder modulerfeng2009-09-2834-10089/+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-253-8/+24
* 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
* 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 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-182-71/+261
* Fix the on-demand loading and add stop() to clean uprfeng2009-09-151-1/+16
* Rename CompositeBuilderExtensionPoint to BuilderExtensionPointrfeng2009-09-1412-38/+68
* Enhance the CompositeBuilderExtensionPoint to include binding/implementation ...rfeng2009-09-1424-250/+392
* 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-1155-0/+5779
* Merge ConfiguredOperation Assembly methods from 1.x to 2.xantelder2009-09-105-0/+201
* Remove the need to extend EndpointDescriptionrfeng2009-09-021-2/+2