summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-03-08Update to Hazelcast 1.8.1antelder3-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@920181 13f79535-47bb-0310-9956-ffa450edef68
2010-03-08Add a mixxed case version of the key for the XMLSchema DTD to the xsd cache. ↵antelder1-0/+2
This stops Tuscany going out to the internet to get the scheme which has a big performance impact when loading contributions git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@920155 13f79535-47bb-0310-9956-ffa450edef68
2010-03-05TuscanyImplementationPolicyProvider should be creating an inbound interceptorbdaniel1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@919498 13f79535-47bb-0310-9956-ffa450edef68
2010-03-05TUSCANY-3486 - add the composite reference multiplicy resolution algorithm ↵slaws2-0/+68
as per the spec git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@919398 13f79535-47bb-0310-9956-ffa450edef68
2010-03-05Change to a lower log level as these warnings are coming out in lots of ↵antelder1-2/+2
common uses of the runtime and there's nothing users can do about it git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@919261 13f79535-47bb-0310-9956-ffa450edef68
2010-03-05Remove DistributedSCABindingrfeng7-162/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@919254 13f79535-47bb-0310-9956-ffa450edef68
2010-03-04TUSCANY-3485 - Adding an example of how to replace TransactionManagerHelperlresende2-0/+53
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@919108 13f79535-47bb-0310-9956-ffa450edef68
2010-03-04Add matching algorithm narativeslaws1-3/+12
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918932 13f79535-47bb-0310-9956-ffa450edef68
2010-03-04improve the operation not found error messageslaws1-3/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918931 13f79535-47bb-0310-9956-ffa450edef68
2010-03-04Delete obsolete modulesrfeng106-5183/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918852 13f79535-47bb-0310-9956-ffa450edef68
2010-03-04Remove the dependency on obsolete ↵rfeng4-18/+5
binding-sca-axis2/binding-sca-rmi/sca-client-rmi modules git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918851 13f79535-47bb-0310-9956-ffa450edef68
2010-03-04Remove imported packagerfeng1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918846 13f79535-47bb-0310-9956-ffa450edef68
2010-03-04TUSCANY-3485 - Making TransactionManagerHelper plugable as a utilitylresende2-3/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918832 13f79535-47bb-0310-9956-ffa450edef68
2010-03-04Removing unused imports...lresende1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918831 13f79535-47bb-0310-9956-ffa450edef68
2010-03-04Providing TransactionPolicyFactory and avoiding direct access to ↵lresende6-9/+108
TransactionPolicyImpl following pattern used in other tuscany modules git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918808 13f79535-47bb-0310-9956-ffa450edef68
2010-03-04Make sure discovered remote service description and sca config is registered ↵rfeng1-2/+4
first before the listeners are notified git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918796 13f79535-47bb-0310-9956-ffa450edef68
2010-03-04Clean up the hard-dependency on impl class of XMLInputFactory and ↵rfeng4-36/+70
DocumentBuilderFactory Cache the discovered axis2 xml (TODO: we need to see how we can improve the performance for the axis2 configuration loading) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918795 13f79535-47bb-0310-9956-ffa450edef68
2010-03-03TUSCANY-3477 - Tyding up defaults in the transaction invoker to address test ↵lresende1-2/+11
case failures with IncompatibleIntentException git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918763 13f79535-47bb-0310-9956-ffa450edef68
2010-03-03Avoiding calling createInterceptor multiple timeslresende1-2/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918590 13f79535-47bb-0310-9956-ffa450edef68
2010-03-03Updating/Cleaning up policyProvider code that creates intercetor to better ↵lresende3-43/+6
utilize base class git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918589 13f79535-47bb-0310-9956-ffa450edef68
2010-03-03Adding FIXME as it seems that calling inherit for implementation duplicates ↵lresende1-0/+5
all itents and policySets into the impl git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918588 13f79535-47bb-0310-9956-ffa450edef68
2010-03-03TUSCANY-3474 - Fixing missing spec dependency...lresende1-1/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918587 13f79535-47bb-0310-9956-ffa450edef68
2010-03-03TUSCANY-3474 - Further splitting policy transaction policy to allow for a ↵lresende9-23/+113
shared ProviderFactory and Providers... with TransactionManager specific code available into specific modules (e.g transaction-policy-runtime-geronimo) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918585 13f79535-47bb-0310-9956-ffa450edef68
2010-03-03Removing unused imports...lresende1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918583 13f79535-47bb-0310-9956-ffa450edef68
2010-03-03update messages with conformance statements (note the java files that have ↵kelvingoodson3-5/+5
messages that have not been extracted to a properties file, these need to be factored out) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918526 13f79535-47bb-0310-9956-ffa450edef68
2010-03-03update messages with conformance statementskelvingoodson1-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918475 13f79535-47bb-0310-9956-ffa450edef68
2010-03-03update messages with conformance statementskelvingoodson1-6/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918425 13f79535-47bb-0310-9956-ffa450edef68
2010-03-03TUSCANY-3480 revert this workaround as this in not the root cause of the ↵slaws1-3/+1
problems we see in the otests. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918408 13f79535-47bb-0310-9956-ffa450edef68
2010-03-03Fix typo in error messageslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918372 13f79535-47bb-0310-9956-ffa450edef68
2010-03-03Copy the test cases from binding-sca-runtime-axis2 and ↵rfeng4-23/+24
binding-sca-runtime-rmi into an itest Change the code to pass binding.sca with mapped uri with the endpoint git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918327 13f79535-47bb-0310-9956-ffa450edef68
2010-03-02Add the ability to map binding.sca to any bindings in the runtime by ↵rfeng19-195/+561
configuration git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918261 13f79535-47bb-0310-9956-ffa450edef68
2010-03-02Remove any leading slash from the service URIantelder1-0/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918222 13f79535-47bb-0310-9956-ffa450edef68
2010-03-02Remove any leading slash from the service URIantelder1-0/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918221 13f79535-47bb-0310-9956-ffa450edef68
2010-03-02TUSCANY-3480, temporarily don't fail on unmatched intentsantelder1-1/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918131 13f79535-47bb-0310-9956-ffa450edef68
2010-03-02update messages with conformance statementskelvingoodson1-5/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918122 13f79535-47bb-0310-9956-ffa450edef68
2010-03-02Add first bits of code to start enabling the use of policies nested inside ↵slaws5-23/+101
of WS Policy and policy alternatives rather than having to sit at the top level. Based on this the next step is to understand how tuscany defined and non-tuscany defined policies are managed. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918111 13f79535-47bb-0310-9956-ffa450edef68
2010-03-02TUSCANY-242 add operation to trim whitespace from anyURI attributes ↵slaws5-1/+213
according to XML whitespace facet set to "collapse". Only exploited by composite service promote attribute while I ask on the ML if there is a smart way of detecting anyURI types. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918054 13f79535-47bb-0310-9956-ffa450edef68
2010-03-01Fix to ensure pass-by-value is used if only one end is using ↵antelder1-1/+2
allowsPassByReference git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@917777 13f79535-47bb-0310-9956-ffa450edef68
2010-03-01TUSCANY-3463 Correct arguments for TransactionInterceptor constructorbdaniel1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@917703 13f79535-47bb-0310-9956-ffa450edef68
2010-03-01Remove unused importsrfeng1-3/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@917632 13f79535-47bb-0310-9956-ffa450edef68
2010-03-01Check that intents are properly satisfied, particularly in the qualified ↵slaws3-2/+73
intent case. Raise a warning if not. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@917504 13f79535-47bb-0310-9956-ffa450edef68
2010-03-01Move the ws binding provider files into the provider package. slaws15-20/+19
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@917502 13f79535-47bb-0310-9956-ffa450edef68
2010-03-01Disable parallel tests as it causes port conflictsantelder1-0/+20
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@917352 13f79535-47bb-0310-9956-ffa450edef68
2010-02-27Some refactoring of the databinding coderfeng88-204/+177
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916888 13f79535-47bb-0310-9956-ffa450edef68
2010-02-26Add a test for remote invocations between nodes created from two different ↵rfeng6-10/+20
node factories git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916838 13f79535-47bb-0310-9956-ffa450edef68
2010-02-26TUSCANY-3463 - Removing the policySet that is being flatted to avoid issues ↵lresende1-2/+9
during resolution git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916821 13f79535-47bb-0310-9956-ffa450edef68
2010-02-26Another small fix with default attribute to pass schema validationlresende1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916820 13f79535-47bb-0310-9956-ffa450edef68
2010-02-26Clean up the remote flag for endpoint and change the endpoint reference ↵rfeng17-166/+72
status to an enum git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916778 13f79535-47bb-0310-9956-ffa450edef68
2010-02-26Add missing Import-Packagerfeng1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916777 13f79535-47bb-0310-9956-ffa450edef68
2010-02-26Pass security context into getURLMapping() so that appropriate scheme/port ↵slaws6-32/+45
are chosen when no concrete url is provided by the binding. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916695 13f79535-47bb-0310-9956-ffa450edef68