summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules (unfollow)
Commit message (Expand)AuthorFilesLines
2010-07-03Start a new module for a interactive shell copied from the new shell launcher...antelder2-0/+184
2010-07-03Remove unused importsantelder1-2/+0
2010-07-03Clean up factory instantiation, add a static helper to create simple nodes, a...antelder6-75/+149
2010-07-03Add a method to Deployer to resolve a contributions dependenciesantelder2-0/+84
2010-07-03Add license headerantelder1-0/+18
2010-07-02More changes to fix binding.s otests. Also change binding.ws model getter/set...slaws10-28/+156
2010-07-01TUSCANY-3604 add greater fidelity to the process of resolving WSDL by checkin...slaws6-3/+124
2010-07-01Improve error messages. This validation should happen earlier when the bindin...slaws2-4/+12
2010-07-01Start cleaning up JavaDoc and changes coming to light while doing that: move ...antelder4-60/+101
2010-06-30Merge service side updates of axis2 ws binding to jaxws version of bindingantelder2-4/+132
2010-06-30TUSCANY-3614 - first pass at support for rpc/lit. Does the right sort of thin...slaws7-12/+328
2010-06-30Include the new isAsyncServer method on the corba test mock classantelder1-0/+6
2010-06-30Updaet to include endpoint reference in JAXWSBindingInvoker constructorantelder1-1/+3
2010-06-30Adding asyncServer flag to operations in support of TUSCANY-3611edwardsmj2-0/+14
2010-06-29Client side asynchronous support - extending the async client invokers to ful...edwardsmj2-4/+239
2010-06-29Add in processing of declared Asynchronous Faults via @AsyncFaults annotation...edwardsmj1-0/+14
2010-06-29Adding "volatile" to 2 fields shared between threads in ResponseDispatchImpl ...edwardsmj1-2/+2
2010-06-29Start merging the axis2 ws binding changes into the jax-ws version of the bin...antelder1-21/+395
2010-06-29Allow binding name to be used to look up services implemented by SCA compositerfeng1-2/+13
2010-06-28More updates for new namesantelder2-10/+17
2010-06-28Add a short form create methodantelder2-1/+15
2010-06-28Fix a couple of places still using old namesantelder1-3/+3
2010-06-28Remove old packagesantelder5-839/+0
2010-06-28Continue bring up of section 10 apis code. Rename to classes to clearer namesantelder8-13/+862
2010-06-27Renaming spring-sca to spring-runtime to follow the same pattern used in othe...lresende25-2/+2
2010-06-26Improve property type introspectionsrfeng6-41/+81
2010-06-26Use Response as the typerfeng3-10/+20
2010-06-25Fix compilation errorsrfeng3-10/+4
2010-06-25Added missing signalAll() operation when processing sendResponse and sendFaultedwardsmj1-0/+2
2010-06-25Correct sca xsd resource file nameantelder1-1/+1
2010-06-25Don't try to use any sources jarsantelder1-0/+5
2010-06-25Update to also support running OSGi with the agregated tuscany-base jarantelder2-1/+6
2010-06-25Provide basic support for invocation of Async Server style service methods, a...edwardsmj3-2/+279
2010-06-25Introspection of SCA Async Server form on Java interface and Equivalence mapp...edwardsmj7-1/+285
2010-06-23Fix the pacakge scoped field injectionrfeng2-6/+11
2010-06-23Refactor the default sca namespace bindingrfeng1-2/+7
2010-06-23Remove @Override to avoid compilation issuesrfeng1-2/+0
2010-06-23Use loopback for multicast testingrfeng5-39/+44
2010-06-23Allow package fields to be used for SCA reference/propertyrfeng2-13/+48
2010-06-23Add missing OSGi importrfeng1-1/+2
2010-06-23Remove NameSpaceContextImpl class reference from assembly-xmlbdaniel1-1/+0
2010-06-23Remove NameSpaceContextImpl class reference from assembly-xmlbdaniel2-3/+16
2010-06-22Support policy XPath functions without ns prefixes and without a single node ...bdaniel1-3/+22
2010-06-22Potential NPE in NamespaceContextImpl.getPrefixesbdaniel1-1/+1
2010-06-22Support policy XPath functions without ns prefixes and without a single node ...bdaniel3-14/+110
2010-06-22Small improvement to message reported to include exception text when interfac...slaws2-2/+2
2010-06-22Adding @mayProvide="sca:asyncInvocation" as first step in support of async se...edwardsmj1-1/+4
2010-06-22Adding @mayProvide="sca:asyncInvocation" as first step in support of async se...edwardsmj1-1/+2
2010-06-22Adding @mayProvide="sca:asyncInvocation" as first step in support of async se...edwardsmj1-0/+5
2010-06-22TUSCANY-3605 - Moving Spring dependency to 3.0.2.RELEASElresende4-14/+27