summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Start to add the support to load node factory configuration from external filesrfeng2010-02-197-165/+129
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@911689 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-3466rfeng2010-02-196-69/+104
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@911687 13f79535-47bb-0310-9956-ffa450edef68
* Updating Java doc for the iTest to explain why @RequestContext was used to ↵lresende2010-02-191-0/+5
| | | | | | retrieve callBack instance, instead of @Callback annotation git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@911656 13f79535-47bb-0310-9956-ffa450edef68
* Enable ↵rfeng2010-02-171-3/+9
| | | | | | org.apache.tuscany.sca.contribution.resolver.DefaultModelResolverExtensionPoint to honor ranking git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@910841 13f79535-47bb-0310-9956-ffa450edef68
* Removing unused imports...lresende2010-02-153-7/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@910277 13f79535-47bb-0310-9956-ffa450edef68
* Fixing mispelled environment variable name used to provide ODE Runtime DB pathlresende2010-02-151-3/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@910276 13f79535-47bb-0310-9956-ffa450edef68
* Formatting...lresende2010-02-154-43/+42
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@910275 13f79535-47bb-0310-9956-ffa450edef68
* Small java doc fixlresende2010-02-151-0/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@910274 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2594 - Adding workaround for missing tools.jar in mac os, by setting ↵lresende2010-02-151-2/+26
| | | | | | profiles/properties to set the proper jar based on the os being used git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@910273 13f79535-47bb-0310-9956-ffa450edef68
* Start to make extension points/extensions configurable from ↵rfeng2010-02-138-26/+158
| | | | | | NodeFactory/ServiceDiscovery git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@909678 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3290 - Fixing JavaInterfaceProcessor to write back the remotable ↵lresende2010-02-121-0/+4
| | | | | | attribute for the java interface git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@909649 13f79535-47bb-0310-9956-ffa450edef68
* turn on ws binding basic auth test in the buildslaws2010-02-121-0/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@909498 13f79535-47bb-0310-9956-ffa450edef68
* basic auth test for ws bindingslaws2010-02-1210-0/+425
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@909496 13f79535-47bb-0310-9956-ffa450edef68
* Disable the generic basic auth provider as it's replaced now by the ws ↵slaws2010-02-121-2/+1
| | | | | | binding specific version git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@909493 13f79535-47bb-0310-9956-ffa450edef68
* Move securityIdentity policy into Tuscany namespaceslaws2010-02-123-12/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@909492 13f79535-47bb-0310-9956-ffa450edef68
* Enable the ws binding specific basic auth policy providerslaws2010-02-121-0/+20
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@909491 13f79535-47bb-0310-9956-ffa450edef68
* Fix up the basic auth policy providerslaws2010-02-123-17/+26
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@909490 13f79535-47bb-0310-9956-ffa450edef68
* Enable addition of policies to binding chainsslaws2010-02-122-18/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@909489 13f79535-47bb-0310-9956-ffa450edef68
* correct dependency to point to new ws binding implslaws2010-02-121-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@909485 13f79535-47bb-0310-9956-ffa450edef68
* Remove commented out code and tidy commentsslaws2010-02-121-20/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@909482 13f79535-47bb-0310-9956-ffa450edef68
* Add the word Reference into the binding invoker class nameslaws2010-02-122-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@909481 13f79535-47bb-0310-9956-ffa450edef68
* Improve the layout of this class to make the sequence of the phases obvious ↵slaws2010-02-121-31/+21
| | | | | | to the reader. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@909479 13f79535-47bb-0310-9956-ffa450edef68
* Start of basic auth binding specific policy implementation. Basically the ↵slaws2010-02-125-0/+398
| | | | | | function that used to be split between the binding configurator and the policy provider in policy-security. Model will stay in policy-security so multiple bindings can use it. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@909390 13f79535-47bb-0310-9956-ffa450edef68
* Enable reference side binding wire. Mainly so I can start trying out some ↵slaws2010-02-126-199/+195
| | | | | | binding specific policy implementations. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@909388 13f79535-47bb-0310-9956-ffa450edef68
* Correct commentsslaws2010-02-122-6/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@909387 13f79535-47bb-0310-9956-ffa450edef68
* Add commentslaws2010-02-121-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@909386 13f79535-47bb-0310-9956-ffa450edef68
* Revert r909263 while checking if Luciano has more changesslaws2010-02-121-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@909385 13f79535-47bb-0310-9956-ffa450edef68
* 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
* Add feature-osgirfeng2010-02-121-6/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@909222 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
* hazelcast two nodes test still causing problems so remove it from the build ↵slaws2010-02-111-0/+2
| | | | | | for now git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908921 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
* Test for multiple local nodes using imports and exportsantelder2010-02-114-0/+311
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908840 13f79535-47bb-0310-9956-ffa450edef68
* Start of tests for import/export across nodes - a contribution with a ↵antelder2010-02-114-0/+166
| | | | | | reference using imports git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908838 13f79535-47bb-0310-9956-ffa450edef68
* Start of tests for import/export across nodes - a service using an importantelder2010-02-114-0/+139
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908837 13f79535-47bb-0310-9956-ffa450edef68
* Start of some tests for import/export across nodesantelder2010-02-115-0/+174
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908836 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
* Change the wait to 5 secondsrfeng2010-02-101-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908658 13f79535-47bb-0310-9956-ffa450edef68
* Timing the sequence to avoid hangsrfeng2010-02-105-13/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908654 13f79535-47bb-0310-9956-ffa450edef68