[JBoss JIRA] (RF-12883) Make the distribution layout more clear
by Juraj Húska (JIRA)
[ https://issues.jboss.org/browse/RF-12883?page=com.atlassian.jira.plugin.s... ]
Juraj Húska closed RF-12883.
----------------------------
Verified. Closing.
> Make the distribution layout more clear
> ---------------------------------------
>
> Key: RF-12883
> URL: https://issues.jboss.org/browse/RF-12883
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: build/distribution
> Reporter: Lukáš Fryč
> Assignee: Brian Leathem
> Labels: distribution
> Fix For: 5.0.0.Alpha1
>
> Original Estimate: 30 minutes
> Remaining Estimate: 30 minutes
>
> Currently, JAR artifacts are distributed in ZIP distribution as follows:
> {code}
> /artifacts
> /archetypes
> /framework
> richfaces.jar
> richfaces-sources.jar
> /lib
> {dependency}.jar
> /examples
> {code}
> I propose to change this layout for several reasons:
> * layout should be understandable to newcomers
> ** word {{artifact}} is rather familiar to Maven users
> ** word {{framework}} doesn't have to be taken well
> * I assume others projects more or less follow one of following "conventions"
> ----
> This layout counts with {{richfaces.jar}} in top-level directory:
> {code}
> /archetypes
> /examples
> /lib
> {dependency}.jar
> richfaces.jar
> richfaces-sources.jar
> {code}
> or the one which has {{/bin}} directory with {{richfaces.jar}}:
> {code}
> /archetypes
> /examples
> /lib
> {dependency}.jar
> /bin
> richfaces.jar
> richfaces-sources.jar
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 10 months
[JBoss JIRA] (RF-13005) Showcase: static resources for tree are not loaded
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13005?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13005:
-------------------------------
Fix Version/s: 5.0.0.Alpha1
> Showcase: static resources for tree are not loaded
> --------------------------------------------------
>
> Key: RF-13005
> URL: https://issues.jboss.org/browse/RF-13005
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-tree, resource handling, showcase
> Affects Versions: 5.0.0.Alpha1
> Environment: JBoss AS 7.1
> Reporter: Jan Papousek
> Fix For: 5.0.0.Alpha1
>
>
> After opening http://localhost:8080/showcase/richfaces/component-sample.jsf?demo=tree&s... the following errror is present in the container log:
> {code}
> 10:35:04,579 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/showcase].[Faces Servlet]] (http--0.0.0.0-8080-6) Servlet.service() for servlet Faces Servlet threw exception: java.lang.UnsupportedOperationException
> at org.richfaces.resource.external.ExternalStaticResource.userAgentNeedsUpdate(ExternalStaticResource.java:96) [richfaces-5.0.0-20130516.113756-26.jar:5.0.0-SNAPSHOT]
> at com.sun.faces.application.resource.ResourceHandlerImpl.handleResourceRequest(ResourceHandlerImpl.java:255) [jsf-impl-2.1.7-jbossorg-2.jar:]
> at org.richfaces.resource.ResourceHandlerImpl.handleResourceRequest(ResourceHandlerImpl.java:264) [richfaces-5.0.0-20130516.113756-26.jar:5.0.0-SNAPSHOT]
> at javax.faces.webapp.FacesServlet.service(FacesServlet.java:591) [jboss-jsf-api_2.1_spec-2.0.1.Final.jar:2.0.1.Final]
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:329) [jbossweb-7.0.13.Final.jar:]
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.13.Final.jar:]
> at org.jboss.weld.servlet.ConversationPropagationFilter.doFilter(ConversationPropagationFilter.java:62) [weld-core-1.1.5.AS71.Final.jar:2012-02-10 15:31]
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280) [jbossweb-7.0.13.Final.jar:]
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.13.Final.jar:]
> at org.ocpsoft.rewrite.servlet.RewriteFilter.doFilter(RewriteFilter.java:172) [rewrite-servlet-1.0.4.Final.jar:1.0.4.Final]
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280) [jbossweb-7.0.13.Final.jar:]
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.13.Final.jar:]
> at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275) [jbossweb-7.0.13.Final.jar:]
> at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161) [jbossweb-7.0.13.Final.jar:]
> at org.jboss.as.jpa.interceptor.WebNonTxEmCloserValve.invoke(WebNonTxEmCloserValve.java:50) [jboss-as-jpa-7.1.1.Final.jar:7.1.1.Final]
> at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:153) [jboss-as-web-7.1.1.Final.jar:7.1.1.Final]
> at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:155) [jbossweb-7.0.13.Final.jar:]
> at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) [jbossweb-7.0.13.Final.jar:]
> at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) [jbossweb-7.0.13.Final.jar:]
> at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:368) [jbossweb-7.0.13.Final.jar:]
> at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877) [jbossweb-7.0.13.Final.jar:]
> at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:671) [jbossweb-7.0.13.Final.jar:]
> at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:930) [jbossweb-7.0.13.Final.jar:]
> at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_17]
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 10 months
[JBoss JIRA] (RF-13006) Rename SessionTopicListener2 to SessionTopicListener
by Juraj Húska (JIRA)
Juraj Húska created RF-13006:
--------------------------------
Summary: Rename SessionTopicListener2 to SessionTopicListener
Key: RF-13006
URL: https://issues.jboss.org/browse/RF-13006
Project: RichFaces
Issue Type: Enhancement
Security Level: Public (Everyone can see)
Components: component-push/poll
Affects Versions: 5.0.0.Alpha1
Reporter: Juraj Húska
Priority: Trivial
After deleting the old {{SessionTopicListener}} the {{SessionTopicListener2}} can be renamed back to {{SessionTopicListener}}.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 10 months