summaryrefslogtreecommitdiffstats
path: root/java/sca (unfollow)
Commit message (Expand)AuthorFilesLines
2009-08-11Improve the XML schema validation to enable XSDs in other modulesrfeng27-460/+313
2009-08-10Update the MF to export o.a.t.s.common.xmlrfeng1-11/+13
2009-08-10Add the methods to read the XML documents for certain attributes such as tnsrfeng5-0/+443
2009-08-10Remove erroneous targetNamespace attributeslaws1-1/+2
2009-08-10Add missing target namespaceslaws1-1/+2
2009-08-10Add missing target namespaceslaws8-0/+8
2009-08-10Remove erroneous targetNamespace attributeslaws1-2/+2
2009-08-10Add missing target namespaceslaws1-0/+1
2009-08-10Chnage to compile scope as its now used in DefinitionsUtilantelder1-1/+0
2009-08-10TUSCANY-3020 - when definitions are aggregated together check that there are ...slaws6-30/+113
2009-08-10Remove intents that are provided by the specification in the assembly-xsd moduleslaws2-40/+6
2009-08-10Change to not use unique snapshot versions to fix an issue running the otests...antelder1-0/+1
2009-08-10Start adding support for JSONP references. Doesn't work yet, still need to im...antelder3-3/+146
2009-08-10Use correct path when unregistering the servlets when stoppingantelder1-1/+1
2009-08-10Remove unused importsantelder1-2/+0
2009-08-10Update JSONP binding to use the URI from the binding in the endpoint to expos...antelder2-3/+3
2009-08-09Start adding SCDL schema to extension moduleantelder2-0/+59
2009-08-09Add a method to ServiceDiscovery to set context classloader for service provi...rfeng3-95/+131
2009-08-08Fix typoslaws1-1/+1
2009-08-08Some strangeness here. In unit tests there is a class not found exception for...slaws2-0/+26
2009-08-08remove extraneous promote attributeslaws1-1/+1
2009-08-08Remove targetNamespace from compositesslaws2-2/+0
2009-08-08Enable builder itest. slaws1-6/+7
2009-08-08Update the first builder test to match the current endpoint processing.slaws3-3/+12
2009-08-08Process a binding name if one is included in the target URIslaws1-24/+150
2009-08-08Fix the URI algorithm so that the binding name is only included in the URI if...slaws1-2/+2
2009-08-08Use the registry to resolve de-serialized endpoint referencesslaws1-1/+1
2009-08-08Make endpoints point to the component/service for which they are created so t...slaws1-2/+6
2009-08-08Remove the non-OASIS code from the endpoint builder and set up build-time and...slaws6-344/+159
2009-08-08Add some commentary about the status of the independent contributionsslaws1-0/+3
2009-08-08Put some carriage returns in READMEslaws1-2/+5
2009-08-08Fix problem with building with JDK 1.5 bringing in bouncy castle dependencyantelder1-0/+8
2009-08-08Update LICENSE with latest versionsantelder1-1/+1
2009-08-08Fix test cases to avoid NPErfeng2-3/+5
2009-08-07Fix NPErfeng1-1/+2
2009-08-07Start to move Java related utilities into the common-java modulerfeng8-0/+876
2009-08-07Add a few typed getAttribute methodsrfeng1-0/+124
2009-08-07Make jaxb-impl version consistent at 2.1.12rfeng2-2/+2
2009-08-07Work around http://jira.codehaus.org/browse/WSTX-144rfeng1-1/+13
2009-08-07Better handling of case where contribution import is not satisfied, to avoid ...edwardsmj1-6/+7
2009-08-07Bring definitions.xml into line with latest OASIS XSD (minor corrections)edwardsmj1-243/+243
2009-08-07Bring JEE XSD into line with latest OASIS JEE spec (sca-jee-1.1-spec-wd05.doc)edwardsmj1-3/+3
2009-08-07Fixing missing @value attribute declaration for <component> <property>edwardsmj1-0/+1
2009-08-07Replace the DOMHelper from common-xml modulerfeng22-300/+164
2009-08-07Refactor the databinding module to use common-xmlrfeng40-5569/+103
2009-08-07Add getInstance helper methodrfeng4-3/+41
2009-08-07Allow the utility to be a concrete classrfeng2-1/+12
2009-08-07Allow the creation of utility by class without registrationrfeng1-3/+13
2009-08-06Move the test case into the reader packagerfeng1-1/+1
2009-08-06Add constructors that take factoriesrfeng3-4/+37