summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/builder/src/main/java/org (follow)
Commit message (Expand)AuthorAgeFilesLines
* Ensure that fully resolved JSR250 policy sets, added by the policy processor ...slaws2011-10-311-6/+14
* Mark resolved bindings as having remote endpointsslaws2011-10-181-0/+1
* Ensure the old normalized wsdl contract isn't left in the cloned contractantelder2011-10-141-0/+4
* TUSCANY-3961 - modify so we don't rely on internal exception throwingslaws2011-10-121-5/+10
* Change back to use getSchemaDocument instead of getAllSchema()[0]. This was c...antelder2011-10-051-2/+1
* TUSCANY-3937 - Further fixes on top of Michael's patch to get the properties ...slaws2011-09-141-12/+28
* TUSCANY-3941 - If a reference specifies target in an SCA binding then we expe...slaws2011-09-121-0/+5
* TUSCANY-3942.scottkurz2011-09-081-8/+3
* TUSCANY-3932 - Rework the callack wire calculation to be based on non-runtime...slaws2011-08-251-10/+24
* Allow the binding.sca URI to be configured with the base URI as with all othe...slaws2011-08-251-8/+6
* TUSCANY-3912 - Apply Greg's suggested change to clear component reference tar...slaws2011-08-171-0/+3
* TUSCANY-3873 - A stop gap solution to running the appliesTo algorithm against...slaws2011-06-231-5/+82
* TUSCANY-3878 - check policy language equality based on the namspace of the po...slaws2011-06-232-19/+26
* Refactor appliesTo builder based on spec clarificationsbdaniel2011-06-211-54/+79
* Revert change to only inherit interaction intents on interfaces. Though the i...bdaniel2011-06-211-6/+6
* Clear out old endpoints before adding the binding endpoints. Without this you...antelder2011-06-181-0/+1
* Keep track of the fuse compositesantelder2011-06-181-0/+1
* Correctly remove policies from endpoints and endpoint references when there a...bdaniel2011-06-171-8/+8
* Endpoints should only inherit interaction intentsbdaniel2011-06-171-6/+6
* TUSCANY-3876 - minimum changes to turn of implementation model sharing and re...slaws2011-06-161-1/+1
* Enable setting a default base uri thats used if a specific base is not set bu...antelder2011-06-131-0/+7
* Add callback handling to PolicyAttachmentBuilderbdaniel2011-06-131-11/+34
* Commit patch for TUSCANY-3836bdaniel2011-02-181-0/+6
* Enable the allowsPassByReference supportrfeng2011-02-071-3/+2
* Switch the debugging statement (which remains commented out) round as you wan...slaws2011-01-131-3/+3
* Change method call to support older versions of XmlSchemabdaniel2010-12-071-1/+2
* Fix typo in commentslaws2010-11-301-1/+1
* TUSCANY-3788, TUSCANY-3786 - Allow build time resolvable references to be res...slaws2010-11-301-69/+3
* TUSCANY-3631 - re-enable the test basic auth test case. The issue was that th...slaws2010-09-141-6/+11
* Add a missing commentslaws2010-09-141-0/+2
* Fix bug in PolicyAppliesToBuilder that was causing PolicySets to be incorrect...bdaniel2010-09-011-5/+5
* Fix typo in commentslaws2010-08-181-1/+1
* Fix typo in commentslaws2010-08-181-1/+1
* Fix typo in commentslaws2010-08-091-1/+1
* TUSCANY-3642 Allow policy information on interfaces to apply to services and ...bdaniel2010-08-051-12/+14
* Ensure that if a single PolicySet can be attached either directly or external...bdaniel2010-08-051-0/+9
* Fix the removal of direct policy sets when external policy sets are attached....bdaniel2010-08-042-3/+18
* Correct the policy subject that is checked during "appliesTo" processing. Fix...slaws2010-07-271-2/+2
* Correct commentslaws2010-07-271-4/+3
* Some defensive code to avert an NPE that's now causing ASM_8005, ASM_8017, AS...slaws2010-07-271-7/+31
* Fix bug in removeConstrainedIntentsbdaniel2010-07-261-1/+1
* Add more intent validation and fix up inner composite policy set processingbdaniel2010-07-263-38/+67
* Ensure constrained intents are removed from Composite objectsbdaniel2010-07-262-3/+19
* Add transaction intent validationbdaniel2010-07-261-8/+89
* Fix up appliesTo processing. Need to save each separate composite document as...bdaniel2010-07-261-33/+37
* Check constrained types for the qualifiable parent of a qualified intentbdaniel2010-07-261-3/+7
* TUSCANY-3630 Add xpath processing of externalAttachment elements in builderbdaniel2010-07-261-60/+83
* Fixing a comment for the extractSourcePropertyName methodedwardsmj2010-07-221-2/+1
* Upgrade to the handling of @source attribute on component property elements a...edwardsmj2010-07-221-112/+280
* Ignore policy sets on a composite implementation when the using component has...bdaniel2010-07-191-0/+7