summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Replace the DOMHelper from common-xml modulerfeng2009-08-0722-300/+164
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801902 13f79535-47bb-0310-9956-ffa450edef68
* Refactor the databinding module to use common-xmlrfeng2009-08-0740-5569/+103
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801895 13f79535-47bb-0310-9956-ffa450edef68
* Add getInstance helper methodrfeng2009-08-074-3/+41
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801876 13f79535-47bb-0310-9956-ffa450edef68
* Allow the utility to be a concrete classrfeng2009-08-072-1/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801875 13f79535-47bb-0310-9956-ffa450edef68
* Allow the creation of utility by class without registrationrfeng2009-08-071-3/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801851 13f79535-47bb-0310-9956-ffa450edef68
* Move the test case into the reader packagerfeng2009-08-061-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801847 13f79535-47bb-0310-9956-ffa450edef68
* Add constructors that take factoriesrfeng2009-08-063-4/+37
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801846 13f79535-47bb-0310-9956-ffa450edef68
* Reorg the package namesrfeng2009-08-0625-1191/+61
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801844 13f79535-47bb-0310-9956-ffa450edef68
* Add SAX utilitiesrfeng2009-08-064-8/+196
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801843 13f79535-47bb-0310-9956-ffa450edef68
* Fix the DOM XMLStreamReaderrfeng2009-08-064-13/+17
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801829 13f79535-47bb-0310-9956-ffa450edef68
* Adding common-xml into modules as the base to hold XML related utilities rfeng2009-08-0627-0/+6762
| | | | | | It can also serve as the module that defines XML related dependencies based on the JDK levels git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801826 13f79535-47bb-0310-9956-ffa450edef68
* Adding back the tuscany version of oasis-sca-tests.propertiesrfeng2009-08-061-0/+32
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801763 13f79535-47bb-0310-9956-ffa450edef68
* Use ANT sync to build the test projects from OASIS sourcesrfeng2009-08-062-7/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801754 13f79535-47bb-0310-9956-ffa450edef68
* Reenable the EquinoxHost test case that was ignored due to NPErfeng2009-08-062-10/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801708 13f79535-47bb-0310-9956-ffa450edef68
* Restore the old TCCL rfeng2009-08-061-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801698 13f79535-47bb-0310-9956-ffa450edef68
* - Solving some problems related with java version;dougsleite2009-08-063-12/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801658 13f79535-47bb-0310-9956-ffa450edef68
* - Modifying the guardian-model to deal with concurrent exceptions;dougsleite2009-08-0617-359/+822
| | | | | | - The policy-resolutiontrees module is used to process the resolution tree - the lowest common ancestor is the resolved exception for a set of concurrent exceptions; git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801656 13f79535-47bb-0310-9956-ffa450edef68
* - This model is responsible for process the resolution trees as policiesdougsleite2009-08-0615-0/+680
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801652 13f79535-47bb-0310-9956-ffa450edef68
* Add back the jee schemas. Ok this might not be the perfect place for it but ↵antelder2009-08-061-0/+2
| | | | | | this gets the build passing again for now git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801650 13f79535-47bb-0310-9956-ffa450edef68
* Add an @Ignore to the testcase as its failing right nowantelder2009-08-061-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801643 13f79535-47bb-0310-9956-ffa450edef68
* Template for reorganization of the builders. slaws2009-08-064-17/+449
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801592 13f79535-47bb-0310-9956-ffa450edef68
* Update to use string version of endpoint and endpoint reference without hash ↵slaws2009-08-061-2/+4
| | | | | | codes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801586 13f79535-47bb-0310-9956-ffa450edef68
* Provide mechanism of printing out the endpoint reference without the hash ↵slaws2009-08-061-3/+7
| | | | | | code to make test comparison easy git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801585 13f79535-47bb-0310-9956-ffa450edef68
* Add helper method to return component by name. slaws2009-08-062-1/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801581 13f79535-47bb-0310-9956-ffa450edef68
* Add helper methods to return parameters/references/services by name. slaws2009-08-063-17/+64
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801579 13f79535-47bb-0310-9956-ffa450edef68
* Remove svn:externals and set up the pom to pull from ../src folderrfeng2009-08-051-0/+43
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801445 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY 3192 - Additional fixes to remove remaining validation issues and ↵lresende2009-08-052-530/+1
| | | | | | remove obsolete core xsd git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801441 13f79535-47bb-0310-9956-ffa450edef68
* Updated to match latest OASIS XSDs which contain fixes for problems which ↵edwardsmj2009-08-0533-926/+876
| | | | | | | | are affecting Tuscany - sca-1.1-cd03.xsd updated to use these new files. As required by TUSCANY 3192. - additional changes required to make all files work together. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801434 13f79535-47bb-0310-9956-ffa450edef68
* Refactor the runtime bridges to be o.a.trfeng2009-08-053-106/+246
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801433 13f79535-47bb-0310-9956-ffa450edef68
* Fix pom.xmlrfeng2009-08-051-5/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801431 13f79535-47bb-0310-9956-ffa450edef68
* Remove copied files from svnrfeng2009-08-050-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801429 13f79535-47bb-0310-9956-ffa450edef68
* Update pom.xmlrfeng2009-08-0569-159/+977
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801428 13f79535-47bb-0310-9956-ffa450edef68
* Remove copied files from svnrfeng2009-08-050-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801426 13f79535-47bb-0310-9956-ffa450edef68
* Remove copied files from svnrfeng2009-08-053-195/+108
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801422 13f79535-47bb-0310-9956-ffa450edef68
* Format the coderfeng2009-08-051-65/+64
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801358 13f79535-47bb-0310-9956-ffa450edef68
* Add jxws runtime as a dependencyrfeng2009-08-052-31/+77
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801352 13f79535-47bb-0310-9956-ffa450edef68
* Set the thread context classloader so that Axis2 configuration can be loaded rfeng2009-08-054-136/+173
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801351 13f79535-47bb-0310-9956-ffa450edef68
* Set the thread context classloader so that JAXBContext.newInstance can find ↵rfeng2009-08-053-14/+37
| | | | | | the correct factory git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801350 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3195: fix code to not so aggresivly remove inherently-provided ↵antelder2009-08-051-11/+1
| | | | | | intents as suggested by Greg Dritschler git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801231 13f79535-47bb-0310-9956-ffa450edef68
* Add Contribution context information to Monitor during Resolve phaseedwardsmj2009-08-051-24/+30
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801178 13f79535-47bb-0310-9956-ffa450edef68
* Add Composite context information to Monitor during Resolve phaseedwardsmj2009-08-052-76/+84
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801174 13f79535-47bb-0310-9956-ffa450edef68
* Updated error messages, in particular for case where WSDL is not found.edwardsmj2009-08-052-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801173 13f79535-47bb-0310-9956-ffa450edef68
* Provide mechanism of printing out the endpoint without the hash code to make ↵slaws2009-08-051-3/+7
| | | | | | test comparison easy git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801150 13f79535-47bb-0310-9956-ffa450edef68
* Provide access to the domain composite for testing purposesslaws2009-08-051-0/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801149 13f79535-47bb-0310-9956-ffa450edef68
* Don't let serious schema validation errors pass to fix for OASIS 120013antelder2009-08-051-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801124 13f79535-47bb-0310-9956-ffa450edef68
* Add the JEE schemes so validation doesn't fail for the jee samplesantelder2009-08-052-0/+54
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801123 13f79535-47bb-0310-9956-ffa450edef68
* Updated to match latest OASIS XSDs which contain fixes for problems which ↵edwardsmj2009-08-057-33/+656
| | | | | | are affecting Tuscany - sca-1.1-cd03.xsd updated to use these new files. As required by TUSCANY 3192. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801112 13f79535-47bb-0310-9956-ffa450edef68
* Testcase for TUSCANY-2906 - test wsdl:imports and xsd:importsramkumar2009-08-054-2/+95
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801111 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-2906 - resolve xsd:imports by namespaceramkumar2009-08-051-1/+19
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801108 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-2906 - resolve wsdl:import by namespaceramkumar2009-08-051-29/+112
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801107 13f79535-47bb-0310-9956-ffa450edef68