summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Start of extension for handling WS-Policy policies. Based on policy-xml-ws ↵slaws2010-01-1214-0/+1320
| | | | | | but neither working nor in the build yet. It's currently still using the neethi model but this is wrapped in a Tuscany model now to allow us to break out and process assertions separately. Neethi currently has no function for matching so we need to cast around to see if that is available elsewhere. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@898390 13f79535-47bb-0310-9956-ffa450edef68
* NodeFactory.getInstance doesn't work properly anymore so use the config approachantelder2010-01-121-4/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@898335 13f79535-47bb-0310-9956-ffa450edef68
* Start an empty node to initialize the endpoint regsitry before any sca apps ↵antelder2010-01-121-3/+32
| | | | | | are started git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@898334 13f79535-47bb-0310-9956-ffa450edef68
* Update dependencies to use base jarantelder2010-01-121-10/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@898194 13f79535-47bb-0310-9956-ffa450edef68
* Add json shades to ractor buildantelder2010-01-121-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@898192 13f79535-47bb-0310-9956-ffa450edef68
* Add shaded jar for JSON extensions including dependencies (it would be nice ↵antelder2010-01-121-0/+79
| | | | | | to rationalize the plethora of json dependencies required b4 2.0) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@898190 13f79535-47bb-0310-9956-ffa450edef68
* Add shaded jar with JSON extensionsantelder2010-01-121-0/+167
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@898189 13f79535-47bb-0310-9956-ffa450edef68
* Add commons logging api to base-nodepantelder2010-01-121-0/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@898188 13f79535-47bb-0310-9956-ffa450edef68
* Use the servlethost helper to locate the servlet hostantelder2010-01-111-3/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@897982 13f79535-47bb-0310-9956-ffa450edef68
* Use the servlethost helper to locate the servlet hostantelder2010-01-111-4/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@897981 13f79535-47bb-0310-9956-ffa450edef68
* Use the servlethost helper to locate the servlet hostantelder2010-01-111-4/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@897980 13f79535-47bb-0310-9956-ffa450edef68
* Use the servlethost helper to locate the servlet hostantelder2010-01-111-3/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@897979 13f79535-47bb-0310-9956-ffa450edef68
* Use the servlethost helper to locate the servlet hostantelder2010-01-111-8/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@897978 13f79535-47bb-0310-9956-ffa450edef68
* Use the servlethost helper to locate the servlet hostantelder2010-01-111-3/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@897977 13f79535-47bb-0310-9956-ffa450edef68
* Use the servlethost helper to locate the servlet hostantelder2010-01-111-8/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@897976 13f79535-47bb-0310-9956-ffa450edef68
* Use the servlethost helper to locate the servlet hostantelder2010-01-111-8/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@897974 13f79535-47bb-0310-9956-ffa450edef68
* Use the servlethost helper to locate the servlet hostantelder2010-01-111-8/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@897973 13f79535-47bb-0310-9956-ffa450edef68
* Use the servlethost helper to locate the servlet hostantelder2010-01-111-12/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@897972 13f79535-47bb-0310-9956-ffa450edef68
* Tell the ServletHostHelper that the webapp host is being used and use it to ↵antelder2010-01-111-20/+2
| | | | | | locate the host git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@897970 13f79535-47bb-0310-9956-ffa450edef68
* Add a helper to get the correct ServletHostantelder2010-01-111-0/+52
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@897969 13f79535-47bb-0310-9956-ffa450edef68
* Testcase that verifies spec version support is working with both osoa/oasis ↵lresende2010-01-111-0/+108
| | | | | | style of composite git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@897770 13f79535-47bb-0310-9956-ffa450edef68
* Minor fix to close xtream readers after each testinglresende2010-01-111-0/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@897769 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3417 TUSCANY-3417 consolidate enpointreference/endpoint matching ↵slaws2010-01-1010-853/+711
| | | | | | code into the binding. There is currently a bit, related to autowiring, still left on the builders awaiting some dependency juggling git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@897639 13f79535-47bb-0310-9956-ffa450edef68
* Update to the latest version of OSGi enterprise draft specsrfeng2010-01-0921-735/+709
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@897502 13f79535-47bb-0310-9956-ffa450edef68
* Add a global default domain uri. A temp approach for now to get the basic ↵antelder2010-01-081-0/+10
| | | | | | tomcat shared domain working distributed git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@897194 13f79535-47bb-0310-9956-ffa450edef68
* Update shade jar namesantelder2010-01-082-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@897146 13f79535-47bb-0310-9956-ffa450edef68
* Allow starting an empty node (with no contributions) so its possible to ↵antelder2010-01-081-4/+21
| | | | | | configure and start a shared endpoint registry that gets reused by subsequent nodes taht are started with the in-VM scheme git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@897143 13f79535-47bb-0310-9956-ffa450edef68
* Change the Registry factory to not use the full config uri when its the ↵antelder2010-01-081-1/+6
| | | | | | tuscany: scheme so that the registry itself can control how the registry gets shared amoung nodes. (I think we need to review all the core approach to creating/locating/sharing endpoint registries, I'll start a ML thread about this once I've got something more complete working) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@897142 13f79535-47bb-0310-9956-ffa450edef68
* Change the Hazelcast registry to support both distributed an in-VM only ↵antelder2010-01-082-6/+16
| | | | | | operation git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@897140 13f79535-47bb-0310-9956-ffa450edef68
* Change shade jars to use their own groupid and add the new ones to the buildantelder2010-01-077-39/+54
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@896929 13f79535-47bb-0310-9956-ffa450edef68
* Correct typo in dependency nameantelder2010-01-071-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@896907 13f79535-47bb-0310-9956-ffa450edef68
* Add doc files to the base jarantelder2010-01-073-0/+277
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@896881 13f79535-47bb-0310-9956-ffa450edef68
* License updates for the shaded jar useantelder2010-01-071-599/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@896844 13f79535-47bb-0310-9956-ffa450edef68
* Start shaded jars for Spring extensionsantelder2010-01-072-0/+181
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@896838 13f79535-47bb-0310-9956-ffa450edef68
* Put back the JMS bindingantelder2010-01-071-0/+19
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@896832 13f79535-47bb-0310-9956-ffa450edef68
* Update to the servlet host locating codeantelder2010-01-071-2/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@896824 13f79535-47bb-0310-9956-ffa450edef68
* Put back in the tomcat distributionantelder2010-01-071-2/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@896821 13f79535-47bb-0310-9956-ffa450edef68
* Change to use shaded jars to reduce the dependency count for the hudson buildantelder2010-01-071-18/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@896816 13f79535-47bb-0310-9956-ffa450edef68
* Change to temporarily use vm domainantelder2010-01-071-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@896806 13f79535-47bb-0310-9956-ffa450edef68
* Update to use hazelcast registryantelder2010-01-061-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@896673 13f79535-47bb-0310-9956-ffa450edef68
* Add hazelcast to tomcat distribution licenseantelder2010-01-061-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@896659 13f79535-47bb-0310-9956-ffa450edef68
* Add hazelcast to AL listantelder2010-01-061-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@896658 13f79535-47bb-0310-9956-ffa450edef68
* Refine MFrfeng2010-01-061-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@896656 13f79535-47bb-0310-9956-ffa450edef68
* Updates to the Hazelcast regsitry manifestantelder2010-01-061-16/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@896648 13f79535-47bb-0310-9956-ffa450edef68
* As a test take the Tomcat war distribution out of the build and kick off a ↵antelder2010-01-061-0/+2
| | | | | | Hudson build to see how that goes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@896646 13f79535-47bb-0310-9956-ffa450edef68
* Add Hazelcast registry in to the buildantelder2010-01-061-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@896645 13f79535-47bb-0310-9956-ffa450edef68
* Revert the test change in r896635 no wthat the Hudson build has done the ↵antelder2010-01-061-2/+0
| | | | | | checkout git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@896640 13f79535-47bb-0310-9956-ffa450edef68
* As a test take the Tomcat war distribution out of the build and kick off a ↵antelder2010-01-061-0/+2
| | | | | | Hudson build to see how that goes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@896635 13f79535-47bb-0310-9956-ffa450edef68
* Split the webservices shaded jar into webservices and webservices-nodepantelder2010-01-062-1/+77
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@896517 13f79535-47bb-0310-9956-ffa450edef68
* Change the shaded base jar to not include dependencies and add a new ↵antelder2010-01-062-38/+75
| | | | | | base-nodep jar which does include the dependencies. The idea being that there will be the shaded jars for the core tuscany runtime and each extension (jms, bpel, webservices etc), and then for each of those jars also an aditional *-nodep jar that includes all the dependencies git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@896499 13f79535-47bb-0310-9956-ffa450edef68