summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* itest for the policy matching algorithmslaws2010-03-0311-0/+481
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918625 13f79535-47bb-0310-9956-ffa450edef68
* Cleaning up and add @Ignore while I investigate the issuelresende2010-03-034-7/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918591 13f79535-47bb-0310-9956-ffa450edef68
* Avoiding calling createInterceptor multiple timeslresende2010-03-031-2/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918590 13f79535-47bb-0310-9956-ffa450edef68
* Updating/Cleaning up policyProvider code that creates intercetor to better ↵lresende2010-03-033-43/+6
| | | | | | utilize base class git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918589 13f79535-47bb-0310-9956-ffa450edef68
* Adding FIXME as it seems that calling inherit for implementation duplicates ↵lresende2010-03-031-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
* TUSCANY-3474 - Fixing missing spec dependency...lresende2010-03-031-1/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918587 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3474 - Adjusting itest to point to ↵lresende2010-03-032-3/+1
| | | | | | policy-transaction-runtime-geronimo module git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918586 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3474 - Further splitting policy transaction policy to allow for a ↵lresende2010-03-039-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
* Removing unused imports...lresende2010-03-031-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918583 13f79535-47bb-0310-9956-ffa450edef68
* update messages with conformance statements (note the java files that have ↵kelvingoodson2010-03-033-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
* update messages with conformance statementskelvingoodson2010-03-031-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918475 13f79535-47bb-0310-9956-ffa450edef68
* update messages with conformance statementskelvingoodson2010-03-031-6/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918425 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3480 revert this workaround as this in not the root cause of the ↵slaws2010-03-031-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
* Fix typo in error messageslaws2010-03-031-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918372 13f79535-47bb-0310-9956-ffa450edef68
* Copy the test cases from binding-sca-runtime-axis2 and ↵rfeng2010-03-0383-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
* Add strawman for how the compliance tests as part of the trunk could workantelder2010-03-036-0/+705
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918311 13f79535-47bb-0310-9956-ffa450edef68
* Add the ability to map binding.sca to any bindings in the runtime by ↵rfeng2010-03-0231-202/+620
| | | | | | configuration git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918261 13f79535-47bb-0310-9956-ffa450edef68
* Don't use a relative uri on the binding.httpantelder2010-03-022-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918223 13f79535-47bb-0310-9956-ffa450edef68
* Remove any leading slash from the service URIantelder2010-03-021-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918222 13f79535-47bb-0310-9956-ffa450edef68
* Remove any leading slash from the service URIantelder2010-03-021-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918221 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3480, temporarily don't fail on unmatched intentsantelder2010-03-021-1/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918131 13f79535-47bb-0310-9956-ffa450edef68
* update messages with conformance statementskelvingoodson2010-03-021-5/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918122 13f79535-47bb-0310-9956-ffa450edef68
* Add first bits of code to start enabling the use of policies nested inside ↵slaws2010-03-027-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
* TUSCANY-242 add operation to trim whitespace from anyURI attributes ↵slaws2010-03-025-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
* Fix to ensure pass-by-value is used if only one end is using ↵antelder2010-03-011-1/+2
| | | | | | allowsPassByReference git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@917777 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3479, take out this part of the tests for nowantelder2010-03-011-3/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@917774 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3463 Correct arguments for TransactionInterceptor constructorbdaniel2010-03-011-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@917703 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2594 - Minor fix on the location of the property definition...lresende2010-03-011-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@917662 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused importsrfeng2010-03-011-3/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@917632 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2594 - Moving property definition to top level... and overriding it ↵lresende2010-03-011-9/+1
| | | | | | for mac specific profiles... git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@917605 13f79535-47bb-0310-9956-ffa450edef68
* Start bringing up a WS Policy test case that has interesting policy ↵slaws2010-03-0112-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
* Remove the non-default setting from the default test caseslaws2010-03-011-10/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@917517 13f79535-47bb-0310-9956-ffa450edef68
* Check that intents are properly satisfied, particularly in the qualified ↵slaws2010-03-013-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
* Move the ws binding provider files into the provider package. slaws2010-03-0115-20/+19
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@917502 13f79535-47bb-0310-9956-ffa450edef68
* Disable parallel tests as it causes port conflictsantelder2010-03-011-0/+20
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@917352 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2594 - Reverting r917295 changes and setting tools.jar property in ↵lresende2010-03-011-2/+4
| | | | | | distribution profile to fix issues in the hudson continuum build. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@917344 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3477: Add @Ignore for failing testantelder2010-02-281-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@917316 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2594 - try to get the Hudson build working again after the tools.jar ↵antelder2010-02-281-2/+2
| | | | | | change git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@917295 13f79535-47bb-0310-9956-ffa450edef68
* Some refactoring of the databinding coderfeng2010-02-2788-204/+177
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916888 13f79535-47bb-0310-9956-ffa450edef68
* Add a test for remote invocations between nodes created from two different ↵rfeng2010-02-267-15/+38
| | | | | | node factories git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916838 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3463 - Removing the policySet that is being flatted to avoid issues ↵lresende2010-02-261-2/+9
| | | | | | during resolution git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916821 13f79535-47bb-0310-9956-ffa450edef68
* Another small fix with default attribute to pass schema validationlresende2010-02-261-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916820 13f79535-47bb-0310-9956-ffa450edef68
* Adding eclipse-mac profile to configure tools.jar property in mac os ↵lresende2010-02-261-39/+98
| | | | | | environment... and adding some comments on what the sections/profiles are used for... git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916815 13f79535-47bb-0310-9956-ffa450edef68
* Clean up the remote flag for endpoint and change the endpoint reference ↵rfeng2010-02-2617-166/+72
| | | | | | status to an enum git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916778 13f79535-47bb-0310-9956-ffa450edef68
* Add missing Import-Packagerfeng2010-02-261-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916777 13f79535-47bb-0310-9956-ffa450edef68
* Add client component that uses a target referenceslaws2010-02-262-1/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916704 13f79535-47bb-0310-9956-ffa450edef68
* Extend test case for binding with no explicit URLslaws2010-02-262-7/+24
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916697 13f79535-47bb-0310-9956-ffa450edef68
* Pass security context into getURLMapping() so that appropriate scheme/port ↵slaws2010-02-266-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
* Create a new key store and enable the test. Using a ws binding without an ↵slaws2010-02-266-5/+73
| | | | | | explicit HTTPS url doesn't work at the moment. The providers need to do more work based on the the security configuration. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916679 13f79535-47bb-0310-9956-ffa450edef68
* Set the JVM trust/key store so the client side is able to pick up the ↵slaws2010-02-261-1/+21
| | | | | | servers public certificate. Not sure this is actually the way to way to do it as need more investigation into client side configuration. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916677 13f79535-47bb-0310-9956-ffa450edef68