summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Change logging level to warning to reduce all the console messagesantelder2010-11-281-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1039849 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3747 - Adjusting test case to expected behaviourlresende2010-11-281-55/+50
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1039841 13f79535-47bb-0310-9956-ffa450edef68
* Use different servers for cert-based and password-based auth and use event ↵jsdelfino2010-11-2832-243/+360
| | | | | | MPMs for tunnel and proxy servers. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1039840 13f79535-47bb-0310-9956-ffa450edef68
* Remvoving empty folderlresende2010-11-280-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1039837 13f79535-47bb-0310-9956-ffa450edef68
* Try setting snapshot uniqueVersion to false to get at the deployed ↵antelder2010-11-271-0/+1
| | | | | | distributions from the website git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1039755 13f79535-47bb-0310-9956-ffa450edef68
* Exclude xbean-reflect as it doesn't seem to be needed and the version of the ↵antelder2010-11-271-0/+4
| | | | | | transitive dependency doesn't seem to exist in maven central git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1039754 13f79535-47bb-0310-9956-ffa450edef68
* Try having the Hudson distro profile build only the distributions and use ↵antelder2010-11-271-3/+1
| | | | | | the previously punlished snapshots of other modules git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1039649 13f79535-47bb-0310-9956-ffa450edef68
* Update for API changes and rename 'status' command to be 'started' to match ↵antelder2010-11-273-20/+20
| | | | | | the pattern the other commands use git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1039645 13f79535-47bb-0310-9956-ffa450edef68
* Comment out the updateXxx methods for now as its not clear what they should ↵antelder2010-11-275-76/+77
| | | | | | do, and rename getDeployedComposites and getInstalledContributions to make it clearer what they do git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1039643 13f79535-47bb-0310-9956-ffa450edef68
* Add samples to the all-dsitro profile so that the pre-built contributions ↵antelder2010-11-271-0/+1
| | | | | | get included in the distribution git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1039636 13f79535-47bb-0310-9956-ffa450edef68
* Add itest/wsdlgen-verify to pom.xmlnash2010-11-261-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1039418 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3778: Use same code as 1.x so that wrapper is generated in correct ↵nash2010-11-251-3/+4
| | | | | | namespace git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1039193 13f79535-47bb-0310-9956-ffa450edef68
* Add saaj-api to endorsed directory to fix build failure on JDK 5nash2010-11-251-1/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1039168 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3747: disable another test with similar failure symptomsnash2010-11-251-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1039166 13f79535-47bb-0310-9956-ffa450edef68
* Refactor as a test framework and add more testsnash2010-11-255-0/+474
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1039119 13f79535-47bb-0310-9956-ffa450edef68
* Update Shell for API changesantelder2010-11-251-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1039078 13f79535-47bb-0310-9956-ffa450edef68
* Update node2 api to more closely match the commands the Shell hasantelder2010-11-255-31/+30
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1039077 13f79535-47bb-0310-9956-ffa450edef68
* Add a build profile to build all thats necessary for the all distro as ↵antelder2010-11-251-0/+17
| | | | | | quickly as possible, so no tests get run, intended mainly for Hudson to try to get some nightly builds published more often git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1039071 13f79535-47bb-0310-9956-ffa450edef68
* Fix to use a new List for the deployables as the List in the contribution ↵antelder2010-11-251-1/+1
| | | | | | gets over written git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1039044 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused importantelder2010-11-251-2/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1039042 13f79535-47bb-0310-9956-ffa450edef68
* Change to not inherrit getType from the http binding so that it returns the ↵antelder2010-11-251-0/+10
| | | | | | correct binding.jsonp type git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1039041 13f79535-47bb-0310-9956-ffa450edef68
* Add test for abstract exception (marked @Ignore) and add test for List typenash2010-11-2511-11/+123
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1039012 13f79535-47bb-0310-9956-ffa450edef68
* Add a binding.local which is the parts of the current sca binding for doing ↵antelder2010-11-2416-0/+1099
| | | | | | local only invocations. This is part of a peice of work to restructure the sca binding into separately configurable and pluggable pieces in order to give more flexibility in sca binding invocations git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1038579 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3786 - add an operation so that the EPR can indicate whether it will ↵slaws2010-11-242-0/+18
| | | | | | do an async invocation or not. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1038575 13f79535-47bb-0310-9956-ffa450edef68
* Changes to move toward supporting async operation in the sample ↵slaws2010-11-246-5/+42
| | | | | | implementation. Won't compile until I get the infrastructure changes checked in. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1038570 13f79535-47bb-0310-9956-ffa450edef68
* Correct System.outs to match the class namesslaws2010-11-242-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1038568 13f79535-47bb-0310-9956-ffa450edef68
* Add a callback operation to the reference component implementationslaws2010-11-241-3/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1038567 13f79535-47bb-0310-9956-ffa450edef68
* Correct sample async operation nameslaws2010-11-242-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1038553 13f79535-47bb-0310-9956-ffa450edef68
* Revert r1037660 which changed the scope from compile to provided. See ↵antelder2010-11-231-3/+3
| | | | | | TUSCANY-3760 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1038093 13f79535-47bb-0310-9956-ffa450edef68
* Add some servlet dependencies to the eclipse pde featureantelder2010-11-231-0/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1038092 13f79535-47bb-0310-9956-ffa450edef68
* Update to include binding URIs in the service outputantelder2010-11-231-0/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1038091 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3797: Generate WSDL with xs:anyType for dynamic SDO DataObjectnash2010-11-236-0/+454
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1038071 13f79535-47bb-0310-9956-ffa450edef68
* Copy RC3 tag as final release tagslaws2010-11-235971-0/+504759
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1038034 13f79535-47bb-0310-9956-ffa450edef68
* Add a definitions.xml file for the implementationslaws2010-11-221-0/+30
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1037725 13f79535-47bb-0310-9956-ffa450edef68
* Convert the service to have a WSDL interfaceslaws2010-11-221-6/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1037724 13f79535-47bb-0310-9956-ffa450edef68
* Add the asyncInvocation intent to the WSDL interfaceslaws2010-11-221-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1037712 13f79535-47bb-0310-9956-ffa450edef68
* Change reference to have a WSDL described interfaceslaws2010-11-221-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1037711 13f79535-47bb-0310-9956-ffa450edef68
* Turn off all tests cases other than the async one I'm interested in. slaws2010-11-225-0/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1037699 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3783 - Start working up a test case to drive the async ↵slaws2010-11-2223-1/+1132
| | | | | | infrastructure improvements git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1037692 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-3760, making geronimo-jsp_2.1_spec & geronimo-el_1.0_spec ↵edwardsmj2010-11-221-2/+2
| | | | | | into compile dependencies to ensure that those JARs are included in the distribution and in the tuscany.target for the PDE environment git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1037660 13f79535-47bb-0310-9956-ffa450edef68
* Copy 1.6.1-RC2 tag as 1.6.1nash2010-11-228419-0/+673825
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1037648 13f79535-47bb-0310-9956-ffa450edef68
* Remove jdk15 profilebdaniel2010-11-211-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1037575 13f79535-47bb-0310-9956-ffa450edef68
* Correct typoantelder2010-11-211-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1037532 13f79535-47bb-0310-9956-ffa450edef68
* Add some more excludesantelder2010-11-211-0/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1037523 13f79535-47bb-0310-9956-ffa450edef68
* Add a looging properties file to the shellantelder2010-11-212-1/+26
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1037517 13f79535-47bb-0310-9956-ffa450edef68
* LICENSE updates for script changesantelder2010-11-211-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1037516 13f79535-47bb-0310-9956-ffa450edef68
* Add some more excludes for un needed dependenciesantelder2010-11-211-0/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1037515 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3794: Update the jython version to match implementation.python which ↵antelder2010-11-212-8/+22
| | | | | | fixes the jython incompatibility, but that then has a conflict with JRuby so update the JRuby level too, and that causes something funny in the JRuby refernce test whcih only seems to work now with the target component defined before the reference component in the scdl so update that too. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1037415 13f79535-47bb-0310-9956-ffa450edef68
* Filter out some more cglib operationsantelder2010-11-201-6/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1037134 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3778: Fix namespace inconsistency in the 1.x fix committed under ↵nash2010-11-191-2/+3
| | | | | | r1036533 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1037049 13f79535-47bb-0310-9956-ffa450edef68