summaryrefslogtreecommitdiffstats
path: root/java (unfollow)
Commit message (Expand)AuthorFilesLines
2009-08-27Initial update to handle nodes being restarted. Similar changes needed in man...antelder1-11/+32
2009-08-27During rebuild also reset the status of the endpoint reference so it gets reb...antelder1-0/+2
2009-08-27Throw exception if scope container isn't running (need to do similar for all ...antelder1-2/+4
2009-08-27Fixes to generate proper exception for ASM_6029 and ASM_6030 otestsramkumar2-2/+13
2009-08-27Add a testcase for using two nodes and stopping and restarting the sevrice no...antelder1-0/+102
2009-08-26Add domain node to buildantelder1-0/+1
2009-08-26Update manifestantelder1-39/+7
2009-08-26Update to activate the separate nodes tests as it works now after the 808033 fixantelder1-2/+2
2009-08-26Change endpoint registry to not use a static for the Maps so there's one per ...antelder1-2/+2
2009-08-26Remove unused importantelder1-1/+0
2009-08-26Update testcase to have more meaningful method namesantelder1-2/+2
2009-08-26Start of a test for multiple nodes within a single JVMantelder1-0/+91
2009-08-26Update the node creation to be per test so it properly tests the scenariosantelder1-7/+6
2009-08-26Update the client jar to remove the sayHello call in the init method as its c...antelder1-0/+0
2009-08-26Split big test method into several discrete test methodsantelder1-5/+23
2009-08-26Update test for removing a contribution so that the test actually worksantelder1-3/+8
2009-08-26Initial code for ASM_5036 fix, note the TUSCANY-3236 TODO and also it might b...antelder2-1/+21
2009-08-26Correct arg type in warning method to match error methodantelder1-1/+1
2009-08-25Fix TUSCANY-3231 and ASM_5029, spot that property with many=false has multipl...antelder4-5/+11
2009-08-25Fix ASM_5031, wire with @replace=true overrides reference @target attributeantelder1-0/+3
2009-08-24TUSCANY-3233 - Applying patch from Florian Pinellresende1-1/+5
2009-08-24More progress on the ModelBuilder approach. Doesn't work yet but I'm using it...slaws3-57/+597
2009-08-24Allow services/references/properties to be retrieved by name from a componentslaws2-0/+66
2009-08-24Guard against NPEantelder1-1/+1
2009-08-24Fix ASM_5021use wire target when autowire and single reference binding target@antelder1-0/+30
2009-08-21Fix NPE when autowire is null (ASM_5031 though this doesn't yet fix the test)antelder1-1/+1
2009-08-20Correct the reference multiplicity validation algorithm to match what OASIS i...slaws4-24/+64
2009-08-20Move top level monitor.pushContext calls to each build so we are doing this c...slaws4-248/+220
2009-08-20Create monitor instance in test case as monitor.puchContext calls will fail w...slaws1-2/+8
2009-08-20Process includes within composite implementations (ASM_6026)slaws1-33/+48
2009-08-20fix typoslaws1-1/+1
2009-08-20Fix for ASM_5026 related property processingrfeng9-135/+890
2009-08-19Fix OASIS test ASM_5016 - correct interface check order, note also requires T...antelder1-2/+2
2009-08-19Fix OASIS test ASM_5012 - its ok to override a reference with multiplicity of...antelder1-1/+1
2009-08-19Fix OASIS test ASM_5015 - its ok to override a reference with multiplicity ze...antelder1-0/+2
2009-08-19Add a filter to exclude files in the development mode (a bundle as a PDE proj...rfeng1-1/+7
2009-08-18Update the osgi remote service admin interfaces/classesrfeng14-773/+1626
2009-08-18Disable osgi junit test for nowrfeng1-1/+3
2009-08-18Make the 3rd party jar dependencies consistent in version to avoid conflicts rfeng7-14/+78
2009-08-18Add contribution to the error messagerfeng2-9/+10
2009-08-18Add otest to the eclipse profilerfeng1-0/+1
2009-08-18Fix for ASM_4008rfeng6-21/+14
2009-08-18Push component name to the monitor context and sort out some incorrect indent...slaws1-47/+53
2009-08-18Use composite name and not URI as top level contextslaws1-1/+1
2009-08-18Change no component reference target warning to error (ASM_6020). Push some c...slaws1-43/+64
2009-08-18Change promoted reference not found warning to an error (ASM_6006). Also push...slaws1-22/+30
2009-08-18Raise an error if two composites with the same name are found (ASM_6001). Als...slaws3-4/+14
2009-08-18Push monitor contextslaws1-57/+71
2009-08-18Ensure that binding ws test composites have unique namesslaws4-4/+4
2009-08-17Remove unused importsrfeng1-1/+0