summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Strawman WSGI integration, allowing Python components to run in a Python ↵jsdelfino2010-02-2818-1/+683
| | | | | | WSGI server. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@917286 13f79535-47bb-0310-9956-ffa450edef68
* Minor README cleanup. Fixed permissions on COPYING and LICENSE files.jsdelfino2010-02-283-5/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@917285 13f79535-47bb-0310-9956-ffa450edef68
* Removed contrib folder now that it's saved in its own branch.jsdelfino2010-02-28875-83489/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@917274 13f79535-47bb-0310-9956-ffa450edef68
* Moving old inactive code to a branch as it's confusing code assist, searches ↵jsdelfino2010-02-281155-0/+115535
| | | | | | and indexing in trunk. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@917273 13f79535-47bb-0310-9956-ffa450edef68
* Fixed ATOM test cases, return ATOM entry id as a string instead of an iterable.jsdelfino2010-02-283-14/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@917263 13f79535-47bb-0310-9956-ffa450edef68
* Bring fullapp-domain contributions into line with fullapp, and update READMEnash2010-02-283-12/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@917146 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
* split the logic code out so i can see the tuscany code betterkelvingoodson2010-02-266-0/+576
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916741 13f79535-47bb-0310-9956-ffa450edef68
* failing in Firebug on planView.getLite() is not a function; analagous to ↵kelvingoodson2010-02-263-4/+2
| | | | | | sample-store faulure catalog.get() is not a function, reported on user list git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916737 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
* fixing to mirror sample-store-webapp changeskelvingoodson2010-02-266-243/+33
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916681 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
* correct case of module nameslaws2010-02-261-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916672 13f79535-47bb-0310-9956-ffa450edef68
* Porting js invokation to use dojo programming modellresende2010-02-261-6/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916537 13f79535-47bb-0310-9956-ffa450edef68
* Fixing up binding urislresende2010-02-262-15/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916517 13f79535-47bb-0310-9956-ffa450edef68
* Adding reference to dojo jslresende2010-02-261-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916516 13f79535-47bb-0310-9956-ffa450edef68
* Configuring tomcat-maven-plugin to avoid issues with maven enforcerlresende2010-02-261-0/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916515 13f79535-47bb-0310-9956-ffa450edef68
* Properly handling contextRoot when retrieving dojo and extension resourceslresende2010-02-263-2/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916514 13f79535-47bb-0310-9956-ffa450edef68
* Minor cleanup now that json-rpc references are already availablelresende2010-02-261-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916513 13f79535-47bb-0310-9956-ffa450edef68
* Fixing artifactId for the store-webapp sample applicationlresende2010-02-262-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916512 13f79535-47bb-0310-9956-ffa450edef68
* Moving getRequestPath utility to common-http utility classlresende2010-02-265-24/+97
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916511 13f79535-47bb-0310-9956-ffa450edef68
* Adding common-http to web20 featurelresende2010-02-261-0/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916510 13f79535-47bb-0310-9956-ffa450edef68
* Configure tools.jar for eclipse profilerfeng2010-02-261-4/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916501 13f79535-47bb-0310-9956-ffa450edef68
* Add the check for local-by-reference, local-by-value and remote invocations ↵rfeng2010-02-2518-85/+146
| | | | | | for binding.sca git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916483 13f79535-47bb-0310-9956-ffa450edef68
* Workaround TUSCANY-3138 to enable the test casesrfeng2010-02-254-6/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916482 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused importsrfeng2010-02-251-4/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916402 13f79535-47bb-0310-9956-ffa450edef68
* progressing towards getting the store webapp going - after this commit you ↵kelvingoodson2010-02-253-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
* remove export for package that is no longer present in the moduleslaws2010-02-251-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916328 13f79535-47bb-0310-9956-ffa450edef68
* providers are binding specific so no longer required hereslaws2010-02-255-374/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916326 13f79535-47bb-0310-9956-ffa450edef68
* Add binding.ws specific providers for the HTTPSPolicy model slaws2010-02-254-1/+110
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916317 13f79535-47bb-0310-9956-ffa450edef68
* export http.ssl package. slaws2010-02-251-28/+54
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916316 13f79535-47bb-0310-9956-ffa450edef68
* add https policy model. This is copied from the 1.x http confidentiality ↵slaws2010-02-254-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
* Fluff up a policy provider instanceslaws2010-02-251-7/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916311 13f79535-47bb-0310-9956-ffa450edef68
* Separate the common parts of the binding.ws reference and service binding ↵slaws2010-02-254-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
* Add security context changes in from 1.x. Going to use for firing up SSL in ↵slaws2010-02-257-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
* add more ingnoresslaws2010-02-250-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916305 13f79535-47bb-0310-9956-ffa450edef68
* add ignoresslaws2010-02-250-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916302 13f79535-47bb-0310-9956-ffa450edef68
* binding ws http ssl embedded test case. not in build yet as binding support ↵slaws2010-02-2511-0/+400
| | | | | | not finished. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916301 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3463 Fix ClassCastExceptionbdaniel2010-02-252-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916296 13f79535-47bb-0310-9956-ffa450edef68
* fix sca namespace and spurious bindings in webapp store samplekelvingoodson2010-02-252-10/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916294 13f79535-47bb-0310-9956-ffa450edef68
* Exclude *.cbp files from payment-bpel-process contribution jarnash2010-02-252-3/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916232 13f79535-47bb-0310-9956-ffa450edef68