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

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

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

Reply to Author | View in Thread

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



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/