summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/modules/assembly-xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Moving 1.x trunklresende2009-11-1351-7820/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835700 13f79535-47bb-0310-9956-ffa450edef68
* Merge all changes from 1.5.2 branch into trunkrfeng2009-10-261-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830026 13f79535-47bb-0310-9956-ffa450edef68
* Fix the NOTICE file date to 2009slaws2009-10-061-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822164 13f79535-47bb-0310-9956-ffa450edef68
* Copy r797997, r798040 and r798050 changes from 1.5.1 branch to 1.x branchnash2009-09-132-5/+15
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814393 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-3250: Support for multiple application context using ↵ramkumar2009-09-041-0/+1
| | | | | | MANIFEST.MF git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@811232 13f79535-47bb-0310-9956-ffa450edef68
* Merge from 1.5.1:rfeng2009-09-022-35/+25
| | | | | | | | 1) Fix for TUSCANY-3238 2) Remove calls to XMLStreamWriter.setPrefix() as writeNamespace() invokes it internally (TUSCANY-3212) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@810726 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3213 - move ProblemImpl from assembly.builder.impl to monitor.impl ↵slaws2009-08-131-1/+1
| | | | | | and extend the Monitor interface to allow problems to be created without needing to access and implementation package git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803875 13f79535-47bb-0310-9956-ffa450edef68
* Don't use url for systemId as it fails when url is for a nested ear resource ↵antelder2009-07-031-1/+1
| | | | | | as the archive: protocol isn't known to woodstock url handler. As far as i can see we don't need the systemId for anything and the build is working fine without it git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790985 13f79535-47bb-0310-9956-ffa450edef68
* Merge the change from r783575 in 2.x to fix TUSCANY-3095rfeng2009-06-291-30/+30
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@789385 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3075 - don't write out the services and references generated to ↵slaws2009-06-021-85/+89
| | | | | | handle callbacks. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@781191 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3052 - Correct the way that JEEImplementations are represented so ↵slaws2009-05-221-1/+5
| | | | | | that they appear as composites. In that way an application composite, when present, can naturally be included in the component hierarchy. When an application composite isn't present then the composite is created on the fly based on the information from the introspected archive. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@777618 13f79535-47bb-0310-9956-ffa450edef68
* Removing unecessary @Ignorelresende2009-04-231-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767776 13f79535-47bb-0310-9956-ffa450edef68
* Add "Extensible" support for the ↵rfeng2009-04-221-105/+71
| | | | | | ContributionMetaData/Contribution/Import/Export models (TUSCANY-2983) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767683 13f79535-47bb-0310-9956-ffa450edef68
* Bump up 1.x trunk version to 1.6-SNAPSHOTantelder2009-04-181-12/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@766265 13f79535-47bb-0310-9956-ffa450edef68
* Correct the type of message that CompositeProcessor reports for a ↵slaws2009-02-251-1/+1
| | | | | | CompositeReadException and correct a few tests to take account of this and another couple of exception funnies. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@747952 13f79535-47bb-0310-9956-ffa450edef68
* Commit some code to write out composite model during processing. Uncomment ↵slaws2009-02-191-16/+35
| | | | | | to use. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@745858 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2847 - Updating composite used to verify any element processinglresende2009-02-121-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743876 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2463 - Enabling extended attribute support for default sca bindinglresende2009-02-121-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743604 13f79535-47bb-0310-9956-ffa450edef68
* Removing unused importslresende2009-02-021-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740074 13f79535-47bb-0310-9956-ffa450edef68
* Removing system.out from AnyAttribute test caselresende2009-02-021-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740072 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2463 - New test case that exercises extended attributes in bindingslresende2009-02-021-0/+42
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740053 13f79535-47bb-0310-9956-ffa450edef68
* Refactoring common code to simplify processing extended attributeslresende2009-01-298-30/+42
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738684 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2463 - Last adjustments to test processors to support the extension ↵lresende2009-01-173-18/+19
| | | | | | attribute wrapper git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@735201 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2663 - UPdating test scenarios to split valid extended element from ↵lresende2009-01-171-8/+37
| | | | | | invalid scenario where require attribute has empty value git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@735200 13f79535-47bb-0310-9956-ffa450edef68
* Removing obsolet test compositelresende2009-01-171-54/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@735198 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2463 - Storing extended attributes in a second list, wrapped into a ↵lresende2009-01-1711-208/+261
| | | | | | extension class that stores the attribute QName, it's value git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@735197 13f79535-47bb-0310-9956-ffa450edef68
* Updating testcase to JUnit 4lresende2009-01-171-6/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@735196 13f79535-47bb-0310-9956-ffa450edef68
* Renaming test cases to follow same naming patternlresende2009-01-172-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@735195 13f79535-47bb-0310-9956-ffa450edef68
* Reverting changes from revision #734356 and there was some merge conflicts ↵lresende2009-01-146-84/+112
| | | | | | that were not supposed to get to svn. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@734475 13f79535-47bb-0310-9956-ffa450edef68
* Merge branch 'tuscany-2663'lresende2009-01-146-112/+84
| | | | | | | Conflicts: modules/assembly-xml/src/test/java/org/apache/tuscany/sca/assembly/xml/ReadWriteAnyElementTestCase.java git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@734356 13f79535-47bb-0310-9956-ffa450edef68
* Converting to JUnit 4 test style to use Ignore on failing testlresende2009-01-081-11/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@732754 13f79535-47bb-0310-9956-ffa450edef68
* Cleaning up extended element test case, adding more test scenarios and ↵lresende2009-01-081-21/+45
| | | | | | enabling commented asserts to validate correctnes of test git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@732753 13f79535-47bb-0310-9956-ffa450edef68
* Removing invalid test compositelresende2009-01-081-42/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@732752 13f79535-47bb-0310-9956-ffa450edef68
* Changing version 1.4-SNAPSHOT to 1.5-SNAPSHOTramkumar2008-12-021-12/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722441 13f79535-47bb-0310-9956-ffa450edef68
* Creating Java SCA 1.x branchlresende2008-11-1353-0/+7755
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@713805 13f79535-47bb-0310-9956-ffa450edef68