summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/assembly-xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Use the registry to resolve de-serialized endpoint referencesslaws2009-08-081-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802404 13f79535-47bb-0310-9956-ffa450edef68
* Add Composite context information to Monitor during Resolve phaseedwardsmj2009-08-052-76/+84
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801174 13f79535-47bb-0310-9956-ffa450edef68
* Start to work on ASM50033rfeng2009-08-041-0/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@800682 13f79535-47bb-0310-9956-ffa450edef68
* Make the not yet matched status sounds a little less terminal. Just because ↵slaws2009-07-221-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
* TUSCANY-3138 first tranche of changes to serialize service references in the ↵slaws2009-07-212-1/+152
| | | | | | form of an EndpointReference. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796222 13f79535-47bb-0310-9956-ffa450edef68
* Fix svn:eol-style and svn:keywords properties for java/xml filesrfeng2009-07-2110-797/+797
| | | | 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-234-173/+177
| | | | | | 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-113-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
* Fix the class type for DefaultBeanModelProcessorrfeng2009-06-101-30/+30
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@783575 13f79535-47bb-0310-9956-ffa450edef68
* Create the runtime version of Endpoint2 for serializationrfeng2009-06-102-3/+126
| | | | | | Serialize the EP using XML git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@783213 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
* Start merging binding-sca into assembly and creating a binding-sca-runtime ↵antelder2009-05-172-21/+154
| | | | | | module git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775592 13f79535-47bb-0310-9956-ffa450edef68
* Integrate the NodeConfiguration with NodeImplrfeng2009-05-151-10/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774994 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-3023, which has Tuscany raise an error if a <property/> ↵edwardsmj2009-05-141-0/+6
| | | | | | element has both @type and @element attributes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774826 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3015 - Using URI to properly escape/unescape spaces in various parts ↵lresende2009-05-121-2/+14
| | | | | | of the runtime git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774067 13f79535-47bb-0310-9956-ffa450edef68
* Redo the contribution modules merge started in r772861 but this time ↵antelder2009-05-101-19/+0
| | | | | | including svn history. As everyone seems happy with this approach now instead of doing it in a new module its just done directly in the existing contribution module. This is the start of what was described on the ML as'contribution (or core-contribution or contribution-runtime) for all the spi/infrastructure type of stuff', right now it has everything so its all in one place to make things obvious and the other contribution-* modules can be be created by moving bits out of here. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773311 13f79535-47bb-0310-9956-ffa450edef68
* Improved error reporting when exceptions thrown during Composite read phase ↵edwardsmj2009-05-081-4/+4
| | | | | | - now reports the name of the Composite being read git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772882 13f79535-47bb-0310-9956-ffa450edef68
* Added new check for null URI and URL parameters when reading a Composite ↵edwardsmj2009-05-071-0/+3
| | | | | | document git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772520 13f79535-47bb-0310-9956-ffa450edef68
* Improve error reporting when exceptions occur during composite document ↵edwardsmj2009-05-031-2/+8
| | | | | | processing - tag all exceptions with the name of the composite. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@771032 13f79535-47bb-0310-9956-ffa450edef68
* Cleaned CompositeDocumentProcessor class and added commentsedwardsmj2009-04-301-59/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@770288 13f79535-47bb-0310-9956-ffa450edef68