summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules (unfollow)
Commit message (Expand)AuthorFilesLines
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
2011-07-07Start adding a way to have pluggable Shell commands. And start refactoring co...antelder4-1/+171
2011-07-05TUSCANY-3881 - Tidy up the binding context and test by re-enabling Rampart su...slaws12-112/+537
2011-07-05TUSCANY-3883 - Let the binding model store/return a wireFormat. Request and r...slaws1-2/+5
2011-07-05Correct intent names. For some reason the constant names got turned into stri...slaws1-2/+2
2011-06-29Return correct interface contract when interfaces are compatible but not assi...bdaniel1-0/+6
2011-06-29Add the domain uri to the logging outputantelder1-1/+1
2011-06-29Update EndpointReferenceBinderImpl to use the domain registry to workout if a...antelder1-3/+2
2011-06-29Add a method to the domain registry to test if an EndpointReference is out of...antelder2-0/+6
2011-06-28Commit patch for TUSCANY-3887 to add doPrivileged blocks to EquinoxServiceDis...bdaniel1-77/+92
2011-06-28TUSCANY-3881 - fix a typo in the original commitslaws1-1/+1
2011-06-28Fix for hanging compliance test JCA_11017. In some cases Axis doesn't have th...slaws1-1/+2
2011-06-28When the domainURI is null use a defaultantelder1-1/+3
2011-06-28Fix NPE when the domainURI is nullantelder1-1/+1
2011-06-28Add some guards around setting the contribution classloaderantelder1-2/+8
2011-06-27Swap incorrectly-ordered sourceOperation, targetOperation in MediatoryImpl.co...scottkurz1-25/+35
2011-06-27Add some more logging to NodeImplantelder1-1/+33
2011-06-27Make DeployedComposite set the Contribution ClassLoader when a composite is s...antelder1-0/+6
2011-06-27Remove all the code trying to derive a domain name from the uri and instead l...antelder1-15/+4
2011-06-27Support using null for the domain name and deriving the name from the uriantelder1-0/+23
2011-06-27Make getModelResolverInstance public so you can find the resolver used for a ...antelder1-1/+1
2011-06-25Remove the storing of wsdl in the registry as it snot used by anythiny presen...antelder2-62/+1
2011-06-23TUSCANY-3881 - create a context bean to hold a more consistent of Axis2 conte...slaws8-9/+88
2011-06-23TUSCANY-3873 - A stop gap solution to running the appliesTo algorithm against...slaws3-9/+103