summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Prevent bootstrap launcher from changing caller's classloader setting ↵nash2010-05-083-16/+3
| | | | | | (TUSCANY-3551) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942470 13f79535-47bb-0310-9956-ffa450edef68
* Exclude junit 3.8 dependency brought in by wss4j and use junit 4.5 insteadnash2010-05-081-0/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942469 13f79535-47bb-0310-9956-ffa450edef68
* enable the calculator-equinox test in the distro itest suite. slaws2010-05-081-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942395 13f79535-47bb-0310-9956-ffa450edef68
* add ignoresslaws2010-05-080-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942394 13f79535-47bb-0310-9956-ffa450edef68
* Add a tuscany.home property to make it easy to run the ant script from ↵slaws2010-05-081-4/+8
| | | | | | outside a distribution, e.g. from eclipse git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942392 13f79535-47bb-0310-9956-ffa450edef68
* Don't install jars in the distribution lib folder into the OSGi runtimeslaws2010-05-081-0/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942391 13f79535-47bb-0310-9956-ffa450edef68
* Exclude shaded jars from the distribution modules directoryslaws2010-05-081-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942390 13f79535-47bb-0310-9956-ffa450edef68
* Make outstandingOrders list synchronized (TUSCANY-3550)nash2010-05-086-6/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942356 13f79535-47bb-0310-9956-ffa450edef68
* Adding support for declarative http headers in binding.restlresende2010-05-078-19/+203
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942274 13f79535-47bb-0310-9956-ffa450edef68
* Adding model for declarative http headers and other minor formattingslresende2010-05-075-1/+87
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942273 13f79535-47bb-0310-9956-ffa450edef68
* Adding schema for declarative headerslresende2010-05-071-0/+17
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942271 13f79535-47bb-0310-9956-ffa450edef68
* Removing unused imports...lresende2010-05-071-2/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942270 13f79535-47bb-0310-9956-ffa450edef68
* Use Base64 class from commons-codec instead of forbidden internal JRE class ↵nash2010-05-072-2/+8
| | | | | | (TUSCANY-3549) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942202 13f79535-47bb-0310-9956-ffa450edef68
* add jaxrs dependencyslaws2010-05-071-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942168 13f79535-47bb-0310-9956-ffa450edef68
* Fix enabling Tuscany SDO modules to load under OSGi - code previously ↵edwardsmj2010-05-071-1/+3
| | | | | | treated them as if they were Tuscany SCA modules and as a result they were not being loaded at all under OSGi git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942121 13f79535-47bb-0310-9956-ffa450edef68
* add conformance statements to error message after running otestskelvingoodson2010-05-0710-30/+30
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942115 13f79535-47bb-0310-9956-ffa450edef68
* Added correct version # parameters to the imports of sdo packages in the ↵edwardsmj2010-05-071-3/+3
| | | | | | MANIFEST of databinding-sdo-axiom (version = 2.1) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942107 13f79535-47bb-0310-9956-ffa450edef68
* Extend composite document processing to support DTD declarations and Entity ↵edwardsmj2010-05-071-5/+45
| | | | | | declarations, in support of the use of Entity References to parameterize composite files, as described in TUSCANY-3548 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942100 13f79535-47bb-0310-9956-ffa450edef68
* Add back the calculator rmi testsantelder2010-05-071-2/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942057 13f79535-47bb-0310-9956-ffa450edef68
* Put binding-ws-calculator back into the distro itest. It does run now but ↵slaws2010-05-071-1/+1
| | | | | | doesn't do any particularly useful testing as the client doesn't run. Waiting for ML conclusion on sample structure before doing any more work here but wouldn't want people to think that it's redundant. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942048 13f79535-47bb-0310-9956-ffa450edef68
* add failure instructionsslaws2010-05-071-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942045 13f79535-47bb-0310-9956-ffa450edef68
* Playing with getting the sample an scripts working again to remind myself ↵slaws2010-05-071-3/+31
| | | | | | what the issues are git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942044 13f79535-47bb-0310-9956-ffa450edef68
* Catch up with Mikes SDO changes at r941719slaws2010-05-061-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@941759 13f79535-47bb-0310-9956-ffa450edef68
* Fixes to databinding-sdo required to enable the module to work under OSGi, ↵edwardsmj2010-05-068-12/+66
| | | | | | as described in TUSCANY-3547 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@941719 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3530 - new failure messages for 5038 and 5039slaws2010-05-061-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@941708 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3530 - first raft of changes to turn on property type checking at ↵slaws2010-05-0612-11/+257
| | | | | | deployment time. Required by ASM_5038 and ASM_5039. Still some TODOs including handling elements, composite properties, multiplicity and complex types derived from the component type. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@941695 13f79535-47bb-0310-9956-ffa450edef68
* And fix typo here alsoslaws2010-05-061-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@941691 13f79535-47bb-0310-9956-ffa450edef68
* Fix typo in commentslaws2010-05-061-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@941690 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3546slaws2010-05-061-0/+40
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@941644 13f79535-47bb-0310-9956-ffa450edef68
* Move never finished sample from trunk to contribantelder2010-05-0612-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@941643 13f79535-47bb-0310-9956-ffa450edef68
* Add tuscany plugin so sample contribution can be run with mvn tuscany:runantelder2010-05-061-0/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@941606 13f79535-47bb-0310-9956-ffa450edef68
* Start bringing property itest up slaws2010-05-065-18/+19
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@941593 13f79535-47bb-0310-9956-ffa450edef68
* Removing unused js generator from implementation widgetlresende2010-05-061-218/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@941587 13f79535-47bb-0310-9956-ffa450edef68
* Update to use NodeFactory as now that does most things that DomainNode didantelder2010-05-051-2/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@941248 13f79535-47bb-0310-9956-ffa450edef68
* Update testcase to test default schemeantelder2010-05-052-4/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@941246 13f79535-47bb-0310-9956-ffa450edef68
* Use default node factory config if no config init param existsantelder2010-05-051-1/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@941245 13f79535-47bb-0310-9956-ffa450edef68
* Avoid NPE if reg uri is nullantelder2010-05-051-2/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@941244 13f79535-47bb-0310-9956-ffa450edef68
* No code change just format the codeantelder2010-05-051-14/+15
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@941230 13f79535-47bb-0310-9956-ffa450edef68
* Update to Abdera 1.0antelder2010-05-052-13/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@941218 13f79535-47bb-0310-9956-ffa450edef68
* Update to use uri format configantelder2010-05-051-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@941217 13f79535-47bb-0310-9956-ffa450edef68
* Adjusting expected error message after changes from revision 940787lresende2010-05-041-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@941016 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare for next development iterationantelder2010-05-043-6/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@940924 13f79535-47bb-0310-9956-ffa450edef68
* [maven-scm] copy for tag 2.0-M5antelder2010-05-0416-0/+2103
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@940923 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare release 2.0-M5antelder2010-05-043-9/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@940922 13f79535-47bb-0310-9956-ffa450edef68
* remove old release plugin configantelder2010-05-041-14/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@940909 13f79535-47bb-0310-9956-ffa450edef68
* Sandbox test area to play with trying the latest maven release plugins and ↵antelder2010-05-0416-0/+2117
| | | | | | process git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@940903 13f79535-47bb-0310-9956-ffa450edef68
* Temporarily take out distro itest as its hanging for me and hudsonantelder2010-05-041-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@940828 13f79535-47bb-0310-9956-ffa450edef68
* Add missing definition of MyComplexTypeslaws2010-05-041-0/+40
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@940791 13f79535-47bb-0310-9956-ffa450edef68
* Make error more meaningful but the message really needs to be separated into ↵slaws2010-05-041-1/+1
| | | | | | a properties file git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@940787 13f79535-47bb-0310-9956-ffa450edef68
* utilities for tracking spi changeskelvingoodson2010-05-043-2/+163
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@940772 13f79535-47bb-0310-9956-ffa450edef68