summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/assembly-xml/src/test (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Pass ServiceRegistry via extensionPointRegistry to remove static referencesrfeng2009-10-281-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830738 13f79535-47bb-0310-9956-ffa450edef68
* Set the monitor to ValidatingXMLStreamReaderrfeng2009-10-212-5/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828119 13f79535-47bb-0310-9956-ffa450edef68
* Remove constrainingType as it is now not part of the OASIS SCA specsrfeng2009-10-2011-168/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@827835 13f79535-47bb-0310-9956-ffa450edef68
* This is to change the Monitor to be request scoped for most of the cases:rfeng2009-10-1618-135/+170
| | | | | | | | Refactor the ArtifactProcessor/ModelResolver to take a ProcessorContext that holds context such as Monitor, Contribution for the contribution/artifact processing methods Refactor the Builder to take a BuilderContext that holds context such as Monitor, Definitions, Base binding mapping for the building methods Change the processor/resolver/builder implementation classes to not cache the Monitor git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825773 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused policy utils and add new onerfeng2009-10-141-2/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825176 13f79535-47bb-0310-9956-ffa450edef68
* Merge policy-xml and definitions-xml into assembly-xmlantelder2009-10-029-0/+1296
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820951 13f79535-47bb-0310-9956-ffa450edef68
* Refactor the builder implementations into tuscany-builder modulerfeng2009-09-285-189/+20
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@819750 13f79535-47bb-0310-9956-ffa450edef68
* Turn of this test while looking at how to put them somewhere more appropriateslaws2009-09-221-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@817705 13f79535-47bb-0310-9956-ffa450edef68
* Rename CompositeBuilderExtensionPoint to BuilderExtensionPointrfeng2009-09-143-6/+6
| | | | | | Rename CompositeBuilderTmp to DeployedCompositeBuilder git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814884 13f79535-47bb-0310-9956-ffa450edef68
* Improve the XML schema validation to enable XSDs in other modulesrfeng2009-08-113-8/+4
| | | | | | | Fix an issue to write to XMLStreamWriter from SUN JDK 1.6 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802988 13f79535-47bb-0310-9956-ffa450edef68
* Fix svn:eol-style and svn:keywords properties for java/xml filesrfeng2009-07-218-543/+543
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796166 13f79535-47bb-0310-9956-ffa450edef68
* Add a QName as the type for binding/implementation and use it to compare ↵rfeng2009-06-231-14/+18
| | | | | | model types instead of class git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787865 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3091 rename Endpoint2 and EndpointReference2 to remove the 2 ↵slaws2009-06-111-4/+4
| | | | | | subscript now they are in use full time git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@783845 13f79535-47bb-0310-9956-ffa450edef68
* Disable SAX entity processing to avoid IOException rfeng2009-06-101-34/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@783170 13f79535-47bb-0310-9956-ffa450edef68
* Change the creation of DistributedSCABinding to the factory to avoid OSGi ↵rfeng2009-05-181-4/+9
| | | | | | violations git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776005 13f79535-47bb-0310-9956-ffa450edef68
* Match the document using wildcards against the artifact URIrfeng2009-03-253-115/+108
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@758464 13f79535-47bb-0310-9956-ffa450edef68
* Support the SCA property value based on the OASIS syntaxrfeng2009-03-063-12/+15
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@751079 13f79535-47bb-0310-9956-ffa450edef68
* Updating OASIS namespace to http://docs.oasis-open.org/ns/opencsa/sca/200903lresende2009-03-0617-32/+32
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750765 13f79535-47bb-0310-9956-ffa450edef68
* More changes to switch SCA namespace from osoa version to oasis onerfeng2009-03-052-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750323 13f79535-47bb-0310-9956-ffa450edef68
* Spliting schemas to assembly-xsd and assembly-xsd-osoalresende2009-03-051-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750259 13f79535-47bb-0310-9956-ffa450edef68
* Moving assembly-xml to OASIS schemalresende2009-03-0417-68/+41
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750223 13f79535-47bb-0310-9956-ffa450edef68
* File.separator not needed when getting resources from the classpath. It ↵slaws2009-03-021-1/+1
| | | | | | always expects "/" git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@749264 13f79535-47bb-0310-9956-ffa450edef68
* Fixing tuscany-xsd path in unit testslresende2009-03-021-5/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@749225 13f79535-47bb-0310-9956-ffa450edef68
* Start to implement the SCA policy framework 1.1 spec draft from OASIS OpenCSArfeng2009-02-209-249/+249
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@746356 13f79535-47bb-0310-9956-ffa450edef68
* Removed unused importsmcombellack2009-02-091-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742767 13f79535-47bb-0310-9956-ffa450edef68
* Removing unused test compositeslresende2009-01-222-96/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736502 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2463 - Merging latest code to support extended attributes to 2.x ↵lresende2009-01-222-120/+133
| | | | | | development stream git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736501 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2663 - Merging latest code to support extended elements to 2.x ↵lresende2009-01-223-151/+147
| | | | | | development stream git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736500 13f79535-47bb-0310-9956-ffa450edef68
* Pass the DocumentBuilderFactory around to work with OSGirfeng2008-12-121-2/+8
| | | | | | Remove unused constructors git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@725871 13f79535-47bb-0310-9956-ffa450edef68
* Moved imports from JUnit 3 to JUnit 4 style - i.e changed import ↵mcombellack2008-12-037-14/+14
| | | | | | junit.framework to import org.junit git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722817 13f79535-47bb-0310-9956-ffa450edef68
* Converted unit tests from JUnit 3 to JUnit 4mcombellack2008-12-023-15/+28
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722491 13f79535-47bb-0310-9956-ffa450edef68
* Renamed test case so it has the correct test case name format (i.e. ending ↵mcombellack2008-12-021-2/+2
| | | | | | in TestCase) so it will be run by the surefire test report git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722468 13f79535-47bb-0310-9956-ffa450edef68
* Removed unused importsmcombellack2008-11-271-2/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@721129 13f79535-47bb-0310-9956-ffa450edef68
* Comment out for now a broken testcaseantelder2008-11-191-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718959 13f79535-47bb-0310-9956-ffa450edef68
* Fix compile error in testcaseantelder2008-11-191-5/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718955 13f79535-47bb-0310-9956-ffa450edef68
* Merging the 1.x delta on top of the equinox based moduleslresende2008-11-1911-57/+371
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718858 13f79535-47bb-0310-9956-ffa450edef68
* Copying modules from Equinox branch, to start merging the delta changes from ↵lresende2008-11-1928-0/+2767
| | | | | | 1.x/original trunk git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718815 13f79535-47bb-0310-9956-ffa450edef68
* Moving current trunk modules to contrib, before starting the Equinox branch ↵lresende2008-11-1932-2990/+0
| | | | | | merge git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718812 13f79535-47bb-0310-9956-ffa450edef68
* Update to support the composite local attribute when writing out composite XMLantelder2008-11-132-0/+121
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@713709 13f79535-47bb-0310-9956-ffa450edef68
* Add a test case for TUSCANY-2662rfeng2008-11-132-0/+116
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@713580 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-2662rfeng2008-11-054-8/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@711710 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2629, TUSCANY-2624, TUSCANY-2663 - more changes to record unknown ↵slaws2008-11-055-34/+111
| | | | | | elements that appear in SCDL git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@711584 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2538 - Moving Default element processor to contribution-xml and ↵lresende2008-09-231-8/+19
| | | | | | various other minor fixes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@698102 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2538 - Adding default processor to handle unknown contents in ↵lresende2008-09-154-16/+85
| | | | | | composite file git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695536 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2463 - Adding attribute extension infrastructure and integration ↵lresende2008-09-113-0/+221
| | | | | | with basic sca model parsing git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694165 13f79535-47bb-0310-9956-ffa450edef68
* Move Tuscany from Incubator to top level.dims2008-06-1723-0/+2376
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@668359 13f79535-47bb-0310-9956-ffa450edef68