summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/contribution/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixes for validating uniqueness in <import.java> and <export.java>ramkumar2009-11-162-2/+27
* Remove the shadowed variablerfeng2009-11-111-9/+0
* Fix for ASM-12012. If there is nothing stored in the monitor artifact name th...slaws2009-11-061-1/+4
* Set TCCL for SchemaFactoryrfeng2009-10-302-9/+35
* Update to end all service provider files with a new lineantelder2009-10-2914-2/+14
* Pass ServiceRegistry via extensionPointRegistry to remove static referencesrfeng2009-10-287-33/+37
* Use sca-config XML files for SCA binding/policy definitionsrfeng2009-10-271-2/+11
* Record the schema in the constructor otherwise a validating handler is never ...slaws2009-10-221-0/+1
* Set the monitor to ValidatingXMLStreamReaderrfeng2009-10-214-48/+48
* Set correct monitor on the ValidatingXMLInputFactory so that any errors that ...slaws2009-10-212-2/+16
* Properly fixing merge conflictlresende2009-10-182-10/+6
* Fixing merge conflictlresende2009-10-181-3/+6
* Minor Formattinglresende2009-10-182-18/+20
* This is to change the Monitor to be request scoped for most of the cases:rfeng2009-10-1647-1101/+522
* Use the getQName from ServiceDeclarationParserrfeng2009-10-122-54/+4
* Remove Constantsrfeng2009-10-025-44/+8
* Start to integrate the policy attachment builderrfeng2009-09-291-1/+1
* Push monitor contextslaws2009-08-181-57/+71
* Fix issues around XMLStreamWriter based on the isRepairingNamespaces property...rfeng2009-08-127-481/+47
* Feed the monitor through into model resolvers should they wish to use it.slaws2009-08-1212-15/+30
* Fix the schema validation issue for definitionsrfeng2009-08-112-58/+60
* Remove duplicate log messageslaws2009-08-111-4/+1
* Improve the XML schema validation to enable XSDs in other modulesrfeng2009-08-114-80/+80
* Add Contribution context information to Monitor during Resolve phaseedwardsmj2009-08-051-24/+30
* Add the capability for equinox node launcher to support customized MANIFEST.M...rfeng2009-08-041-13/+1
* Use the xml string to keep the unknown elements (reduce complexity and memory...rfeng2009-08-0411-1303/+329
* Format the coderfeng2009-08-031-2/+1
* Use the extensibility-equinox module to dynamically imports public packages a...rfeng2009-07-311-2/+2
* Generate a gateway bundle that aggregate split META-INF/services resourcesrfeng2009-07-311-1/+2
* Fix the getQNamesrfeng2009-07-241-1/+1
* Fix svn:eol-style and svn:keywords properties for java/xml filesrfeng2009-07-2111-1219/+1219
* Fix the algorithm to create File from URLrfeng2009-07-022-11/+26
* Deal with file: protocol that doesn't populate the path part of the URLslaws2009-06-242-6/+7
* License/notice/header Changes from M3 branch r787159, r787162 and r787164slaws2009-06-221-0/+18
* Cache DTDs for XMLSchemarfeng2009-06-101-1/+16
* Add local cache for external XSDs referenced by SCA specsrfeng2009-06-102-32/+115
* Refactor the contribution scanner to take Contribution as an argumentrfeng2009-05-2711-123/+138
* Update ClassLoaderModelResolver to use the thread context classloader as the ...antelder2009-05-251-1/+12
* Refactoring a few methods on the ServiceDiscoverrfeng2009-05-207-13/+11
* TUSCANY-3015 - Using URI to properly escape/unescape spaces in various parts ...lresende2009-05-121-1/+1
* TUSCANY-3015: Fix scanner determination for when contribution file path conta...antelder2009-05-121-5/+12
* TUSCANY-3015: Fix scanner determination for when contribution file path conta...antelder2009-05-121-4/+9
* Copy the contribution service classes from the workspace modules to contribut...antelder2009-05-115-0/+714
* Improve Exception handling and reporting in DefaultURLArtifactProcessorExtens...edwardsmj2009-05-101-2/+3
* Redo the contribution modules merge started in r772861 but this time includin...antelder2009-05-1050-0/+5205
* Updates and additions to add preResolve phase to contribution processing (See...edwardsmj2009-05-083-8/+92
* Merge r767683 from 1.x branchrfeng2009-04-2211-136/+203
* Extended Monitoring to give better diagnostic messages which include the name...edwardsmj2009-04-221-4/+12
* Remove deprecated classes and use generic type for getModelrfeng2009-04-106-118/+74
* Remove System.out.printlnrfeng2009-04-021-1/+0