You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Marshall Schor (JIRA)" <ui...@incubator.apache.org> on 2008/03/20 21:35:24 UTC

[jira] Closed: (UIMA-922) pass absolute file path args to Spring's FileSystemXmlApplicationContext class with prepended "file:"

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

Marshall Schor closed UIMA-922.
-------------------------------

    Resolution: Fixed

> pass absolute file path args to Spring's FileSystemXmlApplicationContext class with prepended "file:"
> -----------------------------------------------------------------------------------------------------
>
>                 Key: UIMA-922
>                 URL: https://issues.apache.org/jira/browse/UIMA-922
>             Project: UIMA
>          Issue Type: Bug
>          Components: Async Scaleout
>            Reporter: Marshall Schor
>            Assignee: Marshall Schor
>             Fix For: 2.2.2S
>
>
> By emperical testing, absolute file paths passed to Spring's FileSystemXmlApplicationContext on Linux are treated as relative paths, unless you prepend "file:" to them.  One of the "deploy" methods (the one taking an array of paths) has code to add the file:; but the other one doesn't.  Add this to the code.

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