summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/assembly-xml/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-11-11Add validation for missing intent map qualifiers - POL_3017slaws2-0/+29
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835009 13f79535-47bb-0310-9956-ffa450edef68
2009-11-11Correct strange formatting of commented out codeslaws1-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834973 13f79535-47bb-0310-9956-ffa450edef68
2009-11-11Check that the intent maps in a policy set are unique POL_3009slaws2-2/+11
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834952 13f79535-47bb-0310-9956-ffa450edef68
2009-11-11Check that a profile intent doesn't have "." in its name - POL_3006slaws2-3/+14
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834925 13f79535-47bb-0310-9956-ffa450edef68
2009-11-11Add test for non-unique intent qualifier - POL-3005slaws2-1/+14
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834913 13f79535-47bb-0310-9956-ffa450edef68
2009-11-11POL_3004 check that only one default qualifier is specified for an intentslaws2-1/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834901 13f79535-47bb-0310-9956-ffa450edef68
2009-10-30Fixes for TUSCANY-3326, to consider the imported artifacts first and then ↵ramkumar1-7/+10
the local artifacts git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831239 13f79535-47bb-0310-9956-ffa450edef68
2009-10-29Update to end all service provider files with a new lineantelder5-2/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830951 13f79535-47bb-0310-9956-ffa450edef68
2009-10-28Pass ServiceRegistry via extensionPointRegistry to remove static referencesrfeng2-5/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830738 13f79535-47bb-0310-9956-ffa450edef68
2009-10-27Use sca-config XML files for SCA binding/policy definitionsrfeng2-4/+9
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830339 13f79535-47bb-0310-9956-ffa450edef68
2009-10-21Set the monitor to ValidatingXMLStreamReaderrfeng5-12/+12
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828119 13f79535-47bb-0310-9956-ffa450edef68
2009-10-21Set correct monitor on the ValidatingXMLInputFactory so that any errors that ↵slaws1-1/+6
it finds are reported successfully git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@827971 13f79535-47bb-0310-9956-ffa450edef68
2009-10-20Remove unused methodsrfeng1-12/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@827836 13f79535-47bb-0310-9956-ffa450edef68
2009-10-20Remove constrainingType as it is now not part of the OASIS SCA specsrfeng22-756/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@827835 13f79535-47bb-0310-9956-ffa450edef68
2009-10-20Get monitor from context nowslaws1-2/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@827767 13f79535-47bb-0310-9956-ffa450edef68
2009-10-20Turn JavaClassVisitor to declarative services and remove the module activatorrfeng1-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
2009-10-16This is to change the Monitor to be request scoped for most of the cases:rfeng42-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
2009-10-14Remove unused policy utils and add new onerfeng2-27/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825176 13f79535-47bb-0310-9956-ffa450edef68
2009-10-09Use a Set to avoid duplicate definitions.xml resourcesrfeng1-3/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823727 13f79535-47bb-0310-9956-ffa450edef68
2009-10-09TUSCANY-3258 raise an error when a component property type doesn't match the ↵slaws2-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
2009-10-07Update the definitionsrfeng3-246/+243
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822907 13f79535-47bb-0310-9956-ffa450edef68
2009-10-06Refactor resource bundles to a package rfeng12-10/+91
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822095 13f79535-47bb-0310-9956-ffa450edef68
2009-10-02Merge policy-xml and definitions-xml into assembly-xmlantelder29-0/+3829
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820951 13f79535-47bb-0310-9956-ffa450edef68
2009-09-28Refactor the builder implementations into tuscany-builder modulerfeng5-189/+20
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@819750 13f79535-47bb-0310-9956-ffa450edef68
2009-09-28Format the coderfeng1-146/+160
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@819710 13f79535-47bb-0310-9956-ffa450edef68
2009-09-22Turn of this test while looking at how to put them somewhere more appropriateslaws1-1/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@817705 13f79535-47bb-0310-9956-ffa450edef68
2009-09-14Rename CompositeBuilderExtensionPoint to BuilderExtensionPointrfeng3-6/+6
Rename CompositeBuilderTmp to DeployedCompositeBuilder git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814884 13f79535-47bb-0310-9956-ffa450edef68
2009-09-10Merge ConfiguredOperation assembly-xml methods from 1.x to 2.xantelder1-0/+108
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@813345 13f79535-47bb-0310-9956-ffa450edef68
2009-08-27Fixes to generate proper exception for ASM_6029 and ASM_6030 otestsramkumar2-2/+13
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@808356 13f79535-47bb-0310-9956-ffa450edef68
2009-08-26Initial code for ASM_5036 fix, note the TUSCANY-3236 TODO and also it might ↵antelder2-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
2009-08-26Correct arg type in warning method to match error methodantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@807915 13f79535-47bb-0310-9956-ffa450edef68
2009-08-25Fix TUSCANY-3231 and ASM_5029, spot that property with many=false has ↵antelder4-5/+11
multiple value elements git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@807619 13f79535-47bb-0310-9956-ffa450edef68
2009-08-20Fix for ASM_5026 related property processingrfeng1-9/+11
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@806026 13f79535-47bb-0310-9956-ffa450edef68
2009-08-18Add contribution to the error messagerfeng2-9/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@805535 13f79535-47bb-0310-9956-ffa450edef68
2009-08-18Fix for ASM_4008rfeng1-3/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@805498 13f79535-47bb-0310-9956-ffa450edef68
2009-08-18Raise an error if two composites with the same name are found (ASM_6001). ↵slaws2-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
2009-08-17Be more precise when testing whether a property has had a value set and ↵slaws1-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
2009-08-12Fix issues around XMLStreamWriter based on the isRepairingNamespaces ↵rfeng5-64/+9
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
2009-08-12Feed the monitor through into model resolvers should they wish to use it.slaws3-3/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803502 13f79535-47bb-0310-9956-ffa450edef68
2009-08-11Improve the XML schema validation to enable XSDs in other modulesrfeng4-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
2009-08-08Use the registry to resolve de-serialized endpoint referencesslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802404 13f79535-47bb-0310-9956-ffa450edef68
2009-08-05Add Composite context information to Monitor during Resolve phaseedwardsmj2-76/+84
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801174 13f79535-47bb-0310-9956-ffa450edef68
2009-08-04Start to work on ASM50033rfeng1-0/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@800682 13f79535-47bb-0310-9956-ffa450edef68
2009-07-22Make the not yet matched status sounds a little less terminal. Just because ↵slaws1-1/+1
it isn't matched yet doesn't mean it won't work. The way the code has turned out we can probably work to get rid of this state altogether git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796866 13f79535-47bb-0310-9956-ffa450edef68
2009-07-21TUSCANY-3138 first tranche of changes to serialize service references in the ↵slaws2-1/+152
form of an EndpointReference. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796222 13f79535-47bb-0310-9956-ffa450edef68
2009-07-21Fix svn:eol-style and svn:keywords properties for java/xml filesrfeng10-797/+797
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796166 13f79535-47bb-0310-9956-ffa450edef68
2009-06-23Add a QName as the type for binding/implementation and use it to compare ↵rfeng4-173/+177
model types instead of class git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787865 13f79535-47bb-0310-9956-ffa450edef68
2009-06-11TUSCANY-3091 rename Endpoint2 and EndpointReference2 to remove the 2 ↵slaws3-14/+14
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
2009-06-10Fix the class type for DefaultBeanModelProcessorrfeng1-30/+30
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@783575 13f79535-47bb-0310-9956-ffa450edef68
2009-06-10Create the runtime version of Endpoint2 for serializationrfeng2-3/+126
Serialize the EP using XML git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@783213 13f79535-47bb-0310-9956-ffa450edef68