summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/assembly-xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* TUSCANY-3958 - serialize endpoint intents/policy sets across the registry ↵slaws2011-10-171-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
* TUSCANY-3916 - Replace WSDL representation of interface contract with an ↵slaws2011-09-092-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
* Fix the single quote issues in all message bundlesrfeng2011-09-022-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1164763 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3932 - Rework the callack wire calculation to be based on ↵slaws2011-08-251-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
* TUSCANY-3883 - Add wireFormat support to default binding. slaws2011-07-112-5/+184
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1145115 13f79535-47bb-0310-9956-ffa450edef68
* Correct intent names. For some reason the constant names got turned into ↵slaws2011-07-051-2/+2
| | | | | | strings. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1142916 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3878 - check policy language equality based on the namspace of the ↵slaws2011-06-231-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
* Set the Composites contribution URI when its being readantelder2011-05-231-2/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126327 13f79535-47bb-0310-9956-ffa450edef68
* Update to try the LSSerializer approach to pretty printingantelder2011-05-171-3/+31
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1104152 13f79535-47bb-0310-9956-ffa450edef68
* Add a utility to get an XML string for a model objectantelder2011-05-171-0/+58
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1104051 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3815 - Don't add a namespace twice.slaws2011-01-131-2/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1058574 13f79535-47bb-0310-9956-ffa450edef68
* Bump up copyright year in the NOTICE filesantelder2011-01-101-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1057117 13f79535-47bb-0310-9956-ffa450edef68
* Add print out to show written XMLslaws2010-12-231-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1052251 13f79535-47bb-0310-9956-ffa450edef68
* Add print out to show written XMLslaws2010-12-231-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1052250 13f79535-47bb-0310-9956-ffa450edef68
* Fix testcase to close writerantelder2010-12-141-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1049024 13f79535-47bb-0310-9956-ffa450edef68
* Add stax excludeantelder2010-12-131-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1045077 13f79535-47bb-0310-9956-ffa450edef68
* Remove dependencies now included in base Javaantelder2010-12-111-28/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1044575 13f79535-47bb-0310-9956-ffa450edef68
* Update to latest OASIS XSDsrfeng2010-12-082-243/+250
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1043780 13f79535-47bb-0310-9956-ffa450edef68
* Modify test cases so that they aren't checking for an exact string. ↵bdaniel2010-12-033-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
* Move to wstx-as version 3.2.6 consistently. Having two versions in the ↵slaws2010-09-241-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
* Remove explicit version number as we don't have it elsewhere and it causes ↵slaws2010-09-221-1/+1
| | | | | | inconsistent bundle wiring in OSGi git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1000087 13f79535-47bb-0310-9956-ffa450edef68
* Avoid NPE in test cases. Encountered when writing out the system definitions ↵slaws2010-09-031-2/+8
| | | | | | file to XML. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992280 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3647 - mark all qualified intents as mutually exclusive with one ↵slaws2010-08-092-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
* Fix handling of component type policy sets and intentsbdaniel2010-07-281-9/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980237 13f79535-47bb-0310-9956-ffa450edef68
* Write out policy information on implementation.composite elementbdaniel2010-07-261-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@979299 13f79535-47bb-0310-9956-ffa450edef68
* Completing fix for TUSCANY-3628 - replacing code in BaseAssemblyProcessor ↵edwardsmj2010-07-263-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
* Use default namespace for intents specified in XPath if no prefix specifiedbdaniel2010-07-261-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@979152 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3630 Add externalAttachment processorbdaniel2010-07-261-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@979151 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3630 Add externalAttachment processorbdaniel2010-07-261-8/+15
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@979148 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3630 Add externalAttachment processorbdaniel2010-07-264-2/+324
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@979147 13f79535-47bb-0310-9956-ffa450edef68
* Fixing POM and MANIFEST to account for dependency on StAXHelper class from ↵edwardsmj2010-07-222-1/+8
| | | | | | common-xml module git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@966714 13f79535-47bb-0310-9956-ffa450edef68
* Add transaction intent constantsbdaniel2010-07-221-1/+24
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@966708 13f79535-47bb-0310-9956-ffa450edef68
* intents and policySets specified on implementation.composite elements were ↵bdaniel2010-07-221-0/+9
| | | | | | being lost git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@966706 13f79535-47bb-0310-9956-ffa450edef68
* 1) Initial fix for error described by TUSCANY-3628 2) Upgrade to the ↵edwardsmj2010-07-222-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
* Mark asyncInvocation as exclusive of propagatesTransaction as specified in ↵bdaniel2010-07-221-1/+1
| | | | | | latest policy spec git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@966500 13f79535-47bb-0310-9956-ffa450edef68
* Allow ManagedTransactionPolicySet to attach to qualified intentsbdaniel2010-07-161-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964846 13f79535-47bb-0310-9956-ffa450edef68
* Add noListener intent to constantsbdaniel2010-07-151-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964319 13f79535-47bb-0310-9956-ffa450edef68
* Ensure that the SCA namespace prefix is registered in the XPath namespace ↵bdaniel2010-07-061-1/+1
| | | | | | context git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@961010 13f79535-47bb-0310-9956-ffa450edef68
* Improve property type introspectionsrfeng2010-06-261-2/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958152 13f79535-47bb-0310-9956-ffa450edef68
* Use loopback for multicast testingrfeng2010-06-233-29/+31
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@957345 13f79535-47bb-0310-9956-ffa450edef68
* Remove NameSpaceContextImpl class reference from assembly-xmlbdaniel2010-06-231-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@957103 13f79535-47bb-0310-9956-ffa450edef68
* Remove NameSpaceContextImpl class reference from assembly-xmlbdaniel2010-06-231-2/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@957102 13f79535-47bb-0310-9956-ffa450edef68
* Support policy XPath functions without ns prefixes and without a single node ↵bdaniel2010-06-221-3/+22
| | | | | | context git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956969 13f79535-47bb-0310-9956-ffa450edef68
* Support policy XPath functions without ns prefixes and without a single node ↵bdaniel2010-06-223-14/+110
| | | | | | context git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956919 13f79535-47bb-0310-9956-ffa450edef68
* Add evaluation for XPath IntentRef function bdaniel2010-06-211-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956680 13f79535-47bb-0310-9956-ffa450edef68
* Add evaluation for XPath IntentRef function bdaniel2010-06-212-2/+69
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956679 13f79535-47bb-0310-9956-ffa450edef68
* BWS_2018 - add a check that uri doesn't appear on a service callback ↵slaws2010-06-211-0/+5
| | | | | | binding.ws element git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956599 13f79535-47bb-0310-9956-ffa450edef68
* BWS_2001 - add a check that the reference binding.ws has an absolute URIslaws2010-06-211-0/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956500 13f79535-47bb-0310-9956-ffa450edef68
* Add missing OSGi dependencies that are causing the dosgi samples to fail. slaws2010-06-021-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950581 13f79535-47bb-0310-9956-ffa450edef68
* Cleaned up commentsedwardsmj2010-05-181-6/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945562 13f79535-47bb-0310-9956-ffa450edef68