summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* Get the bpel sample so the testcase runs but take it out of the buildantelder2009-05-083-5/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773020 13f79535-47bb-0310-9956-ffa450edef68
* Put dependency back to interface-wsdl as the xml modules has been merged ↵antelder2009-05-081-1/+1
| | | | | | into that. Heh :-) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772983 13f79535-47bb-0310-9956-ffa450edef68
* Add dependency on interface-wsdl-xml as its need to process the wsdl filesantelder2009-05-081-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772981 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3011 correct JMS binding XSD to make OperationalProperties/Headers ↵slaws2009-05-081-1/+1
| | | | | | optional as per the OSOA spec git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772958 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2900 - Add code to generate JMS binding and service/port to ↵slaws2009-05-0813-6/+648
| | | | | | generated wsdl. Add itest to explore the different ways of configuring generated WSDL. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772957 13f79535-47bb-0310-9956-ffa450edef68
* Updates and additions to add preResolve phase to contribution processing ↵edwardsmj2009-05-081-10/+33
| | | | | | (See TUSCANY-3012) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772951 13f79535-47bb-0310-9956-ffa450edef68
* Updates and additions to add preResolve phase to contribution processing ↵edwardsmj2009-05-081-19/+55
| | | | | | (See TUSCANY-3012) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772950 13f79535-47bb-0310-9956-ffa450edef68
* Updates and additions to add preResolve phase to contribution processing ↵edwardsmj2009-05-083-8/+92
| | | | | | (See TUSCANY-3012) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772949 13f79535-47bb-0310-9956-ffa450edef68
* Remove commentted out or unused code and fix IDE warningsantelder2009-05-081-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772948 13f79535-47bb-0310-9956-ffa450edef68
* Remove commentted out or unused code and fix IDE warningsantelder2009-05-084-16/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772947 13f79535-47bb-0310-9956-ffa450edef68
* Update to get Ode Database as part of build processantelder2009-05-08129-22/+30
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772930 13f79535-47bb-0310-9956-ffa450edef68
* Start creating a BPEL webapp sampleantelder2009-05-08137-0/+443
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772922 13f79535-47bb-0310-9956-ffa450edef68
* Improved error reporting when exceptions thrown during Composite read phase ↵edwardsmj2009-05-081-4/+4
| | | | | | - now reports the name of the Composite being read git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772882 13f79535-47bb-0310-9956-ffa450edef68
* Start the contribution refactoring as discussed on the mailing list. This is ↵antelder2009-05-08138-0/+13653
| | | | | | the '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 and the contribution-metadata can be created by moving bits out of here git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772861 13f79535-47bb-0310-9956-ffa450edef68
* Restoring catalog activity as backup/referencelresende2009-05-081-0/+101
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772855 13f79535-47bb-0310-9956-ffa450edef68
* Adding missing Apache headers to store-androidlresende2009-05-083-0/+57
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772854 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2959 - Store-android patch from Sanni Lookmanlresende2009-05-086-97/+61
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772852 13f79535-47bb-0310-9956-ffa450edef68
* Cleaned Generics problems from Spring implementation filesedwardsmj2009-05-072-7/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772749 13f79535-47bb-0310-9956-ffa450edef68
* Refactoring Spring Moduleramkumar2009-05-071-0/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772718 13f79535-47bb-0310-9956-ffa450edef68
* Refactoring Spring Moduleramkumar2009-05-0742-1435/+38
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772717 13f79535-47bb-0310-9956-ffa450edef68
* Changing Spring Dependenciesramkumar2009-05-077-2/+38
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772693 13f79535-47bb-0310-9956-ffa450edef68