summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* TUSCANY-3898 - Apply Guilherme's patch to start adding invoker function to ↵slaws2011-07-156-173/+332
| | | | | | implementation-scala-runtime. Thanks for the patch Guilherme git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1147029 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3855 - start of test for contexts. Not in build yet. slaws2011-07-147-0/+294
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1146715 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3852 - Move the SOAP envelope construction to the start of the ↵slaws2011-07-144-44/+148
| | | | | | response binding chain so that response chain behaves in a similar way to the reference request chain. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1146712 13f79535-47bb-0310-9956-ffa450edef68
* Be more precise about when the async response path should be connected up in ↵slaws2011-07-141-19/+8
| | | | | | the service binding wire. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1146705 13f79535-47bb-0310-9956-ffa450edef68
* Correct dependencies following the move up to opensaml-2.4.1.jar, slaws2011-07-144-7/+46
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1146617 13f79535-47bb-0310-9956-ffa450edef68
* Typo in POM name.scottkurz2011-07-131-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1146188 13f79535-47bb-0310-9956-ffa450edef68
* Update the license file to reflect the newer opensaml versionsrfeng2011-07-121-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1145741 13f79535-47bb-0310-9956-ffa450edef68
* Add the memory settings to avoid OutOfMemory issue during the buildrfeng2011-07-121-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1145740 13f79535-47bb-0310-9956-ffa450edef68
* Allow other collection types for multiplicity injectionrfeng2011-07-122-11/+27
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1145739 13f79535-47bb-0310-9956-ffa450edef68
* Fix the concurrency issue for the endpoint operation invocationrfeng2011-07-123-19/+37
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1145738 13f79535-47bb-0310-9956-ffa450edef68
* Fix the build errors about openws by moving up to opensaml 2.4.1antelder2011-07-121-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1145737 13f79535-47bb-0310-9956-ffa450edef68
* Add a doPrivileged around getContextClassLoader() so that it works with ↵antelder2011-07-121-5/+8
| | | | | | security enabled git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1145485 13f79535-47bb-0310-9956-ffa450edef68
* Remove SCABindingAsyncResponseInvoker. It isn't used because of the local ↵slaws2011-07-113-59/+5
| | | | | | optimization and it's function can be found in the LocalSCABindingInvocationInterceptor git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1145192 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3883 - add missed checkinslaws2011-07-111-0/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1145148 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3884 - Convert the default binding to delegate for local calls as ↵slaws2011-07-1119-473/+804
| | | | | | well as remote calls. Means that the binding is more consistent in it's layout and the delegation selection logic is more cleanly separated from the code that handles passing messages. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1145118 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3883 - Add wireFormat support to default binding. slaws2011-07-117-10/+331
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1145115 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3871 - provide a simple API for getting at the delegate information ↵slaws2011-07-114-0/+39
| | | | | | when then endpoint or endpoint reference is configured with an SCA binding git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1145112 13f79535-47bb-0310-9956-ffa450edef68
* Correct comment as the code does go through that route for $self references ↵slaws2011-07-111-1/+1
| | | | | | created by the in-VM client. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1145108 13f79535-47bb-0310-9956-ffa450edef68
* remove extra spaceslaws2011-07-111-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1145105 13f79535-47bb-0310-9956-ffa450edef68
* Add ignoresslaws2011-07-110-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1145098 13f79535-47bb-0310-9956-ffa450edef68
* Correct args in helpantelder2011-07-111-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1145069 13f79535-47bb-0310-9956-ffa450edef68
* Update to support remote startsantelder2011-07-111-4/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1145068 13f79535-47bb-0310-9956-ffa450edef68
* 1. Remove static variable in SessionFactoryeranda2011-07-0945-504/+1237
| | | | | | | | | | | | | 2. Set spaces to 4 3. Exception handling 4. Rename *Test to *TestCase 5. Convert test cases in to JUnit 6. Rename addValue() method in Group.java to addEntry() 7. Updated the addEntry method signature to accept String type only git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1144620 13f79535-47bb-0310-9956-ffa450edef68
* Move the invoke command to a separate class and remove from the Shell class ↵antelder2011-07-093-244/+147
| | | | | | all the methods for commands now in separate classes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1144615 13f79535-47bb-0310-9956-ffa450edef68
* Add websocket message multiplexing via persistent connections.fmoga2011-07-099-160/+370
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1144596 13f79535-47bb-0310-9956-ffa450edef68
* Add missing license header on JSON utility class.fmoga2011-07-081-0/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1144386 13f79535-47bb-0310-9956-ffa450edef68
* Add a stop commandantelder2011-07-082-0/+79
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1144285 13f79535-47bb-0310-9956-ffa450edef68
* Add a start commandantelder2011-07-082-0/+81
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1144281 13f79535-47bb-0310-9956-ffa450edef68
* Add an uninstall command classantelder2011-07-082-0/+69
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1144274 13f79535-47bb-0310-9956-ffa450edef68
* Update gen'd help to also include the short one line descriptionantelder2011-07-081-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1144245 13f79535-47bb-0310-9956-ffa450edef68
* Update the Shell to use the AddComposite class and have no code within Shell ↵antelder2011-07-083-28/+37
| | | | | | for that command git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1144192 13f79535-47bb-0310-9956-ffa450edef68
* Push fix for JSON array parser to comet binding. Refactor data conversion in ↵fmoga2011-07-083-83/+133
| | | | | | the comet binding. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1144153 13f79535-47bb-0310-9956-ffa450edef68
* Add test to demonstrate data conversion to/from JSON. Fix bug in the JSON ↵fmoga2011-07-0819-22/+400
| | | | | | array parser. Refactor salutes test. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1144149 13f79535-47bb-0310-9956-ffa450edef68
* Update sample to demonstrate that runtime uses the same server for services ↵fmoga2011-07-089-27/+183
| | | | | | with the same uri. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1144128 13f79535-47bb-0310-9956-ffa450edef68
* Stop websocket server cleanly on Tuscany runtime shutdown.fmoga2011-07-083-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1144124 13f79535-47bb-0310-9956-ffa450edef68
* Initial implementation of binding.websocket with functional sample (test).fmoga2011-07-0812-72/+299
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1144121 13f79535-47bb-0310-9956-ffa450edef68
* Start adding a way to have pluggable Shell commands. And start refactoring ↵antelder2011-07-074-1/+171
| | | | | | commands out of the shell class into their own slef contained class for each command git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1144036 13f79535-47bb-0310-9956-ffa450edef68
* Add scaffolded websocket binding code using Monsoon from filesystem Maven repo.fmoga2011-07-0624-0/+772
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1143410 13f79535-47bb-0310-9956-ffa450edef68
* Initial import of the websocket binding.fmoga2011-07-060-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1143405 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3654 - The JIRA that causes this test to be ignored was closed a ↵slaws2011-07-061-1/+0
| | | | | | while ago. Test still needs correct though as it's currently specifying the same request and response formats. Needs fixing when TUSCANY-3890 is done. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1143347 13f79535-47bb-0310-9956-ffa450edef68
* now moved to itest properslaws2011-07-0621-1138/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1143316 13f79535-47bb-0310-9956-ffa450edef68
* the logging dependencies are requiredslaws2011-07-051-13/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1143018 13f79535-47bb-0310-9956-ffa450edef68
* Changes to make the otest dev environment run from a completely clean reposlaws2011-07-054-5/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1143017 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3881 - Tidy up the binding context and test by re-enabling Rampart ↵slaws2011-07-0514-112/+549
| | | | | | support in the ws binding so that WS policy can be applied. For the time being it only demonstrates integrity. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1142920 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3883 - Let the binding model store/return a wireFormat. Request and ↵slaws2011-07-051-2/+5
| | | | | | response wire format are set to be the same at the moment. There is a JIRA to separate them. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1142917 13f79535-47bb-0310-9956-ffa450edef68
* Correct intent names. For some reason the constant names got turned into ↵slaws2011-07-051-2/+2
| | | | | | strings. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1142916 13f79535-47bb-0310-9956-ffa450edef68
* Tidy test to remove debug itemsslaws2011-07-043-5/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1142576 13f79535-47bb-0310-9956-ffa450edef68
* add support to wire elementnirmal0701252011-07-036-33/+126
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1142395 13f79535-47bb-0310-9956-ffa450edef68
* Return correct interface contract when interfaces are compatible but not ↵bdaniel2011-06-291-0/+6
| | | | | | assignable from each other git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1141229 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3891 - Commit Guilherme's first patch contain the template of the ↵slaws2011-06-2919-0/+1296
| | | | | | code for implementation.scala git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1141219 13f79535-47bb-0310-9956-ffa450edef68