summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/contribution/src/main (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-05-10Redo the contribution modules merge started in r772861 but this time ↵antelder43-0/+4276
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-05-08Updates and additions to add preResolve phase to contribution processing ↵edwardsmj3-8/+92
(See TUSCANY-3012) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772949 13f79535-47bb-0310-9956-ffa450edef68
2009-04-22Merge r767683 from 1.x branchrfeng11-136/+203
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767701 13f79535-47bb-0310-9956-ffa450edef68
2009-04-22Extended Monitoring to give better diagnostic messages which include the ↵edwardsmj1-4/+12
name of the artifact being processed. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767420 13f79535-47bb-0310-9956-ffa450edef68
2009-04-10Remove deprecated classes and use generic type for getModelrfeng6-118/+74
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@763837 13f79535-47bb-0310-9956-ffa450edef68
2009-04-02Remove System.out.printlnrfeng1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761463 13f79535-47bb-0310-9956-ffa450edef68
2009-04-01Clean up the artifact processor extension pointrfeng8-283/+407
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761053 13f79535-47bb-0310-9956-ffa450edef68
2009-03-26Add a flag to control if schema validation should be enabledrfeng2-32/+58
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@758911 13f79535-47bb-0310-9956-ffa450edef68
2009-03-26Do not issue warnings for xsi: attrsrfeng1-3/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@758482 13f79535-47bb-0310-9956-ffa450edef68
2009-03-25Match the document using wildcards against the artifact URIrfeng4-206/+339
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@758464 13f79535-47bb-0310-9956-ffa450edef68
2009-03-06Updating OASIS namespace to http://docs.oasis-open.org/ns/opencsa/sca/200903lresende2-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750765 13f79535-47bb-0310-9956-ffa450edef68
2009-03-05URI is registered as /x/y/Z.extrfeng1-20/+31
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750600 13f79535-47bb-0310-9956-ffa450edef68
2009-03-05Allows the lookup by URI for URLArtifactProcessorsrfeng1-6/+11
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750579 13f79535-47bb-0310-9956-ffa450edef68
2009-03-05Updates to contribution modules to use OASIS namespaces/schemalresende2-5/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750244 13f79535-47bb-0310-9956-ffa450edef68
2009-02-20Start to implement the SCA policy framework 1.1 spec draft from OASIS OpenCSArfeng6-6/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@746356 13f79535-47bb-0310-9956-ffa450edef68
2009-02-09Removed unused importsmcombellack2-2/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742767 13f79535-47bb-0310-9956-ffa450edef68
2009-02-02TUSCANY-2801 - Create a SystemContribution to hold data from definitions.xml ↵slaws1-0/+23
found in extensions and in application contributions. This change creates a system contribution on the fly in the node and installs a DefaultModelResolver for various policy elements. The default resolver not takes account of any default imports that are available. All application level contributions are linked to the system contribution via a default import that references the system contributions model resolver. Hence policy element resolution will traverse the tree to the system contribution if the element is not resolved locally. We may want to create specific policy resolvers here but this change allows for some experimentation. The next hurdle to getting this to work is to get policy set XPath applied to the assembly model again. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739953 13f79535-47bb-0310-9956-ffa450edef68
2009-01-22TUSCANY-2463 - Merging latest code to support extended attributes to 2.x ↵lresende1-6/+5
development stream git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736501 13f79535-47bb-0310-9956-ffa450edef68
2009-01-22TUSCANY-2663 - Merging latest code to support extended elements to 2.x ↵lresende3-98/+109
development stream git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736500 13f79535-47bb-0310-9956-ffa450edef68
2009-01-22Removing unused SPI constantlresende1-6/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736499 13f79535-47bb-0310-9956-ffa450edef68
2009-01-21Update ContributionScanner javadocslresende1-1/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736497 13f79535-47bb-0310-9956-ffa450edef68
2009-01-13Merge the TuscanyNamespaceContext changes from 1.xrfeng4-567/+147
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@734254 13f79535-47bb-0310-9956-ffa450edef68
2008-12-12Pass the DocumentBuilderFactory around to work with OSGirfeng1-8/+2
Remove unused constructors git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@725871 13f79535-47bb-0310-9956-ffa450edef68
2008-12-03Fixed generics raw type compiler warningsmcombellack1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722943 13f79535-47bb-0310-9956-ffa450edef68
2008-12-03Corrected minor spelling mistakemcombellack1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722937 13f79535-47bb-0310-9956-ffa450edef68
2008-11-27Removed unused importsmcombellack1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@721129 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19Fix compile error on missing loggerantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718952 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19Merging the 1.x delta on top of the equinox based moduleslresende7-11/+661
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 ↵lresende72-0/+6445
1.x/original trunk git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718815 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19Moving current trunk modules to contrib, before starting the Equinox branch ↵lresende90-8268/+0
merge git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718812 13f79535-47bb-0310-9956-ffa450edef68
2008-11-13Work in progress, add support for ZIP archive contributionsantelder1-0/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@713740 13f79535-47bb-0310-9956-ffa450edef68
2008-11-06Package type constants for Java EE archives.vamsic0071-0/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@711863 13f79535-47bb-0310-9956-ffa450edef68
2008-11-05TUSCANY-2629, TUSCANY-2624, TUSCANY-2663 - more changes to record unknown ↵slaws4-1/+632
elements that appear in SCDL git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@711584 13f79535-47bb-0310-9956-ffa450edef68
2008-09-23TUSCANY-2538 - missing file to register attribute processor extension pointlresende1-0/+18
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@698108 13f79535-47bb-0310-9956-ffa450edef68
2008-09-23TUSCANY-2538 - Moving Default element processor to contribution-xml and ↵lresende6-299/+45
various other minor fixes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@698102 13f79535-47bb-0310-9956-ffa450edef68
2008-09-15TUSCANY-2538 - Removing debug information from Extensible Artifact Processorlresende1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695571 13f79535-47bb-0310-9956-ffa450edef68
2008-09-15TUSCANY-2538 - Adding default processor to handle unknown contents in ↵lresende2-1/+279
composite file git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695536 13f79535-47bb-0310-9956-ffa450edef68
2008-09-11TUSCANY-2463 - Adding attribute extension infrastructure and integration ↵lresende7-48/+759
with basic sca model parsing git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694165 13f79535-47bb-0310-9956-ffa450edef68
2008-09-09Fixes to get the Equinox integration working. Use the parent classloader ↵jsdelfino1-3/+1
instead of the Thread context classloader as parent of the contribution classloader. Use the ServiceDiscovery to get instances of DocumentBuilderFactory and TransformerFactory. Pass these factories around instead of creating new instances in different places. Clarified the few prints in the calculator-osgi sample showing which classloader is used. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693411 13f79535-47bb-0310-9956-ffa450edef68
2008-08-27Updates to get the JMS binding requestConnection and responseConnection ↵antelder2-0/+12
attributes working using bindings defined in the definitions.xml file. This is not the final code for this as the definitions.xml processing is being refactored (by Simon Laws?) as part of TUSCANY-2499, this shows the type of function that the JMS binding will need as part of that work. Two parts that need work are that SCADefinitions.getBindings currently returns a list of Objects not Bindings as otherwise theres a cyclic dependency in the maven modules, and there needs to be a way for bindings to get at the SCADefinitions which is currently being done by getting at the contribution processing internals with ExtensibleModelResolver.getDefaultModelResolver and DefaultModelResolver.getModels. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689448 13f79535-47bb-0310-9956-ffa450edef68
2008-08-13Added missing @Override annotation to methods that override methods from ↵mcombellack1-0/+24
their superclass git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685532 13f79535-47bb-0310-9956-ffa450edef68
2008-08-05Added constructors taking integer and double parameters.jsdelfino1-0/+20
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@682645 13f79535-47bb-0310-9956-ffa450edef68
2008-07-08Make the ServiceDiscovery pluggable and add support for OSGi-based service ↵rfeng3-3/+3
discoverer git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@675040 13f79535-47bb-0310-9956-ffa450edef68