summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/assembly-xml/src (unfollow)
Commit message (Expand)AuthorFilesLines
2009-06-10Disable SAX entity processing to avoid IOException rfeng1-34/+13
2009-05-18Change the creation of DistributedSCABinding to the factory to avoid OSGi vio...rfeng1-4/+9
2009-05-17Start merging binding-sca into assembly and creating a binding-sca-runtime mo...antelder2-21/+154
2009-05-15Integrate the NodeConfiguration with NodeImplrfeng1-10/+11
2009-05-14Fix for TUSCANY-3023, which has Tuscany raise an error if a <property/> eleme...edwardsmj1-0/+6
2009-05-12TUSCANY-3015 - Using URI to properly escape/unescape spaces in various parts ...lresende1-2/+14
2009-05-08Improved error reporting when exceptions thrown during Composite read phase -...edwardsmj1-4/+4
2009-05-07Added new check for null URI and URL parameters when reading a Composite docu...edwardsmj1-0/+3
2009-05-03Improve error reporting when exceptions occur during composite document proce...edwardsmj1-2/+8
2009-04-30Cleaned CompositeDocumentProcessor class and added commentsedwardsmj1-59/+12
2009-04-22Merge r767683 from 1.x branchrfeng1-40/+2
2009-04-22Extended Monitoring to give better diagnostic messages which include the name...edwardsmj1-0/+7
2009-03-25Match the document using wildcards against the artifact URIrfeng3-115/+108
2009-03-20Add promoted components to CompositeReference modelrfeng1-1/+11
2009-03-10Add spec version number to composite model slaws1-0/+1
2009-03-06Support the SCA property value based on the OASIS syntaxrfeng4-23/+106
2009-03-06Updating OASIS namespace to http://docs.oasis-open.org/ns/opencsa/sca/200903lresende19-36/+36
2009-03-06Use AssemblyFactory to create Extensionrfeng2-7/+74
2009-03-05More changes to switch SCA namespace from osoa version to oasis onerfeng2-2/+2
2009-03-05Adjust processors to support @replace for Wire and @nonOverridable for compon...rfeng2-6/+24
2009-03-05Spliting schemas to assembly-xsd and assembly-xsd-osoalresende1-1/+1
2009-03-04Moving assembly-xml to OASIS schemalresende21-96/+69
2009-03-02File.separator not needed when getting resources from the classpath. It alway...slaws1-1/+1
2009-03-02Fixing tuscany-xsd path in unit testslresende1-5/+7
2009-02-20Start to implement the SCA policy framework 1.1 spec draft from OASIS OpenCSArfeng16-930/+379
2009-02-09Removed unused importsmcombellack2-5/+0
2009-02-02TUSCANY-2801 - Create a SystemContribution to hold data from definitions.xml ...slaws1-0/+7
2009-01-22Removing unused test compositeslresende2-96/+0
2009-01-22TUSCANY-2463 - Merging latest code to support extended attributes to 2.x deve...lresende3-141/+165
2009-01-22TUSCANY-2663 - Merging latest code to support extended elements to 2.x develo...lresende3-151/+147
2008-12-12Pass the DocumentBuilderFactory around to work with OSGirfeng9-143/+56
2008-12-03Use static imports instead of implementing the Constants interfacerfeng6-5/+91
2008-12-03Fixed generics raw type compiler warningsmcombellack1-6/+6
2008-12-03Moved imports from JUnit 3 to JUnit 4 style - i.e changed import junit.framew...mcombellack7-14/+14
2008-12-02Converted unit tests from JUnit 3 to JUnit 4mcombellack3-15/+28
2008-12-02Renamed test case so it has the correct test case name format (i.e. ending in...mcombellack1-2/+2
2008-11-27Removed unused importsmcombellack1-2/+0
2008-11-19Comment out for now a broken testcaseantelder1-0/+2
2008-11-19Fix compile error in testcaseantelder1-5/+2
2008-11-19Merging the 1.x delta on top of the equinox based moduleslresende16-641/+1006
2008-11-19Copying modules from Equinox branch, to start merging the delta changes from ...lresende46-0/+7109
2008-11-19Moving current trunk modules to contrib, before starting the Equinox branch m...lresende50-7403/+0
2008-11-13Update to support the composite local attribute when writing out composite XMLantelder3-0/+122
2008-11-13Add a test case for TUSCANY-2662rfeng2-0/+116
2008-11-05Fix for TUSCANY-2662rfeng8-9/+33
2008-11-05TUSCANY-2629, TUSCANY-2624, TUSCANY-2663 - more changes to record unknown ele...slaws6-37/+118
2008-10-31TUSCANY-2631 - Make the contribution processor more fault tolerant. Apply Ram...slaws4-580/+601
2008-09-23TUSCANY-2538 - Moving Default element processor to contribution-xml and vario...lresende1-8/+19
2008-09-15TUSCANY-2538 - Adding default processor to handle unknown contents in composi...lresende4-16/+85
2008-09-11TUSCANY-2463 - Adding attribute extension infrastructure and integration with...lresende6-16/+384