summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/modules/core/src/main (follow)
Commit message (Collapse)AuthorAgeFilesLines
* TUSCANY-3173 remove the contents of thread local storage when the webapp ↵slaws2009-07-231-0/+8
| | | | | | shuts down. If you don't remove it the thread local storage will hold an object which, via its class, points to the WebAppClassloader. With a container with pooled threads this pins the classloader so it can't be GCd git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@797219 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3140 - Test for difference between loadtime and runtime classloaders ↵slaws2009-07-181-0/+37
| | | | | | and, in the case where they are different, fix up the wire source interface based on the interface provided to the getService() call. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@795368 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-3077. Allow the thread pool for conversation manager to be ↵rfeng2009-06-042-23/+34
| | | | | | shutdown git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@781872 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-3076. The DefaultWorkScheduler only has 10 threads in the ↵rfeng2009-06-042-18/+18
| | | | | | pool and it causes deadlock. With this fix, it's default to a cached pool which expand/thrink on demand. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@781871 13f79535-47bb-0310-9956-ffa450edef68
* Improve the handling of INOUT and OUT parameters using JAX-WS Holderrfeng2009-04-231-14/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@768005 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2851, fix exceptions during init processing of java components to ↵antelder2009-04-163-4/+49
| | | | | | call destroy git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@765611 13f79535-47bb-0310-9956-ffa450edef68
* Add remotable check to avoid perf penality from Holder processing for local ↵rfeng2009-04-091-89/+71
| | | | | | calls git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@763768 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2931 - allow separate request and response wire formats in ↵slaws2009-03-261-2/+2
| | | | | | binding.jms. The tuscany binding.jms XSD has been extended to allow a response wireFormat element to be specified. The knock on effect of all this is that the Operation interface has been changed to allow input and output wrapper info to be held separately. Also Interface has some new operations. There are changes across the code base to take account of this interface change. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@758625 13f79535-47bb-0310-9956-ffa450edef68
* Removing @author per Apache best practiceslresende2009-03-191-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755849 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2332 Web services Holder supportbeckerdo2009-01-111-4/+82
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@733526 13f79535-47bb-0310-9956-ffa450edef68
* Ignore the InvocationTargetException as the Tuscany Message body has already ↵antelder2009-01-081-1/+1
| | | | | | be set with the fault git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@732679 13f79535-47bb-0310-9956-ffa450edef68
* Merge r720913 change to 1.x so we can start looking at a pluggable impl for ↵antelder2008-12-297-61/+82
| | | | | | the geronimo integration work and to remove the dependency from the compact distro git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@729926 13f79535-47bb-0310-9956-ffa450edef68
* remove PolicyProviderRRB and detect RRB policies by looking at the phase. slaws2008-12-011-7/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722040 13f79535-47bb-0310-9956-ffa450edef68
* Tidy jms policy implementations to remove code from the binding and put it ↵slaws2008-11-303-4/+19
| | | | | | into binding wire interceptors. The implication is that the JMS runtime no longer depends on the JMS policy package. Also get rid of split packages in wire format and operation selector packages. Add a binding context to the Tuscany message so that you don't have to keep finding it in the message header. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@721811 13f79535-47bb-0310-9956-ffa450edef68
* Creating Java SCA 1.x branchlresende2008-11-1396-0/+11908
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@713805 13f79535-47bb-0310-9956-ffa450edef68