[
http://jira.jboss.com/jira/browse/JBSEAM-1684?page=comments#action_12369204 ]
Gavin King commented on JBSEAM-1684:
------------------------------------
OK, its much worse. This stuff is totally broken:
* login doesn't work, the username comes through null
* navigating from the search screen to the item detail view throws NPEs (stack trace
below)
Did anyone actually test this stuff??
So, we need to kick this back out of seam-gen until the bugs are resolved.
16:12:50,143 ERROR [D2DFaceletViewHandler] Problem in renderResponse: null
java.lang.NullPointerException
at
com.icesoft.faces.component.panelcollapsible.PanelCollapsibleRenderer.encodeBegin(PanelCollapsibleRenderer.java:98)
at javax.faces.component.UIComponentBase.encodeBegin(UIComponentBase.java:785)
at com.icesoft.faces.application.D2DViewHandler.renderResponse(D2DViewHandler.java:596)
at com.icesoft.faces.application.D2DViewHandler.renderResponse(D2DViewHandler.java:603)
at com.icesoft.faces.application.D2DViewHandler.renderResponse(D2DViewHandler.java:603)
at com.icesoft.faces.application.D2DViewHandler.renderResponse(D2DViewHandler.java:603)
at com.icesoft.faces.application.D2DViewHandler.renderResponse(D2DViewHandler.java:603)
at
com.icesoft.faces.facelets.D2DFaceletViewHandler.renderResponse(D2DFaceletViewHandler.java:301)
at com.icesoft.faces.application.D2DViewHandler.renderView(D2DViewHandler.java:154)
at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:106)
at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251)
at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:144)
Clean up icefaces stuff in the seam-gen build
---------------------------------------------
Key: JBSEAM-1684
URL:
http://jira.jboss.com/jira/browse/JBSEAM-1684
Project: JBoss Seam
Issue Type: Task
Components: Tools
Affects Versions: 2.0.0.CR1
Reporter: Gavin King
Priority: Blocker
Fix For: 2.0.0.CR1
The ICEFaces patch to the build script contains a bunch of useless targets like
icefacesCheck, check-icefaces, cond-if, cond-else with log messages in broken english.
Also, icefaces war projects are broken, since the correct build.xml does not get copied.
Also, we now have *four* copies of the project build script to maintain.
What a mess!
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira