summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/implementation-java-runtime/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-01-24Fixing serialization of AsyncResponseInvoker in support of async services ↵edwardsmj1-2/+3
under TUSCANY-3783 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1062814 13f79535-47bb-0310-9956-ffa450edef68
2011-01-20Stage 1 of Axis2 binding-ws support of async callbacks, as described in ↵edwardsmj1-24/+32
TUSCANY-3821 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061391 13f79535-47bb-0310-9956-ffa450edef68
2011-01-20Fix for TUSCANY-3819 (still need to cleanup bare case, wsdlgen).scottkurz1-19/+54
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061329 13f79535-47bb-0310-9956-ffa450edef68
2011-01-17Mark several fields as "transient" in ResponseDispatchImpl to reduce data ↵edwardsmj1-5/+5
that is serialized unnecessarily. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1059915 13f79535-47bb-0310-9956-ffa450edef68
2011-01-11Separate the Java implementation specific async invocation code from the ↵edwardsmj4-16/+247
core code - as in TUSCANY-3786 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1057654 13f79535-47bb-0310-9956-ffa450edef68
2010-12-09Cleaning the ResponseDispatchImpl to correct the model for capturing the ↵edwardsmj1-3/+0
async response location - as described under TUSCANY-3787 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1043984 13f79535-47bb-0310-9956-ffa450edef68
2010-11-19TUSCANY-3791 - synchronize access to DOM and cache result to reduce chance ↵slaws1-7/+32
of hitting the synchronization. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1036786 13f79535-47bb-0310-9956-ffa450edef68
2010-11-14TUSCANY-3664 Add support for multiple operation output typesbdaniel1-11/+12
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1035089 13f79535-47bb-0310-9956-ffa450edef68
2010-09-17TUSCANY-3664 Migrate 1.x Holder support to 2.x and add support for non-void ↵bdaniel1-5/+55
methods and multiple Holders git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998232 13f79535-47bb-0310-9956-ffa450edef68
2010-08-25TUSCANY-3659 - Enable asynch operation over the local SCA binding. This does ↵slaws1-1/+8
what I think is the right thing but it doesn't necessarily do it in an optimal way yet. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@989157 13f79535-47bb-0310-9956-ffa450edef68
2010-08-19JCA_9013 Validate property types are compatible with getProperty() argumentsbdaniel1-1/+28
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@987051 13f79535-47bb-0310-9956-ffa450edef68
2010-08-18TUSCANY-3652 Inject callbacks at service invocationbdaniel7-23/+112
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986678 13f79535-47bb-0310-9956-ffa450edef68
2010-08-18TUSCANY-3652 Add methods to Injectors to get underlying Types and to inject nullbdaniel3-2/+45
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986676 13f79535-47bb-0310-9956-ffa450edef68
2010-08-09TUSCANY-3641 - process an @WebService(wsdlLocation="") annotation by reading ↵slaws1-1/+2
the wsdl, identified by the location, from the current contribution. The WSDL is associated with the Java component type service by attaching it to the JavaInterface normalized interface slot. This is not ideal but does allow us to pull things out of the WSDL, such a as policy. The spec state that the component type should have interface.wsdl but this messes up our databinding code which expects the component service to exhibit an interface suitable for the actual implementation. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@983647 13f79535-47bb-0310-9956-ffa450edef68
2010-07-11Changes and additions to Java invoker in support of Client-side and ↵edwardsmj2-12/+91
Server-side asynchronous services and @asyncInvocation as described in TUSCANY-3608, 3611 & 3612 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@963037 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-26Improve property type introspectionsrfeng1-9/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958152 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-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-01Remove obsolute methodsrfeng1-7/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950295 13f79535-47bb-0310-9956-ffa450edef68
2010-04-23mark classes as extension spi according to use indicated by ↵kelvingoodson1-0/+1
implementation-java-runtime git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937310 13f79535-47bb-0310-9956-ffa450edef68
2010-04-09TUSCANY-3530 - not a solution for property type validation but display more ↵slaws2-1/+4
info at runtime when a simple type conversion fails. We need to validate the property types at read or build time. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@932370 13f79535-47bb-0310-9956-ffa450edef68
2010-03-16Remove some now unneeded uses of DataExchangeSemanticsantelder1-6/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@923761 13f79535-47bb-0310-9956-ffa450edef68
2010-03-14Improve the IP address binding to be based on the host from the urirfeng1-1/+1
Having servlet host to return deployed uri git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@922701 13f79535-47bb-0310-9956-ffa450edef68
2010-02-19Align the interfaceContractMapper to the specrfeng2-25/+1
Remove the conversation related legacy code git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@912034 13f79535-47bb-0310-9956-ffa450edef68
2010-01-27Refactor the databinding introspection to ↵rfeng2-0/+103
tuscany-implementation-java-runtime to avoid deployment time dependency git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@903738 13f79535-47bb-0310-9956-ffa450edef68
2010-01-27Fix for TUSCANY-3409rfeng1-26/+18
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@903541 13f79535-47bb-0310-9956-ffa450edef68
2010-01-16Fix for POJO_10009_TestCase, making the thread context classloader the one ↵lresende1-2/+15
used to load class being invoked git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@899865 13f79535-47bb-0310-9956-ffa450edef68
2009-12-11TUSCANY-3388 - Updating to the latests OASIS schemalresende1-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@889531 13f79535-47bb-0310-9956-ffa450edef68
2009-11-26Call start if its not been called before to fix JCA_2005antelder1-0/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884652 13f79535-47bb-0310-9956-ffa450edef68
2009-11-20Moving 2.x trunklresende53-0/+4331
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882795 13f79535-47bb-0310-9956-ffa450edef68