Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Cannot Reproduce
-
2.0.0
-
None
-
None
Description
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.