You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "David Blevins (JIRA)" <ji...@apache.org> on 2008/03/07 06:44:58 UTC

[jira] Closed: (OPENEJB-767) Paths with spaces may result in "Unable to scrape for @Stateful, @Stateless or @MessageDriven annotations"

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

David Blevins closed OPENEJB-767.
---------------------------------

    Resolution: Fixed

Seems to be working for the most part.  I think we may still have issues with our URI usage.  We might want to encapsulate that too.  But for now we seem at least basically functional on a platform with spaces in the path.

> Paths with spaces may result in "Unable to scrape for @Stateful, @Stateless or @MessageDriven annotations"
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: OPENEJB-767
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-767
>             Project: OpenEJB
>          Issue Type: Bug
>          Components: deployment
>    Affects Versions: 3.0-beta-1, 3.0-beta-2
>            Reporter: David Blevins
>            Assignee: David Blevins
>             Fix For: 3.0
>
>
> File paths are not decoded when converting from URLs.  The result is output like the following:
> INFO - Found EjbModule in classpath: C:\Dokumente%20und%20Einstellungen\koh\.m2\repository\tpg\networkstorage-management\networkstorage-management-api\0.2-SNAPSHOT\networkstorage-management-api-0.2-SNAPSHOT-mock.jar
> INFO - Configuring app: C:\Dokumente%20und%20Einstellungen\koh\.m2\repository\tpg\pattern-management\pattern-management-api\0.4-SNAPSHOT\pattern-management-api-0.4-SNAPSHOT-mock.jar
> WARN - Unable to scrape for @Stateful, @Stateless or @MessageDriven annotations.Invalid EjbModule URL: C:\Dokumente%20und%20Einstellungen\koh\.m2\repository\tpg\pattern-management\pattern-management-api\0.4-SNAPSHOT\pattern-management-api-0.4-SNAPSHOT-mock.jar

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