summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* TUSCANY-3459 - Find the operation from the componentService interface ↵lresende2010-02-122-3/+4
| | | | | | contract, instead of componentType interface contract git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@909265 13f79535-47bb-0310-9956-ffa450edef68
* Avoid unucessary loop iterations after component is foundlresende2010-02-121-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@909264 13f79535-47bb-0310-9956-ffa450edef68
* Fixing visibility of internal method to avoid confusion with SPIlresende2010-02-121-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@909263 13f79535-47bb-0310-9956-ffa450edef68
* Porting test case to JUnit 4.5 stylelresende2010-02-121-11/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@909262 13f79535-47bb-0310-9956-ffa450edef68
* Moving error message to builder validation resource bundlelresende2010-02-122-2/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@909261 13f79535-47bb-0310-9956-ffa450edef68
* Clean up the dependencyrfeng2010-02-123-27/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@909221 13f79535-47bb-0310-9956-ffa450edef68
* Rename configURI to domainRegistryURIrfeng2010-02-112-18/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@909180 13f79535-47bb-0310-9956-ffa450edef68
* Use the LRUCache from common-javarfeng2010-02-115-92/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@909173 13f79535-47bb-0310-9956-ffa450edef68
* Add a mapping for domainURI and registryURIrfeng2010-02-113-4/+35
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@909172 13f79535-47bb-0310-9956-ffa450edef68
* Port databinding-sdo into 2.x based on the patch provided by Malisetti, ↵rfeng2010-02-1143-0/+3828
| | | | | | | | Ramanjaneyulu. Thanks for the contribution. I'll leave it outside the main build for now. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@909092 13f79535-47bb-0310-9956-ffa450edef68
* remove this now. A previous svn problem on my machine means this was not ↵slaws2010-02-1131-4399/+0
| | | | | | removed previously during the rename to binding-ws-runtime-axis2 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908936 13f79535-47bb-0310-9956-ffa450edef68
* Remove as methods are now in assembly policy helper and constants are on ↵slaws2010-02-111-80/+0
| | | | | | assembly-xml constants git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908923 13f79535-47bb-0310-9956-ffa450edef68
* Add missing OSGi dependencyslaws2010-02-111-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908922 13f79535-47bb-0310-9956-ffa450edef68
* Remove file as it's not usedslaws2010-02-111-61/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908920 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2586: Fix pass-by-value copies as described in the JIRA with the SCA ↵antelder2010-02-1112-63/+183
| | | | | | binding doing the necessary copies. Also update the copy code so that the new copy is in the correct class loader so that invocations across Nodes in the same JVM work git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908835 13f79535-47bb-0310-9956-ffa450edef68
* Fix some of minor bugs discovered by FindBugsrfeng2010-02-101-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908644 13f79535-47bb-0310-9956-ffa450edef68
* Fix some of minor bugs discovered by FindBugsrfeng2010-02-104-4/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908643 13f79535-47bb-0310-9956-ffa450edef68
* Fix some of minor bugs discovered by FindBugsrfeng2010-02-106-13/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908639 13f79535-47bb-0310-9956-ffa450edef68
* link pd info back to spec conformance statement 50004kelvingoodson2010-02-101-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908592 13f79535-47bb-0310-9956-ffa450edef68
* link pd info back to spec conformance statement 50009kelvingoodson2010-02-101-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908588 13f79535-47bb-0310-9956-ffa450edef68
* link pd info back to spec conformance statement 50008kelvingoodson2010-02-101-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908580 13f79535-47bb-0310-9956-ffa450edef68
* add some conformance numbers to error messageskelvingoodson2010-02-101-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908569 13f79535-47bb-0310-9956-ffa450edef68
* Pass the domain name in as the registry URI so that we can use the domain ↵slaws2010-02-101-2/+6
| | | | | | name to switch the registry implementation. Don't like this particularly but we don't have another mapping yet. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908516 13f79535-47bb-0310-9956-ffa450edef68
* Call node init() to ensure that the extension point registry is initialized. ↵slaws2010-02-102-18/+4
| | | | | | Remove the local test from the default client impl. This local test will be carried out by the default binding. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908434 13f79535-47bb-0310-9956-ffa450edef68
* Remove OptimizableBinding as now it is not used any morerfeng2010-02-103-162/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908288 13f79535-47bb-0310-9956-ffa450edef68
* Fix the sca client to use a resolved endpointrfeng2010-02-092-19/+123
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908285 13f79535-47bb-0310-9956-ffa450edef68
* Rename ExtensibleDomainRegistry to ExtensibleDomainRegistryFactoryrfeng2010-02-0910-33/+51
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908255 13f79535-47bb-0310-9956-ffa450edef68
* Remove getDomainNamerfeng2010-02-093-36/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908247 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused importrfeng2010-02-091-2/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908246 13f79535-47bb-0310-9956-ffa450edef68
* Remove org.apache.tuscany.sca.node.Client and merge the methods into ↵rfeng2010-02-094-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
* Start to clean up the node-api (remove Node.destroy())rfeng2010-02-0941-143/+195
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908233 13f79535-47bb-0310-9956-ffa450edef68
* Fix the bundle-version attr for Fragment-Hostrfeng2010-02-091-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908231 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused coderfeng2010-02-092-63/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908159 13f79535-47bb-0310-9956-ffa450edef68
* Use a dummy invocation chain to avoid NPE on ConcurrentHashMaprfeng2010-02-081-1/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@907812 13f79535-47bb-0310-9956-ffa450edef68
* Generate unique Node URI if it's not set in the NodeConfigurationrfeng2010-02-082-2/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@907810 13f79535-47bb-0310-9956-ffa450edef68
* Correct comment locationslaws2010-02-081-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@907636 13f79535-47bb-0310-9956-ffa450edef68
* No longer requiredslaws2010-02-081-502/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@907635 13f79535-47bb-0310-9956-ffa450edef68
* Move toward having the Axis specific code in the Axis2EngineIntegration ↵slaws2010-02-088-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
* Only search for bundles with SCA-Version: 1.1 header for Tuscany 2.x ↵rfeng2010-02-065-62/+35
| | | | | | extension points and extensions git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@907138 13f79535-47bb-0310-9956-ffa450edef68
* Add constants for some of the intents defined by SCA policy spec. slaws2010-02-051-0/+48
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906900 13f79535-47bb-0310-9956-ffa450edef68
* Message moved to endpoint-validation-messages.propertiesslaws2010-02-051-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906854 13f79535-47bb-0310-9956-ffa450edef68
* Add a serialVersionUIDantelder2010-02-051-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906848 13f79535-47bb-0310-9956-ffa450edef68
* Making fallback revision a number to avoid test case issueslresende2010-02-041-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906700 13f79535-47bb-0310-9956-ffa450edef68
* started causing spurious compilation error so remove for now as it doesn't ↵slaws2010-02-041-1/+1
| | | | | | do anything yet git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906670 13f79535-47bb-0310-9956-ffa450edef68
* Remove the threading as now we have a thread in the TopologyManager to ↵rfeng2010-02-041-33/+5
| | | | | | handle import/unimport git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906665 13f79535-47bb-0310-9956-ffa450edef68
* Improve the bundle discovery filtering based on the ML discussionrfeng2010-02-041-5/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906646 13f79535-47bb-0310-9956-ffa450edef68
* Fix the MF to match the fragment host to the host bundle symbolic name and ↵rfeng2010-02-044-37/+39
| | | | | | version git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906645 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-3456 (only register direct transformer with lower weight)rfeng2010-02-042-1/+22
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906613 13f79535-47bb-0310-9956-ffa450edef68
* Set default map config to use near cache to improve local endpoint read ↵antelder2010-02-041-1/+5
| | | | | | performance git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906581 13f79535-47bb-0310-9956-ffa450edef68
* missed pom update from previous Axis2 1.5.1 commitslaws2010-02-041-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906579 13f79535-47bb-0310-9956-ffa450edef68