Object expected script error on webcenter portal
I have created a simple jsf page as a sample application which contains just a label and
converted it in to a portlet and then added it on to the webcenter portal using WSRP connection.
When I run the portal application, There is a script error on the page showing "Object expected".
In the log I get the following error:
oracle.portlet.client.container.PortletErrorException: java.util.concurrent.ExecutionException: java.lang.IllegalArgumentException: Invalid status value '407'
at oracle.portlet.client.containerimpl.StatelessResourceProxy.proxyRequest(StatelessResourceProxy.java:159)
at oracle.portlet.client.containerimpl.PortletContainerImpl.getResource(PortletContainerImpl.java:1012)
at oracle.portlet.client.containerimpl.ActivityPortletContainerWrapper.getResource(ActivityPortletContainerWrapper.java:553)
at oracle.portlet.client.resourceproxy.PortletResourceServlet.doResource(PortletResourceServlet.java:28
Using Oracle Jdeveloper 11.1.1.2
Please help me in solving this issue....
Thanks....