summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/builder (unfollow)
Commit message (Expand)AuthorFilesLines
2011-10-05Change back to use getSchemaDocument instead of getAllSchema()[0]. This was c...antelder1-2/+1
2011-09-14TUSCANY-3937 - Further fixes on top of Michael's patch to get the properties ...slaws1-12/+28
2011-09-12TUSCANY-3941 - If a reference specifies target in an SCA binding then we expe...slaws1-0/+5
2011-09-08TUSCANY-3942.scottkurz1-8/+3
2011-08-25TUSCANY-3932 - Rework the callack wire calculation to be based on non-runtime...slaws1-10/+24
2011-08-25Allow the binding.sca URI to be configured with the base URI as with all othe...slaws1-8/+6
2011-08-17TUSCANY-3912 - Apply Greg's suggested change to clear component reference tar...slaws1-0/+3
2011-06-23TUSCANY-3873 - A stop gap solution to running the appliesTo algorithm against...slaws2-5/+83
2011-06-23TUSCANY-3878 - check policy language equality based on the namspace of the po...slaws2-19/+26
2011-06-21Refactor appliesTo builder based on spec clarificationsbdaniel1-54/+79
2011-06-21Revert change to only inherit interaction intents on interfaces. Though the i...bdaniel1-6/+6
2011-06-18Clear out old endpoints before adding the binding endpoints. Without this you...antelder1-0/+1
2011-06-18Keep track of the fuse compositesantelder1-0/+1
2011-06-17Correctly remove policies from endpoints and endpoint references when there a...bdaniel1-8/+8
2011-06-17Endpoints should only inherit interaction intentsbdaniel1-6/+6
2011-06-16TUSCANY-3876 - minimum changes to turn of implementation model sharing and re...slaws1-1/+1
2011-06-13Enable setting a default base uri thats used if a specific base is not set bu...antelder1-0/+7
2011-06-13Add callback handling to PolicyAttachmentBuilderbdaniel1-11/+34
2011-02-18Commit patch for TUSCANY-3836bdaniel1-0/+6
2011-02-07Enable the allowsPassByReference supportrfeng1-3/+2
2011-01-13Switch the debugging statement (which remains commented out) round as you wan...slaws1-3/+3
2010-12-23Add missing dependenciesslaws1-0/+6
2010-12-23Add missing dependenciesslaws1-1/+2
2010-12-07Change method call to support older versions of XmlSchemabdaniel1-1/+2
2010-11-30Fix typo in commentslaws1-1/+1
2010-11-30TUSCANY-3788, TUSCANY-3786 - Allow build time resolvable references to be res...slaws1-69/+3
2010-09-14TUSCANY-3631 - re-enable the test basic auth test case. The issue was that th...slaws1-6/+11
2010-09-14Add a missing commentslaws1-0/+2
2010-09-01Fix bug in PolicyAppliesToBuilder that was causing PolicySets to be incorrect...bdaniel1-5/+5
2010-08-18Fix typo in commentslaws1-1/+1
2010-08-18Fix typo in commentslaws1-1/+1
2010-08-09Fix typo in commentslaws1-1/+1
2010-08-05TUSCANY-3642 Allow policy information on interfaces to apply to services and ...bdaniel1-12/+14
2010-08-05Ensure that if a single PolicySet can be attached either directly or external...bdaniel1-0/+9
2010-08-04Fix the removal of direct policy sets when external policy sets are attached....bdaniel2-3/+18
2010-07-27Correct the policy subject that is checked during "appliesTo" processing. Fix...slaws1-2/+2
2010-07-27Correct commentslaws1-4/+3
2010-07-27Some defensive code to avert an NPE that's now causing ASM_8005, ASM_8017, AS...slaws1-7/+31
2010-07-26Fix bug in removeConstrainedIntentsbdaniel1-1/+1
2010-07-26Add more intent validation and fix up inner composite policy set processingbdaniel4-41/+70
2010-07-26Ensure constrained intents are removed from Composite objectsbdaniel2-3/+19
2010-07-26Add transaction intent validationbdaniel1-8/+89
2010-07-26Fix up appliesTo processing. Need to save each separate composite document as...bdaniel1-33/+37
2010-07-26Check constrained types for the qualifiable parent of a qualified intentbdaniel1-3/+7
2010-07-26Add transaction validation error messagesbdaniel1-0/+4
2010-07-26TUSCANY-3630 Add xpath processing of externalAttachment elements in builderbdaniel1-60/+83
2010-07-22Fixing a comment for the extractSourcePropertyName methodedwardsmj1-2/+1
2010-07-22Upgrade to the handling of @source attribute on component property elements a...edwardsmj1-112/+280
2010-07-19Ignore policy sets on a composite implementation when the using component has...bdaniel1-0/+7
2010-07-19Inherit elements lower in the hierarchy first to ensure inheritance of mutual...bdaniel1-6/+10