[jbossseam-issues] [JBoss JIRA] Closed: (JBSEAM-406) debug.seam causes exception
by Gavin King (JIRA)
[ http://jira.jboss.com/jira/browse/JBSEAM-406?page=all ]
Gavin King closed JBSEAM-406.
-----------------------------
Fix Version/s: 1.1.0.BETA2
Resolution: Done
this was already fixed
> debug.seam causes exception
> ---------------------------
>
> Key: JBSEAM-406
> URL: http://jira.jboss.com/jira/browse/JBSEAM-406
> Project: JBoss Seam
> Issue Type: Bug
> Components: Tools
> Affects Versions: 1.1.0.BETA1
> Environment: jboss 4.0.5CR1 with Seam CVS and RC9 of EJB3
> Reporter: jarkko Lietolahti
> Fix For: 1.1.0.BETA2
>
>
> Accessing http://localhost:8080/seamApp/debug.seam causes the following exception in log (and 404 on the brorwser).
> 150438 16:57:07,871 ERROR [PhaseListenerManager] Exception in PhaseListener RENDER_RESPONSE(6) beforePhase.
> javax.faces.el.PropertyNotFoundException: /file:/home/jarkko/seam-workspace/tear/src/tc3.ear/tc3Web.war/WEB-INF/lib/jboss-seam-debug.jar!/META-INF/debug.xhtml @63,90 rendered="#{empty org$jboss$seam$debug$contexts.conversationEntries}": Bean: org.jboss.seam.debug.Contexts$$EnhancerByCGLIB$$fb7d5aec, property: conversationEntries
> at com.sun.facelets.el.LegacyValueBinding.getValue(LegacyValueBinding.java:58)
> at javax.faces.component.UIComponentBase.isRendered(UIComponentBase.java:1076)
> at com.sun.facelets.tag.jsf.ComponentSupport.encodeRecursive(ComponentSupport.java:231)
> at com.sun.facelets.tag.jsf.ComponentSupport.encodeRecursive(ComponentSupport.java:239)
> at org.jboss.seam.debug.jsf.SeamDebugPhaseListener.beforePhase(SeamDebugPhaseListener.java:50)
> at org.apache.myfaces.lifecycle.PhaseListenerManager.informPhaseListenersBefore(PhaseListenerManager.java:70)
> at org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:373)
> at javax.faces.webapp.FacesServlet.service(FacesServlet.java:138)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
> at org.jboss.seam.servlet.SeamExceptionFilter.doFilter(SeamExceptionFilter.java:45)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
> at org.jboss.seam.servlet.SeamRedirectFilter.doFilter(SeamRedirectFilter.java:33)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
> at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
> at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
> at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
> at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175)
> at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:432)
> at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74)
> at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
> at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
> at org.jboss.web.tomcat.tc5.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:153)
> at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
> at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
> at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
> at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
> at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
> at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
> at java.lang.Thread.run(Thread.java:619)
--
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
18 years, 2 months
[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-446) s:link linkStyle="button" not rendering all attributes
by Bradley Smith (JIRA)
s:link linkStyle="button" not rendering all attributes
------------------------------------------------------
Key: JBSEAM-446
URL: http://jira.jboss.com/jira/browse/JBSEAM-446
Project: JBoss Seam
Issue Type: Bug
Components: Core, JSF
Affects Versions: 1.1.0.BETA1
Reporter: Bradley Smith
The s:link tag is not rendering javascript event-handler attributes correctly:
Example:
<s:link action="/index.xhtml" propagation="end"
linkStyle="button" value=" Home "
buttonClass="xsmallButton"
onmouseover="this.className='xsmallButton2'"
onmouseout="this.className='xsmallButton'"/>
Produces:
<input type="button" id="_id20" onclick="location.href='/access/WEB-INF/views/error_template.seam?actionOutcome=%2Findex.xhtml&conversationPropagation=end'" value=" Home " class="xsmallButton" />
notice the onmouseover and onmouseout event-handler attributes are missing in the rendered markup.
--
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
18 years, 2 months
[jbossseam-issues] [JBoss JIRA] Closed: (JBSEAM-186) Exception event listeners.
by Gavin King (JIRA)
[ http://jira.jboss.com/jira/browse/JBSEAM-186?page=all ]
Gavin King closed JBSEAM-186.
-----------------------------
Fix Version/s: 1.1.0.BETA2
Resolution: Done
Already done.
> Exception event listeners.
> --------------------------
>
> Key: JBSEAM-186
> URL: http://jira.jboss.com/jira/browse/JBSEAM-186
> Project: JBoss Seam
> Issue Type: Feature Request
> Components: Core
> Reporter: Gavin King
> Assigned To: Gavin King
> Fix For: 1.1.0.BETA2
>
>
> Add an exceptions.xml file in WEB-INF that provides mappings to actions:
> <exceptions>
> <exception class="java.lang.IllegalStateException" action="#{exceptions.handleIllegalState}"/>
> <exception class="java.lang.Throwable" view-id="/error.jsp"/>
> ...
> </exceptions>
> Only the most-specific action for an exception type would be invoked.
> Not sure how easy it is to implement this right now, since apparently JSF nastily swallows/wraps some exceptions. Need to investigate. (Perhaps what the action around the EJBs, not the JSF lifecycle.)
--
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
18 years, 2 months