summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Change to use maven instead of Ant to download file and use server ↵antelder2009-07-022-77/+25
| | | | | | www.eu.apache.org as the dist ones don't work, see the comment in the pom.xml git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790509 13f79535-47bb-0310-9956-ffa450edef68
* Merge change from trunk to m3 branch to include legal-checks itest in buildantelder2009-07-021-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790484 13f79535-47bb-0310-9956-ffa450edef68
* Add legal-checks itest into the buildantelder2009-07-021-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790482 13f79535-47bb-0310-9956-ffa450edef68
* Exclude the asm-commons transitive dependency as Tuscany uses the asm all ↵antelder2009-07-021-0/+4
| | | | | | jar that includes asm-commons git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790480 13f79535-47bb-0310-9956-ffa450edef68
* Update LICENSE file for latest trunk distribution, all changes are related ↵antelder2009-07-021-103/+32
| | | | | | to the BPEL extension i think, so mainly for the newer Ode release. The new common-3.4.0-v20080421-2006.jar is just so the bpel extension can use the FileLocator class so it would be could to revisit that and see if it can use Tuscany code so as not to drag in the eclipse dependency git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790478 13f79535-47bb-0310-9956-ffa450edef68
* Fix the algorithm to create File from URLrfeng2009-07-022-11/+26
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790470 13f79535-47bb-0310-9956-ffa450edef68
* Update the bpelrfeng2009-07-021-7/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790461 13f79535-47bb-0310-9956-ffa450edef68
* Reformat the pom.xmlrfeng2009-07-021-197/+172
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790427 13f79535-47bb-0310-9956-ffa450edef68
* Change the OpenJPA dep to 1.2.1 releaserfeng2009-07-021-139/+141
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790426 13f79535-47bb-0310-9956-ffa450edef68
* Update the bpelrfeng2009-07-011-7/+22
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790425 13f79535-47bb-0310-9956-ffa450edef68
* Add the fault explanation to the error messagerfeng2009-07-011-37/+38
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790423 13f79535-47bb-0310-9956-ffa450edef68
* Update bpel to create the WSDL/XSD conforming responserfeng2009-07-011-5/+17
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790422 13f79535-47bb-0310-9956-ffa450edef68
* Use system property to check if the launcher is running under maven surefire ↵rfeng2009-07-013-8/+17
| | | | | | test git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790349 13f79535-47bb-0310-9956-ffa450edef68
* Fixes to implementation-bpel-runtime to fix bugs when working with ODE 1.3.2edwardsmj2009-07-014-16/+83
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790287 13f79535-47bb-0310-9956-ffa450edef68
* Remove extranious 'not' from error messageantelder2009-07-011-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790282 13f79535-47bb-0310-9956-ffa450edef68
* Update new legal-checks itest in M3 for M3 versionantelder2009-07-011-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790214 13f79535-47bb-0310-9956-ffa450edef68
* Copy new legal-checks itest from trunk to branchantelder2009-07-012-0/+204
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790213 13f79535-47bb-0310-9956-ffa450edef68
* Merge LICENSE fixes in r790200 from trunk to m3 branchantelder2009-07-011-5/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790211 13f79535-47bb-0310-9956-ffa450edef68
* Correct error messageantelder2009-07-011-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790204 13f79535-47bb-0310-9956-ffa450edef68
* Add an itest that verifies the LICENSE file in the binary distribution ↵antelder2009-07-012-0/+204
| | | | | | matches the jars that are included in the distribution git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790203 13f79535-47bb-0310-9956-ffa450edef68
* Update bin distro LICENSE to match the distributionantelder2009-07-011-5/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790200 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3098 - add use="required" to property name. It seems that the schema ↵slaws2009-07-011-1/+1
| | | | | | has been written assuming that this is the default but need to state it explicitly. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790176 13f79535-47bb-0310-9956-ffa450edef68
* Testcases for TUSCANY-2906ramkumar2009-07-016-0/+260
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790139 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2878 - Moving to Dojo dependencies to Dojo 1.3.0 official releaselresende2009-07-019-9/+42
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790031 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3125 - enable policy processing in binding.http. Needs reviewing. slaws2009-06-301-4/+15
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@789877 13f79535-47bb-0310-9956-ffa450edef68
* Starting to hook distribution/discovery servicesrfeng2009-06-308-83/+178
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@789859 13f79535-47bb-0310-9956-ffa450edef68
* Removing unused dependency to avoid build break from a clean repolresende2009-06-301-16/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@789858 13f79535-47bb-0310-9956-ffa450edef68
* Fixes in 1.x for TUSCANY-3069ramkumar2009-06-3052-301/+436
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@789681 13f79535-47bb-0310-9956-ffa450edef68
* Remove the duplicate notificationsrfeng2009-06-301-9/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@789513 13f79535-47bb-0310-9956-ffa450edef68
* Use node URI as the object namerfeng2009-06-291-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@789484 13f79535-47bb-0310-9956-ffa450edef68
* Remove dependency on SCABinding/WebServiceBinding modelsrfeng2009-06-293-11/+10
| | | | | | Remove duplicate start method git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@789483 13f79535-47bb-0310-9956-ffa450edef68
* Merge changes from trunk to bring up the distributed osgi samples with ↵rfeng2009-06-2928-29/+484
| | | | | | Tuscany distribution git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@789466 13f79535-47bb-0310-9956-ffa450edef68
* Merge the change from r783575 in 2.x to fix TUSCANY-3095rfeng2009-06-291-30/+30
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@789385 13f79535-47bb-0310-9956-ffa450edef68
* Start adding a more meaningful (compared to unresolved) status field to ↵slaws2009-06-293-4/+61
| | | | | | endpoint reference. not used in processing yet but gets printed out. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@789359 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3068 - Improve validation in JMS processors. Thanks for the patch ↵slaws2009-06-294-4/+33
| | | | | | Kaushik git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@789343 13f79535-47bb-0310-9956-ffa450edef68
* Add missing dependencyslaws2009-06-291-1/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@789293 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-3104ramkumar2009-06-292-47/+38
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@789263 13f79535-47bb-0310-9956-ffa450edef68
* Modified fixes for TUSCANY-3096ramkumar2009-06-298-33/+56
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@789238 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3124 Check for wireFormat/operationSelector before other operationsbdaniel2009-06-261-6/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788863 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3121 binding.atom should leverage introspection when setting up call ↵bdaniel2009-06-262-12/+9
| | | | | | to mediator git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788848 13f79535-47bb-0310-9956-ffa450edef68
* Update to ode 1.3.2 for the dao-derby ziprfeng2009-06-262-13/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788814 13f79535-47bb-0310-9956-ffa450edef68
* Check null to avoid NPE (we also have to find out why ↵rfeng2009-06-261-19/+20
| | | | | | Endpoint.interfaceContract is not set) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788811 13f79535-47bb-0310-9956-ffa450edef68
* Fix the MANIFEST.MF with import-packagesrfeng2009-06-261-105/+15
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788804 13f79535-47bb-0310-9956-ffa450edef68
* Fix the compilation error (Endpoint2/EndpointReference2)rfeng2009-06-262-18/+19
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788767 13f79535-47bb-0310-9956-ffa450edef68
* Tag 2.0 M3 releaseantelder2009-06-262978-0/+264797
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788749 13f79535-47bb-0310-9956-ffa450edef68
* Update M3 branch to the almost release bundle plugin version. This breaks ↵antelder2009-06-262-2/+2
| | | | | | the branch as the plugin isn't released in th emaven repo yet but can build it locally and it will probably be out by the time i get the RC out git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788748 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3099 log an error if an invalid header priority is enteredslaws2009-06-262-11/+51
| | | | | | TUSCANY-3098 don't throw an NPE is a property doesn't have a name git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788735 13f79535-47bb-0310-9956-ffa450edef68
* Enable write for wireFormat/operationSelector on HTTP bindingbdaniel2009-06-261-42/+49
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788696 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused import statementsbdaniel2009-06-261-4/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788689 13f79535-47bb-0310-9956-ffa450edef68
* Merge jsf sample dependency fix in r788671 from trunk to M3 branchantelder2009-06-261-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788672 13f79535-47bb-0310-9956-ffa450edef68