summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/implementation-java-runtime (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moving trunk to 2.5-SNAPSHOT now that 2.0 is readylresende2012-07-221-5/+5
* TUSCANY-4020 - move hardcoded message strings into properties filesslaws2012-02-292-6/+44
* Bump up the date in the NOTICE fileantelder2012-02-131-1/+1
* TUSCANY-3924 - revert some of the previous changes. we need to look at whethe...slaws2012-02-102-7/+5
* TUSCANY-4000 - Fix ClassCastException when user specifies WSDL interfaceslaws2012-01-067-108/+29
* Update so that JavaImplementationProvider works with both OASIS and Tuscany C...antelder2011-12-131-1/+1
* TUSCANY-3946 - Had a bit of a change of heart about this one. I'm concerned t...slaws2011-12-091-14/+10
* TUSCANY-3976: Apply patch from Greg Dritschler to allow extensions to save in...antelder2011-11-211-0/+9
* TUSCANY-3924 - ignore artifacts of the base class when a java implementation ...slaws2011-10-312-5/+7
* Add missing doPrivileged block. slaws2011-09-261-1/+7
* TUSCANY-3946 - only reset the TCCL if it's not already set to the contributio...slaws2011-09-161-19/+24
* TUSCANY-3937 - Further fixes on top of Michael's patch to get the properties ...slaws2011-09-141-3/+8
* TUSCANY-3922 - apply Jennifer's patch to add some missing doPrivileged calls ...slaws2011-08-171-5/+26
* Allow other collection types for multiplicity injectionrfeng2011-07-122-11/+27
* Minor performance enhancement - create scope once instead of each timeantelder2011-03-061-3/+3
* Enable the allowsPassByReference supportrfeng2011-02-071-2/+8
* Add missing license headersantelder2011-01-281-0/+18
* Fix more issues with multiple outputs.scottkurz2011-01-261-5/+4
* Fixing serialization of AsyncResponseInvoker in support of async services und...edwardsmj2011-01-241-2/+3
* Stage 1 of Axis2 binding-ws support of async callbacks, as described in TUSCA...edwardsmj2011-01-201-24/+32
* Fix for TUSCANY-3819 (still need to cleanup bare case, wsdlgen).scottkurz2011-01-201-19/+54
* Correcting MANIFEST of implementation-java-runtime to export org.apache.tusca...edwardsmj2011-01-171-15/+26
* Mark several fields as "transient" in ResponseDispatchImpl to reduce data tha...edwardsmj2011-01-171-5/+5
* Separate the Java implementation specific async invocation code from the core...edwardsmj2011-01-114-16/+247
* Bump up copyright year in the NOTICE filesantelder2011-01-101-1/+1
* Cleaning the ResponseDispatchImpl to correct the model for capturing the asyn...edwardsmj2010-12-091-3/+0
* TUSCANY-3791 - synchronize access to DOM and cache result to reduce chance of...slaws2010-11-191-7/+32
* TUSCANY-3664 Add support for multiple operation output typesbdaniel2010-11-141-11/+12
* TUSCANY-3664 Migrate 1.x Holder support to 2.x and add support for non-void m...bdaniel2010-09-171-5/+55
* TUSCANY-3659 - Enable asynch operation over the local SCA binding. This does ...slaws2010-08-251-1/+8
* JCA_9013 Validate property types are compatible with getProperty() argumentsbdaniel2010-08-191-1/+28
* TUSCANY-3652 Inject callbacks at service invocationbdaniel2010-08-187-23/+112
* TUSCANY-3652 Add methods to Injectors to get underlying Types and to inject nullbdaniel2010-08-183-2/+45
* TUSCANY-3641 - process an @WebService(wsdlLocation="") annotation by reading ...slaws2010-08-091-1/+2
* Changes and additions to Java invoker in support of Client-side and Server-si...edwardsmj2010-07-112-12/+91
* Adding "volatile" to 2 fields shared between threads in ResponseDispatchImpl ...edwardsmj2010-06-291-2/+2
* Improve property type introspectionsrfeng2010-06-261-9/+6
* Fix compilation errorsrfeng2010-06-253-10/+4
* Added missing signalAll() operation when processing sendResponse and sendFaultedwardsmj2010-06-251-0/+2
* Provide basic support for invocation of Async Server style service methods, a...edwardsmj2010-06-253-2/+279
* Remove obsolute methodsrfeng2010-06-011-7/+0
* Updating Copyright Year in NOTICE fileslresende2010-05-121-1/+1
* mark classes as extension spi according to use indicated by implementation-ja...kelvingoodson2010-04-231-0/+1
* TUSCANY-3530 - not a solution for property type validation but display more i...slaws2010-04-092-1/+4
* Remove some now unneeded uses of DataExchangeSemanticsantelder2010-03-161-6/+1
* Improve the IP address binding to be based on the host from the urirfeng2010-03-141-1/+1
* Align the interfaceContractMapper to the specrfeng2010-02-192-25/+1
* Refactor the databinding introspection to tuscany-implementation-java-runtime...rfeng2010-01-272-0/+103
* Fix for TUSCANY-3409rfeng2010-01-271-26/+18
* Fix for POJO_10009_TestCase, making the thread context classloader the one us...lresende2010-01-161-2/+15