summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk (unfollow)
Commit message (Collapse)AuthorFilesLines
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/+1855
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/+3131
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/+3320
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151245 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-25Include response typeantelder1-1/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1150588 13f79535-47bb-0310-9956-ffa450edef68
2011-07-24Update sample READMEantelder1-35/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1150296 13f79535-47bb-0310-9956-ffa450edef68
2011-07-24Update sample READMEantelder1-6/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1150295 13f79535-47bb-0310-9956-ffa450edef68
2011-07-24Update sample READMEantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1150293 13f79535-47bb-0310-9956-ffa450edef68
2011-07-24Update sample READMEantelder1-16/+12
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1150292 13f79535-47bb-0310-9956-ffa450edef68
2011-07-24Update sample READMEantelder1-29/+21
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1150291 13f79535-47bb-0310-9956-ffa450edef68
2011-07-24Update sample READMEantelder1-12/+12
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1150290 13f79535-47bb-0310-9956-ffa450edef68
2011-07-24Include all the samples in buildantelder1-1/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1150287 13f79535-47bb-0310-9956-ffa450edef68
2011-07-23Add a sample for a zip contribution using a nested jarantelder8-0/+364
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1150211 13f79535-47bb-0310-9956-ffa450edef68
2011-07-23Update the JSONP binding to set the enpoint URI from the registered service ↵antelder1-1/+4
servlet git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1150210 13f79535-47bb-0310-9956-ffa450edef68
2011-07-23Add a helloworld sample for the JSONP bindingantelder7-0/+326
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1150200 13f79535-47bb-0310-9956-ffa450edef68
2011-07-23Add to the helloworld-webservices testcase a test of the endpoint ?wsdl urlantelder1-2/+30
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1150199 13f79535-47bb-0310-9956-ffa450edef68
2011-07-23Add to the helloworld-jsonrpc testcase a test of the enpoint urlantelder1-2/+29
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1150198 13f79535-47bb-0310-9956-ffa450edef68
2011-07-22Typo.scottkurz1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1149604 13f79535-47bb-0310-9956-ffa450edef68
2011-07-22Include changes and release notesantelder1-0/+9
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1149501 13f79535-47bb-0310-9956-ffa450edef68
2011-07-22Include the samples distroantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1149495 13f79535-47bb-0310-9956-ffa450edef68
2011-07-22Fix spelling of method, changing to 'setNormalizedWSDLInterfaceContract'.scottkurz10-19/+19
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1149451 13f79535-47bb-0310-9956-ffa450edef68
2011-07-21Take out distro itests for samples that aren't in trunkantelder1-0/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1149364 13f79535-47bb-0310-9956-ffa450edef68
2011-07-21Update to ensure the src distro isn't ever used in error over the binat distroantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1149354 13f79535-47bb-0310-9956-ffa450edef68
2011-07-21Add src distro rat excludesantelder1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1149161 13f79535-47bb-0310-9956-ffa450edef68
2011-07-21Add missing license headersantelder7-0/+133
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1149159 13f79535-47bb-0310-9956-ffa450edef68
2011-07-21Add missing license headerantelder1-0/+16
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1149157 13f79535-47bb-0310-9956-ffa450edef68
2011-07-21Add missing license headerantelder1-0/+18
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1149156 13f79535-47bb-0310-9956-ffa450edef68
2011-07-21Add missing license headerantelder1-0/+18
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1149155 13f79535-47bb-0310-9956-ffa450edef68
2011-07-21If the getBindingInterfaceContract isn't a Java interface then try the ↵antelder1-1/+8
ComponentTypeServiceInterface. We really need a way to convert a wsdl interface into a java interface git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1149101 13f79535-47bb-0310-9956-ffa450edef68
2011-07-20Fix OSGi importsrfeng1-4/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1148841 13f79535-47bb-0310-9956-ffa450edef68
2011-07-20Streamline the json serialization into output streamrfeng3-5/+22
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1148839 13f79535-47bb-0310-9956-ffa450edef68
2011-07-20Add a domain.registry,uri paramrfeng1-0/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1148838 13f79535-47bb-0310-9956-ffa450edef68
2011-07-20Use the correct endpoint interface when the business interface is not specifiedantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1148761 13f79535-47bb-0310-9956-ffa450edef68