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

Florent ANDRE updated CLEREZZA-554:
-----------------------------------

    Attachment: classpathBundle.patch

Change rmi based getResource : Activator.class.getResource(filePath);

to the "classical" classloader 
this.getClass().getClassLoader().getResource(filePath);

Change file paths in tests accordingly. 
If this comment is accurate... you got the patch ! :)

> Handle both classpath and file paths in UIMA utils
> --------------------------------------------------
>
>                 Key: CLEREZZA-554
>                 URL: https://issues.apache.org/jira/browse/CLEREZZA-554
>             Project: Clerezza
>          Issue Type: Improvement
>            Reporter: Tommaso Teofili
>            Assignee: Tommaso Teofili
>         Attachments: classpathBundle.patch
>
>
> The current method of getting AE paths must be enhanced to allow retrieving 
> descriptors both from classpath and filesystem

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to