summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/modules/domain-manager/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Moving 1.x trunklresende2009-11-1343-7325/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835700 13f79535-47bb-0310-9956-ffa450edef68
* fixing compilation problem on DeployedCompositeCollectionImpladrianocrestani2009-10-301-1/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831435 13f79535-47bb-0310-9956-ffa450edef68
* applying patch tuscany_2552_phillipe_ramalho_09_30_2009.patch from TUSCANY-2552adrianocrestani2009-10-285-18/+27
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830448 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3266 use the last fragment of the composite URI path to compare ↵slaws2009-09-161-6/+11
| | | | | | against the composite from the composite collection to give a better chance of finding the right composite. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@815725 13f79535-47bb-0310-9956-ffa450edef68
* Copy r800411 and r807024 changes from 1.5.1 branch to 1.x branchnash2009-09-132-2/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814399 13f79535-47bb-0310-9956-ffa450edef68
* Copy r797997, r798040 and r798050 changes from 1.5.1 branch to 1.x branchnash2009-09-131-12/+56
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814393 13f79535-47bb-0310-9956-ffa450edef68
* Copy r797984, r797987 and r797991 changes from 1.5.1 branch to 1.x branchnash2009-09-131-11/+101
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814389 13f79535-47bb-0310-9956-ffa450edef68
* Add null guards around uses of domainSearch reference to prevent unit test ↵nash2009-09-091-2/+6
| | | | | | failure git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@812765 13f79535-47bb-0310-9956-ffa450edef68
* committing domain-manager changes from patch ↵adrianocrestani2009-08-1710-175/+294
| | | | | | tuscany_2552_phillipe_ramalho_08_16_2009.patch git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@804870 13f79535-47bb-0310-9956-ffa450edef68
* Experiments with domain search to solve javaScript scoping issues and minor ↵lresende2009-08-133-47/+40
| | | | | | formats git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@804021 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3213 - move ProblemImpl from assembly.builder.impl to monitor.impl ↵slaws2009-08-131-0/+15
| | | | | | 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
* Small change to execute search when user hits enter on the search fieldlresende2009-08-101-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802658 13f79535-47bb-0310-9956-ffa450edef68
* Minor format based on Tuscany code stylelresende2009-08-101-426/+382
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802657 13f79535-47bb-0310-9956-ffa450edef68
* applying tuscany_2552_domain_search_phillipe_ramalho_08_08_2009.patch and ↵adrianocrestani2009-08-1011-544/+897
| | | | | | tuscany_2552_domain_manager_phillipe_ramalho_08_08_2009.patch submitted to TUSCANY-2552 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802637 13f79535-47bb-0310-9956-ffa450edef68
* applying patch tuscany_2552_phillipe_ramalho_07_04_2009.patch.txt from ↵adrianocrestani2009-07-059-5/+500
| | | | | | TUSCANY-2552 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@791203 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3062 - another work round to get resolution doing something in the ↵slaws2009-06-021-0/+3
| | | | | | domain manager. Still needs work. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@781193 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3062 don't resolve composites in the deployable composite ↵slaws2009-05-261-3/+5
| | | | | | collection. Remove unused contributions from domain. Upgrade the README to describe each store scenario and how to run it. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778666 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2933 - Updating domain manager ui to use widget Java Script fuctions ↵lresende2009-03-244-7/+7
| | | | | | in the new tuscany.sca namespace git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@757650 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-2854: remove the use of "tempuri.org"rfeng2009-02-171-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@745197 13f79535-47bb-0310-9956-ffa450edef68
* Remove some targetNamespace attributesslaws2009-01-292-4/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738833 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANT-2763 & TUSCANY-2764rfeng2009-01-133-5/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@734063 13f79535-47bb-0310-9956-ffa450edef68
* Creating Java SCA 1.x branchlresende2008-11-1336-0/+6225
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@713805 13f79535-47bb-0310-9956-ffa450edef68