summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/assembly/src/main (unfollow)
Commit message (Expand)AuthorFilesLines
2009-11-20Moving 2.x trunklresende141-12634/+0
2009-11-19Rename getInterfaceContract() of Endpoint/EndpointReferencerfeng4-18/+4
2009-11-19Add BuilderContext parameterrfeng1-1/+2
2009-11-19Enhance the PolicyBuilder interface to provide ability to validate and build rfeng3-9/+64
2009-11-18Updating error/warning message to clarify the problemlresende1-1/+1
2009-11-18Resolve it before getXXX()rfeng2-0/+2
2009-11-17Rationalize the interfaceContracts on Endpoint/EndpointReferencerfeng2-0/+6
2009-11-17Tidy up the endpoint/endpoint reference serialization/deseralizationrfeng3-3/+18
2009-11-16Remove unused coderfeng1-83/+0
2009-11-15Adding generated serialVersionUID to exception to avoid warningslresende1-0/+1
2009-11-13Replace RuntimeWire with RuntimeEnpoint/RuntimeEndpointReference as the owner...rfeng3-19/+8
2009-11-11Check that the intent maps in a policy set are unique POL_3009slaws1-0/+17
2009-11-11Add policy conformance number to beginning of duplicate intents messageslaws1-1/+1
2009-11-11Extend the checking for unique definitions elements to take account of repeat...slaws1-0/+4
2009-11-05Fix motivated by ASM-5023. Update code to reflect the OASIS treatment of prom...slaws2-26/+0
2009-11-03Fix ASM_8017 and TUSCANY-3337 - have InterfaceContractMapper correctly take i...antelder1-5/+6
2009-10-29Update to end all service provider files with a new lineantelder7-5/+7
2009-10-28Pass ServiceRegistry via extensionPointRegistry to remove static referencesrfeng1-1/+1
2009-10-20Remove constrainingType as it is now not part of the OASIS SCA specsrfeng8-240/+0
2009-10-20Turn JavaClassVisitor to declarative services and remove the module activatorrfeng2-0/+24
2009-10-16This is to change the Monitor to be request scoped for most of the cases:rfeng7-99/+117
2009-10-15When cloning includes don't preserve the original include. Otherwise you end ...slaws1-1/+1
2009-10-15Add more details of interface incompatibility to assembly error messagesslaws1-4/+4
2009-10-14Remove unused policy utils and add new onerfeng4-506/+97
2009-10-12Add PolicyBuilder to the builder extension pointrfeng5-66/+208
2009-10-12Make ExtensionPointRegistry field transientrfeng1-1/+1
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-03TUSCANY-3290 - Adding support for @Remote attribute in <interface.java>lresende3-5/+59
2009-09-29Start to integrate the policy attachment builderrfeng2-35/+20
2009-09-28Refactor the builder implementations into tuscany-builder modulerfeng35-10108/+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