summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-01-15The code for build time matching. To actually use this we need to create a ↵slaws1-1/+64
build time registry. As it stands you get duplicate endpoint regsitration notifications. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@899664 13f79535-47bb-0310-9956-ffa450edef68
2010-01-15Fix to make OTEST JCA_2005 work again. This is an @EagerInit scenario and ↵slaws1-7/+18
out code was starting scope containers before all endpoints had been registered. With all matching going through the binding/registry now this meant that the reference being used inside the @EagerInit failed to resolve. This change moves the scope container start to after the services are registered. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@899599 13f79535-47bb-0310-9956-ffa450edef68
2010-01-15Update to always return the current TCCL instead of the cached one. This is ↵antelder1-1/+2
so each Node use the correct TCCL when the Tuscany jars are shared (I'll post to the ML about this as its not a complete fix yet) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@899589 13f79535-47bb-0310-9956-ffa450edef68
2010-01-14Remove unused line of code and correct commentslaws1-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@899256 13f79535-47bb-0310-9956-ffa450edef68
2010-01-14TUSCANY-3424 inject the SCAClientFactory default instance into the ↵slaws5-2/+86
SCAClientFactory interface so that it doesn't have to look it up. This doesn't yet address the lack of domain specific client factories when using the injected default factory approach. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@899210 13f79535-47bb-0310-9956-ffa450edef68
2010-01-14TUSCANY-3424 flip round the order in which the classloaders are set in the ↵slaws1-2/+7
finder. Temporary change while fixing up the SCAClientFactory selection mechanism git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@899196 13f79535-47bb-0310-9956-ffa450edef68
2010-01-14Update the rmi base sca client to use its own registry when no other nodes ↵antelder1-0/+5
started in the JVM git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@899173 13f79535-47bb-0310-9956-ffa450edef68
2010-01-14Correctlt set the domain name based on the name in the config uriantelder1-1/+19
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@899172 13f79535-47bb-0310-9956-ffa450edef68
2010-01-14Correct manifest to take account of factory reference to node configuration. slaws1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@899161 13f79535-47bb-0310-9956-ffa450edef68
2010-01-13Minor javadoc cleanuplresende1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@898844 13f79535-47bb-0310-9956-ffa450edef68
2010-01-13Add methods to Node to replicate whats in DomainNode so i can get rid of ↵antelder4-0/+65
that. (We still need to do the refactoring of Node as we started discussing on the ML, i'll start that again next week, just want to get the domain changes a bit more done so adding these here for now) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@898806 13f79535-47bb-0310-9956-ffa450edef68
2010-01-13Change to use a dummy node to get at the JVM wide cache of endpoint registriesantelder1-14/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@898802 13f79535-47bb-0310-9956-ffa450edef68
2010-01-13Enable the remotable setting on OSGi interfacesrfeng2-111/+169
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@898591 13f79535-47bb-0310-9956-ffa450edef68
2010-01-13Remove the synchronized blocks to avoid deadlock between ↵rfeng2-11/+11
DefaultFactoryExtensionPoint and DefaultUtilityExtensionPoint. Some of the utilities such as XMLInputFactory are loaded from DefaultFactoryExtensionPoint ATM. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@898590 13f79535-47bb-0310-9956-ffa450edef68
2010-01-12Start of extension for handling WS-Policy policies. Based on policy-xml-ws ↵slaws14-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
2010-01-12NodeFactory.getInstance doesn't work properly anymore so use the config approachantelder1-4/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@898335 13f79535-47bb-0310-9956-ffa450edef68
2010-01-11Use the servlethost helper to locate the servlet hostantelder1-3/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@897982 13f79535-47bb-0310-9956-ffa450edef68
2010-01-11Use the servlethost helper to locate the servlet hostantelder1-4/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@897981 13f79535-47bb-0310-9956-ffa450edef68
2010-01-11Use the servlethost helper to locate the servlet hostantelder1-4/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@897980 13f79535-47bb-0310-9956-ffa450edef68
2010-01-11Use the servlethost helper to locate the servlet hostantelder1-3/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@897979 13f79535-47bb-0310-9956-ffa450edef68
2010-01-11Use the servlethost helper to locate the servlet hostantelder1-8/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@897978 13f79535-47bb-0310-9956-ffa450edef68
2010-01-11Use the servlethost helper to locate the servlet hostantelder1-3/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@897977 13f79535-47bb-0310-9956-ffa450edef68
2010-01-11Use the servlethost helper to locate the servlet hostantelder1-8/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@897976 13f79535-47bb-0310-9956-ffa450edef68
2010-01-11Use the servlethost helper to locate the servlet hostantelder1-8/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@897974 13f79535-47bb-0310-9956-ffa450edef68
2010-01-11Use the servlethost helper to locate the servlet hostantelder1-8/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@897973 13f79535-47bb-0310-9956-ffa450edef68
2010-01-11Use the servlethost helper to locate the servlet hostantelder1-12/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@897972 13f79535-47bb-0310-9956-ffa450edef68
2010-01-11Tell the ServletHostHelper that the webapp host is being used and use it to ↵antelder1-20/+2
locate the host git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@897970 13f79535-47bb-0310-9956-ffa450edef68
2010-01-11Add a helper to get the correct ServletHostantelder1-0/+52
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@897969 13f79535-47bb-0310-9956-ffa450edef68
2010-01-11Testcase that verifies spec version support is working with both osoa/oasis ↵lresende1-0/+108
style of composite git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@897770 13f79535-47bb-0310-9956-ffa450edef68
2010-01-11Minor fix to close xtream readers after each testinglresende1-0/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@897769 13f79535-47bb-0310-9956-ffa450edef68
2010-01-10TUSCANY-3417 TUSCANY-3417 consolidate enpointreference/endpoint matching ↵slaws10-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
2010-01-09Update to the latest version of OSGi enterprise draft specsrfeng17-696/+561
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@897502 13f79535-47bb-0310-9956-ffa450edef68
2010-01-08Allow starting an empty node (with no contributions) so its possible to ↵antelder1-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
2010-01-08Change the Registry factory to not use the full config uri when its the ↵antelder1-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
2010-01-08Change the Hazelcast registry to support both distributed an in-VM only ↵antelder2-6/+16
operation git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@897140 13f79535-47bb-0310-9956-ffa450edef68
2010-01-07Update to the servlet host locating codeantelder1-2/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@896824 13f79535-47bb-0310-9956-ffa450edef68
2010-01-06Refine MFrfeng1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@896656 13f79535-47bb-0310-9956-ffa450edef68
2010-01-06Updates to the Hazelcast regsitry manifestantelder1-16/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@896648 13f79535-47bb-0310-9956-ffa450edef68
2010-01-06Add Hazelcast registry in to the buildantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@896645 13f79535-47bb-0310-9956-ffa450edef68
2010-01-06Update to use the tuscany domain uri prefixantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@896492 13f79535-47bb-0310-9956-ffa450edef68
2010-01-06Update to use the hazelcast registryantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@896483 13f79535-47bb-0310-9956-ffa450edef68
2010-01-06Start a new module looking at integration with Webbeans and JSR330antelder13-0/+852
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@896472 13f79535-47bb-0310-9956-ffa450edef68
2010-01-06Add tuscany uri prefixantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@896465 13f79535-47bb-0310-9956-ffa450edef68
2010-01-05More changes to get the Hazelcast endpoint registry workingantelder7-578/+560
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@896269 13f79535-47bb-0310-9956-ffa450edef68
2010-01-05Add getEndpointReferencesrfeng2-5/+20
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@896261 13f79535-47bb-0310-9956-ffa450edef68
2010-01-05Start a endpoint registry based on Hazelcast. Hazelcast seems to do just ↵antelder6-0/+826
about everything we need and seems quite easy to use compared to other options. It supports multicast and explicit ip addresses, with ip addresses you only need to specifiy the address of one node and then all other nodes get notified about the new node. Hazelcast has various encryption options to secure the domain, and it has a way to have endpoints removed when a node disapears (though that requires a bit of code on our part to get to work). One limitation is currently it doesnt support multiple nodes using multicast, but they've said they can fix that. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@896038 13f79535-47bb-0310-9956-ffa450edef68
2010-01-04Remove unused importsslaws1-2/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@895663 13f79535-47bb-0310-9956-ffa450edef68
2010-01-04Test against null target endpointslaws1-1/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@895661 13f79535-47bb-0310-9956-ffa450edef68
2010-01-04Add missing dependency on common.xml.staxslaws1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@895658 13f79535-47bb-0310-9956-ffa450edef68
2009-12-22TUSCANY-3401: Apply patch from wangfeng to fix SCA API constantsantelder2-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@893206 13f79535-47bb-0310-9956-ffa450edef68