Re: JSF as portlet

2005-01-30 Thread evian_spring
Hi David:

Here's the error in the log, maybe that can shed some
light at to what I am doig wrong, thanks!

java.lang.UnsupportedOperationException: Cannot set
PortletRequest Property
at
org.apache.portals.bridges.myfaces.RequestHeaderMap.setAttribute(RequestHeaderMap.java:60)
at
org.apache.portals.bridges.myfaces.AbstractAttributeMap.put(AbstractAttributeMap.java:133)
at
org.apache.portals.bridges.myfaces.PortletExternalContextImpl.getRequestHeaderMap(PortletExternalContextImpl.java:276)
at
com.sun.faces.application.ViewHandlerImpl.restoreView(ViewHandlerImpl.java:165)

On Sat, 29 Jan 2005 10:58:46 -0800, David Sean Taylor
wrote:

> 
> [EMAIL PROTECTED] wrote:
> > Hi,
> > 
> > I included the portal bridge:
> > portals-bridges-myfaces-0.1.jar to migrate my JSF
> > application as portlet.
> > 
> > However I get the following error which I can't
figure
> > out because I have configured my pages as shown
below
> > in the portlet.xmlany help would be appreciated:
> > 
> 
> This looks fine to me. For some reason its not finding
> the init param
> Im really not sure why that is
> Do you see any other exceptions logged?
> 
>  > 
>  > ViewPage
>  > /pages/tree.jsp
>  > 
> 
> 
> > ERROR:
> > 
> > Portlet is Not Available: ListView
> > Reason: PortletFactory: Failed to load portlet
> >
>
org.apache.portals.bridges.myfaces.FacesPortlet:javax.portlet.PortletException: 
Portlet ListView is
> > incorrectly configured. No pages are defined.
> > 
> > portlet.xml:
> 
> 
> -- 
> David Sean Taylor
> Bluesunrise Software
> [EMAIL PROTECTED]
> [office] +01 707 773-4646
> [mobile] +01 707 529 9194
> 
>
-
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: JSF as portlet

2005-01-29 Thread David Sean Taylor
[EMAIL PROTECTED] wrote:
Hi,
I included the portal bridge:
portals-bridges-myfaces-0.1.jar to migrate my JSF
application as portlet.
However I get the following error which I can't figure
out because I have configured my pages as shown below
in the portlet.xmlany help would be appreciated:
This looks fine to me. For some reason its not finding the init param
Im really not sure why that is
Do you see any other exceptions logged?
> 
> ViewPage
> /pages/tree.jsp
> 

ERROR:

Portlet is Not Available: ListView
Reason: PortletFactory: Failed to load portlet
org.apache.portals.bridges.myfaces.FacesPortlet:javax.portlet.PortletException: 
Portlet ListView is
incorrectly configured. No pages are defined.
portlet.xml:

--
David Sean Taylor
Bluesunrise Software
[EMAIL PROTECTED]
[office] +01 707 773-4646
[mobile] +01 707 529 9194
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


JSF as portlet

2005-01-28 Thread evian_spring

Hi,

I included the portal bridge:
portals-bridges-myfaces-0.1.jar to migrate my JSF
application as portlet.

However I get the following error which I can't figure
out because I have configured my pages as shown below
in the portlet.xmlany help would be appreciated:

ERROR:

Portlet is Not Available: ListView
Reason: PortletFactory: Failed to load portlet
org.apache.portals.bridges.myfaces.FacesPortlet:javax.portlet.PortletException: 
Portlet ListView is
incorrectly configured. No pages are defined.

portlet.xml:



 
ListView 
ListViewPortlet
List View  
   
org.apache.portals.bridges.myfaces.FacesPortlet

ViewPage
/pages/tree.jsp


HelpPage
/pages/tree.html


EditPage
/pages/tree.html

-1   
 

text/html
VIEW
EDIT
HELP
 

ListView
ListView
ListView




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]