summaryrefslogtreecommitdiffstats
path: root/java (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-08-08Add some commentary about the status of the independent contributionsslaws1-0/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802399 13f79535-47bb-0310-9956-ffa450edef68
2009-08-08Put some carriage returns in READMEslaws1-2/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802398 13f79535-47bb-0310-9956-ffa450edef68
2009-08-08Fix problem with building with JDK 1.5 bringing in bouncy castle dependencyantelder1-0/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802299 13f79535-47bb-0310-9956-ffa450edef68
2009-08-08Update LICENSE with latest versionsantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802298 13f79535-47bb-0310-9956-ffa450edef68
2009-08-08Fix test cases to avoid NPErfeng2-3/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802296 13f79535-47bb-0310-9956-ffa450edef68
2009-08-07Fix NPErfeng1-1/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802271 13f79535-47bb-0310-9956-ffa450edef68
2009-08-07Start to move Java related utilities into the common-java modulerfeng8-0/+876
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802142 13f79535-47bb-0310-9956-ffa450edef68
2009-08-07Add a few typed getAttribute methodsrfeng1-0/+124
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802091 13f79535-47bb-0310-9956-ffa450edef68
2009-08-07Make jaxb-impl version consistent at 2.1.12rfeng2-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802082 13f79535-47bb-0310-9956-ffa450edef68
2009-08-07Work around http://jira.codehaus.org/browse/WSTX-144rfeng1-1/+13
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802068 13f79535-47bb-0310-9956-ffa450edef68
2009-08-07Better handling of case where contribution import is not satisfied, to avoid ↵edwardsmj1-6/+7
NPE when attempting to resolve artifacts against that import. Modified code in addContributionDependencies(...). git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802046 13f79535-47bb-0310-9956-ffa450edef68
2009-08-07Bring definitions.xml into line with latest OASIS XSD (minor corrections)edwardsmj1-243/+243
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801920 13f79535-47bb-0310-9956-ffa450edef68
2009-08-07Bring JEE XSD into line with latest OASIS JEE spec (sca-jee-1.1-spec-wd05.doc)edwardsmj1-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801919 13f79535-47bb-0310-9956-ffa450edef68
2009-08-07Fixing missing @value attribute declaration for <component> <property>edwardsmj1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801914 13f79535-47bb-0310-9956-ffa450edef68
2009-08-07Replace the DOMHelper from common-xml modulerfeng22-300/+164
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801902 13f79535-47bb-0310-9956-ffa450edef68
2009-08-07Refactor the databinding module to use common-xmlrfeng40-5569/+103
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801895 13f79535-47bb-0310-9956-ffa450edef68
2009-08-07Add getInstance helper methodrfeng4-3/+41
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801876 13f79535-47bb-0310-9956-ffa450edef68
2009-08-07Allow the utility to be a concrete classrfeng2-1/+12
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801875 13f79535-47bb-0310-9956-ffa450edef68
2009-08-07Allow the creation of utility by class without registrationrfeng1-3/+13
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801851 13f79535-47bb-0310-9956-ffa450edef68
2009-08-06Move the test case into the reader packagerfeng1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801847 13f79535-47bb-0310-9956-ffa450edef68
2009-08-06Add constructors that take factoriesrfeng3-4/+37
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801846 13f79535-47bb-0310-9956-ffa450edef68
2009-08-06Reorg the package namesrfeng25-1191/+61
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801844 13f79535-47bb-0310-9956-ffa450edef68
2009-08-06Add SAX utilitiesrfeng4-8/+196
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801843 13f79535-47bb-0310-9956-ffa450edef68
2009-08-06Fix the DOM XMLStreamReaderrfeng4-13/+17
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801829 13f79535-47bb-0310-9956-ffa450edef68
2009-08-06Adding common-xml into modules as the base to hold XML related utilities rfeng27-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
2009-08-06Adding back the tuscany version of oasis-sca-tests.propertiesrfeng1-0/+32
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801763 13f79535-47bb-0310-9956-ffa450edef68
2009-08-06Use ANT sync to build the test projects from OASIS sourcesrfeng2-7/+9
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801754 13f79535-47bb-0310-9956-ffa450edef68
2009-08-06Reenable the EquinoxHost test case that was ignored due to NPErfeng2-10/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801708 13f79535-47bb-0310-9956-ffa450edef68
2009-08-06Restore the old TCCL rfeng1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801698 13f79535-47bb-0310-9956-ffa450edef68
2009-08-06Add back the jee schemas. Ok this might not be the perfect place for it but ↵antelder1-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
2009-08-06Add an @Ignore to the testcase as its failing right nowantelder1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801643 13f79535-47bb-0310-9956-ffa450edef68
2009-08-06Template for reorganization of the builders. slaws4-17/+449
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801592 13f79535-47bb-0310-9956-ffa450edef68
2009-08-06Update to use string version of endpoint and endpoint reference without hash ↵slaws1-2/+4
codes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801586 13f79535-47bb-0310-9956-ffa450edef68
2009-08-06Provide mechanism of printing out the endpoint reference without the hash ↵slaws1-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
2009-08-06Add helper method to return component by name. slaws2-1/+18
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801581 13f79535-47bb-0310-9956-ffa450edef68
2009-08-06Add helper methods to return parameters/references/services by name. slaws3-17/+64
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801579 13f79535-47bb-0310-9956-ffa450edef68
2009-08-05Remove svn:externals and set up the pom to pull from ../src folderrfeng1-0/+43
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801445 13f79535-47bb-0310-9956-ffa450edef68
2009-08-05TUSCANY 3192 - Additional fixes to remove remaining validation issues and ↵lresende2-530/+1
remove obsolete core xsd git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801441 13f79535-47bb-0310-9956-ffa450edef68
2009-08-05Updated to match latest OASIS XSDs which contain fixes for problems which ↵edwardsmj33-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
2009-08-05Refactor the runtime bridges to be o.a.trfeng3-106/+246
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801433 13f79535-47bb-0310-9956-ffa450edef68
2009-08-05Fix pom.xmlrfeng1-5/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801431 13f79535-47bb-0310-9956-ffa450edef68
2009-08-05Update pom.xmlrfeng69-159/+977
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801428 13f79535-47bb-0310-9956-ffa450edef68
2009-08-05Remove copied files from svnrfeng3-195/+108
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801422 13f79535-47bb-0310-9956-ffa450edef68
2009-08-05Format the coderfeng1-65/+64
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801358 13f79535-47bb-0310-9956-ffa450edef68
2009-08-05Add jxws runtime as a dependencyrfeng2-31/+77
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801352 13f79535-47bb-0310-9956-ffa450edef68
2009-08-05Set the thread context classloader so that Axis2 configuration can be loaded rfeng4-136/+173
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801351 13f79535-47bb-0310-9956-ffa450edef68
2009-08-05Set the thread context classloader so that JAXBContext.newInstance can find ↵rfeng3-14/+37
the correct factory git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801350 13f79535-47bb-0310-9956-ffa450edef68
2009-08-05Add Contribution context information to Monitor during Resolve phaseedwardsmj1-24/+30
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801178 13f79535-47bb-0310-9956-ffa450edef68
2009-08-05Add Composite context information to Monitor during Resolve phaseedwardsmj2-76/+84
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801174 13f79535-47bb-0310-9956-ffa450edef68
2009-08-05Updated error messages, in particular for case where WSDL is not found.edwardsmj2-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801173 13f79535-47bb-0310-9956-ffa450edef68