I was setting up several custom themes in 4.2.0.  The basic themes (css and 
js)are working fine.

I wanted to try the new RegisteredServiceThemeBasedViewResolver for theme based 
ui views.

In the cas-servlet I uncommented the internalViewResolver bean.
I added a directory in WEF-INF/view/jsp with my theme name, then in ui 
directory under that added an updated jsp I wanted to use.

Basic theme worked / theme based ui view did not.

Then I tried changing the  order  number of the internalViewResolver bean.

Basic theme worked / theme based ui view did not.

Then I took a look at the source code and enabled the logging for 
org.jasig.cas.services.web.  I saw in the log that the serviceThemeResolver was 
handling the request instead of the RegisteredServiceThemeBasedViewResolver.

So, I found the declaration for the serviceThemeResolver in the 
deployerContextCongig.  I commented it out and then I got a 500 error.

Then I tried setting the internalViewResolver bean in the deployerContextConfig 
and also got a 500 error.

Any suggestions?

Thanks,
Nancy

-- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/a/apereo.org/group/cas-user/.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/b32d548a371a4fee947c2e01b225bc3e%40TGI-EX13BE03.pgac.com.
For more options, visit https://groups.google.com/a/apereo.org/d/optout.

Reply via email to