[JBoss JIRA] Created: (RF-11367) rich:tree doesn't display default icons in tree items
by Ján Jamrich (JIRA)
rich:tree doesn't display default icons in tree items
-----------------------------------------------------
Key: RF-11367
URL: https://issues.jboss.org/browse/RF-11367
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 4.1.0.Milestone2
Environment: RichFaces 4.1.0-SNAPSHOT r.d4cacc1028d08b8e6e4da1e28bd58013638fd5f2
Metamer 4.1.0-SNAPSHOT r.unknown
Mojarra 2.1.2-FCS
Apache Tomcat 7.0.19
Java(TM) SE Runtime Environment 1.6.0_26-b03 @ Linux
Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.30 (KHTML, like Gecko) Ubuntu/10.04 Chromium/12.0.742.112 Chrome/12.0.742.112 Safari/534.30
Reporter: Ján Jamrich
Assignee: Lukáš Fryč
Problem reported by community is possible simulate in Metamer as well.
rich:tree (or rich:treeNode) displays own images before tree item if not set explicitly.
But now this icon is missing. The placeholder for icon is span with class "rf-trn-ico-lf" with following definition:
.rf-trn-ico-lf {
background: url(http://localhost:8080/metamer-mojarra/faces/rfRes/tree.ecss?db=eAFLq7x7HgAFkAKM&ln=org.richfaces) no-repeat 50% 50%;
}
But when open URL "http://localhost:8080/metamer-mojarra/faces/rfRes/tree.ecss?db=eAFLq7x7Hg...", no image is returned (image is missing)
The class definition in resources (richfaces-components-ui.jar /META-INF/resources/org.richfaces/tree.ecss) is following:
.rf-trn-ico-lf {
background: "url(#{resource['org.richfaces.images:leaf_icon.gif']}) no-repeat center";
}
But no folder named "org.richfaces.images" exists within richfaces-component-ui.jar neither richfaces-core-impl.jar
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 11 months
[JBoss JIRA] (RF-11460) showcase - when there is request using Atmosphere framework java.lang.IllegalStateException is thrown
by Juraj Huska (Created) (JIRA)
showcase - when there is request using Atmosphere framework java.lang.IllegalStateException is thrown
-----------------------------------------------------------------------------------------------------
Key: RF-11460
URL: https://issues.jboss.org/browse/RF-11460
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: showcase
Affects Versions: 4.1.0.Milestone2
Environment: app: richfaces-showcase-4.1.0-SNAPSHOT
container: JBoss AS 7.0.0.Final
browsers: all
Reporter: Juraj Huska
When I load the example for a4j:push component in showcase, which is using Atmosphere framework an Warning is logged to the container console with this exception stacktrace:
{code}
14:09:09,696 WARNING [org.atmosphere.cpr.AtmosphereServlet] (http-localhost.localdomain-127.0.0.1-8080-3) The servlet or filters that are being used by this request do not support async operation: java.lang.IllegalStateException: The servlet or filters that are being used by this request do not support async operation
at org.apache.catalina.connector.Request.startAsync(Request.java:3193) [jbossweb-7.0.0.CR4.jar:7.0.0.Final]
at org.apache.catalina.connector.Request.startAsync(Request.java:3187) [jbossweb-7.0.0.CR4.jar:7.0.0.Final]
at org.apache.catalina.connector.RequestFacade.startAsync(RequestFacade.java:990) [jbossweb-7.0.0.CR4.jar:7.0.0.Final]
at org.atmosphere.container.Servlet30CometSupport.suspend(Servlet30CometSupport.java:126) [atmosphere-runtime-0.8.0-RC1.jar:]
at org.atmosphere.container.Servlet30CometSupport.service(Servlet30CometSupport.java:90) [atmosphere-runtime-0.8.0-RC1.jar:]
at org.atmosphere.container.Servlet30CometSupportWithWebSocket.service(Servlet30CometSupportWithWebSocket.java:124) [atmosphere-runtime-0.8.0-RC1.jar:]
at org.atmosphere.cpr.AtmosphereServlet.doCometSupport(AtmosphereServlet.java:1159) [atmosphere-runtime-0.8.0-RC1.jar:]
at org.atmosphere.cpr.AtmosphereServlet.doPost(AtmosphereServlet.java:1140) [atmosphere-runtime-0.8.0-RC1.jar:]
at org.atmosphere.cpr.AtmosphereServlet.doGet(AtmosphereServlet.java:1126) [atmosphere-runtime-0.8.0-RC1.jar:]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:734) [jboss-servlet-api_3.0_spec-1.0.0.Final.jar:1.0.0.Final]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) [jboss-servlet-api_3.0_spec-1.0.0.Final.jar:1.0.0.Final]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:329) [jbossweb-7.0.0.CR4.jar:7.0.0.Final]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.0.CR4.jar:7.0.0.Final]
at org.jboss.weld.servlet.ConversationPropagationFilter.doFilter(ConversationPropagationFilter.java:67) [weld-core-1.1.2.AS7.jar:2011-07-06 12:26]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280) [jbossweb-7.0.0.CR4.jar:7.0.0.Final]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.0.CR4.jar:7.0.0.Final]
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275) [jbossweb-7.0.0.CR4.jar:7.0.0.Final]
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161) [jbossweb-7.0.0.CR4.jar:7.0.0.Final]
at org.jboss.as.web.NamingValve.invoke(NamingValve.java:57) [jboss-as-web-7.0.0.Final.jar:7.0.0.Final]
at org.jboss.as.jpa.interceptor.WebNonTxEmCloserValve.invoke(WebNonTxEmCloserValve.java:49) [jboss-as-jpa-7.0.0.Final.jar:7.0.0.Final]
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:154) [jbossweb-7.0.0.CR4.jar:7.0.0.Final]
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) [jbossweb-7.0.0.CR4.jar:7.0.0.Final]
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) [jbossweb-7.0.0.CR4.jar:7.0.0.Final]
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:362) [jbossweb-7.0.0.CR4.jar:7.0.0.Final]
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877) [jbossweb-7.0.0.CR4.jar:7.0.0.Final]
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:667) [jbossweb-7.0.0.CR4.jar:7.0.0.Final]
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:951) [jbossweb-7.0.0.CR4.jar:7.0.0.Final]
at java.lang.Thread.run(Thread.java:662) [:1.6.0_22]
{code}
The server is not killed, however the warning is generated very often during using Atmospehere in push, so the console is overloaded with this warning and can not shows other log messages.
The same war, when deployed on JBoss AS 7.0.0.1.Final or JBoss AS 7.0.2.Final, works fine.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 11 months
[JBoss JIRA] (RF-11509) Richfaces resources fail to load in 4.1M3
by Cody Lerum (Created) (JIRA)
Richfaces resources fail to load in 4.1M3
-----------------------------------------
Key: RF-11509
URL: https://issues.jboss.org/browse/RF-11509
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 4.1.0.Milestone3
Reporter: Cody Lerum
After updating to M3 resources are failing to load.
Logs show messages like this
20:40:16,393 WARNING [javax.enterprise.resource.webcontainer.jsf.context] (http--127.0.0.1-8080-2) JSF1091: No mime type could be found for file jquery/js. To resolve this, add a mime-type mapping to the applications web.xml.
20:40:16,400 WARNING [javax.enterprise.resource.webcontainer.jsf.context] (http--127.0.0.1-8080-2) JSF1091: No mime type could be found for file richfaces/js. To resolve this, add a mime-type mapping to the applications web.xml.
20:40:16,401 WARNING [javax.enterprise.resource.webcontainer.jsf.context] (http--127.0.0.1-8080-2) JSF1091: No mime type could be found for file richfaces-queue/js. To resolve this, add a mime-type mapping to the applications web.xml.
20:40:16,405 WARNING [javax.enterprise.resource.webcontainer.jsf.context] (http--127.0.0.1-8080-2) JSF1091: No mime type could be found for file richfaces-base-component/js. To resolve this, add a mime-type mapping to the applications web.xml.
20:40:16,406 WARNING [javax.enterprise.resource.webcontainer.jsf.context] (http--127.0.0.1-8080-2) JSF1091: No mime type could be found for file richfaces-event/js. To resolve this, add a mime-type mapping to the applications web.xml.
20:40:16,504 WARNING [javax.enterprise.resource.webcontainer.jsf.context] (http--127.0.0.1-8080-3) JSF1091: No mime type could be found for file org.richfaces.staticResource/Compressed/DEFAULT/jquery/js. To resolve this, add a mime-type mapping to the applications web.xml.
20:40:16,516 WARNING [javax.enterprise.resource.webcontainer.jsf.context] (http--127.0.0.1-8080-3) JSF1091: No mime type could be found for file org.richfaces.staticResource/Compressed/DEFAULT/jquery/js. To resolve this, add a mime-type mapping to the applications web.xml.
20:40:16,525 WARNING [javax.enterprise.resource.webcontainer.jsf.context] (http--127.0.0.1-8080-3) JSF1091: No mime type could be found for file org.richfaces.staticResource/Compressed/DEFAULT/richfaces/js. To resolve this, add a mime-type mapping to the applications web.xml.
20:40:16,526 WARNING [javax.enterprise.resource.webcontainer.jsf.context] (http--127.0.0.1-8080-3) JSF1091: No mime type could be found for file org.richfaces.staticResource/Compressed/DEFAULT/richfaces/js. To resolve this, add a mime-type mapping to the applications web.xml.
20:40:16,532 WARNING [javax.enterprise.resource.webcontainer.jsf.context] (http--127.0.0.1-8080-2) JSF1091: No mime type could be found for file org.richfaces.staticResource/Compressed/DEFAULT/richfaces-queue/js. To resolve this, add a mime-type mapping to the applications web.xml.
20:40:16,533 WARNING [javax.enterprise.resource.webcontainer.jsf.context] (http--127.0.0.1-8080-2) JSF1091: No mime type could be found for file org.richfaces.staticResource/Compressed/DEFAULT/richfaces-queue/js. To resolve this, add a mime-type mapping to the applications web.xml.
20:40:16,558 WARNING [javax.enterprise.resource.webcontainer.jsf.context] (http--127.0.0.1-8080-6) JSF1091: No mime type could be found for file org.richfaces.staticResource/Compressed/DEFAULT/richfaces-base-component/js. To resolve this, add a mime-type mapping to the applications web.xml.
20:40:16,559 WARNING [javax.enterprise.resource.webcontainer.jsf.context] (http--127.0.0.1-8080-3) JSF1091: No mime type could be found for file org.richfaces.staticResource/Compressed/DEFAULT/richfaces-event/js. To resolve this, add a mime-type mapping to the applications web.xml.
20:40:16,559 WARNING [javax.enterprise.resource.webcontainer.jsf.context] (http--127.0.0.1-8080-6) JSF1091: No mime type could be found for file org.richfaces.staticResource/Compressed/DEFAULT/richfaces-base-component/js. To resolve this, add a mime-type mapping to the applications web.xml.
20:40:16,560 WARNING [javax.enterprise.resource.webcontainer.jsf.context] (http--127.0.0.1-8080-3) JSF1091: No mime type could be found for file org.richfaces.staticResource/Compressed/DEFAULT/richfaces-event/js. To resolve this, add a mime-type mapping to the applications web.xml.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 11 months