summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-02-10Remove OptimizableBinding as now it is not used any morerfeng3-162/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908288 13f79535-47bb-0310-9956-ffa450edef68
2010-02-09Fix the sca client to use a resolved endpointrfeng2-19/+123
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908285 13f79535-47bb-0310-9956-ffa450edef68
2010-02-09Rename ExtensibleDomainRegistry to ExtensibleDomainRegistryFactoryrfeng10-33/+51
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908255 13f79535-47bb-0310-9956-ffa450edef68
2010-02-09Remove getDomainNamerfeng3-36/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908247 13f79535-47bb-0310-9956-ffa450edef68
2010-02-09Remove unused importrfeng1-2/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908246 13f79535-47bb-0310-9956-ffa450edef68
2010-02-09Remove org.apache.tuscany.sca.node.Client and merge the methods into ↵rfeng4-77/+41
org.apache.tuscany.sca.node.Node git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908245 13f79535-47bb-0310-9956-ffa450edef68
2010-02-09Start to clean up the node-api (remove Node.destroy())rfeng41-143/+195
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908233 13f79535-47bb-0310-9956-ffa450edef68
2010-02-09Fix the bundle-version attr for Fragment-Hostrfeng1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908231 13f79535-47bb-0310-9956-ffa450edef68
2010-02-09Remove unused coderfeng2-63/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908159 13f79535-47bb-0310-9956-ffa450edef68
2010-02-08Use a dummy invocation chain to avoid NPE on ConcurrentHashMaprfeng1-1/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@907812 13f79535-47bb-0310-9956-ffa450edef68
2010-02-08Generate unique Node URI if it's not set in the NodeConfigurationrfeng2-2/+11
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@907810 13f79535-47bb-0310-9956-ffa450edef68
2010-02-08Correct comment locationslaws1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@907636 13f79535-47bb-0310-9956-ffa450edef68
2010-02-08No longer requiredslaws1-502/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@907635 13f79535-47bb-0310-9956-ffa450edef68
2010-02-08Move toward having the Axis specific code in the Axis2EngineIntegration ↵slaws8-360/+636
class while having the service and reference provides do more of the orchestration. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@907634 13f79535-47bb-0310-9956-ffa450edef68
2010-02-06Only search for bundles with SCA-Version: 1.1 header for Tuscany 2.x ↵rfeng5-62/+35
extension points and extensions git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@907138 13f79535-47bb-0310-9956-ffa450edef68
2010-02-05Add constants for some of the intents defined by SCA policy spec. slaws1-0/+48
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906900 13f79535-47bb-0310-9956-ffa450edef68
2010-02-05Message moved to endpoint-validation-messages.propertiesslaws1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906854 13f79535-47bb-0310-9956-ffa450edef68
2010-02-05Add a serialVersionUIDantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906848 13f79535-47bb-0310-9956-ffa450edef68
2010-02-04Making fallback revision a number to avoid test case issueslresende1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906700 13f79535-47bb-0310-9956-ffa450edef68
2010-02-04started causing spurious compilation error so remove for now as it doesn't ↵slaws1-1/+1
do anything yet git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906670 13f79535-47bb-0310-9956-ffa450edef68
2010-02-04Remove the threading as now we have a thread in the TopologyManager to ↵rfeng1-33/+5
handle import/unimport git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906665 13f79535-47bb-0310-9956-ffa450edef68
2010-02-04Improve the bundle discovery filtering based on the ML discussionrfeng1-5/+14
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906646 13f79535-47bb-0310-9956-ffa450edef68
2010-02-04Fix the MF to match the fragment host to the host bundle symbolic name and ↵rfeng4-37/+39
version git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906645 13f79535-47bb-0310-9956-ffa450edef68
2010-02-04Fix for TUSCANY-3456 (only register direct transformer with lower weight)rfeng2-1/+22
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906613 13f79535-47bb-0310-9956-ffa450edef68
2010-02-04Set default map config to use near cache to improve local endpoint read ↵antelder1-1/+5
performance git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906581 13f79535-47bb-0310-9956-ffa450edef68
2010-02-04missed pom update from previous Axis2 1.5.1 commitslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906579 13f79535-47bb-0310-9956-ffa450edef68
2010-02-04Move the runtime over to use Axis2 1.5.1. Three main parts to this 1) ↵slaws21-150/+107
replace binding-ws-axis2 and binding binding-ws-axis2-policy with binding-ws-runtime-axis which is still very much a work in progress 2) correct the axis/axiom version references across the project and make the various OSGi environments work 3) start fixing policy provides to allow the ws binding to exploit the binding wire. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906557 13f79535-47bb-0310-9956-ffa450edef68
2010-02-04Tidy come commentsslaws1-6/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906510 13f79535-47bb-0310-9956-ffa450edef68
2010-02-04Add the runtime versions of the axis 1.5.1 manifests. These are slight ↵slaws2-0/+48
different from the tooling versions but only because it was an iterative process getting all this work and this is where I've ended up. I want to get what I have working checked in then I'll fix then up so they are consistent and the versions numbers are correct. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906507 13f79535-47bb-0310-9956-ffa450edef68
2010-02-03TUSCANY-3453 - Get JMS schema from 1.xlresende1-0/+132
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906289 13f79535-47bb-0310-9956-ffa450edef68
2010-02-03Add domainURI/nodeURI to runtime endpoint/endpoint referencerfeng6-7/+67
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906262 13f79535-47bb-0310-9956-ffa450edef68
2010-02-03Disable JMS transport for now until the code is fixed to bring it back in ↵slaws1-5/+7
again. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906179 13f79535-47bb-0310-9956-ffa450edef68
2010-02-03fix namespaces so that MTOM is in Tuscany namespaceslaws1-2/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906178 13f79535-47bb-0310-9956-ffa450edef68
2010-02-03As some more basic tests around the different ways that endpoint uri can be ↵slaws8-4/+288
specified git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906176 13f79535-47bb-0310-9956-ffa450edef68
2010-02-03Add some initial policy implementations in. MTOM is just handling an ↵slaws5-0/+369
"mayProvide" intent while the config param policy is from the old implementation git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906175 13f79535-47bb-0310-9956-ffa450edef68
2010-02-03Add context so interceptors on the binding wire can get at itslaws1-1/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906173 13f79535-47bb-0310-9956-ffa450edef68
2010-02-03back up some experimental codeslaws2-141/+198
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906169 13f79535-47bb-0310-9956-ffa450edef68
2010-02-03Rename to match pattern of other modules and add local transport dependencyslaws1-1/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906168 13f79535-47bb-0310-9956-ffa450edef68
2010-02-03Updates for axis1.5.1slaws1-5/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906167 13f79535-47bb-0310-9956-ffa450edef68
2010-02-03Finish moving all the JMS binding off the AXIOM databinding to the DOM based ↵antelder12-120/+139
one. Theres an intermittent issue with the JMS callbacks itest where trailing spaces seem to sometimes get lost, i'll take that itest out of the build for now while its investigated git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906021 13f79535-47bb-0310-9956-ffa450edef68
2010-02-02Remove unused imports to avoid osgi violationsrfeng1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@905821 13f79535-47bb-0310-9956-ffa450edef68
2010-02-02Improve the matching between endpoints and listeners to pass the compliance ↵rfeng7-165/+447
tests git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@905532 13f79535-47bb-0310-9956-ffa450edef68
2010-02-01Get the JMS callbacks itest workingantelder1-11/+19
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@905306 13f79535-47bb-0310-9956-ffa450edef68
2010-02-01rename new axis2 1.5 binding runtime implementation to be consistent with ↵slaws31-0/+4385
names of other runtime implementations. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@905272 13f79535-47bb-0310-9956-ffa450edef68
2010-02-01A couple of comments to remind me where policy things goslaws1-2/+12
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@905259 13f79535-47bb-0310-9956-ffa450edef68
2010-02-01Turn off JMS sender by defaultslaws1-2/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@905258 13f79535-47bb-0310-9956-ffa450edef68
2010-02-01Move MTOM intent into Tuscany namespaceslaws2-6/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@905257 13f79535-47bb-0310-9956-ffa450edef68
2010-02-01Fix a couple of typos in commentsslaws1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@905215 13f79535-47bb-0310-9956-ffa450edef68
2010-01-29Defer the initialization of the chains at later stage to make sure the ↵rfeng1-3/+6
endpoint reference won't be left in a wrong state if any exception happens git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@904649 13f79535-47bb-0310-9956-ffa450edef68
2010-01-29Making harvesting of revision number optional, to avoid issues when running ↵lresende1-0/+1
on GIT copy of the svn repo git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@904595 13f79535-47bb-0310-9956-ffa450edef68