summaryrefslogtreecommitdiffstats
path: root/java/sca (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-08-26Update the node creation to be per test so it properly tests the scenariosantelder1-7/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@808001 13f79535-47bb-0310-9956-ffa450edef68
2009-08-26Update the client jar to remove the sayHello call in the init method as its ↵antelder1-0/+0
complicating the test git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@808000 13f79535-47bb-0310-9956-ffa450edef68
2009-08-26Split big test method into several discrete test methodsantelder1-5/+23
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@807972 13f79535-47bb-0310-9956-ffa450edef68
2009-08-26Update test for removing a contribution so that the test actually worksantelder1-3/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@807968 13f79535-47bb-0310-9956-ffa450edef68
2009-08-26Initial code for ASM_5036 fix, note the TUSCANY-3236 TODO and also it might ↵antelder2-1/+21
be better to find a place later on in processing to do this check git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@807951 13f79535-47bb-0310-9956-ffa450edef68
2009-08-26Correct arg type in warning method to match error methodantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@807915 13f79535-47bb-0310-9956-ffa450edef68
2009-08-25Fix TUSCANY-3231 and ASM_5029, spot that property with many=false has ↵antelder4-5/+11
multiple value elements git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@807619 13f79535-47bb-0310-9956-ffa450edef68
2009-08-25Fix ASM_5031, wire with @replace=true overrides reference @target attributeantelder1-0/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@807545 13f79535-47bb-0310-9956-ffa450edef68
2009-08-24More progress on the ModelBuilder approach. Doesn't work yet but I'm using ↵slaws3-57/+597
it to understand the work that has been done on policies recently and how that could fit in. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@807304 13f79535-47bb-0310-9956-ffa450edef68
2009-08-24Allow services/references/properties to be retrieved by name from a componentslaws2-0/+66
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@807302 13f79535-47bb-0310-9956-ffa450edef68
2009-08-24Guard against NPEantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@807278 13f79535-47bb-0310-9956-ffa450edef68
2009-08-24Fix ASM_5021use wire target when autowire and single reference binding target@antelder1-0/+30
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@807257 13f79535-47bb-0310-9956-ffa450edef68
2009-08-21Fix NPE when autowire is null (ASM_5031 though this doesn't yet fix the test)antelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@806485 13f79535-47bb-0310-9956-ffa450edef68
2009-08-20Correct the reference multiplicity validation algorithm to match what OASIS ↵slaws4-24/+64
is expecting git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@806124 13f79535-47bb-0310-9956-ffa450edef68
2009-08-20Move top level monitor.pushContext calls to each build so we are doing this ↵slaws4-248/+220
consistently git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@806123 13f79535-47bb-0310-9956-ffa450edef68
2009-08-20Create monitor instance in test case as monitor.puchContext calls will fail ↵slaws1-2/+8
without it. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@806122 13f79535-47bb-0310-9956-ffa450edef68
2009-08-20Process includes within composite implementations (ASM_6026)slaws1-33/+48
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@806120 13f79535-47bb-0310-9956-ffa450edef68
2009-08-20fix typoslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@806104 13f79535-47bb-0310-9956-ffa450edef68
2009-08-20Fix for ASM_5026 related property processingrfeng9-135/+890
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@806026 13f79535-47bb-0310-9956-ffa450edef68
2009-08-19Fix OASIS test ASM_5016 - correct interface check order, note also requires ↵antelder1-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
2009-08-19Fix OASIS test ASM_5012 - its ok to override a reference with multiplicity ↵antelder1-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
2009-08-19Fix OASIS test ASM_5015 - its ok to override a reference with multiplicity ↵antelder1-0/+2
zero-one with one-one git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@805808 13f79535-47bb-0310-9956-ffa450edef68
2009-08-19Add a filter to exclude files in the development mode (a bundle as a PDE ↵rfeng1-1/+7
project) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@805632 13f79535-47bb-0310-9956-ffa450edef68
2009-08-18Update the osgi remote service admin interfaces/classesrfeng14-773/+1626
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@805623 13f79535-47bb-0310-9956-ffa450edef68
2009-08-18Disable osgi junit test for nowrfeng1-1/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@805622 13f79535-47bb-0310-9956-ffa450edef68
2009-08-18Make the 3rd party jar dependencies consistent in version to avoid conflicts rfeng7-14/+78
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@805621 13f79535-47bb-0310-9956-ffa450edef68
2009-08-18Add contribution to the error messagerfeng2-9/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@805535 13f79535-47bb-0310-9956-ffa450edef68
2009-08-18Add otest to the eclipse profilerfeng1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@805515 13f79535-47bb-0310-9956-ffa450edef68
2009-08-18Fix for ASM_4008rfeng6-21/+14
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@805498 13f79535-47bb-0310-9956-ffa450edef68
2009-08-18Push component name to the monitor context and sort out some incorrect ↵slaws1-47/+53
indentation git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@805438 13f79535-47bb-0310-9956-ffa450edef68
2009-08-18Use composite name and not URI as top level contextslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@805436 13f79535-47bb-0310-9956-ffa450edef68
2009-08-18Change no component reference target warning to error (ASM_6020). Push some ↵slaws1-43/+64
context into the monitor. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@805425 13f79535-47bb-0310-9956-ffa450edef68
2009-08-18Change promoted reference not found warning to an error (ASM_6006). Also ↵slaws1-22/+30
push some monitor context. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@805399 13f79535-47bb-0310-9956-ffa450edef68
2009-08-18Raise an error if two composites with the same name are found (ASM_6001). ↵slaws3-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
2009-08-18Push monitor contextslaws1-57/+71
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@805395 13f79535-47bb-0310-9956-ffa450edef68
2009-08-18Ensure that binding ws test composites have unique namesslaws4-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@805393 13f79535-47bb-0310-9956-ffa450edef68
2009-08-17Remove unused importsrfeng1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@805194 13f79535-47bb-0310-9956-ffa450edef68
2009-08-17Fix the compilation errorrfeng1-2/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@805193 13f79535-47bb-0310-9956-ffa450edef68
2009-08-17Be more precise when testing whether a property has had a value set and ↵slaws2-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
2009-08-17Write a message if some code is trying to use the monitor but the monitor is ↵slaws1-0/+18
null git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@805002 13f79535-47bb-0310-9956-ffa450edef68
2009-08-17Make interface isEqual() method available from interface contract mapperedwardsmj1-0/+9
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@804960 13f79535-47bb-0310-9956-ffa450edef68
2009-08-17Add extra error reporting context through the Monitoredwardsmj2-106/+117
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@804958 13f79535-47bb-0310-9956-ffa450edef68
2009-08-17Turn off automatic printout of classpath JARs (print only when FINE level ↵edwardsmj1-1/+1
logging is enabled) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@804957 13f79535-47bb-0310-9956-ffa450edef68
2009-08-17Changes to enable interface.wsdl to process WSDL portTypes which have ↵edwardsmj8-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
2009-08-17Adjusted handling of WSDL interfaces for Callback cases as part of adding ↵edwardsmj1-1/+8
Callback support - TUSCANY-3216 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@804948 13f79535-47bb-0310-9956-ffa450edef68
2009-08-17Adjusted handling of WSDL interfaces for Callback cases as part of adding ↵edwardsmj5-30/+30
Callback support - TUSCANY-3216 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@804947 13f79535-47bb-0310-9956-ffa450edef68
2009-08-17Adding support for SCA callbacks, as described in TUSCANY 3216edwardsmj2-20/+51
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@804938 13f79535-47bb-0310-9956-ffa450edef68
2009-08-17Adding support for SCA callbacks, as described in TUSCANY 3216edwardsmj4-36/+318
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@804937 13f79535-47bb-0310-9956-ffa450edef68
2009-08-14Add WS endpoints to nested endpoints tests, correct localhost instead of ↵antelder3-71/+117
machine name, refactor common code to utility class git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@804193 13f79535-47bb-0310-9956-ffa450edef68
2009-08-14Add tests for WS endpointsantelder2-5/+102
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@804182 13f79535-47bb-0310-9956-ffa450edef68