You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
uPortal-start promotes the use of overridesContext.xml usage to customize Spring beans. JasigWidgetPortlets does not currently support this -- it's the only standard portlet that does not. This requires customization to context files to copy and overwrite the original context in a location different than expected.
Solution is to add the overrides context to each portlet defintion in portlet.xml.
For example, here is the change for SimpleJspPortlet:
uPortal-start promotes the use of
overridesContext.xml
usage to customize Spring beans. JasigWidgetPortlets does not currently support this -- it's the only standard portlet that does not. This requires customization to context files to copy and overwrite the original context in a location different than expected.Solution is to add the overrides context to each portlet defintion in
portlet.xml
.For example, here is the change for
SimpleJspPortlet
:Also,
web.xml
should be updated to loadoverridesContext.xml
Default "empty" overrides context files may need to be added into
src/main/resources/properties/contextOverrides/
. See https://github.com/Jasig/WebproxyPortlet/blob/master/src/main/resources/properties/contextOverrides/overridesContext.xml as an example.The text was updated successfully, but these errors were encountered: