I've an application which works fine at seam 2.2.20... with jboss 4.2.3 and richfaces 3.3.1. The problem is that i need to use jboss 5.0.0 and when i use it my tree brokes..
So, as i said, i have that
rich:tree e rich:recursiveTreeNodesAdaptor
and it works at jboss 4.2.3 but it doesnt at 5.0.0. When i use jboss 5.0.0 the tree loads, but i get the error
Caused by: java.lang.ClassCastException: org.richfaces.component.html.HtmlTree cannot be cast to org.richfaces.component.html.HtmlTree
I've tryed to use another tree from primfaces, and happens the same... work at jboss 4.2.3 but doesnt at jboss 5.0.0 with the "same" error...
Caused by: java.lang.ClassCastException: org.primefaces.model.TreeNode cannot be cast to org.primefaces.model.TreeNode
its probably some jboss configuration but i couldnt find it at google...
someone knows the reason for that problem?