06-05-05 10:45 PM
I have extended the EntryPortlet and can get the normal Hats session to
render. However when I try to pass in parameters, the Hats portlet
fails to render and throws lots of exceptions in the logs:
> Caused by: java.lang.ClassCastException: java.lang.String
> at com.ibm.hats.runtime.EntryServlet.requestedHODOverrides(EntrySe
rvlet.java:1444)
> at com.ibm.hats.runtime.EntryServlet.getAppOverrides(EntryServlet.
java:1336)
> at com.ibm.hats.runtime.EntryPortlet.doView(EntryPortlet.java:223)
I am doing nothing in Extended class as of yet, just calling
super.doView(request, response). I have double checked application.hap
under WEB-INF/profiles to verify override for connection parameters is
true. Could this be a bug? I am using Hats 6.
--Iran.
[ Post a follow-up to this message ]
|