dev@javaserverfaces.java.net

Re: [Mojarra trunk] testAjaxEcho failure

From: Jim Driscoll <Jim.Driscoll_at_Sun.COM>
Date: Fri, 17 Apr 2009 10:24:06 -0700

On 4/17/09 10:12 AM, Andy Schwartz wrote:
>> What's in the server log (GF_HOME/domains/domain1/logs/server.log)?
>
> I do see these two issues logged:
>
> [#|2009-04-17T13:04:55.890-0400|WARNING|glassfish|javax.enterprise.resource.webcontainer.jsf.application|_ThreadID=13;_ThreadName=Thread-3;stylesheet.css;|JSF1064:
> Unable to find or serve resource, stylesheet.css.|#]
> [#|2009-04-17T13:04:55.890-0400|WARNING|glassfish|javax.enterprise.resource.webcontainer.jsf.application|_ThreadID=13;_ThreadName=Thread-3;ajaxecho;com.sun.faces.systest.model.ajax.Echo;|JSF1063:
> WARNING! Setting non-serializable attribute value into HttpSession
> (key: ajaxecho, value class:
> com.sun.faces.systest.model.ajax.Echo).|#]
>
>
>
> Though doesn't seem like either of these should cause the test to
> fail. (I assume that the session attribute is being set despite the
> warning.)

No, they're both just a sign of a poorly written test, as you guess,
neither should cause a failure.

Jim