On Fri, Apr 17, 2009 at 11:55 AM, Ryan Lubke <Ryan.Lubke_at_sun.com> wrote:
>
> Test were passing for me last night and hudson hasn't sent out any
> complaints.
Thanks Ryan.
> 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.)
(Still haven't had a chance to take a closer look at the test case -
will do that in a bit and follow up if I figure out what's going
on...)
Andy