summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-02-25Add the check for local-by-reference, local-by-value and remote invocations ↵rfeng18-85/+146
for binding.sca git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916483 13f79535-47bb-0310-9956-ffa450edef68
2010-02-25Workaround TUSCANY-3138 to enable the test casesrfeng4-6/+12
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916482 13f79535-47bb-0310-9956-ffa450edef68
2010-02-25Remove unused importsrfeng1-4/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916402 13f79535-47bb-0310-9956-ffa450edef68
2010-02-25progressing towards getting the store webapp going - after this commit you ↵kelvingoodson3-7/+21
should expect to see "dojo is undefined" -- committing as this represents progress, but need to discuss current state on the list git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916355 13f79535-47bb-0310-9956-ffa450edef68
2010-02-25remove export for package that is no longer present in the moduleslaws1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916328 13f79535-47bb-0310-9956-ffa450edef68
2010-02-25providers are binding specific so no longer required hereslaws5-374/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916326 13f79535-47bb-0310-9956-ffa450edef68
2010-02-25Add binding.ws specific providers for the HTTPSPolicy model slaws4-1/+110
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916317 13f79535-47bb-0310-9956-ffa450edef68
2010-02-25export http.ssl package. slaws1-28/+54
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916316 13f79535-47bb-0310-9956-ffa450edef68
2010-02-25add https policy model. This is copied from the 1.x http confidentiality ↵slaws4-3/+297
policy. Would be nice to have a common model that any bindings that use HTTP can use but this causes problems in terms of picking the right policy provider for a given binding. Going with this for no but needs fixing. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916315 13f79535-47bb-0310-9956-ffa450edef68
2010-02-25Fluff up a policy provider instanceslaws1-7/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916311 13f79535-47bb-0310-9956-ffa450edef68
2010-02-25Separate the common parts of the binding.ws reference and service binding ↵slaws4-41/+87
provider into a base class. Provides a common class that can be passed out for policy configuration if separate reference and service side configuration is not required. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916309 13f79535-47bb-0310-9956-ffa450edef68
2010-02-25Add security context changes in from 1.x. Going to use for firing up SSL in ↵slaws7-12/+202
the embedded container case when testing binding.ws policy. Manual merge as there are subsequent 2.x changes here. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916308 13f79535-47bb-0310-9956-ffa450edef68
2010-02-25binding ws http ssl embedded test case. not in build yet as binding support ↵slaws11-0/+400
not finished. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916301 13f79535-47bb-0310-9956-ffa450edef68
2010-02-25TUSCANY-3463 Fix ClassCastExceptionbdaniel2-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916296 13f79535-47bb-0310-9956-ffa450edef68
2010-02-25fix sca namespace and spurious bindings in webapp store samplekelvingoodson2-10/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916294 13f79535-47bb-0310-9956-ffa450edef68
2010-02-25TUSCANY-3463 Fix ClassCastExceptionbdaniel1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916149 13f79535-47bb-0310-9956-ffa450edef68
2010-02-25TUSCANY-3474 - Splitting transaction policy into model/runtimelresende20-16/+105
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916134 13f79535-47bb-0310-9956-ffa450edef68
2010-02-25Exception handling in TransactionInterceptorbdaniel1-3/+11
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916126 13f79535-47bb-0310-9956-ffa450edef68
2010-02-25Minor cleanup of debug code...lresende1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916118 13f79535-47bb-0310-9956-ffa450edef68
2010-02-25Minor cleanup...lresende1-21/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916117 13f79535-47bb-0310-9956-ffa450edef68
2010-02-25TUSCANY-3463 - Adding policy transaction module to buildlresende1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916116 13f79535-47bb-0310-9956-ffa450edef68
2010-02-25TUSCANY-3463 - Fixing up policy providers to PolicyExpression wrapperlresende4-15/+15
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916115 13f79535-47bb-0310-9956-ffa450edef68
2010-02-25TUSCANY-3463 - Flatting the intentMaps as policySets to get them resolved ↵lresende1-2/+33
properly git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916114 13f79535-47bb-0310-9956-ffa450edef68
2010-02-25TUSCANY-3463 - Resolving/checking policies in the component levellresende1-0/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916113 13f79535-47bb-0310-9956-ffa450edef68
2010-02-25Minor cleanup...lresende1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916112 13f79535-47bb-0310-9956-ffa450edef68
2010-02-25TUSCANY-3463 - Creating test case to reproduce the issue describe on the jiralresende7-0/+310
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916111 13f79535-47bb-0310-9956-ffa450edef68
2010-02-24Fix the OSGi MF by adding missing dependenciesrfeng1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@915661 13f79535-47bb-0310-9956-ffa450edef68
2010-02-24Add the client api tests and javadocsrfeng6-4/+168
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@915624 13f79535-47bb-0310-9956-ffa450edef68
2010-02-24Add an itest to cover various combinations of local/remote interfaces, ↵rfeng15-0/+1082
pbv/pbr, node factories/nodes, classloaders git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@915607 13f79535-47bb-0310-9956-ffa450edef68
2010-02-23TUSCANY-3473 - where a local call (local interface) is used within a ↵slaws4-5/+82
contribution but where the hazelcast registry is in operation I've updated the registry to return the actual endpoint rather than the serialized version so that the endpoint isn't marked as remote and so that the interface contract is intact. This also adds and enables a test case that ensures that this is working. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@915379 13f79535-47bb-0310-9956-ffa450edef68
2010-02-23TUSCANY-3473 - add new contribution to test for the case where a local call ↵slaws6-0/+190
(local interface) is used within a contribution but where the hazelcast registry is in operation git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@915372 13f79535-47bb-0310-9956-ffa450edef68
2010-02-23Updating policy transaction definitions.xml to comply with OASIS schema, ↵lresende1-1/+1
which does not have a default attribute git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@915212 13f79535-47bb-0310-9956-ffa450edef68
2010-02-23Providing phase value for the interceptorlresende4-7/+12
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@915211 13f79535-47bb-0310-9956-ffa450edef68
2010-02-23Fixing resource bundle location that was missing the package structurelresende3-6/+11
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@915210 13f79535-47bb-0310-9956-ffa450edef68
2010-02-23Adding core-spi dependency to properly compile modulelresende1-0/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@915209 13f79535-47bb-0310-9956-ffa450edef68
2010-02-22Moving to most recent release of HtmlUnit (2.6) and adjusting tests based on ↵lresende11-68/+57
api changes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@915053 13f79535-47bb-0310-9956-ffa450edef68
2010-02-20TUSCANY-3468 - Widget test seems to be failing from maven, while working ↵lresende2-75/+83
fine from within eclipse... disabling it for now git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@912094 13f79535-47bb-0310-9956-ffa450edef68
2010-02-20Properly setting contentType for known files, to avoid issues with htmlUnitlresende4-8/+45
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@912093 13f79535-47bb-0310-9956-ffa450edef68
2010-02-20Providing utility module to share common HTTP Utilities and Constantslresende5-0/+128
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@912092 13f79535-47bb-0310-9956-ffa450edef68
2010-02-20TUSCANY-3468 - Providing htmlUnit test to verify implementation widget is ↵lresende6-2/+255
working and the catalog ui is being properly populated git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@912091 13f79535-47bb-0310-9956-ffa450edef68
2010-02-20TUSCANY-3468 - Fixing NPE when contracts are not available (e.g in ↵lresende1-17/+19
implementation widget) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@912090 13f79535-47bb-0310-9956-ffa450edef68
2010-02-20Removing unused importslresende1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@912089 13f79535-47bb-0310-9956-ffa450edef68
2010-02-20Adding try/catch to display warning when dojo or tuscany dojo extensions are ↵lresende1-8/+20
already registered git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@912088 13f79535-47bb-0310-9956-ffa450edef68
2010-02-19Make the maxThreads a configurable property of WorkSchedulerrfeng4-7/+14
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@912035 13f79535-47bb-0310-9956-ffa450edef68
2010-02-19Align the interfaceContractMapper to the specrfeng25-376/+226
Remove the conversation related legacy code git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@912034 13f79535-47bb-0310-9956-ffa450edef68
2010-02-19Start to add the support to load node factory configuration from external filesrfeng7-165/+129
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@911689 13f79535-47bb-0310-9956-ffa450edef68
2010-02-19Fix for TUSCANY-3466rfeng6-69/+104
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@911687 13f79535-47bb-0310-9956-ffa450edef68
2010-02-19Updating Java doc for the iTest to explain why @RequestContext was used to ↵lresende1-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
2010-02-17Enable ↵rfeng1-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
2010-02-15Removing unused imports...lresende3-7/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@910277 13f79535-47bb-0310-9956-ffa450edef68