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

[jira] Resolved: (SMX4KNL-74) When using the spring deployer, allow the customization of the OSGi manifest entries

     [ https://issues.apache.org/activemq/browse/SMX4KNL-74?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet resolved SMX4KNL-74.
------------------------------------

    Resolution: Fixed

It can now be done using the following element in the spring configuration file:

{code}
<beans ...>
    <manifest>
        Spring-Context=*;publish-context:=false;create-asynchronously:=false
    </manifest>
{code}

The content of the <manifest/> element should be a property file, which content overrides the default entries for the generated manifest.

Sending        spring/src/main/java/org/apache/servicemix/kernel/spring/SpringTransformer.java
Sending        spring/src/test/java/org/apache/servicemix/kernel/spring/SpringDeploymentListenerTest.java
Adding         spring/src/test/resources
Adding         spring/src/test/resources/test.xml
Transmitting file data ...
Committed revision 699244.

> When using the spring deployer, allow the customization of the OSGi manifest entries
> ------------------------------------------------------------------------------------
>
>                 Key: SMX4KNL-74
>                 URL: https://issues.apache.org/activemq/browse/SMX4KNL-74
>             Project: ServiceMix Kernel
>          Issue Type: Improvement
>            Reporter: Guillaume Nodet
>            Assignee: Guillaume Nodet
>             Fix For: 1.1.0
>
>         Attachments: SMX4KNL-74.patch
>
>


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