You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Jeff Yu (JIRA)" <ji...@apache.org> on 2008/01/08 08:19:43 UTC

[jira] Created: (SMX4NMR-5) write a jbi protocol url handler to install the jbi artifact.

write a jbi protocol url handler to install the jbi artifact.
-------------------------------------------------------------

                 Key: SMX4NMR-5
                 URL: https://issues.apache.org/activemq/browse/SMX4NMR-5
             Project: ServiceMix NMR
          Issue Type: Sub-task
         Environment: Linux
            Reporter: Jeff Yu
            Assignee: Jeff Yu


In the Gshell console, run following command:

osgi install jbi:file:///var/local/servicemix-runtime/servicemix-shared-compat-3.2.1-installer.zip

then it will install the jbi shared library automatically.

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


[jira] Resolved: (SMX4NMR-5) write a jbi protocol url handler to install the jbi artifact.

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

Guillaume Nodet resolved SMX4NMR-5.
-----------------------------------

    Resolution: Fixed

Sending        trunk/bundles
Adding         trunk/jbi/deployer/src/main/java/org/apache/servicemix/jbi/deployer/handler
Adding         trunk/jbi/deployer/src/main/java/org/apache/servicemix/jbi/deployer/handler/Connection.java
Adding         trunk/jbi/deployer/src/main/java/org/apache/servicemix/jbi/deployer/handler/JBIDeploymentListener.java
Adding         trunk/jbi/deployer/src/main/java/org/apache/servicemix/jbi/deployer/handler/Transformer.java
Adding         trunk/jbi/deployer/src/main/java/org/apache/servicemix/jbi/deployer/handler/URLHandler.java
Sending        trunk/jbi/deployer/src/main/java/org/apache/servicemix/jbi/deployer/impl/FileUtil.java
Deleting       trunk/jbi/deployer/src/main/java/org/apache/servicemix/jbi/deployer/impl/JBIDeploymentListener.java
Sending        trunk/jbi/deployer/src/main/resources/META-INF/spring/servicemix-jbi-deployer.xml
Transmitting file data ......
Committed revision 611610.

> write a jbi protocol url handler to install the jbi artifact.
> -------------------------------------------------------------
>
>                 Key: SMX4NMR-5
>                 URL: https://issues.apache.org/activemq/browse/SMX4NMR-5
>             Project: ServiceMix NMR
>          Issue Type: Sub-task
>         Environment: Linux
>            Reporter: Jeff Yu
>            Assignee: Jeff Yu
>         Attachments: smx-nmr-5.patch
>
>
> In the Gshell console, run following command:
> osgi install jbi:file:///var/local/servicemix-runtime/servicemix-shared-compat-3.2.1-installer.zip
> then it will install the jbi shared library automatically.

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


[jira] Updated: (SMX4NMR-5) write a jbi protocol url handler to install the jbi artifact.

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

Jeff Yu updated SMX4NMR-5:
--------------------------

    Attachment: smx-nmr-5.patch

Updated filelist:

D      jbi/deployer/src/main/java/org/apache/servicemix/jbi/deployer/impl/JBIDeploymentListener.java
M      jbi/deployer/src/main/java/org/apache/servicemix/jbi/deployer/impl/FileUtil.java
A      jbi/deployer/src/main/java/org/apache/servicemix/jbi/handler
A      jbi/deployer/src/main/java/org/apache/servicemix/jbi/handler/Connection.java
A      jbi/deployer/src/main/java/org/apache/servicemix/jbi/handler/URLHandler.java
A      jbi/deployer/src/main/java/org/apache/servicemix/jbi/handler/JBIDeploymentListener.java
M      jbi/deployer/src/main/resources/META-INF/spring/servicemix-jbi-deployer.xml
M      jbi/deployer/pom.xml

With this patch, we can install jbi artifact with jbi protocol url. such as jbi:file:///var/local/tmp/servicemix-shared-compat-3.2.1.zip.

I've also moved the JBIDeploymentListener to the "handler" package. I've tested it in the servicemix-runtime, it works well.

> write a jbi protocol url handler to install the jbi artifact.
> -------------------------------------------------------------
>
>                 Key: SMX4NMR-5
>                 URL: https://issues.apache.org/activemq/browse/SMX4NMR-5
>             Project: ServiceMix NMR
>          Issue Type: Sub-task
>         Environment: Linux
>            Reporter: Jeff Yu
>            Assignee: Jeff Yu
>         Attachments: smx-nmr-5.patch
>
>
> In the Gshell console, run following command:
> osgi install jbi:file:///var/local/servicemix-runtime/servicemix-shared-compat-3.2.1-installer.zip
> then it will install the jbi shared library automatically.

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


[jira] Work started: (SMX4NMR-5) write a jbi protocol url handler to install the jbi artifact.

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

Work on SMX4NMR-5 started by Jeff Yu.

> write a jbi protocol url handler to install the jbi artifact.
> -------------------------------------------------------------
>
>                 Key: SMX4NMR-5
>                 URL: https://issues.apache.org/activemq/browse/SMX4NMR-5
>             Project: ServiceMix NMR
>          Issue Type: Sub-task
>         Environment: Linux
>            Reporter: Jeff Yu
>            Assignee: Jeff Yu
>
> In the Gshell console, run following command:
> osgi install jbi:file:///var/local/servicemix-runtime/servicemix-shared-compat-3.2.1-installer.zip
> then it will install the jbi shared library automatically.

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