summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-06-30TUSCANY-3614 - first pass at support for rpc/lit. Does the right sort of ↵slaws7-12/+328
thing now but some of the code is in the wrong place so some refactoring still to do git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@959254 13f79535-47bb-0310-9956-ffa450edef68
2010-06-30Include the new isAsyncServer method on the corba test mock classantelder1-0/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@959218 13f79535-47bb-0310-9956-ffa450edef68
2010-06-30Updaet to include endpoint reference in JAXWSBindingInvoker constructorantelder1-1/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@959209 13f79535-47bb-0310-9956-ffa450edef68
2010-06-30Adding asyncServer flag to operations in support of TUSCANY-3611edwardsmj2-0/+14
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@959198 13f79535-47bb-0310-9956-ffa450edef68
2010-06-29Client side asynchronous support - extending the async client invokers to ↵edwardsmj2-4/+239
fully support the JAXWS async client API pattern as described in TUSCANY-3612 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@959131 13f79535-47bb-0310-9956-ffa450edef68
2010-06-29Add in processing of declared Asynchronous Faults via @AsyncFaults ↵edwardsmj1-0/+14
annotation, in support of TUSCANY-3609 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@959077 13f79535-47bb-0310-9956-ffa450edef68
2010-06-29Adding "volatile" to 2 fields shared between threads in ResponseDispatchImpl ↵edwardsmj1-2/+2
to avoid any possible asynchronous errors git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@959030 13f79535-47bb-0310-9956-ffa450edef68
2010-06-29Start merging the axis2 ws binding changes into the jax-ws version of the ↵antelder1-21/+395
binding git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958995 13f79535-47bb-0310-9956-ffa450edef68
2010-06-29Allow binding name to be used to look up services implemented by SCA compositerfeng1-2/+13
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958795 13f79535-47bb-0310-9956-ffa450edef68
2010-06-28More updates for new namesantelder2-10/+17
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958541 13f79535-47bb-0310-9956-ffa450edef68
2010-06-28Add a short form create methodantelder2-1/+15
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958540 13f79535-47bb-0310-9956-ffa450edef68
2010-06-28Fix a couple of places still using old namesantelder1-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958538 13f79535-47bb-0310-9956-ffa450edef68
2010-06-28Remove old packagesantelder5-839/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958499 13f79535-47bb-0310-9956-ffa450edef68
2010-06-28Continue bring up of section 10 apis code. Rename to classes to clearer namesantelder8-13/+862
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958497 13f79535-47bb-0310-9956-ffa450edef68
2010-06-27Renaming spring-sca to spring-runtime to follow the same pattern used in ↵lresende25-2/+2
other modules as discussed on mailing list git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958318 13f79535-47bb-0310-9956-ffa450edef68
2010-06-26Improve property type introspectionsrfeng6-41/+81
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958152 13f79535-47bb-0310-9956-ffa450edef68
2010-06-26Use Response as the typerfeng3-10/+20
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958151 13f79535-47bb-0310-9956-ffa450edef68
2010-06-25Fix compilation errorsrfeng3-10/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958084 13f79535-47bb-0310-9956-ffa450edef68
2010-06-25Added missing signalAll() operation when processing sendResponse and sendFaultedwardsmj1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@957999 13f79535-47bb-0310-9956-ffa450edef68
2010-06-25Correct sca xsd resource file nameantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@957984 13f79535-47bb-0310-9956-ffa450edef68
2010-06-25Don't try to use any sources jarsantelder1-0/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@957923 13f79535-47bb-0310-9956-ffa450edef68
2010-06-25Update to also support running OSGi with the agregated tuscany-base jarantelder2-1/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@957908 13f79535-47bb-0310-9956-ffa450edef68
2010-06-25Provide basic support for invocation of Async Server style service methods, ↵edwardsmj3-2/+279
as described in TUSCANY-3611 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@957880 13f79535-47bb-0310-9956-ffa450edef68
2010-06-25Introspection of SCA Async Server form on Java interface and Equivalence ↵edwardsmj7-1/+285
mapping of Async Server interface to Synchronous Java interface, as described in TUSCANY-3609 and TUSCANY-3610 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@957877 13f79535-47bb-0310-9956-ffa450edef68
2010-06-23Fix the pacakge scoped field injectionrfeng2-6/+11
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@957348 13f79535-47bb-0310-9956-ffa450edef68
2010-06-23Refactor the default sca namespace bindingrfeng1-2/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@957347 13f79535-47bb-0310-9956-ffa450edef68
2010-06-23Remove @Override to avoid compilation issuesrfeng1-2/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@957346 13f79535-47bb-0310-9956-ffa450edef68
2010-06-23Use loopback for multicast testingrfeng5-39/+44
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@957345 13f79535-47bb-0310-9956-ffa450edef68
2010-06-23Allow package fields to be used for SCA reference/propertyrfeng2-13/+48
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@957343 13f79535-47bb-0310-9956-ffa450edef68
2010-06-23Add missing OSGi importrfeng1-1/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@957342 13f79535-47bb-0310-9956-ffa450edef68
2010-06-23Remove NameSpaceContextImpl class reference from assembly-xmlbdaniel1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@957103 13f79535-47bb-0310-9956-ffa450edef68
2010-06-23Remove NameSpaceContextImpl class reference from assembly-xmlbdaniel2-3/+16
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@957102 13f79535-47bb-0310-9956-ffa450edef68
2010-06-22Support policy XPath functions without ns prefixes and without a single node ↵bdaniel1-3/+22
context git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956969 13f79535-47bb-0310-9956-ffa450edef68
2010-06-22Potential NPE in NamespaceContextImpl.getPrefixesbdaniel1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956962 13f79535-47bb-0310-9956-ffa450edef68
2010-06-22Support policy XPath functions without ns prefixes and without a single node ↵bdaniel3-14/+110
context git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956919 13f79535-47bb-0310-9956-ffa450edef68
2010-06-22Small improvement to message reported to include exception text when ↵slaws2-2/+2
interface is not valid git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956867 13f79535-47bb-0310-9956-ffa450edef68
2010-06-22Adding @mayProvide="sca:asyncInvocation" as first step in support of async ↵edwardsmj1-1/+4
service invocation git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956828 13f79535-47bb-0310-9956-ffa450edef68
2010-06-22Adding @mayProvide="sca:asyncInvocation" as first step in support of async ↵edwardsmj1-1/+2
service invocation git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956824 13f79535-47bb-0310-9956-ffa450edef68
2010-06-22Adding @mayProvide="sca:asyncInvocation" as first step in support of async ↵edwardsmj1-0/+5
service invocation git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956823 13f79535-47bb-0310-9956-ffa450edef68
2010-06-22TUSCANY-3605 - Moving Spring dependency to 3.0.2.RELEASElresende4-14/+27
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956786 13f79535-47bb-0310-9956-ffa450edef68
2010-06-21Add evaluation for XPath IntentRef function bdaniel1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956680 13f79535-47bb-0310-9956-ffa450edef68
2010-06-21Add evaluation for XPath IntentRef function bdaniel2-2/+69
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956679 13f79535-47bb-0310-9956-ffa450edef68
2010-06-21Add spec conformance number to message. slaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956610 13f79535-47bb-0310-9956-ffa450edef68
2010-06-21Improve error messageslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956607 13f79535-47bb-0310-9956-ffa450edef68
2010-06-21BWS_2018 - add a check that uri doesn't appear on a service callback ↵slaws5-1/+40
binding.ws element git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956599 13f79535-47bb-0310-9956-ffa450edef68
2010-06-21Fix up IDE warningsantelder1-5/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956562 13f79535-47bb-0310-9956-ffa450edef68
2010-06-21Change all exception throwing to be Monitor errorsantelder2-3/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956554 13f79535-47bb-0310-9956-ffa450edef68
2010-06-21BWS20006 - if a component reference binding.ws names a WSDL service with ↵slaws3-6/+51
more than one port then pick the first port. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956539 13f79535-47bb-0310-9956-ffa450edef68
2010-06-21Remove out of date warningantelder1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956530 13f79535-47bb-0310-9956-ffa450edef68
2010-06-21Change the previous warning thrown when a service can't be found into an errorslaws2-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956516 13f79535-47bb-0310-9956-ffa450edef68