summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/implementation-java-runtime (unfollow)
Commit message (Expand)AuthorFilesLines
2012-07-22Moving trunk to 2.5-SNAPSHOT now that 2.0 is readylresende1-5/+5
2012-02-29TUSCANY-4020 - move hardcoded message strings into properties filesslaws2-6/+44
2012-02-13Bump up the date in the NOTICE fileantelder1-1/+1
2012-02-10TUSCANY-3924 - revert some of the previous changes. we need to look at whethe...slaws2-7/+5
2012-01-06TUSCANY-4000 - Fix ClassCastException when user specifies WSDL interfaceslaws7-108/+29
2011-12-13Update so that JavaImplementationProvider works with both OASIS and Tuscany C...antelder1-1/+1
2011-12-09TUSCANY-3946 - Had a bit of a change of heart about this one. I'm concerned t...slaws1-14/+10
2011-11-21TUSCANY-3976: Apply patch from Greg Dritschler to allow extensions to save in...antelder1-0/+9
2011-10-31TUSCANY-3924 - ignore artifacts of the base class when a java implementation ...slaws2-5/+7
2011-09-26Add missing doPrivileged block. slaws1-1/+7
2011-09-16TUSCANY-3946 - only reset the TCCL if it's not already set to the contributio...slaws1-19/+24
2011-09-14TUSCANY-3937 - Further fixes on top of Michael's patch to get the properties ...slaws1-3/+8
2011-08-17TUSCANY-3922 - apply Jennifer's patch to add some missing doPrivileged calls ...slaws1-5/+26
2011-07-12Allow other collection types for multiplicity injectionrfeng2-11/+27
2011-03-06Minor performance enhancement - create scope once instead of each timeantelder1-3/+3
2011-02-07Enable the allowsPassByReference supportrfeng1-2/+8
2011-01-28Add missing license headersantelder1-0/+18
2011-01-26Fix more issues with multiple outputs.scottkurz1-5/+4
2011-01-24Fixing serialization of AsyncResponseInvoker in support of async services und...edwardsmj1-2/+3
2011-01-20Stage 1 of Axis2 binding-ws support of async callbacks, as described in TUSCA...edwardsmj1-24/+32
2011-01-20Fix for TUSCANY-3819 (still need to cleanup bare case, wsdlgen).scottkurz1-19/+54
2011-01-17Correcting MANIFEST of implementation-java-runtime to export org.apache.tusca...edwardsmj1-15/+26
2011-01-17Mark several fields as "transient" in ResponseDispatchImpl to reduce data tha...edwardsmj1-5/+5
2011-01-11Separate the Java implementation specific async invocation code from the core...edwardsmj4-16/+247
2011-01-10Bump up copyright year in the NOTICE filesantelder1-1/+1
2010-12-09Cleaning the ResponseDispatchImpl to correct the model for capturing the asyn...edwardsmj1-3/+0
2010-11-19TUSCANY-3791 - synchronize access to DOM and cache result to reduce chance of...slaws1-7/+32
2010-11-14TUSCANY-3664 Add support for multiple operation output typesbdaniel1-11/+12
2010-09-17TUSCANY-3664 Migrate 1.x Holder support to 2.x and add support for non-void m...bdaniel1-5/+55
2010-08-25TUSCANY-3659 - Enable asynch operation over the local SCA binding. This does ...slaws1-1/+8
2010-08-19JCA_9013 Validate property types are compatible with getProperty() argumentsbdaniel1-1/+28
2010-08-18TUSCANY-3652 Inject callbacks at service invocationbdaniel7-23/+112
2010-08-18TUSCANY-3652 Add methods to Injectors to get underlying Types and to inject nullbdaniel3-2/+45
2010-08-09TUSCANY-3641 - process an @WebService(wsdlLocation="") annotation by reading ...slaws1-1/+2
2010-07-11Changes and additions to Java invoker in support of Client-side and Server-si...edwardsmj2-12/+91
2010-06-29Adding "volatile" to 2 fields shared between threads in ResponseDispatchImpl ...edwardsmj1-2/+2
2010-06-26Improve property type introspectionsrfeng1-9/+6
2010-06-25Fix compilation errorsrfeng3-10/+4
2010-06-25Added missing signalAll() operation when processing sendResponse and sendFaultedwardsmj1-0/+2
2010-06-25Provide basic support for invocation of Async Server style service methods, a...edwardsmj3-2/+279
2010-06-01Remove obsolute methodsrfeng1-7/+0
2010-05-12Updating Copyright Year in NOTICE fileslresende1-1/+1
2010-04-23mark classes as extension spi according to use indicated by implementation-ja...kelvingoodson1-0/+1
2010-04-09TUSCANY-3530 - not a solution for property type validation but display more i...slaws2-1/+4
2010-03-16Remove some now unneeded uses of DataExchangeSemanticsantelder1-6/+1
2010-03-14Improve the IP address binding to be based on the host from the urirfeng1-1/+1
2010-02-19Align the interfaceContractMapper to the specrfeng2-25/+1
2010-01-27Refactor the databinding introspection to tuscany-implementation-java-runtime...rfeng2-0/+103
2010-01-27Fix for TUSCANY-3409rfeng1-26/+18
2010-01-16Fix for POJO_10009_TestCase, making the thread context classloader the one us...lresende1-2/+15