You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Aaron Galuzzi (JIRA)" <ji...@apache.org> on 2008/07/02 21:00:00 UTC

[jira] Created: (SMX4KNL-58) Hot-deploy capability of FileMonitor does not update bundles properly on Windows.

Hot-deploy capability of FileMonitor does not update bundles properly on Windows.
---------------------------------------------------------------------------------

                 Key: SMX4KNL-58
                 URL: https://issues.apache.org/activemq/browse/SMX4KNL-58
             Project: ServiceMix Kernel
          Issue Type: Bug
    Affects Versions: 1.0-rc1
         Environment: Windows XP
            Reporter: Aaron Galuzzi
             Fix For: 1.0-rc2
         Attachments: BundlePathFix.java

The bundle cannot be found for the JAR file being deployed because the paths do not match. This is a difference in forward/back slashes in path types.

[ Attached is a suggested fix for this problem. ]

Class: org.apache.servicemix.kernel.filemonitor.FileMonitor

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


[jira] Resolved: (SMX4KNL-58) Hot-deploy capability of FileMonitor does not update bundles properly on Windows.

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

Guillaume Nodet resolved SMX4KNL-58.
------------------------------------

      Assignee: Guillaume Nodet
    Resolution: Fixed

Sending        filemonitor/src/main/java/org/apache/servicemix/kernel/filemonitor/FileMonitor.java
Adding         filemonitor/src/test/java/org/apache/servicemix/kernel/filemonitor/FileMonitorTest.java
Transmitting file data ..
Committed revision 674421.

> Hot-deploy capability of FileMonitor does not update bundles properly on Windows.
> ---------------------------------------------------------------------------------
>
>                 Key: SMX4KNL-58
>                 URL: https://issues.apache.org/activemq/browse/SMX4KNL-58
>             Project: ServiceMix Kernel
>          Issue Type: Bug
>    Affects Versions: 1.0-rc1
>         Environment: Windows XP
>            Reporter: Aaron Galuzzi
>            Assignee: Guillaume Nodet
>             Fix For: 1.0-rc2
>
>         Attachments: patchfile.txt
>
>
> The bundle cannot be found for the JAR file being deployed because the paths do not match. This is a difference in forward/back slashes in path types.
> [ Attached is a suggested fix for this problem. ]
> Class: org.apache.servicemix.kernel.filemonitor.FileMonitor

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


[jira] Updated: (SMX4KNL-58) Hot-deploy capability of FileMonitor does not update bundles properly on Windows.

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

Aaron Galuzzi updated SMX4KNL-58:
---------------------------------

    Attachment:     (was: BundlePathFix.java)

> Hot-deploy capability of FileMonitor does not update bundles properly on Windows.
> ---------------------------------------------------------------------------------
>
>                 Key: SMX4KNL-58
>                 URL: https://issues.apache.org/activemq/browse/SMX4KNL-58
>             Project: ServiceMix Kernel
>          Issue Type: Bug
>    Affects Versions: 1.0-rc1
>         Environment: Windows XP
>            Reporter: Aaron Galuzzi
>             Fix For: 1.0-rc2
>
>         Attachments: patchfile.txt
>
>
> The bundle cannot be found for the JAR file being deployed because the paths do not match. This is a difference in forward/back slashes in path types.
> [ Attached is a suggested fix for this problem. ]
> Class: org.apache.servicemix.kernel.filemonitor.FileMonitor

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


[jira] Updated: (SMX4KNL-58) Hot-deploy capability of FileMonitor does not update bundles properly on Windows.

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

Aaron Galuzzi updated SMX4KNL-58:
---------------------------------

    Attachment: patchfile.txt

Added an SVN diff as a patch file, as well as JUnit tests.

> Hot-deploy capability of FileMonitor does not update bundles properly on Windows.
> ---------------------------------------------------------------------------------
>
>                 Key: SMX4KNL-58
>                 URL: https://issues.apache.org/activemq/browse/SMX4KNL-58
>             Project: ServiceMix Kernel
>          Issue Type: Bug
>    Affects Versions: 1.0-rc1
>         Environment: Windows XP
>            Reporter: Aaron Galuzzi
>             Fix For: 1.0-rc2
>
>         Attachments: patchfile.txt
>
>
> The bundle cannot be found for the JAR file being deployed because the paths do not match. This is a difference in forward/back slashes in path types.
> [ Attached is a suggested fix for this problem. ]
> Class: org.apache.servicemix.kernel.filemonitor.FileMonitor

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