summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/assembly-xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Moving 2.x trunklresende2009-11-2078-10924/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882795 13f79535-47bb-0310-9956-ffa450edef68
* Clean up the MANIFEST.MF and add SCA-Version headerrfeng2009-11-201-3/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882666 13f79535-47bb-0310-9956-ffa450edef68
* Add <requires> and <policySetAttachment> support for the composite (binding ↵rfeng2009-11-203-40/+83
| | | | | | and implementation levels need be to implemented by binding/impl processors) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882372 13f79535-47bb-0310-9956-ffa450edef68
* Minor clean uprfeng2009-11-193-21/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882336 13f79535-47bb-0310-9956-ffa450edef68
* Rename getInterfaceContract() of Endpoint/EndpointReferencerfeng2009-11-191-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882263 13f79535-47bb-0310-9956-ffa450edef68
* Tidy up the endpoint/endpoint reference serialization/deseralizationrfeng2009-11-172-6/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@881164 13f79535-47bb-0310-9956-ffa450edef68
* Add validation for missing intent map qualifiers - POL_3017slaws2009-11-112-0/+29
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835009 13f79535-47bb-0310-9956-ffa450edef68
* Correct strange formatting of commented out codeslaws2009-11-111-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834973 13f79535-47bb-0310-9956-ffa450edef68
* Check that the intent maps in a policy set are unique POL_3009slaws2009-11-112-2/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834952 13f79535-47bb-0310-9956-ffa450edef68
* Check that a profile intent doesn't have "." in its name - POL_3006slaws2009-11-112-3/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834925 13f79535-47bb-0310-9956-ffa450edef68
* Add test for non-unique intent qualifier - POL-3005slaws2009-11-112-1/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834913 13f79535-47bb-0310-9956-ffa450edef68
* POL_3004 check that only one default qualifier is specified for an intentslaws2009-11-112-1/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834901 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-3326, to consider the imported artifacts first and then ↵ramkumar2009-10-301-7/+10
| | | | | | the local artifacts git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831239 13f79535-47bb-0310-9956-ffa450edef68
* Update to end all service provider files with a new lineantelder2009-10-295-2/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830951 13f79535-47bb-0310-9956-ffa450edef68
* Pass ServiceRegistry via extensionPointRegistry to remove static referencesrfeng2009-10-282-5/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830738 13f79535-47bb-0310-9956-ffa450edef68
* Use sca-config XML files for SCA binding/policy definitionsrfeng2009-10-272-4/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830339 13f79535-47bb-0310-9956-ffa450edef68
* Set the monitor to ValidatingXMLStreamReaderrfeng2009-10-215-12/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828119 13f79535-47bb-0310-9956-ffa450edef68
* Set correct monitor on the ValidatingXMLInputFactory so that any errors that ↵slaws2009-10-211-1/+6
| | | | | | it finds are reported successfully git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@827971 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused methodsrfeng2009-10-201-12/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@827836 13f79535-47bb-0310-9956-ffa450edef68
* Remove constrainingType as it is now not part of the OASIS SCA specsrfeng2009-10-2022-756/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@827835 13f79535-47bb-0310-9956-ffa450edef68
* Get monitor from context nowslaws2009-10-201-2/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@827767 13f79535-47bb-0310-9956-ffa450edef68
* Turn JavaClassVisitor to declarative services and remove the module activatorrfeng2009-10-201-0/+7
| | | | | | | Add a ServiceHelper utility to simplify the instantiation of declared services Refactor the module activator to receive ExtensionPointRegistry from constructor git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@826907 13f79535-47bb-0310-9956-ffa450edef68
* This is to change the Monitor to be request scoped for most of the cases:rfeng2009-10-1642-552/+578
| | | | | | | | 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-143-29/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825176 13f79535-47bb-0310-9956-ffa450edef68
* Use a Set to avoid duplicate definitions.xml resourcesrfeng2009-10-091-3/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823727 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3258 raise an error when a component property type doesn't match the ↵slaws2009-10-092-21/+0
| | | | | | component type property type. This may need to be looked at further if we decide to consider if the types are compatible. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823643 13f79535-47bb-0310-9956-ffa450edef68
* Add missing Import-Packagerfeng2009-10-071-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822961 13f79535-47bb-0310-9956-ffa450edef68
* Update the definitionsrfeng2009-10-073-246/+243
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822907 13f79535-47bb-0310-9956-ffa450edef68
* Refactor resource bundles to a package rfeng2009-10-0612-10/+91
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822095 13f79535-47bb-0310-9956-ffa450edef68
* Fix OSGi MANIFEST.MF to bring up Tuscany in OSGi consolerfeng2009-10-051-17/+22
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821681 13f79535-47bb-0310-9956-ffa450edef68
* Fixing up Assembly-xml to export definitions.xml packagelresende2009-10-021-12/+23
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821119 13f79535-47bb-0310-9956-ffa450edef68
* Merge policy-xml and definitions-xml into assembly-xmlantelder2009-10-0231-15/+3836
| | | | 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
* Format the coderfeng2009-09-281-146/+160
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@819710 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
* Merge modules to assembly module as discussed on MLantelder2009-09-111-12/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@813673 13f79535-47bb-0310-9956-ffa450edef68
* Merge ConfiguredOperation assembly-xml methods from 1.x to 2.xantelder2009-09-101-0/+108
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@813345 13f79535-47bb-0310-9956-ffa450edef68
* Fixes to generate proper exception for ASM_6029 and ASM_6030 otestsramkumar2009-08-272-2/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@808356 13f79535-47bb-0310-9956-ffa450edef68
* Initial code for ASM_5036 fix, note the TUSCANY-3236 TODO and also it might ↵antelder2009-08-262-1/+21
| | | | | | be better to find a place later on in processing to do this check git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@807951 13f79535-47bb-0310-9956-ffa450edef68
* Correct arg type in warning method to match error methodantelder2009-08-261-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@807915 13f79535-47bb-0310-9956-ffa450edef68
* Fix TUSCANY-3231 and ASM_5029, spot that property with many=false has ↵antelder2009-08-254-5/+11
| | | | | | multiple value elements git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@807619 13f79535-47bb-0310-9956-ffa450edef68
* Fix for ASM_5026 related property processingrfeng2009-08-202-9/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@806026 13f79535-47bb-0310-9956-ffa450edef68
* Add contribution to the error messagerfeng2009-08-182-9/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@805535 13f79535-47bb-0310-9956-ffa450edef68
* Fix for ASM_4008rfeng2009-08-182-4/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@805498 13f79535-47bb-0310-9956-ffa450edef68
* Raise an error if two composites with the same name are found (ASM_6001). ↵slaws2009-08-182-2/+12
| | | | | | Also remove code marked with FIXME that causes composites to be added twice under normal conditions. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@805398 13f79535-47bb-0310-9956-ffa450edef68
* Be more precise when testing whether a property has had a value set and ↵slaws2009-08-171-4/+7
| | | | | | update the property reading code so that empty text values are not generated as a matter of course. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@805004 13f79535-47bb-0310-9956-ffa450edef68
* Fix issues around XMLStreamWriter based on the isRepairingNamespaces ↵rfeng2009-08-126-80/+34
| | | | | | | | property of XMLOutputFactory More refactoring to use common-xml and common-java git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803742 13f79535-47bb-0310-9956-ffa450edef68
* Feed the monitor through into model resolvers should they wish to use it.slaws2009-08-123-3/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803502 13f79535-47bb-0310-9956-ffa450edef68
* Improve the XML schema validation to enable XSDs in other modulesrfeng2009-08-114-13/+6
| | | | | | | 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