summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/contribution (unfollow)
Commit message (Expand)AuthorFilesLines
2009-11-16Fixes for validating uniqueness in <import.java> and <export.java>ramkumar2-2/+27
2009-11-11Remove the shadowed variablerfeng1-9/+0
2009-11-06Fix for ASM-12012. If there is nothing stored in the monitor artifact name th...slaws1-1/+4
2009-10-30Set TCCL for SchemaFactoryrfeng2-9/+35
2009-10-29Update to end all service provider files with a new lineantelder14-2/+14
2009-10-28Pass ServiceRegistry via extensionPointRegistry to remove static referencesrfeng7-33/+37
2009-10-27Use sca-config XML files for SCA binding/policy definitionsrfeng1-2/+11
2009-10-22Record the schema in the constructor otherwise a validating handler is never ...slaws1-0/+1
2009-10-21Set the monitor to ValidatingXMLStreamReaderrfeng4-48/+48
2009-10-21Set correct monitor on the ValidatingXMLInputFactory so that any errors that ...slaws2-2/+16
2009-10-18Properly fixing merge conflictlresende2-10/+6
2009-10-18Fixing merge conflictlresende1-3/+6
2009-10-18Minor Formattinglresende2-18/+20
2009-10-16This is to change the Monitor to be request scoped for most of the cases:rfeng47-1101/+522
2009-10-12Use the getQName from ServiceDeclarationParserrfeng2-54/+4
2009-10-05Fix OSGi MANIFEST.MF to bring up Tuscany in OSGi consolerfeng1-0/+1
2009-10-02Remove Constantsrfeng5-44/+8
2009-09-29Start to integrate the policy attachment builderrfeng1-1/+1
2009-08-18Make the 3rd party jar dependencies consistent in version to avoid conflicts rfeng1-1/+7
2009-08-18Push monitor contextslaws1-57/+71
2009-08-12Fix issues around XMLStreamWriter based on the isRepairingNamespaces property...rfeng9-481/+53
2009-08-12Feed the monitor through into model resolvers should they wish to use it.slaws12-15/+30
2009-08-11Fix the schema validation issue for definitionsrfeng2-58/+60
2009-08-11Remove duplicate log messageslaws1-4/+1
2009-08-11Improve the XML schema validation to enable XSDs in other modulesrfeng6-97/+86
2009-08-05Add Contribution context information to Monitor during Resolve phaseedwardsmj1-24/+30
2009-08-04Add the capability for equinox node launcher to support customized MANIFEST.M...rfeng1-13/+1
2009-08-04Use the xml string to keep the unknown elements (reduce complexity and memory...rfeng11-1303/+329
2009-08-03Format the coderfeng1-2/+1
2009-07-31Use the extensibility-equinox module to dynamically imports public packages a...rfeng1-2/+2
2009-07-31Generate a gateway bundle that aggregate split META-INF/services resourcesrfeng1-1/+2
2009-07-24Fix the getQNamesrfeng1-1/+1
2009-07-21Fix svn:eol-style and svn:keywords properties for java/xml filesrfeng11-1219/+1219
2009-07-02Fix the algorithm to create File from URLrfeng2-11/+26
2009-06-24Deal with file: protocol that doesn't populate the path part of the URLslaws2-6/+7
2009-06-22License/notice/header Changes from M3 branch r787159, r787162 and r787164slaws1-0/+18
2009-06-18Fix the MANIFEST.MF to make OSGi working with the fact that axis2 jars are no...rfeng1-0/+1
2009-06-10Make the xsd dependency optionalrfeng1-1/+1
2009-06-10Cache DTDs for XMLSchemarfeng1-1/+16
2009-06-10Add local cache for external XSDs referenced by SCA specsrfeng3-32/+116
2009-05-27Refactor the contribution scanner to take Contribution as an argumentrfeng11-123/+138
2009-05-25Update ClassLoaderModelResolver to use the thread context classloader as the ...antelder1-1/+12
2009-05-20Refactoring a few methods on the ServiceDiscoverrfeng7-13/+11
2009-05-12TUSCANY-3015 - Using URI to properly escape/unescape spaces in various parts ...lresende1-1/+1
2009-05-12TUSCANY-3015: Fix scanner determination for when contribution file path conta...antelder1-5/+12
2009-05-12TUSCANY-3015: Fix scanner determination for when contribution file path conta...antelder1-4/+9
2009-05-11Copy the contribution service classes from the workspace modules to contribut...antelder5-0/+714
2009-05-10Improve Exception handling and reporting in DefaultURLArtifactProcessorExtens...edwardsmj1-2/+3
2009-05-10Redo the contribution modules merge started in r772861 but this time includin...antelder52-9/+5228
2009-05-08Updates and additions to add preResolve phase to contribution processing (See...edwardsmj3-8/+92