I seem to be having may problems trying to get iceFaces stable with Seam.
Please can you advise how I can get rid of these errors?
I am using partial submit and all my xhtml components that can be are <ice:xxxx>
I have asked the JBoss guys and they suggest that you know of the problem.
I have a small project that I can get to fail in a matter of cliks if you need something can re-produce it.
Thanks.
Code:
11:25:44,796 ERROR [PhaseListenerManager] Exception in PhaseListener RENDER_RESPONSE(6) afterPhase
java.lang.NullPointerException
at org.jboss.seam.contexts.ServerConversationContext.flush(ServerConversationContext.java:210)
11:26:26,045 ERROR [Exceptions] redirecting to debug page
javax.ejb.EJBException : java.lang.IllegalStateException: no long-running conversation for @Conversational bean: userRegistrationManager
at org.jboss.ejb3.tx.Ejb3TxPolicy.handleExceptionInOurTx(Ejb3TxPolicy.java:69)
11:26:48,671 ERROR [PhaseListenerManager] Exception in PhaseListener RENDER_RESPONSE(6) beforePhase.
javax.faces.el.EvaluationException: /file:/C:/Program%20Files/jboss-4.0.5.GA/server/default/./deploy/risingstars.ear/risingstars.war/WEB-INF/lib/jboss-seam-debug.jar!/META-INF/debug.xhtml @103,89 rendered="#{org.jboss.seam.debug.introspector.attributes!=null}": Exception getting value of property attributes of base of type : org.jboss.seam.debug.Introspector$$EnhancerByCGLIB$$d90f5c82
at com.sun.facelets.el.LegacyValueBinding.getValue(LegacyValueBinding.java:60)
11:26:48,671 ERROR [D2DFaceletViewHandler] Problem in renderResponse: HIERARCHY_REQUEST_ERR: An attempt was made to insert a node where it is not permitted.
org.w3c.dom.DOMException: HIERARCHY_REQUEST_ERR: An attempt was made to insert a node where it is not permitted.
at org.apache.xerces.dom.ParentNode.internalInsertBefore(Unknown Source)