summaryrefslogtreecommitdiffstats
path: root/branches (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-08-31TUSCANY-2501 - raise an error if the user tries to mix annotated and ↵slaws16-27/+224
unannotated references in a component. Change the vtests and validation tests to take account of this change. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@690691 13f79535-47bb-0310-9956-ffa450edef68
2008-08-29Change version to 1.3.2-SNAPSHOTslaws352-7951/+7956
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@690225 13f79535-47bb-0310-9956-ffa450edef68
2008-08-29Branch for 1.3.2slaws6450-0/+510863
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@690149 13f79535-47bb-0310-9956-ffa450edef68
2008-08-21Merge r687378 from trunk for additional fix for TUSCANY-2534WebSphere issue ↵antelder1-0/+17
java.lang.ClassCastException git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@687572 13f79535-47bb-0310-9956-ffa450edef68
2008-08-18Update doc files for 1.3.1antelder5-12/+33
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686732 13f79535-47bb-0310-9956-ffa450edef68
2008-08-18Merge r683966 change from trunk to 1.3.1 for TUSCANY-2514 ↵antelder1-1/+0
tuscany-host-{tomcat,jetty} and jsr181-api should be optional dependencies for binding.ws clients git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686720 13f79535-47bb-0310-9956-ffa450edef68
2008-08-18Merge fixes from trunk to 1.3.1 branch for TUSCANY-2534: WebSphere issue ↵antelder11-64/+177
java.lang.ClassCastException: org.apache.xerces.jaxp.DocumentBuilderFactoryImpl incompatible with javax.xml.parsers.DocumentBuilderFactory git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686710 13f79535-47bb-0310-9956-ffa450edef68
2008-08-18merge fix from trunk to 1.3.1 for TUSCANY-2514: make ↵antelder4-9/+7
tuscany-host-{tomcat,jetty} optional for binding.ws clients git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686707 13f79535-47bb-0310-9956-ffa450edef68
2008-08-14Fix TUSCANY-2531nash3-7/+63
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685897 13f79535-47bb-0310-9956-ffa450edef68
2008-08-14TUSCANY-2389 allow null elements in object array to pass slaws5-34/+292
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685876 13f79535-47bb-0310-9956-ffa450edef68
2008-08-14TUSCANY-2505 - Fix up wrapper element namesslaws3-9/+40
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685873 13f79535-47bb-0310-9956-ffa450edef68
2008-08-14Reverse commit 685307 which should not have been checked into the 1.3 branchnash3-63/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685867 13f79535-47bb-0310-9956-ffa450edef68
2008-08-14TUSCANY-2519 Fix so "throws exception" doesn't cause a failure in JAXB type ↵slaws7-2/+206
generation git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685854 13f79535-47bb-0310-9956-ffa450edef68
2008-08-14TUSCANY-2535 Take account of spaces that may occur in composite/contribution ↵slaws1-3/+19
path names git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685853 13f79535-47bb-0310-9956-ffa450edef68
2008-08-14TUSCANY-2539 Change extensibility module to use a URL connection and turn ↵slaws2-1/+12
caching off by default so that jar file handle is not held open. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685821 13f79535-47bb-0310-9956-ffa450edef68
2008-08-12Fix TUSCANY-2531nash3-7/+63
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685307 13f79535-47bb-0310-9956-ffa450edef68
2008-08-11Start branch for 1.3.1, the only changes in this commit are for the versionantelder6445-0/+510139
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@684661 13f79535-47bb-0310-9956-ffa450edef68
2008-07-29Exclude the downloaded wsdl from the zipcode-jaxws sampleantelder2-0/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@680720 13f79535-47bb-0310-9956-ffa450edef68
2008-07-29Change release month from July to Augustantelder5-10/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@680661 13f79535-47bb-0310-9956-ffa450edef68
2008-07-29Updates to license and notice filesantelder2-4/+39
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@680651 13f79535-47bb-0310-9956-ffa450edef68
2008-07-29Exclude XmlSchema 1.3.1rfeng1-0/+18
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@680628 13f79535-47bb-0310-9956-ffa450edef68
2008-07-29Fix for TUSCANY-2509, TUSCANY-2506 and TUSCANY-2508 (to include ↵rfeng8-13/+40
zipcode-jaxws into the build) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@680620 13f79535-47bb-0310-9956-ffa450edef68
2008-07-28Merge the fix for TUSCANY-2498 from trunk into 1.3 branchrfeng1-1/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@680425 13f79535-47bb-0310-9956-ffa450edef68
2008-07-25TUSCANY-2473, remove some work files form distrosantelder2-0/+14
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@679678 13f79535-47bb-0310-9956-ffa450edef68
2008-07-25Fix TUSCANY-2481nash3-20/+26
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@679623 13f79535-47bb-0310-9956-ffa450edef68
2008-07-24Fix TUSCANY-2479nash4-0/+26
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@679611 13f79535-47bb-0310-9956-ffa450edef68
2008-07-24Remove incorrect uri attribute on service callback binding (see TUSCANY-2417)nash1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@679531 13f79535-47bb-0310-9956-ffa450edef68
2008-07-24Renumber scenarios and update CompositeBuilderImplNonWiringnash10-40/+33
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@679385 13f79535-47bb-0310-9956-ffa450edef68
2008-07-24Extend TUSCANY-2324 to ensure that interface contracts are copied down ↵slaws11-44/+107
alongside bindings in the multiplicity > 1 case. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@679334 13f79535-47bb-0310-9956-ffa450edef68
2008-07-23Extend TUSCANY-2324 fix for multiplicity > 1nash9-17/+326
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@679205 13f79535-47bb-0310-9956-ffa450edef68
2008-07-23TUSCANY-2324 - as a follow on from TUSCANY-2484 allow an interface contract ↵slaws6-10/+69
to be retrieved from a reference based on the bindings that needs it. For component references information in the endpoint structure is used to find the correct interface contract. I've wrapped this in a method on the contract now though as we are not ready yet to make the endpoint structure more prominent. A piece of work is now required to make use of this information when bindings that required is are configured. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@679082 13f79535-47bb-0310-9956-ffa450edef68
2008-07-22TUSCANY-2484 - Changes and tests for the case where a promoted reference has ↵slaws18-25/+837
a multiplicity greater than 1. Not complete yet as this has thrown up a problem in that the promoting interface contract is not available to the promoted component. I was going to commit a fix with this change but backed it out to think a little more about it. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@678875 13f79535-47bb-0310-9956-ffa450edef68
2008-07-22Undoing change committed to 1.3 branch by mistakescottkurz2-177/+142
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@678844 13f79535-47bb-0310-9956-ffa450edef68
2008-07-22Propose some fault matching refactoringscottkurz2-142/+177
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@678833 13f79535-47bb-0310-9956-ffa450edef68
2008-07-22Fix TUSCANY-2480nash2-50/+64
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@678813 13f79535-47bb-0310-9956-ffa450edef68
2008-07-21Fix TUSCANY-2486 and TUSCANY-2324nash64-509/+3854
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@678491 13f79535-47bb-0310-9956-ffa450edef68
2008-07-10TUSCANY-2475 - Adding incubator plugin repository needed for sdo pluginslresende1-1/+14
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@675769 13f79535-47bb-0310-9956-ffa450edef68
2008-07-10Fixes for itest/osgi-tuscanyrsivaram8-43/+53
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@675760 13f79535-47bb-0310-9956-ffa450edef68
2008-07-10TUSCANY-2474 - Removing large-sdo-ws from branchlresende10-688/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@675721 13f79535-47bb-0310-9956-ffa450edef68
2008-07-10Update to CHANGES fileantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@675492 13f79535-47bb-0310-9956-ffa450edef68
2008-07-10Updates to CHANGES fileantelder1-10/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@675490 13f79535-47bb-0310-9956-ffa450edef68
2008-07-09Merge fix for TUSCANY-2409 from trunkrfeng50-258/+484
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@675373 13f79535-47bb-0310-9956-ffa450edef68
2008-07-08TUSCANY-2466 - Merging changes from trunk to only apply resolve algorithm to ↵lresende1-2/+6
unresolved policies git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@675063 13f79535-47bb-0310-9956-ffa450edef68
2008-07-08Merge one more change from trunk for TUSCANY-2465 (r675013)rfeng1-0/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@675016 13f79535-47bb-0310-9956-ffa450edef68
2008-07-08Merge one more change from trunk for TUSCANY-2465 (r675006)rfeng1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@675008 13f79535-47bb-0310-9956-ffa450edef68
2008-07-08Merge the changes from trunk for TUSCANY-2465rfeng2-14/+15
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@674938 13f79535-47bb-0310-9956-ffa450edef68
2008-07-08TUSCANY-2464 - Merging from trunklresende1-33/+22
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@674897 13f79535-47bb-0310-9956-ffa450edef68
2008-07-05TUSCANY-2352 - upgrade the fix for promoted binding overriding as the ↵slaws3-17/+120
automatically created sca bindings were causing the top level to always override. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@674142 13f79535-47bb-0310-9956-ffa450edef68
2008-07-05TUSCANY-2459 - If a binding uri is malformed don't try to use it to go ↵slaws1-1/+9
looking for target services git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@674141 13f79535-47bb-0310-9956-ffa450edef68
2008-07-04Comment out callback tests in itest/osgi-tuscanyrsivaram2-0/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@674049 13f79535-47bb-0310-9956-ffa450edef68