summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/assembly/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moving 2.x trunklresende2009-11-20150-13547/+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
* Updating error/warning message to clarify the problemlresende2009-11-181-1/+1
* 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
* Add policy conformance number to beginning of duplicate intents messageslaws2009-11-111-1/+1
* 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
* Update to end all service provider files with a new lineantelder2009-10-297-5/+7
* 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-209-283/+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
* Add more details of interface incompatibility to assembly error messagesslaws2009-10-151-4/+4
* 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
* TUSCANY-3258 raise an error when a component property type doesn't match the ...slaws2009-10-091-1/+3
* TUSCANY-3231 fail if property has many values and many="false". Re-applied th...slaws2009-10-091-2/+3
* Add warning when XPath expression for property doesn't return anythingslaws2009-10-091-1/+2
* Refactor resource bundles to a package rfeng2009-10-056-4/+37
* Update two error messages to point out that the component type and component ...slaws2009-10-051-2/+2
* 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-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