summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-08-04TUSCANY-3904 - Apply Greg's patch so that the correct endpoint is picked up ↵slaws1-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
2011-08-03Set up for JSON test.scottkurz4-7/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1153341 13f79535-47bb-0310-9956-ffa450edef68
2011-08-02TUSCANY-3894. Add manifest updates.scottkurz2-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1153291 13f79535-47bb-0310-9956-ffa450edef68
2011-08-02TUSCANY-3894. Enable some @Ignore(d) tests along with r1153285.scottkurz5-22/+38
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1153290 13f79535-47bb-0310-9956-ffa450edef68
2011-08-02TUSCANY-3894. Factor out introspection for same vs. different databindings ↵scottkurz8-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
2011-08-02Correct comment to avoid confusionslaws1-2/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1153080 13f79535-47bb-0310-9956-ffa450edef68
2011-08-01Switch cross-databinding test from SDO (which I can't get working) to DOM, ↵scottkurz6-46/+43
but left tests @Ignore(d) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1152925 13f79535-47bb-0310-9956-ffa450edef68
2011-07-29TUSCANY-3894. Didn't mean to update POM with AXIOM dependency.scottkurz1-6/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1152096 13f79535-47bb-0310-9956-ffa450edef68
2011-07-29TUSCANY-3894. Complete by ranking providers.scottkurz2-2/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1152095 13f79535-47bb-0310-9956-ffa450edef68
2011-07-28Tag 2.0-Beta3 RC2antelder5936-0/+512060
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151853 13f79535-47bb-0310-9956-ffa450edef68
2011-07-28Comment out the conversion of the remote wsdl into a WSDLInterfaceContract ↵antelder1-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
2011-07-28Recreate 2.0-Beta3 branch from current trunkantelder5936-0/+512060
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151792 13f79535-47bb-0310-9956-ffa450edef68
2011-07-28Delete old beta3 branch as its going to be recreated from the current trunkantelder5791-503579/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151789 13f79535-47bb-0310-9956-ffa450edef68
2011-07-28Add a couple of missing license headersantelder2-0/+36
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151781 13f79535-47bb-0310-9956-ffa450edef68
2011-07-28Update all the getting-started samples to not use an explicit relative ↵antelder10-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
2011-07-28Add some text to the CHANGES fileantelder1-0/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151764 13f79535-47bb-0310-9956-ffa450edef68
2011-07-28TUSCANY-3894. Refactor WSDL InterfaceContract generation so it's only done ↵scottkurz2-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
2011-07-27Fix the relative path in pom.xmlrfeng4-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151669 13f79535-47bb-0310-9956-ffa450edef68
2011-07-27Add a parser tool for DOM to avoid a JDK bug of deadlock (at ↵rfeng3-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
2011-07-27Fix NPE which I think was just causing noise in the logs in the case of a ↵scottkurz1-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
2011-07-27TUSCANY-3894. Add tests especially exercising binding-sca-runtime code ↵scottkurz17-0/+895
cross-classloader. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151641 13f79535-47bb-0310-9956-ffa450edef68
2011-07-27Add tuscany-base-runtime-pom dependency adjusting for new ↵scottkurz1-2/+3
binding-sca-runtime impl. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151640 13f79535-47bb-0310-9956-ffa450edef68
2011-07-27Update release notes for beta3antelder1-8/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151636 13f79535-47bb-0310-9956-ffa450edef68
2011-07-27TUSCANY-3894. Refactor local sca binding so that the exact details of the ↵scottkurz12-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
2011-07-27Add license info in plain text files and update sample logic not to process ↵fmoga4-6/+42
comments. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151507 13f79535-47bb-0310-9956-ffa450edef68
2011-07-27Remove RAT excludes for jQuery and plain text files.fmoga1-10/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151489 13f79535-47bb-0310-9956-ffa450edef68
2011-07-27Use Google CDN for jQuery. Other minor adjustments to samples.fmoga20-1319/+80
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151487 13f79535-47bb-0310-9956-ffa450edef68
2011-07-27Enable bare tests as well.scottkurz1-6/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151481 13f79535-47bb-0310-9956-ffa450edef68
2011-07-27Adjust equality check from == to equals() to accomodate different style of ↵scottkurz1-1/+1
data transform in binding. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151477 13f79535-47bb-0310-9956-ffa450edef68
2011-07-27Fix bug in mapping data types like Java multidimensional arrays.scottkurz1-128/+126
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151476 13f79535-47bb-0310-9956-ffa450edef68
2011-07-27Add rat excludes for jQuery and a plain text filefmoga1-0/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151384 13f79535-47bb-0310-9956-ffa450edef68
2011-07-27Fix license issues with WebSocketStatusfmoga2-19/+19
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151380 13f79535-47bb-0310-9956-ffa450edef68
2011-07-27Missed an adjustment to wrapper calculation when adding code to handle ↵scottkurz1-1/+1
multiple outputs. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151321 13f79535-47bb-0310-9956-ffa450edef68
2011-07-26Update CHANGES with my work.fmoga1-0/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151290 13f79535-47bb-0310-9956-ffa450edef68
2011-07-26Fix store sample groupId.fmoga1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151273 13f79535-47bb-0310-9956-ffa450edef68
2011-07-26Change section name to match the other ones.fmoga1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151272 13f79535-47bb-0310-9956-ffa450edef68
2011-07-26Update pom relationships to reflect the new samples.fmoga12-54/+35
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151265 13f79535-47bb-0310-9956-ffa450edef68
2011-07-26Update comet binding samples names.fmoga28-0/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151256 13f79535-47bb-0310-9956-ffa450edef68
2011-07-26Add binding-websocket to tuscany-modules pom.xml.fmoga1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151255 13f79535-47bb-0310-9956-ffa450edef68
2011-07-26Move the websocket binding to trunk.fmoga35-0/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151250 13f79535-47bb-0310-9956-ffa450edef68
2011-07-26Copy the learning-more pom.xml to trunk.fmoga1-0/+60
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151248 13f79535-47bb-0310-9956-ffa450edef68
2011-07-26Move the websocket binding samples to trunk.fmoga50-0/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151246 13f79535-47bb-0310-9956-ffa450edef68
2011-07-26Move the comet binding samples to trunk.fmoga50-0/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151245 13f79535-47bb-0310-9956-ffa450edef68
2011-07-26Provide README files for the comet binding samples. Add Tomcat 7 plugin to ↵fmoga8-9/+462
run samples easily. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151241 13f79535-47bb-0310-9956-ffa450edef68
2011-07-26Fix version number.fmoga4-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151216 13f79535-47bb-0310-9956-ffa450edef68
2011-07-26Add some code to try to convert the wsdl string from the remote endpoint ↵antelder3-24/+124
back into a WSDLInterfaceContract. This doesn't work properly and throws an InvalidWSDLException with some JDKs. Committing as-is to see if anyone has any ideas why git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151203 13f79535-47bb-0310-9956-ffa450edef68
2011-07-26Partial fix for TUSCANY-3901. Fix bug in DOMWrapperHandler.isInstance() ↵scottkurz2-1/+164
method. Add ported wrapper handler testcase @Ignore(d) now since it will fail, showing there's more to do. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151141 13f79535-47bb-0310-9956-ffa450edef68
2011-07-26Add README files to present websocket samples. Add Jetty plugin to enable ↵fmoga7-2/+304
jetty:run. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151077 13f79535-47bb-0310-9956-ffa450edef68
2011-07-26Fix typos in README.fmoga1-9/+9
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151057 13f79535-47bb-0310-9956-ffa450edef68
2011-07-26git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151052 ↵fmoga3-4/+79
13f79535-47bb-0310-9956-ffa450edef68