summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk (unfollow)
Commit message (Collapse)AuthorFilesLines
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 ↵rfeng11-61/+27
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-04Remove the MTOM intentrfeng8-25/+25
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918794 13f79535-47bb-0310-9956-ffa450edef68
2010-03-03Remove unneeded dependenciesantelder1-13/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918777 13f79535-47bb-0310-9956-ffa450edef68
2010-03-03TUSCANY-3477 - Tyding up defaults in the transaction invoker to address test ↵lresende2-4/+11
case failures with IncompatibleIntentException git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918763 13f79535-47bb-0310-9956-ffa450edef68
2010-03-03Rename test module to be consistent with othersantelder6-1/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918751 13f79535-47bb-0310-9956-ffa450edef68
2010-03-03Remove redundant dependenciesantelder1-13/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918749 13f79535-47bb-0310-9956-ffa450edef68
2010-03-03Add the Java CI testsantelder5-0/+608
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918744 13f79535-47bb-0310-9956-ffa450edef68
2010-03-03Lots of error messgae updates (this is now out of sync with the java caa ↵antelder1-72/+40
messages under the otests folder which are currently broken so can't be run git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918738 13f79535-47bb-0310-9956-ffa450edef68
2010-03-03Temp fix to get the tests running with mixed zip/jar contribution typesantelder1-0/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918736 13f79535-47bb-0310-9956-ffa450edef68
2010-03-03Setting sourceEncoding and outputEncoding properties to avoid warning during ↵lresende1-1/+3
build git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918706 13f79535-47bb-0310-9956-ffa450edef68
2010-03-03Start adding test runner for Java CAAantelder5-0/+674
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918695 13f79535-47bb-0310-9956-ffa450edef68
2010-03-03Update error messagesantelder1-36/+36
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918644 13f79535-47bb-0310-9956-ffa450edef68
2010-03-03itest for the policy matching algorithmslaws11-0/+481
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918625 13f79535-47bb-0310-9956-ffa450edef68
2010-03-03Cleaning up and add @Ignore while I investigate the issuelresende4-7/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918591 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 - Adjusting itest to point to ↵lresende2-3/+1
policy-transaction-runtime-geronimo module git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918586 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 ↵rfeng83-25/+3138
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-03Add strawman for how the compliance tests as part of the trunk could workantelder6-0/+705
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918311 13f79535-47bb-0310-9956-ffa450edef68
2010-03-02Add the ability to map binding.sca to any bindings in the runtime by ↵rfeng31-202/+620
configuration git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918261 13f79535-47bb-0310-9956-ffa450edef68
2010-03-02Don't use a relative uri on the binding.httpantelder2-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918223 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 ↵slaws7-26/+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-3479, take out this part of the tests for nowantelder1-3/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@917774 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-01TUSCANY-2594 - Minor fix on the location of the property definition...lresende1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@917662 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-01TUSCANY-2594 - Moving property definition to top level... and overriding it ↵lresende1-9/+1
for mac specific profiles... git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@917605 13f79535-47bb-0310-9956-ffa450edef68
2010-03-01Start bringing up a WS Policy test case that has interesting policy ↵slaws12-0/+466
expressions and alternative. Needed to drive thinking and development around endpoint matching when ws policy is present. Created a policy folder in itest to group the policy related tests together. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@917581 13f79535-47bb-0310-9956-ffa450edef68