summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules (unfollow)
Commit message (Expand)AuthorFilesLines
2011-07-27Add a parser tool for DOM to avoid a JDK bug of deadlock (at com.sun.org.apac...rfeng3-10/+205
2011-07-27Fix NPE which I think was just causing noise in the logs in the case of a 1-w...scottkurz1-3/+3
2011-07-27TUSCANY-3894. Refactor local sca binding so that the exact details of the da...scottkurz12-63/+384
2011-07-27Fix bug in mapping data types like Java multidimensional arrays.scottkurz1-128/+126
2011-07-27Fix license issues with WebSocketStatusfmoga2-19/+19
2011-07-27Missed an adjustment to wrapper calculation when adding code to handle multip...scottkurz1-1/+1
2011-07-26Add binding-websocket to tuscany-modules pom.xml.fmoga1-0/+1
2011-07-26Move the websocket binding to trunk.fmoga35-0/+1855
2011-07-26Add some code to try to convert the wsdl string from the remote endpoint back...antelder3-24/+124
2011-07-26Partial fix for TUSCANY-3901. Fix bug in DOMWrapperHandler.isInstance() meth...scottkurz2-1/+164
2011-07-23Update the JSONP binding to set the enpoint URI from the registered service s...antelder1-1/+4
2011-07-22Fix spelling of method, changing to 'setNormalizedWSDLInterfaceContract'.scottkurz10-19/+19
2011-07-21Add missing license headersantelder7-0/+133
2011-07-21Add missing license headerantelder1-0/+16
2011-07-21Add missing license headerantelder1-0/+18
2011-07-21Add missing license headerantelder1-0/+18
2011-07-21If the getBindingInterfaceContract isn't a Java interface then try the Compon...antelder1-1/+8
2011-07-20Fix OSGi importsrfeng1-4/+5
2011-07-20Streamline the json serialization into output streamrfeng3-5/+22
2011-07-20Add a domain.registry,uri paramrfeng1-0/+5
2011-07-20Use the correct endpoint interface when the business interface is not specifiedantelder1-1/+1
2011-07-19Update the Runtime Endpoint to include its normalized wsdl in its serializationantelder2-1/+73
2011-07-19Remove sonatype and gson repositoriesfmoga1-21/+0
2011-07-18Switch from Atmosphere 0.8-SNAPSHOT to Atmosphere 0.7.2 to prepare the release.fmoga1-1/+1
2011-07-18TUSCANY-3896: Apply patch from Greg Dritschler for Enable subclassing of SCAC...antelder2-6/+22
2011-07-18Remove unused importsantelder1-3/+0
2011-07-14TUSCANY-3852 - Move the SOAP envelope construction to the start of the respon...slaws4-44/+148
2011-07-14Be more precise about when the async response path should be connected up in ...slaws1-19/+8
2011-07-14Correct dependencies following the move up to opensaml-2.4.1.jar, slaws1-5/+25
2011-07-12Allow other collection types for multiplicity injectionrfeng2-11/+27
2011-07-12Fix the concurrency issue for the endpoint operation invocationrfeng3-19/+37
2011-07-12Fix the build errors about openws by moving up to opensaml 2.4.1antelder1-1/+1
2011-07-12Add a doPrivileged around getContextClassLoader() so that it works with secur...antelder1-5/+8
2011-07-11Remove SCABindingAsyncResponseInvoker. It isn't used because of the local opt...slaws3-59/+5
2011-07-11TUSCANY-3883 - add missed checkinslaws1-0/+12
2011-07-11TUSCANY-3884 - Convert the default binding to delegate for local calls as wel...slaws18-465/+786
2011-07-11TUSCANY-3883 - Add wireFormat support to default binding. slaws7-10/+331
2011-07-11TUSCANY-3871 - provide a simple API for getting at the delegate information w...slaws4-0/+39
2011-07-11Correct comment as the code does go through that route for $self references c...slaws1-1/+1
2011-07-11remove extra spaceslaws1-1/+1
2011-07-11Correct args in helpantelder1-1/+1
2011-07-11Update to support remote startsantelder1-4/+9
2011-07-09Move the invoke command to a separate class and remove from the Shell class a...antelder3-244/+147
2011-07-08Add missing license header on JSON utility class.fmoga1-0/+18
2011-07-08Add a stop commandantelder2-0/+79
2011-07-08Add a start commandantelder2-0/+81
2011-07-08Add an uninstall command classantelder2-0/+69
2011-07-08Update gen'd help to also include the short one line descriptionantelder1-0/+2
2011-07-08Update the Shell to use the AddComposite class and have no code within Shell ...antelder3-28/+37
2011-07-08Push fix for JSON array parser to comet binding. Refactor data conversion in ...fmoga3-83/+133