5) Split up autofconf; There is one ResourceProcessor (RP) frontend with a whiteboard spi backend (CAB1 & CAB2). This spi interfaces will roughly look like:

  • All bundles wire to org.osgi.service.deploymentadmin;managementagent=true
  • CAB1 wires to org.osgi.service.cm;managementagent=true
  • CAB2 wires to org.ogi.service.cm
ConfigAdminBridge {
  void createOrUpdate(AutoConfResource resource, Filter filter);
  void drop(AutoConfResource resource, Filter filter);
}

Not sure if all resources should go to all available bridges. Also we should note that this will make our autoconf ace/amdatu specific for good.

6) More options?

I like 5 best for now as it does not involve any reflection..

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
Amdatu-developers mailing list
[email protected]
http://lists.amdatu.org/mailman/listinfo/amdatu-developers

Reply via email to