[JBoss JIRA] Created: (RF-9655) Calendar: attribute style ignored
by Pavol Pitonak (JIRA)
Calendar: attribute style ignored
---------------------------------
Key: RF-9655
URL: https://jira.jboss.org/browse/RF-9655
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-input
Affects Versions: 4.0.0.Milestone3
Environment: RichFaces 4.0.0-SNAPSHOT r.19929
Metamer 4.0.0-SNAPSHOT r.19925
Mojarra 2.0.2-FCS
GlassFish Server Open Source Edition 3.0.1
OpenJDK Runtime Environment 1.6.0_18-b18 @ Linux
Chrome 7.0.517.41 @ Linux x86_64
Reporter: Pavol Pitonak
Attribute style is not set anywhere in the markup:
<rich:calendar style="width: 500px;" value="#{bean.value}" />
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 10 months
[JBoss JIRA] Created: (RF-9470) Collapsible panel: doesn't work with Myfaces
by Pavol Pitonak (JIRA)
Collapsible panel: doesn't work with Myfaces
--------------------------------------------
Key: RF-9470
URL: https://jira.jboss.org/browse/RF-9470
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 4.0.0.Milestone3
Environment: RichFaces 4.0.0.20101004-M3 r.19446
Metamer 4.0.0.20101004-M3 r.19455
Myfaces 2.0.2
JBoss AS 6.0.0.20100911-M5
OpenJDK Runtime Environment 1.6.0_18-b18 @Linux
Chrome 7.0.548.0 @ Linux, IE7
Reporter: Pavol Pitonak
1. download http://nexus.qa.jboss.com:8081/nexus/content/repositories/releases/org/ri...
2. deploy to JBoss AS 6 M5
3. open http://localhost:8080/metamer/faces/components/richCollapsiblePanel/simpl...
result:
An Error Occurred:
java.lang.NullPointerException
Caused by:
java.lang.NullPointerException - java.lang.NullPointerException
javax.faces.FacesException: java.lang.NullPointerException
at org.apache.myfaces.shared_impl.context.ExceptionHandlerImpl.wrap(ExceptionHandlerImpl.java:241)
at org.apache.myfaces.shared_impl.context.ExceptionHandlerImpl.handle(ExceptionHandlerImpl.java:156)
at org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:258)
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:191)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:324)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:242)
at org.richfaces.tests.metamer.TestIdentityFilter.doFilter(TestIdentityFilter.java:93)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:274)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:242)
at org.jboss.resteasy.plugins.server.servlet.FilterDispatcher.doFilter(FilterDispatcher.java:63)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:274)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:242)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:181)
at org.jboss.modcluster.catalina.CatalinaContext$RequestListenerValve.event(CatalinaContext.java:285)
at org.jboss.modcluster.catalina.CatalinaContext$RequestListenerValve.invoke(CatalinaContext.java:261)
at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:88)
at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:100)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.jboss.web.tomcat.service.request.ActiveRequestResponseCacheValve.invoke(ActiveRequestResponseCacheValve.java:53)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:362)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:653)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:951)
at java.lang.Thread.run(Thread.java:636)
Caused by: java.lang.NullPointerException
at org.richfaces.renderkit.html.CollapsiblePanelRenderer.encodeEmptyChild(CollapsiblePanelRenderer.java:188)
at org.richfaces.renderkit.html.CollapsiblePanelRenderer.doEncodeChildren(CollapsiblePanelRenderer.java:158)
at org.richfaces.renderkit.RendererBase.encodeChildren(RendererBase.java:158)
at javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:488)
at org.apache.myfaces.shared_impl.renderkit.RendererUtils.renderChild(RendererUtils.java:537)
at org.apache.myfaces.shared_impl.renderkit.RendererUtils.renderChildren(RendererUtils.java:520)
at org.apache.myfaces.shared_impl.renderkit.RendererUtils.renderChild(RendererUtils.java:541)
at org.apache.myfaces.shared_impl.renderkit.RendererUtils.renderChildren(RendererUtils.java:520)
at org.apache.myfaces.shared_impl.renderkit.html.HtmlGroupRendererBase.encodeEnd(HtmlGroupRendererBase.java:92)
at javax.faces.component.UIComponentBase.encodeEnd(UIComponentBase.java:519)
at javax.faces.component.UIComponent.encodeAll(UIComponent.java:618)
at javax.faces.component.UIComponent.encodeAll(UIComponent.java:614)
at javax.faces.component.UIComponent.encodeAll(UIComponent.java:614)
at org.apache.myfaces.view.facelets.FaceletViewDeclarationLanguage.renderView(FaceletViewDeclarationLanguage.java:1159)
at org.apache.myfaces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:263)
at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:59)
at org.apache.myfaces.lifecycle.RenderResponseExecutor.execute(RenderResponseExecutor.java:85)
at org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:239)
... 26 more
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 10 months
[JBoss JIRA] Created: (RF-9643) Calendar is not styled correctly
by Pavol Pitonak (JIRA)
Calendar is not styled correctly
--------------------------------
Key: RF-9643
URL: https://jira.jboss.org/browse/RF-9643
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-input
Affects Versions: 4.0.0.Milestone3
Environment: RichFaces 4.0.0-SNAPSHOT r.19919
Metamer 4.0.0-SNAPSHOT r.19925
Mojarra 2.0.2-FCS
GlassFish Server Open Source Edition 3.0.1
OpenJDK Runtime Environment 1.6.0_18-b18 @ Linux
Chrome 7.0.517.41 @ Linux x86_64
Firefox 3.6.12 @ Linux x86_64
Reporter: Pavol Pitonak
Attachments: calendar2.png, calendar3.png
Shadows in calendar are not rendered correctly (see screenshots, compare to 3.3.x).
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 10 months
[JBoss JIRA] Created: (RF-9538) CDK component generator not compilable with OpenJDK
by Pavol Pitonak (JIRA)
CDK component generator not compilable with OpenJDK
---------------------------------------------------
Key: RF-9538
URL: https://jira.jboss.org/browse/RF-9538
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Environment: RichFaces CDK r. 19647
Apache Maven 3.0 (r1004208; 2010-10-04 13:50:56+0200)
Java version: 1.6.0_18
Java home: /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux" version: "2.6.34.7-56.fc13.x86_64" arch: "amd64" Family: "unix"
Reporter: Pavol Pitonak
https://svn.jboss.org/repos/richfaces/trunk/cdk/generator (r. 19647) cannot be compiled with OpenJDK. Works fine with Sun JDK 1.6.0_21.
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Java Server Faces component generator 4.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.3:clean (default-clean) @ generator ---
[INFO] Deleting file set: /data/eclipse-workspace/richfaces/cdk/generator/target (included: [**], excluded: [])
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-plugin-versions) @ generator ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-java-version) @ generator ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-maven-version) @ generator ---
[INFO]
[INFO] --- gmaven-plugin:1.0:execute (default) @ generator ---
[INFO] Parsing: /data/eclipse-workspace/richfaces/cdk/generator/src/main/resources/META-INF/schema/xhtml-el.xsd
[INFO] Writing attributes XML data to: /data/eclipse-workspace/richfaces/cdk/generator/target/generated-resources/META-INF/cdk/attributes/xhtml-el.xml
[INFO]
[INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ generator ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 139 resources
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ generator ---
[INFO] Compiling 302 source files to /data/eclipse-workspace/richfaces/cdk/generator/target/classes
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 17.329s
[INFO] Finished at: Fri Oct 22 10:40:39 CEST 2010
[INFO] Final Memory: 30M/233M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile (default-compile) on project generator: Compilation failure
[ERROR] /data/eclipse-workspace/richfaces/cdk/generator/src/main/java/org/richfaces/cdk/templatecompiler/model/AnyElement.java:[47,59] incompatible types; no instance(s) of type variable(s) K,V exist so that java.util.TreeMap<K,V> conforms to java.util.Map<javax.xml.namespace.QName,java.lang.Object>
[ERROR] found : <K,V>java.util.TreeMap<K,V>
[ERROR] required: java.util.Map<javax.xml.namespace.QName,java.lang.Object>
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 10 months
[JBoss JIRA] Created: (RF-8960) The file permission for selected directories are set to 777 (rwsrwsrwt) for release ZIP
by Lukas Fryc (JIRA)
The file permission for selected directories are set to 777 (rwsrwsrwt) for release ZIP
---------------------------------------------------------------------------------------
Key: RF-8960
URL: https://jira.jboss.org/browse/RF-8960
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 4.0.0.Milestone1
Environment: http://downloads.jboss.org/richfaces/milestones/4.0.X/4.0.0.M1/richfaces-...
(using ZipInfo 3.00 of 20 April 2009, by Greg Roelofs and the Info-ZIP group.)
Reporter: Lukas Fryc
Priority: Minor
?rwsrwsrwt 2.0 unx 0 b- stor 10-Jul-15 21:28 richfaces-4.0.0.20100715-M1/
?rwsrwsrwt 2.0 unx 0 b- stor 10-Jul-15 21:28 richfaces-4.0.0.20100715-M1/artifacts/
?rwsrwsrwt 2.0 unx 0 b- stor 10-Jul-15 21:28 richfaces-4.0.0.20100715-M1/artifacts/framework/
-rw-r--r-- 2.0 unx 13759 b- defN 10-Jul-15 21:28 richfaces-4.0.0.20100715-M1/artifacts/framework/richfaces-commons-api-4.0.0.20100715-M1-sources.jar
-rw-r--r-- 2.0 unx 20827 b- defN 10-Jul-15 21:28 richfaces-4.0.0.20100715-M1/artifacts/framework/richfaces-commons-api-4.0.0.20100715-M1.jar
-rw-r--r-- 2.0 unx 107905 b- defN 10-Jul-15 21:28 richfaces-4.0.0.20100715-M1/artifacts/framework/richfaces-core-api-4.0.0.20100715-M1-sources.jar
-rw-r--r-- 2.0 unx 77186 b- defN 10-Jul-15 21:28 richfaces-4.0.0.20100715-M1/artifacts/framework/richfaces-core-api-4.0.0.20100715-M1.jar
-rw-r--r-- 2.0 unx 657914 b- defN 10-Jul-15 21:28 richfaces-4.0.0.20100715-M1/artifacts/framework/richfaces-core-impl-4.0.0.20100715-M1-sources.jar
-rw-r--r-- 2.0 unx 772793 b- defN 10-Jul-15 21:28 richfaces-4.0.0.20100715-M1/artifacts/framework/richfaces-core-impl-4.0.0.20100715-M1.jar
?rwsrwsrwt 2.0 unx 0 b- stor 10-Jul-15 21:29 richfaces-4.0.0.20100715-M1/artifacts/ui/
-rw-r--r-- 2.0 unx 20739 b- defN 10-Jul-15 21:28 richfaces-4.0.0.20100715-M1/artifacts/ui/richfaces-components-api-4.0.0.20100715-M1-sources.jar
-rw-r--r-- 2.0 unx 30173 b- defN 10-Jul-15 21:28 richfaces-4.0.0.20100715-M1/artifacts/ui/richfaces-components-api-4.0.0.20100715-M1.jar
-rw-r--r-- 2.0 unx 4703 b- defN 10-Jul-15 21:28 richfaces-4.0.0.20100715-M1/artifacts/ui/richfaces-components-impl-4.0.0.20100715-M1-sources.jar
-rw-r--r-- 2.0 unx 16225 b- defN 10-Jul-15 21:28 richfaces-4.0.0.20100715-M1/artifacts/ui/richfaces-components-impl-4.0.0.20100715-M1.jar
-rw-r--r-- 2.0 unx 337046 b- defN 10-Jul-15 21:28 richfaces-4.0.0.20100715-M1/artifacts/ui/richfaces-components-ui-4.0.0.20100715-M1-sources.jar
-rw-r--r-- 2.0 unx 486162 b- defN 10-Jul-15 21:28 richfaces-4.0.0.20100715-M1/artifacts/ui/richfaces-components-ui-4.0.0.20100715-M1.jar
?rwsrwsrwt 2.0 unx 0 b- stor 10-Jul-15 21:29 richfaces-4.0.0.20100715-M1/docs/
?rwsrwsrwt 2.0 unx 0 b- stor 10-Jul-15 21:29 richfaces-4.0.0.20100715-M1/docs/javadocs/
drwxr-xr-x 2.0 unx 0 b- stor 10-Jul-15 21:28 richfaces-4.0.0.20100715-M1/docs/javadocs/richfaces-core-api/
drwxr-xr-x 2.0 unx 0 b- stor 10-Jul-15 21:09 richfaces-4.0.0.20100715-M1/docs/javadocs/richfaces-core-api/META-INF/
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 11 months