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 2009/02/18 16:31:00 UTC

[jira] Created: (SMX4NMR-95) Allow the customization of the OSGi manifest when transforming a JBI artifact to an OSGi bundle

Allow the customization of the OSGi manifest when transforming a JBI artifact to an OSGi bundle
-----------------------------------------------------------------------------------------------

                 Key: SMX4NMR-95
                 URL: https://issues.apache.org/activemq/browse/SMX4NMR-95
             Project: ServiceMix NMR
          Issue Type: Improvement
            Reporter: Guillaume Nodet
            Assignee: Guillaume Nodet
             Fix For: 1.0.0


Some JBI components may expect container classes to be available, so we should have a way to cope with that.
This would be especially important for Ode 

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


[jira] Resolved: (SMX4NMR-95) Allow the customization of the OSGi manifest when transforming a JBI artifact to an OSGi bundle

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMX4NMR-95?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet resolved SMX4NMR-95.
------------------------------------

    Resolution: Fixed

Sending        deployer/src/main/java/org/apache/servicemix/jbi/deployer/handler/Connection.java
Adding         deployer/src/main/java/org/apache/servicemix/jbi/deployer/handler/Parser.java
Sending        deployer/src/main/java/org/apache/servicemix/jbi/deployer/handler/Transformer.java
Sending        deployer/src/main/java/org/apache/servicemix/jbi/deployer/handler/URLHandler.java
Transmitting file data ....
Committed revision 745573.

The syntax now becomes:

{code}
jbi:jbi-jar-uri[,jbi-instr-uri][$jbi-instructions]
{code}

Example:
{code}
jbi:file:///Users/gnodet/tmp/apache-ode-jbi-1.2/ode-jbi-1.2.zip$DynamicImport-Package=javax.*,org.xml.*,org.w3c.*,org.apache.geronimo.transaction.manager.*
{code}


> Allow the customization of the OSGi manifest when transforming a JBI artifact to an OSGi bundle
> -----------------------------------------------------------------------------------------------
>
>                 Key: SMX4NMR-95
>                 URL: https://issues.apache.org/activemq/browse/SMX4NMR-95
>             Project: ServiceMix NMR
>          Issue Type: Improvement
>            Reporter: Guillaume Nodet
>            Assignee: Guillaume Nodet
>             Fix For: 1.0.0
>
>
> Some JBI components may expect container classes to be available, so we should have a way to cope with that.
> This would be especially important for Ode 

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