|
Home > Archive > WebSphere HATS > June 2005 > Hats Portlet Param Passing.
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Hats Portlet Param Passing.
|
|
| Iran Q. Hutchinson 2005-06-05, 5: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(EntryServlet.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.
| |
| Iran Q. Hutchinson 2005-06-05, 5:45 pm |
| This has turned out to be a bug in HATS v6. There will be a fix in
upcoming fixpacks.
Iran Q. Hutchinson wrote:
> 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:
>
>
>
> 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.
|
|
|
|
|