summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.3/modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reverse commit 685307 which should not have been checked into the 1.3 branchnash2008-08-143-63/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685867 13f79535-47bb-0310-9956-ffa450edef68
* Fix TUSCANY-2531nash2008-08-123-7/+63
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685307 13f79535-47bb-0310-9956-ffa450edef68
* Exclude XmlSchema 1.3.1rfeng2008-07-291-0/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@680628 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-2509, TUSCANY-2506 and TUSCANY-2508 (to include ↵rfeng2008-07-292-1/+7
| | | | | | zipcode-jaxws into the build) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@680620 13f79535-47bb-0310-9956-ffa450edef68
* Merge the fix for TUSCANY-2498 from trunk into 1.3 branchrfeng2008-07-281-1/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@680425 13f79535-47bb-0310-9956-ffa450edef68
* Fix TUSCANY-2481nash2008-07-251-2/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@679623 13f79535-47bb-0310-9956-ffa450edef68
* Fix TUSCANY-2479nash2008-07-244-0/+26
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@679611 13f79535-47bb-0310-9956-ffa450edef68
* Extend TUSCANY-2324 to ensure that interface contracts are copied down ↵slaws2008-07-248-39/+103
| | | | | | alongside bindings in the multiplicity > 1 case. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@679334 13f79535-47bb-0310-9956-ffa450edef68
* Extend TUSCANY-2324 fix for multiplicity > 1nash2008-07-231-2/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@679205 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2324 - as a follow on from TUSCANY-2484 allow an interface contract ↵slaws2008-07-236-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
* TUSCANY-2484 - Changes and tests for the case where a promoted reference has ↵slaws2008-07-221-25/+46
| | | | | | 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
* Undoing change committed to 1.3 branch by mistakescottkurz2008-07-222-177/+142
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@678844 13f79535-47bb-0310-9956-ffa450edef68
* Propose some fault matching refactoringscottkurz2008-07-222-142/+177
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@678833 13f79535-47bb-0310-9956-ffa450edef68
* Fix TUSCANY-2480nash2008-07-222-50/+64
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@678813 13f79535-47bb-0310-9956-ffa450edef68
* Fix TUSCANY-2486 and TUSCANY-2324nash2008-07-2123-503/+1166
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@678491 13f79535-47bb-0310-9956-ffa450edef68
* Merge fix for TUSCANY-2409 from trunkrfeng2008-07-096-179/+414
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@675373 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2466 - Merging changes from trunk to only apply resolve algorithm to ↵lresende2008-07-081-2/+6
| | | | | | unresolved policies git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@675063 13f79535-47bb-0310-9956-ffa450edef68
* Merge one more change from trunk for TUSCANY-2465 (r675013)rfeng2008-07-081-0/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@675016 13f79535-47bb-0310-9956-ffa450edef68
* Merge one more change from trunk for TUSCANY-2465 (r675006)rfeng2008-07-081-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@675008 13f79535-47bb-0310-9956-ffa450edef68
* Merge the changes from trunk for TUSCANY-2465rfeng2008-07-082-14/+15
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@674938 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2464 - Merging from trunklresende2008-07-081-33/+22
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@674897 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2352 - upgrade the fix for promoted binding overriding as the ↵slaws2008-07-053-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
* TUSCANY-2459 - If a binding uri is malformed don't try to use it to go ↵slaws2008-07-051-1/+9
| | | | | | looking for target services git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@674141 13f79535-47bb-0310-9956-ffa450edef68
* Remove debug printstacktraceantelder2008-07-041-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@674016 13f79535-47bb-0310-9956-ffa450edef68
* Exclude xom as its lgplantelder2008-07-041-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673982 13f79535-47bb-0310-9956-ffa450edef68
* Exclude xom from jaxen as its lgplantelder2008-07-041-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673981 13f79535-47bb-0310-9956-ffa450edef68
* No changes just fix EOLantelder2008-07-041-419/+419
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673980 13f79535-47bb-0310-9956-ffa450edef68
* Update groovy release to match that used by contributions-groovyantelder2008-07-041-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673969 13f79535-47bb-0310-9956-ffa450edef68
* No changes just update EOLantelder2008-07-041-193/+193
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673968 13f79535-47bb-0310-9956-ffa450edef68
* Merge fix for TUSCANY-2456 from trunk to 1.3 branchantelder2008-07-034-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673817 13f79535-47bb-0310-9956-ffa450edef68
* Move Felix jars upto latest released versionrsivaram2008-07-023-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673465 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-2444, merged from trunkrfeng2008-07-0212-27/+84
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673421 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2450 fix issues from the RAT reportslaws2008-07-024-0/+72
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673420 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2352 allow composite service bindings to override promoted service ↵slaws2008-07-023-16/+67
| | | | | | bindings git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673348 13f79535-47bb-0310-9956-ffa450edef68
* Fix TUSCANY-2449nash2008-07-024-21/+87
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673307 13f79535-47bb-0310-9956-ffa450edef68
* Fix TUSCANY-2447 (remove module interface-wsdl-java2wsdl)nash2008-07-0117-2357/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673218 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for Tuscany running in an OSGi runtimersivaram2008-07-014-7/+15
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673187 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2446 Tidy up a few omissions relating to moving the WSDL generation ↵slaws2008-07-014-536/+13
| | | | | | code. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673139 13f79535-47bb-0310-9956-ffa450edef68
* Remove old incubator repository referenceantelder2008-07-011-7/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673099 13f79535-47bb-0310-9956-ffa450edef68
* remove debug code and fix svn:ignore propertynash2008-07-011-9/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673085 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2431, fix NPE in samples/helloworld-jsonrpc-webappantelder2008-07-011-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673056 13f79535-47bb-0310-9956-ffa450edef68
* Fix TUSCANY-2446nash2008-06-3035-506/+3425
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@672803 13f79535-47bb-0310-9956-ffa450edef68
* Remove as not required in releaseslaws2008-06-273-267/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@672224 13f79535-47bb-0310-9956-ffa450edef68
* Remove as not required in releaseslaws2008-06-277-425/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@672223 13f79535-47bb-0310-9956-ffa450edef68
* Remove as not required in releaseslaws2008-06-2715-911/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@672222 13f79535-47bb-0310-9956-ffa450edef68
* Remove as not required in releaseslaws2008-06-2782-1637/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@672221 13f79535-47bb-0310-9956-ffa450edef68
* Remove as not required in releaseslaws2008-06-2728-2883/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@672220 13f79535-47bb-0310-9956-ffa450edef68
* Remove as not required in releaseslaws2008-06-2727-1933/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@672218 13f79535-47bb-0310-9956-ffa450edef68
* Remove as not required in releaseslaws2008-06-277-577/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@672216 13f79535-47bb-0310-9956-ffa450edef68
* Remove as not required in releaseslaws2008-06-2710-602/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@672215 13f79535-47bb-0310-9956-ffa450edef68