summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix NPE when autowire is null (ASM_5031 though this doesn't yet fix the test)antelder2009-08-211-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@806485 13f79535-47bb-0310-9956-ffa450edef68
* Correct the reference multiplicity validation algorithm to match what OASIS ↵slaws2009-08-204-24/+64
| | | | | | is expecting git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@806124 13f79535-47bb-0310-9956-ffa450edef68
* Move top level monitor.pushContext calls to each build so we are doing this ↵slaws2009-08-204-248/+220
| | | | | | consistently git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@806123 13f79535-47bb-0310-9956-ffa450edef68
* Create monitor instance in test case as monitor.puchContext calls will fail ↵slaws2009-08-201-2/+8
| | | | | | without it. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@806122 13f79535-47bb-0310-9956-ffa450edef68
* Process includes within composite implementations (ASM_6026)slaws2009-08-201-33/+48
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@806120 13f79535-47bb-0310-9956-ffa450edef68
* fix typoslaws2009-08-201-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@806104 13f79535-47bb-0310-9956-ffa450edef68
* Fix for ASM_5026 related property processingrfeng2009-08-209-135/+890
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@806026 13f79535-47bb-0310-9956-ffa450edef68
* Fix OASIS test ASM_5016 - correct interface check order, note also requires ↵antelder2009-08-191-2/+2
| | | | | | TUSCANY-3218 and TUSCANY-3219 for OASIS fixes to get the test passing ok git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@805843 13f79535-47bb-0310-9956-ffa450edef68
* Fix OASIS test ASM_5012 - its ok to override a reference with multiplicity ↵antelder2009-08-191-1/+1
| | | | | | of zero-N with one-one or one-N git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@805831 13f79535-47bb-0310-9956-ffa450edef68
* Fix OASIS test ASM_5015 - its ok to override a reference with multiplicity ↵antelder2009-08-191-0/+2
| | | | | | zero-one with one-one git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@805808 13f79535-47bb-0310-9956-ffa450edef68
* Add a filter to exclude files in the development mode (a bundle as a PDE ↵rfeng2009-08-191-1/+7
| | | | | | project) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@805632 13f79535-47bb-0310-9956-ffa450edef68
* Update the osgi remote service admin interfaces/classesrfeng2009-08-1814-773/+1626
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@805623 13f79535-47bb-0310-9956-ffa450edef68
* Disable osgi junit test for nowrfeng2009-08-181-1/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@805622 13f79535-47bb-0310-9956-ffa450edef68
* Make the 3rd party jar dependencies consistent in version to avoid conflicts rfeng2009-08-187-14/+78
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@805621 13f79535-47bb-0310-9956-ffa450edef68
* Add support to include different versions of 3rd party jars into the ↵rfeng2009-08-181-10/+130
| | | | | | distribution if it is omitted by a lower version in maven git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@805587 13f79535-47bb-0310-9956-ffa450edef68
* Change introducing-* samples to use .impl packages and xxxImpl names for ↵nash2009-08-187-14/+21
| | | | | | implementation classes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@805586 13f79535-47bb-0310-9956-ffa450edef68
* Rename contribution and launcher directories for introducing-* samplesnash2009-08-1842-36/+36
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@805564 13f79535-47bb-0310-9956-ffa450edef68
* Add contribution to the error messagerfeng2009-08-182-9/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@805535 13f79535-47bb-0310-9956-ffa450edef68
* Add otest to the eclipse profilerfeng2009-08-181-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@805515 13f79535-47bb-0310-9956-ffa450edef68
* Fix for ASM_4008rfeng2009-08-186-21/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@805498 13f79535-47bb-0310-9956-ffa450edef68
* Push component name to the monitor context and sort out some incorrect ↵slaws2009-08-181-47/+53
| | | | | | indentation git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@805438 13f79535-47bb-0310-9956-ffa450edef68
* Use composite name and not URI as top level contextslaws2009-08-181-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@805436 13f79535-47bb-0310-9956-ffa450edef68
* Change no component reference target warning to error (ASM_6020). Push some ↵slaws2009-08-181-43/+64
| | | | | | context into the monitor. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@805425 13f79535-47bb-0310-9956-ffa450edef68
* Change promoted reference not found warning to an error (ASM_6006). Also ↵slaws2009-08-181-22/+30
| | | | | | push some monitor context. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@805399 13f79535-47bb-0310-9956-ffa450edef68
* Raise an error if two composites with the same name are found (ASM_6001). ↵slaws2009-08-183-4/+14
| | | | | | Also remove code marked with FIXME that causes composites to be added twice under normal conditions. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@805398 13f79535-47bb-0310-9956-ffa450edef68
* Push monitor contextslaws2009-08-181-57/+71
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@805395 13f79535-47bb-0310-9956-ffa450edef68
* Ensure that binding ws test composites have unique namesslaws2009-08-184-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@805393 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused importsrfeng2009-08-171-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@805194 13f79535-47bb-0310-9956-ffa450edef68
* Fix the compilation errorrfeng2009-08-171-2/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@805193 13f79535-47bb-0310-9956-ffa450edef68
* Add target for LaunchFullAppDomainNodesnash2009-08-171-0/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@805186 13f79535-47bb-0310-9956-ffa450edef68
* Add launchers for distributed introducing samplenash2009-08-1714-0/+378
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@805181 13f79535-47bb-0310-9956-ffa450edef68
* Add testdomain directorynash2009-08-172-0/+98
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@805150 13f79535-47bb-0310-9956-ffa450edef68
* Clean up launcher test casenash2009-08-171-13/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@805147 13f79535-47bb-0310-9956-ffa450edef68
* Rename launcher classnash2009-08-171-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@805145 13f79535-47bb-0310-9956-ffa450edef68
* Clean up launcher codenash2009-08-171-14/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@805143 13f79535-47bb-0310-9956-ffa450edef68
* Remove redundant exports from introducing-* contributionsnash2009-08-173-3/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@805139 13f79535-47bb-0310-9956-ffa450edef68
* Fix incorrect version numbersnash2009-08-171-2/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@805128 13f79535-47bb-0310-9956-ffa450edef68
* Be more precise when testing whether a property has had a value set and ↵slaws2009-08-172-8/+37
| | | | | | update the property reading code so that empty text values are not generated as a matter of course. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@805004 13f79535-47bb-0310-9956-ffa450edef68
* Write a message if some code is trying to use the monitor but the monitor is ↵slaws2009-08-171-0/+18
| | | | | | null git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@805002 13f79535-47bb-0310-9956-ffa450edef68
* Make interface isEqual() method available from interface contract mapperedwardsmj2009-08-171-0/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@804960 13f79535-47bb-0310-9956-ffa450edef68
* Add extra error reporting context through the Monitoredwardsmj2009-08-172-106/+117
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@804958 13f79535-47bb-0310-9956-ffa450edef68
* Turn off automatic printout of classpath JARs (print only when FINE level ↵edwardsmj2009-08-171-1/+1
| | | | | | logging is enabled) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@804957 13f79535-47bb-0310-9956-ffa450edef68
* Changes to enable interface.wsdl to process WSDL portTypes which have ↵edwardsmj2009-08-178-29/+191
| | | | | | @callback annotations, as required by BPEL callback testcases described in TUSCANY-3203 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@804954 13f79535-47bb-0310-9956-ffa450edef68
* Adjusted handling of WSDL interfaces for Callback cases as part of adding ↵edwardsmj2009-08-171-1/+8
| | | | | | Callback support - TUSCANY-3216 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@804948 13f79535-47bb-0310-9956-ffa450edef68
* Adjusted handling of WSDL interfaces for Callback cases as part of adding ↵edwardsmj2009-08-175-30/+30
| | | | | | Callback support - TUSCANY-3216 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@804947 13f79535-47bb-0310-9956-ffa450edef68
* Adding support for SCA callbacks, as described in TUSCANY 3216edwardsmj2009-08-172-20/+51
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@804938 13f79535-47bb-0310-9956-ffa450edef68
* Adding support for SCA callbacks, as described in TUSCANY 3216edwardsmj2009-08-174-36/+318
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@804937 13f79535-47bb-0310-9956-ffa450edef68
* committing domain-search changes from patch ↵adrianocrestani2009-08-1742-2540/+2469
| | | | | | tuscany_2552_phillipe_ramalho_08_16_2009.patch git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@804871 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
* Update svn:ignorerfeng2009-08-140-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@804287 13f79535-47bb-0310-9956-ffa450edef68