« Return to Thread: [jira] Created: (PLUTO-565) Resource config not found under /WEB-INF/

[jira] Commented: (PLUTO-565) Resource config not found under /WEB-INF/

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View in Thread


    [ https://issues.apache.org/jira/browse/PLUTO-565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12714357#action_12714357 ]

Gonzalo Aguilar commented on PLUTO-565:
---------------------------------------

Sorry I tried. I subscribed and wrote several times but the e-mails never arrived. But I receive all the e-mails from others in the list.

I'm using eclipse and m2eclipse plugin. I tried several ways, several times and never got deployed on /WEB-INF/

It's like this because this file is in resources. And they go always to the class directory of the jar file.

I don't know if this is eclipse exclusive but it should work well even under this IDE.

Tell me if I can do more on this issue. Anyway, I think the patch is right because it's only explicative.


OFFTOPIC: Is there any way to discuss issues more dynamically other than the list?

> Resource config not found under /WEB-INF/
> -----------------------------------------
>
>                 Key: PLUTO-565
>                 URL: https://issues.apache.org/jira/browse/PLUTO-565
>             Project: Pluto
>          Issue Type: Bug
>    Affects Versions: 2.0.0
>            Reporter: Gonzalo Aguilar
>             Fix For: 2.0.1
>
>         Attachments: handle-config-PLUTO-565.patch
>
>
> It seems that the file "pluto-portal-driver-config.xml" doesn't get deployed to the portal WEB-INF directory.
> Pluto hangs because the file cannot be found in the context but it says almost nothing about what file is not found. This path is hardcoded in ResourceConfigReader.class
> I proposed to move the file from
> ./pluto-portal/src/main/resources/pluto-portal-driver-config.xml
> to
> WEB-INF directory or update build path in the pluto portal proyect.
> Also I will atach a patch to handle this situation.

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

 « Return to Thread: [jira] Created: (PLUTO-565) Resource config not found under /WEB-INF/