summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/builder/src/main/java/org/apache/tuscany/sca/builder/impl/ComponentBuilderImpl.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moving 2.x trunklresende2009-11-201-1239/+0
* remove more cruft from the buildersslaws2009-11-061-9/+0
* Fix motivated by ASM-5023. Update code to reflect the OASIS treatment of prom...slaws2009-11-051-6/+10
* Fix up some stragglers that are now breaking the build after the uber monitor...slaws2009-10-161-2/+2
* This is to change the Monitor to be request scoped for most of the cases:rfeng2009-10-161-39/+39
* Test that a component implementation has been found/resolvedslaws2009-10-151-1/+38
* Separate reference and service interface compatibility processing in order to...slaws2009-10-151-25/+64
* Add PolicyBuilder to the builder extension pointrfeng2009-10-121-2/+1
* TUSCANY-3258 raise an error when a component property type doesn't match the ...slaws2009-10-091-2/+25
* TUSCANY-3231 fail if property has many values and many="false". Re-applied th...slaws2009-10-091-0/+28
* Add warning when XPath expression for property doesn't return anythingslaws2009-10-091-0/+8
* TUSCANY-3219 - switch the order of the interface contracts when tested for co...slaws2009-10-061-1/+1
* Correct interface contract errors and reinstate reference side binding promotionslaws2009-10-061-9/+29
* Refactor resource bundles to a package rfeng2009-10-051-20/+21
* Push/po context in the new component type and component buildersslaws2009-10-051-35/+53
* Add back in duplicate name checking that got lost during the re-org.slaws2009-10-051-0/+61
* Make the property mustSupply check is done after the @source/file is handledrfeng2009-10-051-6/+8
* Correct typo that was prevent properties from being processed correctly in pr...slaws2009-10-011-1/+1
* Pass the outer component to configure the @source of property (taking value f...rfeng2009-09-301-11/+17
* Start to integrate the policy attachment builderrfeng2009-09-291-0/+1
* Start to copy builders from assembly modulerfeng2009-09-281-0/+1001