On 25/07/06, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote:
Are sca.subsystem files actually used by the C++ SCA runtime?
Yes Calculator packages sca.subsystem in a CalculatorSubsystem directory,
the other samples and test cases seem to follow a similar pattern, but BigBank places it in the Accounts module directory instead. I'm thinking of moving sca.subsystem to a BigBankSubsystem directory to follow the "correct?" pattern, but - assuming that the runtime cares - what will I need to change to tell the runtime where this file is?
Well there is a slight glitch in the code so you can actually put subsystem files (and sca.module files) anywhere under the "system root" and we will find them. The code should have looked under <root>/modules and <root>/subsystems. Cheers, -- Pete
