summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Removing obsolete modules that have been merged or renamed.lresende2009-05-1236-4375/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774123 13f79535-47bb-0310-9956-ffa450edef68
* Adjusting pom with recent module name refactoring/changeslresende2009-05-121-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774119 13f79535-47bb-0310-9956-ffa450edef68
* Renaming binding-http-new-jsonrpc* to binding-http-jsonrpc*lresende2009-05-1229-8/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774117 13f79535-47bb-0310-9956-ffa450edef68
* Merging HTTPBindingProcessor from binding-http-new that introduces support ↵lresende2009-05-124-3/+169
| | | | | | to wire format and operation selector to the main binding-http. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774115 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused classesrfeng2009-05-128-907/+124
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774074 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3015 - Using URI to properly escape/unescape spaces for the BPEL ↵lresende2009-05-123-16/+7
| | | | | | extension git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774071 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3015 - Using URI to properly escape/unescape spaces in various parts ↵lresende2009-05-123-7/+27
| | | | | | of the runtime git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774067 13f79535-47bb-0310-9956-ffa450edef68
* Registering the implementation-node related processors under the right ↵lresende2009-05-121-1/+1
| | | | | | namespace to avoid test failures by not finding the processors at run time git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774066 13f79535-47bb-0310-9956-ffa450edef68
* Moving test case to its own package and adding apache license headerlresende2009-05-121-2/+19
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774065 13f79535-47bb-0310-9956-ffa450edef68
* Minor cleanup to put projects in alphabetical orderlresende2009-05-121-2/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774064 13f79535-47bb-0310-9956-ffa450edef68
* Changing sample artifact name to follow same pattern as other samples and to ↵lresende2009-05-123-3/+3
| | | | | | group all together in developer IDE git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774063 13f79535-47bb-0310-9956-ffa450edef68
* Leverage optimization from the Axiom 1.2.7rfeng2009-05-124-42/+105
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774053 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-2962ramkumar2009-05-122-1/+34
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773823 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3015: Fix URI creation to escape spaces in the nameantelder2009-05-123-4/+20
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773814 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3015: Fix URI creation to escape spaces in the nameantelder2009-05-121-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773812 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3015: Fix URI creation to escape spaces in the nameantelder2009-05-121-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773811 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3015: Fix URI creation to escape spaces in the nameantelder2009-05-121-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773810 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3015: Fix scanner determination for when contribution file path ↵antelder2009-05-121-5/+12
| | | | | | contains a space (was tempted to just delete ContributionInfoProcessor as it doesn't appear to ever get used in a full build so how do we know if it works if it doesn't have any test at all?) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773808 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3015: Fix scanner determination for when contribution file path ↵antelder2009-05-121-4/+9
| | | | | | contains a space git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773807 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3015: fix Ode initilization when file path name contains a spaceantelder2009-05-121-1/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773806 13f79535-47bb-0310-9956-ffa450edef68
* Add commentsrfeng2009-05-121-1/+25
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773735 13f79535-47bb-0310-9956-ffa450edef68
* Merging changes from binding-http-new that introduces support to wire format ↵lresende2009-05-118-784/+1041
| | | | | | and operation selector to the main binding-http. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773719 13f79535-47bb-0310-9956-ffa450edef68
* Add default impl and processor for the node configurationrfeng2009-05-1114-22/+624
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773715 13f79535-47bb-0310-9956-ffa450edef68
* Add missing import packagerfeng2009-05-111-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773626 13f79535-47bb-0310-9956-ffa450edef68
* Starting to muse about backward compatibility in the 2.x code base. This is ↵slaws2009-05-1117-0/+1073
| | | | | | just a test case from 1.x that I'm pulling the contribution out of to drive the 2.x processors. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773604 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3014 - fix test so that it fails when it should. The actual failure ↵slaws2009-05-111-2/+6
| | | | | | was being caused by an incorrect namespace registered for the stax artifact processor. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773531 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3014 - this appears to have been wrong for a long time but something ↵slaws2009-05-111-1/+1
| | | | | | else has changes to case the implementation-node-runtime test to fail git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773528 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3014, take out failing tescase while its cause is being resolvedantelder2009-05-111-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773524 13f79535-47bb-0310-9956-ffa450edef68
* Remove the contribution service classes as they're now in contributionantelder2009-05-115-732/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773512 13f79535-47bb-0310-9956-ffa450edef68
* Copy the contribution service classes from the workspace modules to ↵antelder2009-05-115-0/+714
| | | | | | contribution, they can now be part of the split into contribution-xxx modules thats going on git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773511 13f79535-47bb-0310-9956-ffa450edef68
* Delete node-impl2 as the changes have been merged into node-implantelder2009-05-1121-2369/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773510 13f79535-47bb-0310-9956-ffa450edef68
* Merge in the node-impl-2 changes to simplify the node by not requiring ↵antelder2009-05-114-265/+327
| | | | | | implementation-node and using the workspace as the contribution service git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773509 13f79535-47bb-0310-9956-ffa450edef68
* Add a new soap/jms transport module copied from the Apache WS Commons ↵antelder2009-05-1183-0/+12546
| | | | | | transports but with the code backported to work with Axis2 1.4.1 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773489 13f79535-47bb-0310-9956-ffa450edef68
* Added missing MANIFEST entry for ↵edwardsmj2009-05-101-0/+1
| | | | | | org.apache.tuscany.sca.contributions.namespace, required by the ContributionDependencyBuilderTestCase git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773373 13f79535-47bb-0310-9956-ffa450edef68
* Improve Exception handling and reporting in ↵edwardsmj2009-05-101-2/+3
| | | | | | DefaultURLArtifactProcessorExtensionPoint git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773353 13f79535-47bb-0310-9956-ffa450edef68
* Add a simplest client in order to start a single ↵slaws2009-05-106-0/+296
| | | | | | contribution/composite/component git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773350 13f79535-47bb-0310-9956-ffa450edef68
* Fix for the unwired references problem logged in TUSCANY-3013edwardsmj2009-05-104-202/+158
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773349 13f79535-47bb-0310-9956-ffa450edef68
* Update manifestantelder2009-05-101-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773316 13f79535-47bb-0310-9956-ffa450edef68
* Redo the contribution modules merge started in r772861 but this time ↵antelder2009-05-1081-1057/+37
| | | | | | including svn history. As everyone seems happy with this approach now instead of doing it in a new module its just done directly in the existing contribution module. This is the start of what was described on the ML as'contribution (or core-contribution or contribution-runtime) for all the spi/infrastructure type of stuff', right now it has everything so its all in one place to make things obvious and the other contribution-* modules can be be created by moving bits out of here. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773311 13f79535-47bb-0310-9956-ffa450edef68
* Delete the contribution-new module to redo including the svn historyantelder2009-05-10138-13653/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773309 13f79535-47bb-0310-9956-ffa450edef68
* Start an archetype for a sample using bpel in a webappantelder2009-05-0911-0/+594
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773177 13f79535-47bb-0310-9956-ffa450edef68
* Improve error reporting when exceptions occur during composite document ↵edwardsmj2009-05-091-70/+75
| | | | | | processing - tag all exceptions with the name of the composite. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773162 13f79535-47bb-0310-9956-ffa450edef68
* Fix the XML syntax errorsrfeng2009-05-092-8/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773139 13f79535-47bb-0310-9956-ffa450edef68
* Start to experiment a new way to provide the node configurationrfeng2009-05-087-0/+307
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773135 13f79535-47bb-0310-9956-ffa450edef68
* Performance enhancement to avoid processing the deployable composite twice ↵lresende2009-05-081-0/+15
| | | | | | when starting a node git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773118 13f79535-47bb-0310-9956-ffa450edef68
* Add missing endpoint clone and add helloworld-bpel back into the build. The ↵slaws2009-05-082-7/+10
| | | | | | missing clone meant that the reference side wire was pointing directly to the service side endpoint. When the reference side wire endpoint was configured with the reference binding interface contract the service side wire was also being reconfigured erroneously git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773103 13f79535-47bb-0310-9956-ffa450edef68
* Clean uprfeng2009-05-087-438/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773050 13f79535-47bb-0310-9956-ffa450edef68
* Removed unneeded imported that causes my compile to failslaws2009-05-081-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773036 13f79535-47bb-0310-9956-ffa450edef68
* Clean up the old stuff from the pom.xmlantelder2009-05-081-11/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773026 13f79535-47bb-0310-9956-ffa450edef68
* Clean up the old stuff from the pom.xmlantelder2009-05-081-96/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773025 13f79535-47bb-0310-9956-ffa450edef68