summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Add WS endpoints to nested endpoints tests, correct localhost instead of ↵antelder2009-08-143-71/+117
| | | | | | machine name, refactor common code to utility class git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@804193 13f79535-47bb-0310-9956-ffa450edef68
* Add tests for WS endpointsantelder2009-08-142-5/+102
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@804182 13f79535-47bb-0310-9956-ffa450edef68
* Add testcase for composite including another composite endpointsantelder2009-08-143-0/+135
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@804162 13f79535-47bb-0310-9956-ffa450edef68
* Start of fixes for service endpoints as being discussed on the ML. The logic ↵antelder2009-08-141-7/+11
| | | | | | of this code seems qite hard to work out so its hard to tell what some of the code is for and there's few tests. If you spot an issue just go ahead and fix it and add a new test git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@804156 13f79535-47bb-0310-9956-ffa450edef68
* Delete legal files as they're not needed for itestsantelder2009-08-142-211/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@804146 13f79535-47bb-0310-9956-ffa450edef68
* Start of an itest from binding endpointsantelder2009-08-147-0/+493
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@804143 13f79535-47bb-0310-9956-ffa450edef68
* Remove a printlnantelder2009-08-141-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@804123 13f79535-47bb-0310-9956-ffa450edef68
* Remove a prointlnantelder2009-08-141-2/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@804122 13f79535-47bb-0310-9956-ffa450edef68
* Comment out a println to match all the others in the classantelder2009-08-141-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@804121 13f79535-47bb-0310-9956-ffa450edef68
* Remove a couple of printlnantelder2009-08-141-2/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@804120 13f79535-47bb-0310-9956-ffa450edef68
* Change println to use loggerantelder2009-08-141-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@804119 13f79535-47bb-0310-9956-ffa450edef68
* Remove System.out.printlnantelder2009-08-141-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@804118 13f79535-47bb-0310-9956-ffa450edef68
* Remove System.out.printlnantelder2009-08-141-3/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@804117 13f79535-47bb-0310-9956-ffa450edef68
* Merge fix for Removing specific implementation constraints to avoid warning ↵antelder2009-08-141-4/+2
| | | | | | messages when dependency is not available from 1.x to 2.x git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@804116 13f79535-47bb-0310-9956-ffa450edef68
* Fix the relative path for parent pom.xmlrfeng2009-08-141-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@804093 13f79535-47bb-0310-9956-ffa450edef68
* Remove calls to XMLStreamWriter.setPrefix() as writeNamespace() invokes it ↵rfeng2009-08-1417-167/+151
| | | | | | internally (TUSCANY-3212) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@804091 13f79535-47bb-0310-9956-ffa450edef68
* Removing specific implementation constraints to avoid warning messages when ↵lresende2009-08-131-4/+2
| | | | | | dependency is not available git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@804042 13f79535-47bb-0310-9956-ffa450edef68
* Removing specific implementation constraints to avoid warning messages when ↵lresende2009-08-131-4/+2
| | | | | | dependency is not available git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@804039 13f79535-47bb-0310-9956-ffa450edef68
* Setting svn properties on files added by domain-search functionalitylresende2009-08-130-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@804023 13f79535-47bb-0310-9956-ffa450edef68
* Adding Apache License headers to domain search artifactslresende2009-08-1345-5/+987
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@804022 13f79535-47bb-0310-9956-ffa450edef68
* Experiments with domain search to solve javaScript scoping issues and minor ↵lresende2009-08-133-47/+40
| | | | | | formats git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@804021 13f79535-47bb-0310-9956-ffa450edef68
* Removing 'in-progress' domain search modulelresende2009-08-1330-2292/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@804014 13f79535-47bb-0310-9956-ffa450edef68
* Update CHANGES file with latest batch of changesslaws2009-08-131-1/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803917 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3213 - move ProblemImpl from assembly.builder.impl to monitor.impl ↵slaws2009-08-1370-66/+234
| | | | | | and extend the Monitor interface to allow problems to be created without needing to access and implementation package git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803910 13f79535-47bb-0310-9956-ffa450edef68
* Add ignoresslaws2009-08-130-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803898 13f79535-47bb-0310-9956-ffa450edef68
* Fix otest ASM_5014 missmatched reference multiplicity is an error not a warningantelder2009-08-131-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803893 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3213 - move ProblemImpl from assembly.builder.impl to monitor.impl ↵slaws2009-08-1371-679/+846
| | | | | | and extend the Monitor interface to allow problems to be created without needing to access and implementation package git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803875 13f79535-47bb-0310-9956-ffa450edef68
* Add some ignoresslaws2009-08-130-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803871 13f79535-47bb-0310-9956-ffa450edef68
* TUSCTUSCANY-3200 Add the dojo copyright to the NOTICE file to be consistent ↵slaws2009-08-131-0/+4
| | | | | | with the top level binary NOTICE file. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803870 13f79535-47bb-0310-9956-ffa450edef68
* Fix otest asm_5037, missing property is an error not a warningantelder2009-08-131-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803864 13f79535-47bb-0310-9956-ffa450edef68
* Remove systemout printlnantelder2009-08-131-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803856 13f79535-47bb-0310-9956-ffa450edef68
* Fixing NPE if SecurityHandler extension point wasn't initialized properlylresende2009-08-131-1/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803791 13f79535-47bb-0310-9956-ffa450edef68
* Fixing NPE if SecurityHandler extension point wasn't initialized properlylresende2009-08-131-1/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803789 13f79535-47bb-0310-9956-ffa450edef68
* Remove temp repository as http client is released and in the central repo nowantelder2009-08-131-8/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803783 13f79535-47bb-0310-9956-ffa450edef68
* Updating pom.xml property to reflect current release versionlresende2009-08-131-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803782 13f79535-47bb-0310-9956-ffa450edef68
* Merging changes from 1.5.1 to Split policy security code specific to ↵lresende2009-08-1313-92/+519
| | | | | | geronimo hosting environment to it's own module git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803781 13f79535-47bb-0310-9956-ffa450edef68
* Updating sample to use 1.5.1 dependencies and the new ↵lresende2009-08-131-12/+11
| | | | | | policy-security-geronimo module git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803777 13f79535-47bb-0310-9956-ffa450edef68
* Splitting policy security code specific to geronimo hosting environment to ↵lresende2009-08-1313-84/+518
| | | | | | it's own module git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803776 13f79535-47bb-0310-9956-ffa450edef68
* Merging latest updates to policy security http from 1.x branchlresende2009-08-134-79/+197
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803775 13f79535-47bb-0310-9956-ffa450edef68
* A few renames of the classesrfeng2009-08-136-23/+23
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803747 13f79535-47bb-0310-9956-ffa450edef68
* Fix issues around XMLStreamWriter based on the isRepairingNamespaces ↵rfeng2009-08-1242-1175/+403
| | | | | | | | property of XMLOutputFactory More refactoring to use common-xml and common-java git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803742 13f79535-47bb-0310-9956-ffa450edef68
* Workaround the SCA schema validation issue (See ↵rfeng2009-08-125-5/+9
| | | | | | http://www.mail-archive.com/dev@tuscany.apache.org/msg08925.html) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803740 13f79535-47bb-0310-9956-ffa450edef68
* Feed the monitor through into model resolvers should they wish to use it.slaws2009-08-1232-39/+71
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803502 13f79535-47bb-0310-9956-ffa450edef68
* - Modifying the way the recovery rules XML file is processed. The ↵dougsleite2009-08-123-187/+157
| | | | | | RecoveryRulesPolicyProcesor is being used. However, it does not mean that the recovery rules are being treated as polices. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803501 13f79535-47bb-0310-9956-ffa450edef68
* Fix up JSONP manifestslaws2009-08-121-5/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803500 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused constructor and add some monitor contextslaws2009-08-121-15/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803442 13f79535-47bb-0310-9956-ffa450edef68
* Improve the message given when a referenced WSDL interface can't be found. slaws2009-08-121-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803441 13f79535-47bb-0310-9956-ffa450edef68
* Remove support for ComponentType side files for BPEL Implementations, to ↵edwardsmj2009-08-121-101/+0
| | | | | | bring the Tuscany code into compliance with the OASIS SCA BPEL C&I specification, as described in TUSCANY-3204 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803391 13f79535-47bb-0310-9956-ffa450edef68
* Add maven archetype for a JSONP webappantelder2009-08-1210-0/+454
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803374 13f79535-47bb-0310-9956-ffa450edef68
* Remove hashCode and equals methods in base OperationImpl and InterfaceImpl ↵rfeng2009-08-125-140/+74
| | | | | | to improve performance (merged from 2.x) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803333 13f79535-47bb-0310-9956-ffa450edef68