I found the problem. I had <core:manager concurrent-request-timeout="500" | conversation-timeout="120000" | conversation-id-parameter="cid" | conversation-is-long-running-parameter="clr"/> | in my components.xml and apparently Seam 2.0 doesn't like the conversation-is-long-running-parameter. Once I remove that, it gets pass that.
But then, I got another exception on a component that uses Richfaces API (I am using rich:tree and need to build the tree data model in the Java code): Caused by: java.lang.NoClassDefFoundError: org/richfaces/component/TreeNode | at java.lang.Class.getDeclaredMethods0(Native Method) | at java.lang.Class.privateGetDeclaredMethods(Unknown Source) | at java.lang.Class.getDeclaredMethods(Unknown Source) | at org.jboss.seam.Component.initMembers(Component.java:492) | at org.jboss.seam.Component.<init>(Component.java:247) | at org.jboss.seam.Component.<init>(Component.java:207) | at org.jboss.seam.init.Initialization.addComponent(Initialization.java:894) | ... 93 more but I do have richfaces-3.0.1.jar packaged under WEB-INF/lib. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4065493#4065493 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4065493 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
