summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/branches/2.0/modules/contribution/src/main/java/org/apache/tuscany/sca/contribution/processor/xml/AnyAttributeProcessor.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-09-262.0 branch for possible maintenance releaselresende1-0/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1526672 13f79535-47bb-0310-9956-ffa450edef68
2010-07-19Branch to experiment with dynamic component interfaces and implementations.jsdelfino1-0/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@965346 13f79535-47bb-0310-9956-ffa450edef68
2009-11-11Moving 2.x brancheslresende1-0/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835137 13f79535-47bb-0310-9956-ffa450edef68
2009-10-30Create 2.0-M4 release branchantelder1-0/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831226 13f79535-47bb-0310-9956-ffa450edef68
2009-10-16This is to change the Monitor to be request scoped for most of the cases:rfeng1-5/+5
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-02Remove Constantsrfeng1-3/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821079 13f79535-47bb-0310-9956-ffa450edef68
2009-08-04Use the xml string to keep the unknown elements (reduce complexity and ↵rfeng1-1/+1
memory usage over an in memory stream reader) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@800664 13f79535-47bb-0310-9956-ffa450edef68
2009-05-10Redo the contribution modules merge started in r772861 but this time ↵antelder1-0/+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
2009-03-06Use AssemblyFactory to create Extensionrfeng1-4/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750739 13f79535-47bb-0310-9956-ffa450edef68
2009-01-22TUSCANY-2463 - Merging latest code to support extended attributes to 2.x ↵lresende1-15/+23
development stream git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736501 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19Fix compile errors in AnyAttributeProcessorantelder1-7/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718968 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19Merging the 1.x delta on top of the equinox based moduleslresende1-6/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718858 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19Copying modules from Equinox branch, to start merging the delta changes from ↵lresende1-0/+0
1.x/original trunk git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718815 13f79535-47bb-0310-9956-ffa450edef68
2008-10-13Refactored contribution exceptions, moved them to the contribution.processor ↵jsdelfino1-3/+3
package which is exported out of the contribution module. Removed unused implementation classes. Moved test cases from contribution-impl to contribution. Also renamed a few test cases that had compile errors as easymock is not on the classpath. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@704156 13f79535-47bb-0310-9956-ffa450edef68
2008-10-06Work in progress. Started to clean up cross-bundle dependencies on ↵jsdelfino1-2/+2
ContributionService implementation class, the various CompositeBuilder implementation classes and the ContributionDependencyBuilder implementation class. Added extension points for ContributionBuilders and CompositeBuilders to have them discovered and loaded by the Equinox ServiceDiscovery like other extension points. Moved injection of monitors and SCA definitions to the build methods instead of the constructors to remove references to these implementation constructors. Simplified NodeImpl a bit to remove references to other runtime implementation classes. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@702000 13f79535-47bb-0310-9956-ffa450edef68
2008-09-29Merged from trunk. TUSCANY-2538 - Moving Default element processor to ↵jsdelfino1-0/+68
contribution-xml and various other minor fixes. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699943 13f79535-47bb-0310-9956-ffa450edef68