summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Add a parser tool for DOM to avoid a JDK bug of deadlock (at com.sun.org.apac...rfeng2011-07-273-10/+205
* Fix NPE which I think was just causing noise in the logs in the case of a 1-w...scottkurz2011-07-271-3/+3
* TUSCANY-3894. Refactor local sca binding so that the exact details of the da...scottkurz2011-07-2712-63/+384
* Fix bug in mapping data types like Java multidimensional arrays.scottkurz2011-07-271-128/+126
* Fix license issues with WebSocketStatusfmoga2011-07-272-19/+19
* Missed an adjustment to wrapper calculation when adding code to handle multip...scottkurz2011-07-271-1/+1
* Add binding-websocket to tuscany-modules pom.xml.fmoga2011-07-261-0/+1
* Move the websocket binding to trunk.fmoga2011-07-2635-0/+1855
* Add some code to try to convert the wsdl string from the remote endpoint back...antelder2011-07-263-24/+124
* Partial fix for TUSCANY-3901. Fix bug in DOMWrapperHandler.isInstance() meth...scottkurz2011-07-262-1/+164
* Update the JSONP binding to set the enpoint URI from the registered service s...antelder2011-07-231-1/+4
* Fix spelling of method, changing to 'setNormalizedWSDLInterfaceContract'.scottkurz2011-07-2210-19/+19
* Add missing license headersantelder2011-07-217-0/+133
* Add missing license headerantelder2011-07-211-0/+16
* Add missing license headerantelder2011-07-211-0/+18
* Add missing license headerantelder2011-07-211-0/+18
* If the getBindingInterfaceContract isn't a Java interface then try the Compon...antelder2011-07-211-1/+8
* Fix OSGi importsrfeng2011-07-201-4/+5
* Streamline the json serialization into output streamrfeng2011-07-203-5/+22
* Add a domain.registry,uri paramrfeng2011-07-201-0/+5
* Use the correct endpoint interface when the business interface is not specifiedantelder2011-07-201-1/+1
* Update the Runtime Endpoint to include its normalized wsdl in its serializationantelder2011-07-192-1/+73
* Remove sonatype and gson repositoriesfmoga2011-07-191-21/+0
* Switch from Atmosphere 0.8-SNAPSHOT to Atmosphere 0.7.2 to prepare the release.fmoga2011-07-181-1/+1
* TUSCANY-3896: Apply patch from Greg Dritschler for Enable subclassing of SCAC...antelder2011-07-182-6/+22
* Remove unused importsantelder2011-07-181-3/+0
* TUSCANY-3852 - Move the SOAP envelope construction to the start of the respon...slaws2011-07-144-44/+148
* Be more precise about when the async response path should be connected up in ...slaws2011-07-141-19/+8
* Correct dependencies following the move up to opensaml-2.4.1.jar, slaws2011-07-141-5/+25
* Allow other collection types for multiplicity injectionrfeng2011-07-122-11/+27
* Fix the concurrency issue for the endpoint operation invocationrfeng2011-07-123-19/+37
* Fix the build errors about openws by moving up to opensaml 2.4.1antelder2011-07-121-1/+1
* Add a doPrivileged around getContextClassLoader() so that it works with secur...antelder2011-07-121-5/+8
* Remove SCABindingAsyncResponseInvoker. It isn't used because of the local opt...slaws2011-07-113-59/+5
* TUSCANY-3883 - add missed checkinslaws2011-07-111-0/+12
* TUSCANY-3884 - Convert the default binding to delegate for local calls as wel...slaws2011-07-1118-465/+786
* TUSCANY-3883 - Add wireFormat support to default binding. slaws2011-07-117-10/+331
* TUSCANY-3871 - provide a simple API for getting at the delegate information w...slaws2011-07-114-0/+39
* Correct comment as the code does go through that route for $self references c...slaws2011-07-111-1/+1
* remove extra spaceslaws2011-07-111-1/+1
* Correct args in helpantelder2011-07-111-1/+1
* Update to support remote startsantelder2011-07-111-4/+9
* Move the invoke command to a separate class and remove from the Shell class a...antelder2011-07-093-244/+147
* Add missing license header on JSON utility class.fmoga2011-07-081-0/+18
* Add a stop commandantelder2011-07-082-0/+79
* Add a start commandantelder2011-07-082-0/+81
* Add an uninstall command classantelder2011-07-082-0/+69
* Update gen'd help to also include the short one line descriptionantelder2011-07-081-0/+2
* Update the Shell to use the AddComposite class and have no code within Shell ...antelder2011-07-083-28/+37
* Push fix for JSON array parser to comet binding. Refactor data conversion in ...fmoga2011-07-083-83/+133