summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Add itest for testing WS Policy as applied to the WS binding. Not in build yet. slaws2011-06-2913-0/+671
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1141102 13f79535-47bb-0310-9956-ffa450edef68
* Add the domain uri to the logging outputantelder2011-06-291-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1141030 13f79535-47bb-0310-9956-ffa450edef68
* Update EndpointReferenceBinderImpl to use the domain registry to workout if ↵antelder2011-06-291-3/+2
| | | | | | an EndpointReference is out of date instead of trying to work it out in EndpointReferenceBinderImpl git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1141029 13f79535-47bb-0310-9956-ffa450edef68
* Add a method to the domain registry to test if an EndpointReference is out ↵antelder2011-06-292-0/+6
| | | | | | of date git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1141028 13f79535-47bb-0310-9956-ffa450edef68
* Start of an archetype for creating implementation extensions. Not finished ↵antelder2011-06-2924-0/+923
| | | | | | yet and doesn't work git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1140988 13f79535-47bb-0310-9956-ffa450edef68
* Add a simple Tuscany webapp project that could be used as the starting point ↵antelder2011-06-298-0/+403
| | | | | | for a Tuscany manager webapp (TUSCANY-3519) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1140984 13f79535-47bb-0310-9956-ffa450edef68
* Correct archetype variable names which i think got incorrectly updated after ↵antelder2011-06-291-2/+2
| | | | | | a global edit git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1140972 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3861: Move up to the new bundle plugin releaseantelder2011-06-293-14/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1140963 13f79535-47bb-0310-9956-ffa450edef68
* Commit patch for TUSCANY-3887 to add doPrivileged blocks to ↵bdaniel2011-06-281-77/+92
| | | | | | EquinoxServiceDiscoverer git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1140741 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3881 - fix a typo in the original commitslaws2011-06-281-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1140706 13f79535-47bb-0310-9956-ffa450edef68
* Port to Mac OS X 10.6.7.jsdelfino2011-06-28158-353/+875
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1140690 13f79535-47bb-0310-9956-ffa450edef68
* Fix for hanging compliance test JCA_11017. In some cases Axis doesn't have ↵slaws2011-06-281-1/+2
| | | | | | the "In" context available at the point at which the outgoing message is sent. There is already code in TransportReferenceInterceptor to capture the "In" context when a response is received. The test was hanging as this was causing a crash so the client waited for ever for a response which never came. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1140687 13f79535-47bb-0310-9956-ffa450edef68