summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Extend the async simple test to use the JMS binding. This doesn't work, it ↵antelder2011-08-172-0/+92
| | | | | | seems the runtime isn't doing the databinding conversion so the service gets argument type mismatch git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1158631 13f79535-47bb-0310-9956-ffa450edef68
* The RuntimeInvoker currently swallows exceptions with a TODO comment, update ↵antelder2011-08-171-0/+1
| | | | | | this to at least do a printStackTrace so there is some hint somehting went wrong git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1158625 13f79535-47bb-0310-9956-ffa450edef68
* Extend the async services test with a new client and service that work in as ↵antelder2011-08-175-0/+242
| | | | | | simple a way as possible git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1158614 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3912 - Apply Greg's suggested change to clear component reference ↵slaws2011-08-171-0/+3
| | | | | | targets when nonOverrideable is false (overrideable = true which means that composite reference targets override any targets on the component reference that they promote. This change called for a change to otest 5023 which I added to the Tuscany compliance tests at r1158595. Thanks for working on this Greg. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1158598 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3916 - A test for interface miss-matchesslaws2011-08-1612-0/+567
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1158181 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3916 - Check for null interface. I need to find out why a null ↵slaws2011-08-151-4/+7
| | | | | | interface is possible but it's causing the build to break so I'll double back to this git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1157897 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3916 - extend WSDL serialization code to deal with imports/includesslaws2011-08-153-27/+373
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1157857 13f79535-47bb-0310-9956-ffa450edef68
* Re-enable this now TUSCANY-3917 is checked inslaws2011-08-151-6/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1157753 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3917 - Save the WSDLDefinition used to generate an interface. slaws2011-08-151-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1157752 13f79535-47bb-0310-9956-ffa450edef68
* Disable test for the time being as relies on a small change elsewhere that I ↵slaws2011-08-121-0/+3
| | | | | | can't check in yet. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1157191 13f79535-47bb-0310-9956-ffa450edef68
* Any exception in tests causes node.stop() to be missed so add try/catchslaws2011-08-121-141/+150
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1157190 13f79535-47bb-0310-9956-ffa450edef68
* Looking at answering Ant's question about serializing WSDL for enpoints as ↵slaws2011-08-128-3/+725
| | | | | | part of making cross domain interface matching work. Turns out to be more difficult that I would have thought. Mainly to do with how you re-build the Tuscany WSDL/XSD model from a string rather than from a set of files (which is where I think Ant got to). Any how I extended the WSDL test to experiment and have some code that works but isn't yet in the runtime (see WSDLSerializationTestCase). Don't want to loose it though. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1157148 13f79535-47bb-0310-9956-ffa450edef68
* Correct typo in page textantelder2011-08-091-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1155261 13f79535-47bb-0310-9956-ffa450edef68
* Add some code to set the Cross-Origin Resource Sharing headers. As a start ↵antelder2011-08-091-0/+11
| | | | | | just the minimal code to show how it works git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1155252 13f79535-47bb-0310-9956-ffa450edef68
* Add an attribute to the REST binding for Cross-Origin Resource Sharing ↵antelder2011-08-092-0/+6
| | | | | | support. Just the minimal getter method for now to show how it can work git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1155251 13f79535-47bb-0310-9956-ffa450edef68
* Add a standalone web page that invokes an http service using Cross-Origin ↵antelder2011-08-091-0/+41
| | | | | | Resource Sharing git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1155250 13f79535-47bb-0310-9956-ffa450edef68
* Add implementation-composite test to buildslaws2011-08-051-1/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1154198 13f79535-47bb-0310-9956-ffa450edef68
* Fix comment typoslaws2011-08-051-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1154196 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3907 - Clone top level composites before adding them to the domain ↵slaws2011-08-053-2/+16
| | | | | | level composite so that they don't get build more than once. Also clone bindings when reference and services are cloned. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1154194 13f79535-47bb-0310-9956-ffa450edef68
* Moved to implementation-compositeslaws2011-08-0521-923/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1154192 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3907 - Fix up and appropriate what was the recursive-ws to become an ↵slaws2011-08-0521-0/+885
| | | | | | implementation-composite test. Initially I needed a test to look into the problem described by TUSCANY-3907 and found that recursive-ws want actually in the build and hadn't been ported properly to 2.x. It seems more widely useful that just ws testing hence the name change. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1154191 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3904 - Apply Greg's patch so that the correct endpoint is picked up ↵slaws2011-08-041-34/+7
| | | | | | when SCAClientFactory.getService() references a promoted service. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1153789 13f79535-47bb-0310-9956-ffa450edef68
* Set up for JSON test.scottkurz2011-08-034-7/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1153341 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3894. Add manifest updates.scottkurz2011-08-022-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1153291 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3894. Enable some @Ignore(d) tests along with r1153285.scottkurz2011-08-025-22/+38
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1153290 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3894. Factor out introspection for same vs. different databindings ↵scottkurz2011-08-028-97/+161
| | | | | | on operation from DBRuntimeWireProcessor to new OperationDataBindingHelper util. Use this in DefaultLocalSCAReferenceBindingProvider to do a Mediator.copyXXX for same-databinding operations, while doing a Mediator.mediateXXX with a WSDL operation for different-databinding operations. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1153285 13f79535-47bb-0310-9956-ffa450edef68
* Correct comment to avoid confusionslaws2011-08-021-2/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1153080 13f79535-47bb-0310-9956-ffa450edef68
* Switch cross-databinding test from SDO (which I can't get working) to DOM, ↵scottkurz2011-08-016-46/+43
| | | | | | but left tests @Ignore(d) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1152925 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3894. Didn't mean to update POM with AXIOM dependency.scottkurz2011-07-291-6/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1152096 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3894. Complete by ranking providers.scottkurz2011-07-292-2/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1152095 13f79535-47bb-0310-9956-ffa450edef68
* Tag 2.0-Beta3 RC2antelder2011-07-285936-0/+512060
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151853 13f79535-47bb-0310-9956-ffa450edef68
* Comment out the conversion of the remote wsdl into a WSDLInterfaceContract ↵antelder2011-07-281-1/+1
| | | | | | in the beta3 branch as that code doesn't work properly yet git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151809 13f79535-47bb-0310-9956-ffa450edef68
* Recreate 2.0-Beta3 branch from current trunkantelder2011-07-285936-0/+512060
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151792 13f79535-47bb-0310-9956-ffa450edef68
* Delete old beta3 branch as its going to be recreated from the current trunkantelder2011-07-285791-503579/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151789 13f79535-47bb-0310-9956-ffa450edef68
* Add a couple of missing license headersantelder2011-07-282-0/+36
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151781 13f79535-47bb-0310-9956-ffa450edef68
* Update all the getting-started samples to not use an explicit relative ↵antelder2011-07-2810-10/+10
| | | | | | parent. I've tried this with both Maven v2 and v3 and there are no fatal build errors and it enables build the individual samples in issolation without a full tuscany checkout git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151769 13f79535-47bb-0310-9956-ffa450edef68
* Add some text to the CHANGES fileantelder2011-07-281-0/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151764 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3894. Refactor WSDL InterfaceContract generation so it's only done ↵scottkurz2011-07-282-13/+20
| | | | | | if the BindingSCATransformer calls for it. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151710 13f79535-47bb-0310-9956-ffa450edef68
* Fix the relative path in pom.xmlrfeng2011-07-274-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151669 13f79535-47bb-0310-9956-ffa450edef68
* Add a parser tool for DOM to avoid a JDK bug of deadlock (at ↵rfeng2011-07-273-10/+205
| | | | | | com.sun.org.apache.xerces.internal.impl.dv.DTDDVFactory.getInstance) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151663 13f79535-47bb-0310-9956-ffa450edef68
* Fix NPE which I think was just causing noise in the logs in the case of a ↵scottkurz2011-07-271-3/+3
| | | | | | 1-way operation, as we were hitting NPE in the response path but never needed to send a response anyway. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151643 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3894. Add tests especially exercising binding-sca-runtime code ↵scottkurz2011-07-2717-0/+895
| | | | | | cross-classloader. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151641 13f79535-47bb-0310-9956-ffa450edef68
* Add tuscany-base-runtime-pom dependency adjusting for new ↵scottkurz2011-07-271-2/+3
| | | | | | binding-sca-runtime impl. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151640 13f79535-47bb-0310-9956-ffa450edef68
* Update release notes for beta3antelder2011-07-271-8/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151636 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3894. Refactor local sca binding so that the exact details of the ↵scottkurz2011-07-2712-63/+384
| | | | | | data copy can be plugged in via the BindingProviderFactory extension point, while keeping a core, base portion of the binding to do things like calculate whether to do the pass-by-reference optimization and establish other aspects of the invoker/interceptor chain. The data handling is factored into a BindingSCATransformer class. The default impl will continue to use MediatorImpl.copyXXX methods, and will use Java-serialization first then XML/JAXB-serialization. The second impl included uses XML serialization and calculates a WSDL interfaceContract. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151632 13f79535-47bb-0310-9956-ffa450edef68
* Add license info in plain text files and update sample logic not to process ↵fmoga2011-07-274-6/+42
| | | | | | comments. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151507 13f79535-47bb-0310-9956-ffa450edef68
* Remove RAT excludes for jQuery and plain text files.fmoga2011-07-271-10/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151489 13f79535-47bb-0310-9956-ffa450edef68
* Use Google CDN for jQuery. Other minor adjustments to samples.fmoga2011-07-2720-1319/+80
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151487 13f79535-47bb-0310-9956-ffa450edef68
* Enable bare tests as well.scottkurz2011-07-271-6/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151481 13f79535-47bb-0310-9956-ffa450edef68
* Adjust equality check from == to equals() to accomodate different style of ↵scottkurz2011-07-271-1/+1
| | | | | | data transform in binding. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151477 13f79535-47bb-0310-9956-ffa450edef68