summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/assembly-xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Merge r767683 from 1.x branchrfeng2009-04-221-40/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767701 13f79535-47bb-0310-9956-ffa450edef68
* Extended Monitoring to give better diagnostic messages which include the ↵edwardsmj2009-04-221-0/+7
| | | | | | name of the artifact being processed. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767418 13f79535-47bb-0310-9956-ffa450edef68
* Fixing the MANIFEST.MF with Bundle-RequiredExecutionEnvironment headerrfeng2009-04-141-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@764927 13f79535-47bb-0310-9956-ffa450edef68
* Match the document using wildcards against the artifact URIrfeng2009-03-253-115/+108
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@758464 13f79535-47bb-0310-9956-ffa450edef68
* Add promoted components to CompositeReference modelrfeng2009-03-201-1/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@756696 13f79535-47bb-0310-9956-ffa450edef68
* Revert 755183 an errant commit from the release pluginantelder2009-03-171-12/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755206 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare branch test-branchantelder2009-03-171-12/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755183 13f79535-47bb-0310-9956-ffa450edef68
* Add spec version number to composite model slaws2009-03-101-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@752096 13f79535-47bb-0310-9956-ffa450edef68
* Support the SCA property value based on the OASIS syntaxrfeng2009-03-064-23/+106
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@751079 13f79535-47bb-0310-9956-ffa450edef68
* Updating OASIS namespace to http://docs.oasis-open.org/ns/opencsa/sca/200903lresende2009-03-0619-36/+36
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750765 13f79535-47bb-0310-9956-ffa450edef68
* Use AssemblyFactory to create Extensionrfeng2009-03-062-7/+74
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750739 13f79535-47bb-0310-9956-ffa450edef68
* More changes to switch SCA namespace from osoa version to oasis onerfeng2009-03-052-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750323 13f79535-47bb-0310-9956-ffa450edef68
* Adjust processors to support @replace for Wire and @nonOverridable for ↵rfeng2009-03-052-6/+24
| | | | | | component reference git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750287 13f79535-47bb-0310-9956-ffa450edef68
* Spliting schemas to assembly-xsd and assembly-xsd-osoalresende2009-03-051-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750259 13f79535-47bb-0310-9956-ffa450edef68
* Moving assembly-xml to OASIS schemalresende2009-03-0422-96/+70
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750223 13f79535-47bb-0310-9956-ffa450edef68
* File.separator not needed when getting resources from the classpath. It ↵slaws2009-03-021-1/+1
| | | | | | always expects "/" git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@749264 13f79535-47bb-0310-9956-ffa450edef68
* Fixing tuscany-xsd path in unit testslresende2009-03-021-5/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@749225 13f79535-47bb-0310-9956-ffa450edef68
* Start to implement the SCA policy framework 1.1 spec draft from OASIS OpenCSArfeng2009-02-2016-930/+379
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@746356 13f79535-47bb-0310-9956-ffa450edef68
* Removed unused importsmcombellack2009-02-092-5/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742767 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2801 - Create a SystemContribution to hold data from definitions.xml ↵slaws2009-02-021-0/+7
| | | | | | 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
* TUSCANY-2780 - Updating NOTICE files to include 2009 in the copyright statementlresende2009-01-231-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736880 13f79535-47bb-0310-9956-ffa450edef68
* Removing unused test compositeslresende2009-01-222-96/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736502 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2463 - Merging latest code to support extended attributes to 2.x ↵lresende2009-01-223-141/+165
| | | | | | development stream git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736501 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2663 - Merging latest code to support extended elements to 2.x ↵lresende2009-01-224-152/+154
| | | | | | development stream git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736500 13f79535-47bb-0310-9956-ffa450edef68
* Updating MANIFEST.MF versions to 2.0.0lresende2009-01-201-14/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736040 13f79535-47bb-0310-9956-ffa450edef68
* Pass the DocumentBuilderFactory around to work with OSGirfeng2008-12-129-143/+56
| | | | | | Remove unused constructors git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@725871 13f79535-47bb-0310-9956-ffa450edef68
* Use static imports instead of implementing the Constants interfacerfeng2008-12-036-5/+91
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723151 13f79535-47bb-0310-9956-ffa450edef68
* Fixed generics raw type compiler warningsmcombellack2008-12-031-6/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722935 13f79535-47bb-0310-9956-ffa450edef68
* Moved imports from JUnit 3 to JUnit 4 style - i.e changed import ↵mcombellack2008-12-037-14/+14
| | | | | | junit.framework to import org.junit git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722817 13f79535-47bb-0310-9956-ffa450edef68
* Converted unit tests from JUnit 3 to JUnit 4mcombellack2008-12-023-15/+28
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722491 13f79535-47bb-0310-9956-ffa450edef68
* Renamed test case so it has the correct test case name format (i.e. ending ↵mcombellack2008-12-021-2/+2
| | | | | | in TestCase) so it will be run by the surefire test report git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722468 13f79535-47bb-0310-9956-ffa450edef68
* Some module description tidying. Also get rid of an empty directoryslaws2008-11-281-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@721428 13f79535-47bb-0310-9956-ffa450edef68
* Removed unused importsmcombellack2008-11-271-2/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@721129 13f79535-47bb-0310-9956-ffa450edef68
* More changes to get to a stage where I have a working build in mvn and in ↵slaws2008-11-211-0/+9
| | | | | | Eclipse (with JDK 6) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719631 13f79535-47bb-0310-9956-ffa450edef68
* remove unused dependencyantelder2008-11-191-7/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718991 13f79535-47bb-0310-9956-ffa450edef68
* Comment out for now a broken testcaseantelder2008-11-191-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718959 13f79535-47bb-0310-9956-ffa450edef68
* Fix compile error in testcaseantelder2008-11-191-5/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718955 13f79535-47bb-0310-9956-ffa450edef68
* Fixing up pom artifact version to 2.0-SNAPSHOTlresende2008-11-191-11/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718906 13f79535-47bb-0310-9956-ffa450edef68
* Merging the 1.x delta on top of the equinox based moduleslresende2008-11-1916-641/+1006
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718858 13f79535-47bb-0310-9956-ffa450edef68
* Copying modules from Equinox branch, to start merging the delta changes from ↵lresende2008-11-1950-0/+7475
| | | | | | 1.x/original trunk git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718815 13f79535-47bb-0310-9956-ffa450edef68