From deployer-corba-gnulinux to rttlua-gnulinux (Server/Corba/Network problem)

Hi.

I'm currently trying to port a deployment script from the deployer xml to lua.

In my old xml i had :

  <struct name="ComponentInstanceName" type="ComponentClass">
    <!-- Transport -->
    <simple name="Server" type="boolean"><value>1</value></simple>
    <!-- Activity -->
    <struct name="Activity" type="NonPeriodicActivity">
      <simple name="Priority" type="short"><value>10</value></simple>
    </struct>
    <!-- Properties -->
    <simple name="UpdateProperties" type="string"><value>config/component.cpf</value></simple>
    <struct name="Properties" type="PropertyBag">
       <simple name="id" type="short"><value>47</value></simple>
    </struct>
    <!-- Configure and Start and Connect -->
    <simple name="AutoConnect" type="boolean"><value>1</value></simple>
    <simple name="AutoConf"    type="boolean"><value>1</value></simple>
    <simple name="AutoStart"   type="boolean"><value>1</value></simple>
  </struct>

How can i make a component "deployable over the network" with lua ?

Regards.

Paul.