Skip to content

Proper OSGi vs non-OSGi separation in TemplateEngineFactory #1

@misl

Description

@misl

Currently TemplateEngineFactory is the entry point for both OSGi and non-OSGi usage. This is no clear separation. Especially for the getInstance() method.

Somehow we have to determine whether running in OSGi mode or not for this see http://stackoverflow.com/questions/5879040/how-to-detect-if-running-in-osgi-container

Use a special bundle-activator to verify this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions