summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/assembly-xml (unfollow)
Commit message (Collapse)AuthorFilesLines
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
2010-05-12Updating Copyright Year in NOTICE fileslresende1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943700 13f79535-47bb-0310-9956-ffa450edef68
2010-05-07Removing unused imports...lresende1-2/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942270 13f79535-47bb-0310-9956-ffa450edef68
2010-05-07Extend composite document processing to support DTD declarations and Entity ↵edwardsmj1-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
2010-05-06TUSCANY-3530 - first raft of changes to turn on property type checking at ↵slaws4-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
2010-04-26mark additional classes as extension spi according to use indicated by ↵kelvingoodson2-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
2010-04-26mark additional classes as extension spi according to use indicated by ↵kelvingoodson1-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
2010-04-23mark classes as extension spi according to use indicated by implementation.javakelvingoodson1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937291 13f79535-47bb-0310-9956-ffa450edef68
2010-04-01add compliance messageskelvingoodson1-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@930039 13f79535-47bb-0310-9956-ffa450edef68
2010-03-25Don't include the implementation in the serialized endpoint. This fixes the ↵antelder1-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
2010-03-18TUSCANY-3452 - Adding support for new extensibility for contract based ↵lresende3-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
2010-03-10TUSCANY-242 add URI specific processing for binding uris and a couple of ↵slaws4-5/+11
others I missed git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@921293 13f79535-47bb-0310-9956-ffa450edef68
2010-03-09TUSCANY-242 add URI processing wherever we read an anyURI attributeslaws3-10/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@920885 13f79535-47bb-0310-9956-ffa450edef68
2010-03-05Remove DistributedSCABindingrfeng1-5/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@919254 13f79535-47bb-0310-9956-ffa450edef68
2010-03-03update messages with conformance statements (note the java files that have ↵kelvingoodson2-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
2010-03-02TUSCANY-242 add operation to trim whitespace from anyURI attributes ↵slaws3-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
2010-02-26TUSCANY-3463 - Removing the policySet that is being flatted to avoid issues ↵lresende1-2/+9
during resolution git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916821 13f79535-47bb-0310-9956-ffa450edef68
2010-02-26Clean up the remote flag for endpoint and change the endpoint reference ↵rfeng1-3/+3
status to an enum git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916778 13f79535-47bb-0310-9956-ffa450edef68
2010-02-25TUSCANY-3463 - Flatting the intentMaps as policySets to get them resolved ↵lresende1-2/+33
properly git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916114 13f79535-47bb-0310-9956-ffa450edef68
2010-02-13Start to make extension points/extensions configurable from ↵rfeng1-2/+3
NodeFactory/ServiceDiscovery git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@909678 13f79535-47bb-0310-9956-ffa450edef68