summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/modules/assembly-xml (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-10-26Merge all changes from 1.5.2 branch into trunkrfeng1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830026 13f79535-47bb-0310-9956-ffa450edef68
2009-10-06Fix the NOTICE file date to 2009slaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822164 13f79535-47bb-0310-9956-ffa450edef68
2009-09-13Copy r797997, r798040 and r798050 changes from 1.5.1 branch to 1.x branchnash2-5/+15
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814393 13f79535-47bb-0310-9956-ffa450edef68
2009-09-04Fixes for TUSCANY-3250: Support for multiple application context using ↵ramkumar1-0/+1
MANIFEST.MF git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@811232 13f79535-47bb-0310-9956-ffa450edef68
2009-09-02Merge from 1.5.1:rfeng2-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
2009-08-13TUSCANY-3213 - move ProblemImpl from assembly.builder.impl to monitor.impl ↵slaws1-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
2009-07-03Don't use url for systemId as it fails when url is for a nested ear resource ↵antelder1-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
2009-06-29Merge the change from r783575 in 2.x to fix TUSCANY-3095rfeng1-30/+30
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@789385 13f79535-47bb-0310-9956-ffa450edef68
2009-06-02TUSCANY-3075 - don't write out the services and references generated to ↵slaws1-85/+89
handle callbacks. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@781191 13f79535-47bb-0310-9956-ffa450edef68
2009-05-22TUSCANY-3052 - Correct the way that JEEImplementations are represented so ↵slaws1-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
2009-04-23Removing unecessary @Ignorelresende1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767776 13f79535-47bb-0310-9956-ffa450edef68
2009-04-22Add "Extensible" support for the ↵rfeng1-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
2009-04-18Bump up 1.x trunk version to 1.6-SNAPSHOTantelder1-12/+12
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@766265 13f79535-47bb-0310-9956-ffa450edef68
2009-02-25Correct the type of message that CompositeProcessor reports for a ↵slaws1-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
2009-02-19Commit some code to write out composite model during processing. Uncomment ↵slaws1-16/+35
to use. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@745858 13f79535-47bb-0310-9956-ffa450edef68
2009-02-12TUSCANY-2847 - Updating composite used to verify any element processinglresende1-1/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743876 13f79535-47bb-0310-9956-ffa450edef68
2009-02-12TUSCANY-2463 - Enabling extended attribute support for default sca bindinglresende1-1/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743604 13f79535-47bb-0310-9956-ffa450edef68
2009-02-02Removing unused importslresende1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740074 13f79535-47bb-0310-9956-ffa450edef68
2009-02-02Removing system.out from AnyAttribute test caselresende1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740072 13f79535-47bb-0310-9956-ffa450edef68
2009-02-02TUSCANY-2463 - New test case that exercises extended attributes in bindingslresende1-0/+42
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740053 13f79535-47bb-0310-9956-ffa450edef68
2009-01-29Refactoring common code to simplify processing extended attributeslresende8-30/+42
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738684 13f79535-47bb-0310-9956-ffa450edef68
2009-01-17TUSCANY-2463 - Last adjustments to test processors to support the extension ↵lresende3-18/+19
attribute wrapper git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@735201 13f79535-47bb-0310-9956-ffa450edef68
2009-01-17TUSCANY-2663 - UPdating test scenarios to split valid extended element from ↵lresende1-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
2009-01-17Removing obsolet test compositelresende1-54/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@735198 13f79535-47bb-0310-9956-ffa450edef68
2009-01-17TUSCANY-2463 - Storing extended attributes in a second list, wrapped into a ↵lresende11-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
2009-01-17Updating testcase to JUnit 4lresende1-6/+11
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@735196 13f79535-47bb-0310-9956-ffa450edef68
2009-01-17 Renaming test cases to follow same naming patternlresende2-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@735195 13f79535-47bb-0310-9956-ffa450edef68
2009-01-14Reverting changes from revision #734356 and there was some merge conflicts ↵lresende6-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
2009-01-14Merge branch 'tuscany-2663'lresende6-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
2009-01-08Converting to JUnit 4 test style to use Ignore on failing testlresende1-11/+13
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@732754 13f79535-47bb-0310-9956-ffa450edef68
2009-01-08Cleaning up extended element test case, adding more test scenarios and ↵lresende1-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
2009-01-08Removing invalid test compositelresende1-42/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@732752 13f79535-47bb-0310-9956-ffa450edef68
2008-12-02Changing version 1.4-SNAPSHOT to 1.5-SNAPSHOTramkumar1-12/+12
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722441 13f79535-47bb-0310-9956-ffa450edef68
2008-11-13Creating Java SCA 1.x branchlresende53-0/+7755
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@713805 13f79535-47bb-0310-9956-ffa450edef68