You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Guillaume Nodet (JIRA)" <ji...@apache.org> on 2010/02/09 11:25:29 UTC

[jira] Created: (FELIX-2059) Cleanup code duplication between admin / main or testing / main

Cleanup code duplication between admin / main or testing / main
---------------------------------------------------------------

                 Key: FELIX-2059
                 URL: https://issues.apache.org/jira/browse/FELIX-2059
             Project: Felix
          Issue Type: Improvement
          Components: Karaf
            Reporter: Guillaume Nodet
            Priority: Minor


For example the subsitution code is duplicated in several locations:
  * org.apache.felix.karaf.testing.Helper
  * org.apache.felix.karaf.main.Main
  * org.apache.felix.karaf.admin.internal.InstanceImpl

The AdminServiceImpl contains duplicate infromation related to the storage file ...

It would be nice to have a separate maven module which would hold the necessary classes to access karaf information (loading properties, pid file, shutdown socket, etc...) so that it would be easier to interact with a karaf instance

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.