summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/assembly-xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Updating Copyright Year in NOTICE fileslresende2010-05-121-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943700 13f79535-47bb-0310-9956-ffa450edef68
* Removing unused imports...lresende2010-05-071-2/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942270 13f79535-47bb-0310-9956-ffa450edef68
* Extend composite document processing to support DTD declarations and Entity ↵edwardsmj2010-05-071-5/+45
| | | | | | declarations, in support of the use of Entity References to parameterize composite files, as described in TUSCANY-3548 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942100 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3530 - first raft of changes to turn on property type checking at ↵slaws2010-05-064-0/+61
| | | | | | deployment time. Required by ASM_5038 and ASM_5039. Still some TODOs including handling elements, composite properties, multiplicity and complex types derived from the component type. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@941695 13f79535-47bb-0310-9956-ffa450edef68
* mark additional classes as extension spi according to use indicated by ↵kelvingoodson2010-04-262-0/+2
| | | | | | binding-http* (no additions from binding-jms git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@938106 13f79535-47bb-0310-9956-ffa450edef68
* mark additional classes as extension spi according to use indicated by ↵kelvingoodson2010-04-261-0/+1
| | | | | | implementation-spring and implementation-spring-sca git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937981 13f79535-47bb-0310-9956-ffa450edef68
* mark classes as extension spi according to use indicated by implementation.javakelvingoodson2010-04-231-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937291 13f79535-47bb-0310-9956-ffa450edef68
* add compliance messageskelvingoodson2010-04-011-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@930039 13f79535-47bb-0310-9956-ffa450edef68
* Don't include the implementation in the serialized endpoint. This fixes the ↵antelder2010-03-251-0/+1
| | | | | | issue with the implementation type needing to be available where the endpoint is deserialized git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@927277 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3452 - Adding support for new extensibility for contract based ↵lresende2010-03-183-36/+29
| | | | | | elements, adjusting current xml for the new model and adapting our element extension list to read/write semantycally same xml when these extensions are in use git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@924584 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-242 add URI specific processing for binding uris and a couple of ↵slaws2010-03-104-5/+11
| | | | | | others I missed git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@921293 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-242 add URI processing wherever we read an anyURI attributeslaws2010-03-093-10/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@920885 13f79535-47bb-0310-9956-ffa450edef68
* Remove DistributedSCABindingrfeng2010-03-051-5/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@919254 13f79535-47bb-0310-9956-ffa450edef68
* update messages with conformance statements (note the java files that have ↵kelvingoodson2010-03-032-3/+3
| | | | | | messages that have not been extracted to a properties file, these need to be factored out) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918526 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-242 add operation to trim whitespace from anyURI attributes ↵slaws2010-03-023-1/+138
| | | | | | according to XML whitespace facet set to "collapse". Only exploited by composite service promote attribute while I ask on the ML if there is a smart way of detecting anyURI types. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918054 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3463 - Removing the policySet that is being flatted to avoid issues ↵lresende2010-02-261-2/+9
| | | | | | during resolution git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916821 13f79535-47bb-0310-9956-ffa450edef68
* Clean up the remote flag for endpoint and change the endpoint reference ↵rfeng2010-02-261-3/+3
| | | | | | status to an enum git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916778 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3463 - Flatting the intentMaps as policySets to get them resolved ↵lresende2010-02-251-2/+33
| | | | | | properly git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916114 13f79535-47bb-0310-9956-ffa450edef68