summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/modules/assembly-xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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