I haven't heard of problems like this from any other Myfaces portlet
developers, but I'm using Liferay and I don't know if anyone else is
using BEA Weblogic Portal Server.  Generating links in a portlet
involves the portlet container which is part of the portal.  So there
could be something that BEA does differently.  I'd suggest asking on a
BEA Portal mailing list / forum to see if anyone has done JSF portlets
there.  Also, you can try your portlet using Sun's JSF RI in place of
MyFaces to see if it's a MyFaces issue or a BEA Portal issue.

Stefan Gesigora wrote:
> Hi!
> 
> I looked for a exception in my different logs - but no exception! Don't
> know what it could be....
> Any comments or ideas - or someone with the same error situation?
> 
> regards,
> Steven
> 
> 2006/9/18, Iordanov, Borislav (GIC) <[EMAIL PROTECTED]
> <mailto:[EMAIL PROTECTED]>>:
> 
>     Really make sure you enable logging with myfaces – it has to habit
>     of swallowing fatal exceptions that you can only see if you have a
>     properly configured log4j.properties file. Here is mine (put in
>     WEB-INF/classes):
> 
>      
> 
>     log4j.rootLogger=WARN, stdout
> 
>      
> 
>     log4j.logger.org.apache.myfaces = INFO
> 
>     log4j.logger.javax.faces = INFO
> 
>      
> 
>     check also portal logs, there's definitely an exception somewhere
>     that you just don't see
> 
>      
> 
>     ------------------------------------------------------------------------
> 
>     *From:* Stefan Gesigora [mailto:[EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>]
>     *Sent:* Monday, September 18, 2006 4:39 PM
>     *To:* MyFaces Discussion
>     *Subject:* Re: Portlet wasn't show after portal link clicked
> 
>      
> 
>     Could it be a nullpointer or is it a problem with the page refresh?
>     If I minimize and the maximize the porlet it works.
>     But it doesn't work if I ony click the page link!
> 
>     Help!!!
> 
>     2006/9/18, Stefan Gesigora < [EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>>:
> 
>     Hi!
> 
>     I'm using BEA Weblogic Portal Server 8.1 SP 5 and MyFaces 1.3 to
>     build a portlet.
>     It works in the way it should do.
>     But when I clicked at the portal link that should call the page with
>     my portlet again my portlet was not there!
>     Looked at the myfaces logs but everything seemed to be okay.
> 
>     What could be the problem?
> 
>     regards,
>     Steven
> 
>      
> 
> 


-- 
Dave Brondsema
Software Developer
Cornerstone University

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to