summaryrefslogtreecommitdiffstats
path: root/java/sca/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove hashCode and equals methods in base OperationImpl and InterfaceImpl to...rfeng2009-08-115-140/+74
* Improve the XML schema validation to enable XSDs in other modulesrfeng2009-08-1127-460/+313
* Update the MF to export o.a.t.s.common.xmlrfeng2009-08-101-11/+13
* Add the methods to read the XML documents for certain attributes such as tnsrfeng2009-08-105-0/+443
* Add missing target namespaceslaws2009-08-101-0/+1
* Chnage to compile scope as its now used in DefinitionsUtilantelder2009-08-101-1/+0
* TUSCANY-3020 - when definitions are aggregated together check that there are ...slaws2009-08-106-30/+113
* Remove intents that are provided by the specification in the assembly-xsd moduleslaws2009-08-102-40/+6
* Start adding support for JSONP references. Doesn't work yet, still need to im...antelder2009-08-103-3/+146
* Use correct path when unregistering the servlets when stoppingantelder2009-08-101-1/+1
* Remove unused importsantelder2009-08-101-2/+0
* Update JSONP binding to use the URI from the binding in the endpoint to expos...antelder2009-08-102-3/+3
* Start adding SCDL schema to extension moduleantelder2009-08-092-0/+59
* Add a method to ServiceDiscovery to set context classloader for service provi...rfeng2009-08-093-95/+131
* Fix typoslaws2009-08-081-1/+1
* Some strangeness here. In unit tests there is a class not found exception for...slaws2009-08-082-0/+26
* remove extraneous promote attributeslaws2009-08-081-1/+1
* Remove targetNamespace from compositesslaws2009-08-082-2/+0
* Process a binding name if one is included in the target URIslaws2009-08-081-24/+150
* Fix the URI algorithm so that the binding name is only included in the URI if...slaws2009-08-081-2/+2
* Use the registry to resolve de-serialized endpoint referencesslaws2009-08-081-1/+1
* Make endpoints point to the component/service for which they are created so t...slaws2009-08-081-2/+6
* Remove the non-OASIS code from the endpoint builder and set up build-time and...slaws2009-08-086-344/+159
* Fix problem with building with JDK 1.5 bringing in bouncy castle dependencyantelder2009-08-081-0/+8
* Fix test cases to avoid NPErfeng2009-08-082-3/+5
* Fix NPErfeng2009-08-071-1/+2
* Start to move Java related utilities into the common-java modulerfeng2009-08-078-0/+876
* Add a few typed getAttribute methodsrfeng2009-08-071-0/+124
* Make jaxb-impl version consistent at 2.1.12rfeng2009-08-071-1/+1
* Work around http://jira.codehaus.org/browse/WSTX-144rfeng2009-08-071-1/+13
* Better handling of case where contribution import is not satisfied, to avoid ...edwardsmj2009-08-071-6/+7
* Bring definitions.xml into line with latest OASIS XSD (minor corrections)edwardsmj2009-08-071-243/+243
* Bring JEE XSD into line with latest OASIS JEE spec (sca-jee-1.1-spec-wd05.doc)edwardsmj2009-08-071-3/+3
* Fixing missing @value attribute declaration for <component> <property>edwardsmj2009-08-071-0/+1
* Replace the DOMHelper from common-xml modulerfeng2009-08-0722-300/+164
* Refactor the databinding module to use common-xmlrfeng2009-08-0740-5569/+103
* Add getInstance helper methodrfeng2009-08-074-3/+41
* Allow the utility to be a concrete classrfeng2009-08-072-1/+12
* Allow the creation of utility by class without registrationrfeng2009-08-071-3/+13
* Move the test case into the reader packagerfeng2009-08-061-1/+1
* Add constructors that take factoriesrfeng2009-08-063-4/+37
* Reorg the package namesrfeng2009-08-0625-1191/+61
* Add SAX utilitiesrfeng2009-08-064-8/+196
* Fix the DOM XMLStreamReaderrfeng2009-08-064-13/+17
* Adding common-xml into modules as the base to hold XML related utilities rfeng2009-08-0627-0/+6762
* Reenable the EquinoxHost test case that was ignored due to NPErfeng2009-08-062-10/+8
* Restore the old TCCL rfeng2009-08-061-1/+1
* Add back the jee schemas. Ok this might not be the perfect place for it but t...antelder2009-08-061-0/+2
* Add an @Ignore to the testcase as its failing right nowantelder2009-08-061-0/+2
* Template for reorganization of the builders. slaws2009-08-064-17/+449