summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/implementation-java-runtime/src/main/java/org/apache/tuscany (follow)
Commit message (Collapse)AuthorAgeFilesLines
* TUSCANY-4020 - move hardcoded message strings into properties filesslaws2012-02-291-6/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1295144 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-4000 - Fix ClassCastException when user specifies WSDL interfaceslaws2012-01-067-108/+29
| | | | | | TUSCANY-4003 - Provide access to resource host from the resource itself. Thanks for the patch Brian git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1228143 13f79535-47bb-0310-9956-ffa450edef68
* Update so that JavaImplementationProvider works with both OASIS and Tuscany ↵antelder2011-12-131-1/+1
| | | | | | ComponentContext types git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1213621 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3946 - Had a bit of a change of heart about this one. I'm concerned ↵slaws2011-12-091-14/+10
| | | | | | that putting extra doPrivileged checks in the main message flow is going to have a negative impact on performance so I've swapped out that code so a check on the presence of a message header. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1212406 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3976: Apply patch from Greg Dritschler to allow extensions to save ↵antelder2011-11-211-0/+9
| | | | | | information about client async request git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1204449 13f79535-47bb-0310-9956-ffa450edef68
* Add missing doPrivileged block. slaws2011-09-261-1/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1175724 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3946 - only reset the TCCL if it's not already set to the ↵slaws2011-09-161-19/+24
| | | | | | contribution classloader git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1171532 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3937 - Further fixes on top of Michael's patch to get the properties ↵slaws2011-09-141-3/+8
| | | | | | itest working. Mainly, builder changes to ignore null types (generated for non-JAXB pojos), update Node2JAXB to report validation errors so things don't go wrong silently, ensure default XMLType doesn't get updated, correct properties test to match OASIS, put properties test in the build. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1170598 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3922 - apply Jennifer's patch to add some missing doPrivileged calls ↵slaws2011-08-171-5/+26
| | | | | | around various classloader calls. Thanks for the patch Jennifer. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1158793 13f79535-47bb-0310-9956-ffa450edef68
* Allow other collection types for multiplicity injectionrfeng2011-07-122-11/+27
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1145739 13f79535-47bb-0310-9956-ffa450edef68
* Minor performance enhancement - create scope once instead of each timeantelder2011-03-061-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1078432 13f79535-47bb-0310-9956-ffa450edef68
* Enable the allowsPassByReference supportrfeng2011-02-071-2/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1068209 13f79535-47bb-0310-9956-ffa450edef68
* Add missing license headersantelder2011-01-281-0/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1064697 13f79535-47bb-0310-9956-ffa450edef68
* Fix more issues with multiple outputs.scottkurz2011-01-261-5/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1063548 13f79535-47bb-0310-9956-ffa450edef68
* Fixing serialization of AsyncResponseInvoker in support of async services ↵edwardsmj2011-01-241-2/+3
| | | | | | under TUSCANY-3783 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1062814 13f79535-47bb-0310-9956-ffa450edef68
* Stage 1 of Axis2 binding-ws support of async callbacks, as described in ↵edwardsmj2011-01-201-24/+32
| | | | | | TUSCANY-3821 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061391 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-3819 (still need to cleanup bare case, wsdlgen).scottkurz2011-01-201-19/+54
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061329 13f79535-47bb-0310-9956-ffa450edef68
* Mark several fields as "transient" in ResponseDispatchImpl to reduce data ↵edwardsmj2011-01-171-5/+5
| | | | | | that is serialized unnecessarily. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1059915 13f79535-47bb-0310-9956-ffa450edef68
* Separate the Java implementation specific async invocation code from the ↵edwardsmj2011-01-114-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
* Cleaning the ResponseDispatchImpl to correct the model for capturing the ↵edwardsmj2010-12-091-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
* TUSCANY-3791 - synchronize access to DOM and cache result to reduce chance ↵slaws2010-11-191-7/+32
| | | | | | of hitting the synchronization. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1036786 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3664 Add support for multiple operation output typesbdaniel2010-11-141-11/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1035089 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3664 Migrate 1.x Holder support to 2.x and add support for non-void ↵bdaniel2010-09-171-5/+55
| | | | | | methods and multiple Holders git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998232 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3659 - Enable asynch operation over the local SCA binding. This does ↵slaws2010-08-251-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
* JCA_9013 Validate property types are compatible with getProperty() argumentsbdaniel2010-08-191-1/+28
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@987051 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3652 Inject callbacks at service invocationbdaniel2010-08-187-23/+112
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986678 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3652 Add methods to Injectors to get underlying Types and to inject nullbdaniel2010-08-183-2/+45
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986676 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3641 - process an @WebService(wsdlLocation="") annotation by reading ↵slaws2010-08-091-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
* Changes and additions to Java invoker in support of Client-side and ↵edwardsmj2010-07-112-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
* Adding "volatile" to 2 fields shared between threads in ResponseDispatchImpl ↵edwardsmj2010-06-291-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
* Improve property type introspectionsrfeng2010-06-261-9/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958152 13f79535-47bb-0310-9956-ffa450edef68
* Fix compilation errorsrfeng2010-06-253-10/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958084 13f79535-47bb-0310-9956-ffa450edef68
* Added missing signalAll() operation when processing sendResponse and sendFaultedwardsmj2010-06-251-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@957999 13f79535-47bb-0310-9956-ffa450edef68
* Provide basic support for invocation of Async Server style service methods, ↵edwardsmj2010-06-253-2/+279
| | | | | | as described in TUSCANY-3611 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@957880 13f79535-47bb-0310-9956-ffa450edef68
* Remove obsolute methodsrfeng2010-06-011-7/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950295 13f79535-47bb-0310-9956-ffa450edef68
* mark classes as extension spi according to use indicated by ↵kelvingoodson2010-04-231-0/+1
| | | | | | implementation-java-runtime git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937310 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3530 - not a solution for property type validation but display more ↵slaws2010-04-092-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
* Remove some now unneeded uses of DataExchangeSemanticsantelder2010-03-161-6/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@923761 13f79535-47bb-0310-9956-ffa450edef68
* Improve the IP address binding to be based on the host from the urirfeng2010-03-141-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
* Align the interfaceContractMapper to the specrfeng2010-02-192-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
* Refactor the databinding introspection to ↵rfeng2010-01-271-0/+83
| | | | | | 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
* Fix for TUSCANY-3409rfeng2010-01-271-26/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@903541 13f79535-47bb-0310-9956-ffa450edef68
* Fix for POJO_10009_TestCase, making the thread context classloader the one ↵lresende2010-01-161-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
* Call start if its not been called before to fix JCA_2005antelder2009-11-261-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884652 13f79535-47bb-0310-9956-ffa450edef68
* Moving 2.x trunklresende2009-11-2031-0/+2659
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882795 13f79535-47bb-0310-9956-ffa450edef68