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/01/07 14:19:43 UTC

[jira] Created: (SMX4RUN-5) The file monitor can handle jar / zip / war extensions, but these extensions should be configured through a property somehow

The file monitor can handle jar / zip / war extensions, but these extensions should be configured through a property somehow
----------------------------------------------------------------------------------------------------------------------------

                 Key: SMX4RUN-5
                 URL: https://issues.apache.org/activemq/browse/SMX4RUN-5
             Project: ServiceMix Runtime
          Issue Type: Improvement
            Reporter: Guillaume Nodet
            Assignee: Guillaume Nodet




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


[jira] Commented: (SMX4RUN-5) The file monitor can handle jar / zip / war extensions, but these extensions should be configured through a property somehow

Posted by "Jeff Yu (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SMX4RUN-5?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=40995#action_40995 ] 

Jeff Yu commented on SMX4RUN-5:
-------------------------------

Instead of adding a property file, I think we can associate the extension with DeploymentListener Impl, or say delegate that impl to provide supported extension?
Take JBIDeploymentListener as an example, I can register JBIDeploymentListener as:

    <bean id="listener" class="org.apache.servicemix.jbi.deployer.impl.JBIDeploymentListener" />

    <osgi:service ref="listener" interface="org.apache.servicemix.runtime.filemonitor.DeploymentListener" >
                <osgi:service-properties>
                    <entry key="support.extensions" value="zip,jar"/>
                 </osgi:service-properties>
   </osgi:service>

And then we can retrieve the supported format from the OSGi container.

Thoughts?

> The file monitor can handle jar / zip / war extensions, but these extensions should be configured through a property somehow
> ----------------------------------------------------------------------------------------------------------------------------
>
>                 Key: SMX4RUN-5
>                 URL: https://issues.apache.org/activemq/browse/SMX4RUN-5
>             Project: ServiceMix Runtime
>          Issue Type: Improvement
>            Reporter: Guillaume Nodet
>


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


[jira] Commented: (SMX4RUN-5) The file monitor can handle jar / zip / war extensions, but these extensions should be configured through a property somehow

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SMX4RUN-5?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=41013#action_41013 ] 

Guillaume Nodet commented on SMX4RUN-5:
---------------------------------------

Actually, I'm thinking we may want to not limit the type of files that are monitored and delegate such test to each deployer in the canHandle method.

> The file monitor can handle jar / zip / war extensions, but these extensions should be configured through a property somehow
> ----------------------------------------------------------------------------------------------------------------------------
>
>                 Key: SMX4RUN-5
>                 URL: https://issues.apache.org/activemq/browse/SMX4RUN-5
>             Project: ServiceMix Runtime
>          Issue Type: Improvement
>            Reporter: Guillaume Nodet
>


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


[jira] Updated: (SMX4RUN-5) The file monitor can handle jar / zip / war extensions, but these extensions should be configured through a property somehow

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

Guillaume Nodet updated SMX4RUN-5:
----------------------------------

    Assignee:     (was: Guillaume Nodet)

> The file monitor can handle jar / zip / war extensions, but these extensions should be configured through a property somehow
> ----------------------------------------------------------------------------------------------------------------------------
>
>                 Key: SMX4RUN-5
>                 URL: https://issues.apache.org/activemq/browse/SMX4RUN-5
>             Project: ServiceMix Runtime
>          Issue Type: Improvement
>            Reporter: Guillaume Nodet
>


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


[jira] Resolved: (SMX4KNL-3) The file monitor can handle jar / zip / war extensions, but these extensions should be configured through a property somehow

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

Guillaume Nodet resolved SMX4KNL-3.
-----------------------------------

    Resolution: Fixed

All extensions can now be used, but only OSGi bundles will be deployed.
Other type of files need to be handled through a DeploymentListener

> The file monitor can handle jar / zip / war extensions, but these extensions should be configured through a property somehow
> ----------------------------------------------------------------------------------------------------------------------------
>
>                 Key: SMX4KNL-3
>                 URL: https://issues.apache.org/activemq/browse/SMX4KNL-3
>             Project: ServiceMix Kernel
>          Issue Type: Improvement
>            Reporter: Guillaume Nodet
>


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


[jira] Moved: (SMX4KNL-3) The file monitor can handle jar / zip / war extensions, but these extensions should be configured through a property somehow

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

Guillaume Nodet moved SMX4RUN-5 to SMX4KNL-3:
---------------------------------------------

        Key: SMX4KNL-3  (was: SMX4RUN-5)
    Project: ServiceMix Kernel  (was: ServiceMix Runtime)

> The file monitor can handle jar / zip / war extensions, but these extensions should be configured through a property somehow
> ----------------------------------------------------------------------------------------------------------------------------
>
>                 Key: SMX4KNL-3
>                 URL: https://issues.apache.org/activemq/browse/SMX4KNL-3
>             Project: ServiceMix Kernel
>          Issue Type: Improvement
>            Reporter: Guillaume Nodet
>


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