You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Jurgen Lust (JIRA)" <de...@myfaces.apache.org> on 2006/06/18 15:31:29 UTC

[jira] Created: (MYFACES-1339) Serialization error when starting or stopping Tomcat

Serialization error when starting or stopping Tomcat
----------------------------------------------------

         Key: MYFACES-1339
         URL: http://issues.apache.org/jira/browse/MYFACES-1339
     Project: MyFaces Core
        Type: Bug

  Components: General  
    Versions: 1.1.4-SNAPSHOT    
 Environment: Tomcat 5.5.*
    Reporter: Jurgen Lust
    Priority: Minor


When using component binding in a managed bean, Tomcat throws exceptions at startup or shutdown because a lot of classes in the impl are not Serializable.
These are some of the classes that are cause this exception:
core\impl\src\main\java\org\apache\myfaces\el\ValueBindingImpl.java
core\impl\src\main\java\org\apache\myfaces\el\MethodBindingImpl.java
core\impl\src\main\java\org\apache\myfaces\application\ActionListenerImpl.java
core\impl\src\main\java\org\apache\myfaces\application\ApplicationImpl.java
core\impl\src\main\java\org\apache\myfaces\config\impl\digester\elements\Component.java
core\impl\src\main\java\org\apache\myfaces\config\impl\digester\elements\Attribute.java
core\impl\src\main\java\org\apache\myfaces\config\impl\digester\elements\Application.java
core\impl\src\main\java\org\apache\myfaces\config\impl\digester\elements\Factory.java
core\impl\src\main\java\org\apache\myfaces\config\impl\digester\elements\FacesConfig.java
core\impl\src\main\java\org\apache\myfaces\config\impl\digester\elements\Converter.java

There are more though, I would guess most classes in those packages should be made serializable.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira