webtier@glassfish.java.net

JSF2 ActionListenerHandler NotSerializableException

From: Paulo Cesar Reis <casmeiron_at_gmail.com>
Date: Wed, 08 Apr 2009 09:37:50 -0300

Hi,

I'm trying to run the EdBurns example (located on
http://blogs.sun.com/enterprisetechtips/entry/true_abstraction_composite_ui_
components1) but I'm getting the follow error:

SEVERE: Error Rendering View[/login.xhtml] java.io.NotSerializableException:
com.sun.faces.facelets.tag.jsf.core.ActionListenerHandler
    at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1156)
at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:326) at
java.util.ArrayList.writeObject(ArrayList.java:570)
...

The error happens when I put the follow piece of code inside the
ez:LoginPanel:

  <f:actionListener for="loginEvent" type="example01.LoginActionListener" />

Environment:
INFO: Initializing Mojarra 2.0.0 (PR2 09)
glassfish-v3-b44-04_08_2009

Anyone knows what can be?

Thanks.