summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/assembly-xml (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-10-17TUSCANY-3958 - serialize endpoint intents/policy sets across the registry ↵slaws1-0/+22
for matching purposes. In this change they are stashed in the component element on write and then retrieved back into the endpoint model on read. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1185135 13f79535-47bb-0310-9956-ffa450edef68
2011-09-09TUSCANY-3916 - Replace WSDL representation of interface contract with an ↵slaws2-0/+371
internal representation for passing via the registry. Still not particularly happy with this but I have more confidence that it will work reliably when compared to serializing/deserializing WSDL. It would be preferable I think to represent the interface contract more generally as artifacts in the domain registry but that's for another day. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1167202 13f79535-47bb-0310-9956-ffa450edef68
2011-09-02Fix the single quote issues in all message bundlesrfeng2-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1164763 13f79535-47bb-0310-9956-ffa450edef68
2011-08-25TUSCANY-3932 - Rework the callack wire calculation to be based on ↵slaws1-1/+16
non-runtime configurations. I've modified the Endpoint writing algorithm to write out automatically calculated callback bindings as well as callback bindings specified explicitly by the user. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1161527 13f79535-47bb-0310-9956-ffa450edef68
2011-07-11TUSCANY-3883 - Add wireFormat support to default binding. slaws2-5/+184
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1145115 13f79535-47bb-0310-9956-ffa450edef68
2011-07-05Correct intent names. For some reason the constant names got turned into ↵slaws1-2/+2
strings. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1142916 13f79535-47bb-0310-9956-ffa450edef68
2011-06-23TUSCANY-3878 - check policy language equality based on the namspace of the ↵slaws1-2/+2
policy element rather than the full element QName git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1138859 13f79535-47bb-0310-9956-ffa450edef68
2011-05-23Set the Composites contribution URI when its being readantelder1-2/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126327 13f79535-47bb-0310-9956-ffa450edef68
2011-05-17Update to try the LSSerializer approach to pretty printingantelder1-3/+31
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1104152 13f79535-47bb-0310-9956-ffa450edef68
2011-05-17Add a utility to get an XML string for a model objectantelder1-0/+58
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1104051 13f79535-47bb-0310-9956-ffa450edef68
2011-01-13TUSCANY-3815 - Don't add a namespace twice.slaws1-2/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1058574 13f79535-47bb-0310-9956-ffa450edef68
2011-01-10Bump up copyright year in the NOTICE filesantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1057117 13f79535-47bb-0310-9956-ffa450edef68
2010-12-23Add print out to show written XMLslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1052251 13f79535-47bb-0310-9956-ffa450edef68
2010-12-23Add print out to show written XMLslaws1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1052250 13f79535-47bb-0310-9956-ffa450edef68
2010-12-14Fix testcase to close writerantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1049024 13f79535-47bb-0310-9956-ffa450edef68
2010-12-13Add stax excludeantelder1-0/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1045077 13f79535-47bb-0310-9956-ffa450edef68
2010-12-11Remove dependencies now included in base Javaantelder1-28/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1044575 13f79535-47bb-0310-9956-ffa450edef68
2010-12-08Update to latest OASIS XSDsrfeng2-243/+250
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1043780 13f79535-47bb-0310-9956-ffa450edef68
2010-12-03Modify test cases so that they aren't checking for an exact string. ↵bdaniel3-10/+97
Different parser implementations can return strings that are equivalent but different in some trivial way git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1041915 13f79535-47bb-0310-9956-ffa450edef68
2010-09-24Move to wstx-as version 3.2.6 consistently. Having two versions in the ↵slaws1-1/+1
distro is causing OSGi wiring conflicts git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1000968 13f79535-47bb-0310-9956-ffa450edef68
2010-09-22Remove explicit version number as we don't have it elsewhere and it causes ↵slaws1-1/+1
inconsistent bundle wiring in OSGi git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1000087 13f79535-47bb-0310-9956-ffa450edef68
2010-09-03Avoid NPE in test cases. Encountered when writing out the system definitions ↵slaws1-2/+8
file to XML. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992280 13f79535-47bb-0310-9956-ffa450edef68
2010-08-09TUSCANY-3647 - mark all qualified intents as mutually exclusive with one ↵slaws2-0/+23
another if the qualifiable intent is marked as mutuallyExclusive git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@983640 13f79535-47bb-0310-9956-ffa450edef68
2010-07-28Fix handling of component type policy sets and intentsbdaniel1-9/+12
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980237 13f79535-47bb-0310-9956-ffa450edef68
2010-07-26Write out policy information on implementation.composite elementbdaniel1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@979299 13f79535-47bb-0310-9956-ffa450edef68
2010-07-26Completing fix for TUSCANY-3628 - replacing code in BaseAssemblyProcessor ↵edwardsmj3-71/+92
for writing out a property with better code contained in CompositeProcessor & ComponentTypeProcessor, using StAXHelper git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@979205 13f79535-47bb-0310-9956-ffa450edef68
2010-07-26Use default namespace for intents specified in XPath if no prefix specifiedbdaniel1-1/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@979152 13f79535-47bb-0310-9956-ffa450edef68
2010-07-26TUSCANY-3630 Add externalAttachment processorbdaniel1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@979151 13f79535-47bb-0310-9956-ffa450edef68
2010-07-26TUSCANY-3630 Add externalAttachment processorbdaniel1-8/+15
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@979148 13f79535-47bb-0310-9956-ffa450edef68
2010-07-26TUSCANY-3630 Add externalAttachment processorbdaniel4-2/+324
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@979147 13f79535-47bb-0310-9956-ffa450edef68
2010-07-22Fixing POM and MANIFEST to account for dependency on StAXHelper class from ↵edwardsmj2-1/+8
common-xml module git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@966714 13f79535-47bb-0310-9956-ffa450edef68
2010-07-22Add transaction intent constantsbdaniel1-1/+24
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@966708 13f79535-47bb-0310-9956-ffa450edef68
2010-07-22intents and policySets specified on implementation.composite elements were ↵bdaniel1-0/+9
being lost git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@966706 13f79535-47bb-0310-9956-ffa450edef68
2010-07-221) Initial fix for error described by TUSCANY-3628 2) Upgrade to the ↵edwardsmj2-16/+130
handling of @source attribute on component property elements as described by TUSCANY-3629 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@966650 13f79535-47bb-0310-9956-ffa450edef68
2010-07-22Mark asyncInvocation as exclusive of propagatesTransaction as specified in ↵bdaniel1-1/+1
latest policy spec git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@966500 13f79535-47bb-0310-9956-ffa450edef68
2010-07-16Allow ManagedTransactionPolicySet to attach to qualified intentsbdaniel1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964846 13f79535-47bb-0310-9956-ffa450edef68
2010-07-15Add noListener intent to constantsbdaniel1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964319 13f79535-47bb-0310-9956-ffa450edef68
2010-07-06Ensure that the SCA namespace prefix is registered in the XPath namespace ↵bdaniel1-1/+1
context git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@961010 13f79535-47bb-0310-9956-ffa450edef68
2010-06-26Improve property type introspectionsrfeng1-2/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958152 13f79535-47bb-0310-9956-ffa450edef68
2010-06-23Use loopback for multicast testingrfeng3-29/+31
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@957345 13f79535-47bb-0310-9956-ffa450edef68
2010-06-23Remove NameSpaceContextImpl class reference from assembly-xmlbdaniel1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@957103 13f79535-47bb-0310-9956-ffa450edef68
2010-06-23Remove NameSpaceContextImpl class reference from assembly-xmlbdaniel1-2/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@957102 13f79535-47bb-0310-9956-ffa450edef68
2010-06-22Support policy XPath functions without ns prefixes and without a single node ↵bdaniel1-3/+22
context git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956969 13f79535-47bb-0310-9956-ffa450edef68
2010-06-22Support policy XPath functions without ns prefixes and without a single node ↵bdaniel3-14/+110
context git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956919 13f79535-47bb-0310-9956-ffa450edef68
2010-06-21Add evaluation for XPath IntentRef function bdaniel1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956680 13f79535-47bb-0310-9956-ffa450edef68
2010-06-21Add evaluation for XPath IntentRef function bdaniel2-2/+69
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956679 13f79535-47bb-0310-9956-ffa450edef68
2010-06-21BWS_2018 - add a check that uri doesn't appear on a service callback ↵slaws1-0/+5
binding.ws element git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956599 13f79535-47bb-0310-9956-ffa450edef68
2010-06-21BWS_2001 - add a check that the reference binding.ws has an absolute URIslaws1-0/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956500 13f79535-47bb-0310-9956-ffa450edef68
2010-06-02Add missing OSGi dependencies that are causing the dosgi samples to fail. slaws1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950581 13f79535-47bb-0310-9956-ffa450edef68
2010-05-18Cleaned up commentsedwardsmj1-6/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945562 13f79535-47bb-0310-9956-ffa450edef68