7 Replies Latest reply on Dec 16, 2010 11:52 AM by nbelaevski

    org.richfaces.model.TreeNodeImpl cannot be cast to javax.swing.tree.TreeNode

    apashkev

      Hi all! I'm trying to use TrreNodeImpl in my application(Seam framework + JSF 1.2 + RichFaces 3.3.3.Final + Maven 2.1), which is packaged as EAR archive, and deployed to Jboss-5.1.0. And I'm getting the following exception :

      org.richfaces.model.TreeNodeImpl cannot be cast to javax.swing.tree.TreeNode

       

      I've read this post  http://community.jboss.org/message/65922 ... and I still can't solve the problem.

       

      Any ideas?