[JBoss JIRA] Created: (RF-10779) columnClasses not working on rich:dataGrid
by Karl Mueller (JIRA)
columnClasses not working on rich:dataGrid
------------------------------------------
Key: RF-10779
URL: https://issues.jboss.org/browse/RF-10779
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-tables
Affects Versions: 4.0.0.CR1
Environment: Windows Vista Build 6001
apache-tomcat-7.0.11
Sun jdk1.6.0_14
RichFaces richfaces-4.0.0.20110227-CR1
Mojarra JSF 2.0.3-FCS
Reporter: Karl Mueller
The attribute columnClasses shows no effect when used on rich:dataGrid.
The assigned css classe(s) do not show up in the generated html table and the styles are not applied.
Only the "rf-dg-c" class gets assigned to the td tag.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 10 months
[JBoss JIRA] Created: (RF-10267) Accordion creating from Java NPE if activeItem is not set
by Konstantin Pupkov (JIRA)
Accordion creating from Java NPE if activeItem is not set
---------------------------------------------------------
Key: RF-10267
URL: https://issues.jboss.org/browse/RF-10267
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: base functionality
Affects Versions: 4.0.0.Milestone5
Environment: Ununtu 10.10, Java 6
Reporter: Konstantin Pupkov
in Java...
FacesContext ctx=FacesContext.getCurrentInstance();
pendingBar = (HtmlAccordion) ctx
.getApplication()
.createComponent(ctx, HtmlAccordion.COMPONENT_TYPE, "org.richfaces.AccordionRenderer");
pendingBar.setId("pend");
......
error on page:
...
ava.lang.NullPointerException
org.richfaces.component.AbstractAccordion.getActiveItem(AbstractAccordion.java:50)
org.richfaces.renderkit.html.TogglePanelRenderer.doEncodeBegin(TogglePanelRenderer.java:116)
org.richfaces.renderkit.html.AccordionRenderer.doEncodeBegin(AccordionRenderer.java:55)
org.richfaces.renderkit.RendererBase.encodeBegin(RendererBase.java:116)
javax.faces.component.UIComponentBase.encodeBegin(UIComponentBase.java:824)
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 10 months
[JBoss JIRA] (RF-11745) OutOfMemoryError: PermGen space when building on Jenkins
by Pavol Pitonak (Created) (JIRA)
OutOfMemoryError: PermGen space when building on Jenkins
--------------------------------------------------------
Key: RF-11745
URL: https://issues.jboss.org/browse/RF-11745
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: build/distribution
Affects Versions: 4.1.0.CR1
Reporter: Pavol Pitonak
When RichFaces are built from Jenkins without any extra settings for heap and perm gen. However, it works fine if following options are set *-Xmx512m -XX:MaxPermSize=128m*. Isn't it possible to set those values directly in build (pom.xml)?
{code}
mvn -f build/pom.xml -Pbuild,release clean deploy
{code}
{quote}
[INFO] RichFaces UI Components: Drag-n-Drop Aggregator ... SUCCESS [0.129s]
[INFO] RichFaces UI Components: Validator api ............ SUCCESS [15.729s]
[INFO] RichFaces UI Components: Validator ui ............. SUCCESS [4:17.709s]
[INFO] RichFaces UI Components: validator-aggregator ..... SUCCESS [0.186s]
[INFO] Richfaces UI Components API ....................... SUCCESS [1:22.666s]
[INFO] RichFaces UI Components Static Resources .......... SUCCESS [2:08.555s]
[INFO] RichFaces UI Components UI ........................ SUCCESS [2:56.547s]
[INFO] RichFaces UI Distribution ......................... SUCCESS [0.099s]
[INFO] RichFaces UI Components Aggregator ................ SUCCESS [0.099s]
[INFO] RichFaces Showcase ................................ FAILURE [1:57.991s]
[INFO] RichFaces Distribution Assembler .................. SKIPPED
[INFO] RichFaces Aggregator .............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 57:50.540s
[INFO] Finished at: Mon Nov 28 05:38:15 EST 2011
[INFO] Final Memory: 123M/577M
[INFO] ------------------------------------------------------------------------
---------------------------------------------------
constituent[0]: file:/qa/tools/opt/apache-maven-3.0.3/lib/maven-embedder-3.0.3.jar
constituent[1]: file:/qa/tools/opt/apache-maven-3.0.3/lib/maven-settings-3.0.3.jar
constituent[2]: file:/qa/tools/opt/apache-maven-3.0.3/lib/plexus-utils-2.0.6.jar
constituent[3]: file:/qa/tools/opt/apache-maven-3.0.3/lib/maven-core-3.0.3.jar
constituent[4]: file:/qa/tools/opt/apache-maven-3.0.3/lib/maven-model-3.0.3.jar
constituent[5]: file:/qa/tools/opt/apache-maven-3.0.3/lib/maven-settings-builder-3.0.3.jar
constituent[6]: file:/qa/tools/opt/apache-maven-3.0.3/lib/plexus-interpolation-1.14.jar
constituent[7]: file:/qa/tools/opt/apache-maven-3.0.3/lib/plexus-component-annotations-1.5.5.jar
constituent[8]: file:/qa/tools/opt/apache-maven-3.0.3/lib/plexus-sec-dispatcher-1.3.jar
constituent[9]: file:/qa/tools/opt/apache-maven-3.0.3/lib/plexus-cipher-1.4.jar
constituent[10]: file:/qa/tools/opt/apache-maven-3.0.3/lib/maven-repository-metadata-3.0.3.jar
constituent[11]: file:/qa/tools/opt/apache-maven-3.0.3/lib/maven-artifact-3.0.3.jar
constituent[12]: file:/qa/tools/opt/apache-maven-3.0.3/lib/maven-plugin-api-3.0.3.jar
constituent[13]: file:/qa/tools/opt/apache-maven-3.0.3/lib/sisu-inject-plexus-2.1.1.jar
constituent[14]: file:/qa/tools/opt/apache-maven-3.0.3/lib/sisu-inject-bean-2.1.1.jar
constituent[15]: file:/qa/tools/opt/apache-maven-3.0.3/lib/sisu-guice-2.9.4-no_aop.jar
constituent[16]: file:/qa/tools/opt/apache-maven-3.0.3/lib/maven-model-builder-3.0.3.jar
constituent[17]: file:/qa/tools/opt/apache-maven-3.0.3/lib/maven-aether-provider-3.0.3.jar
constituent[18]: file:/qa/tools/opt/apache-maven-3.0.3/lib/aether-api-1.11.jar
constituent[19]: file:/qa/tools/opt/apache-maven-3.0.3/lib/aether-spi-1.11.jar
constituent[20]: file:/qa/tools/opt/apache-maven-3.0.3/lib/aether-util-1.11.jar
constituent[21]: file:/qa/tools/opt/apache-maven-3.0.3/lib/aether-impl-1.11.jar
constituent[22]: file:/qa/tools/opt/apache-maven-3.0.3/lib/maven-compat-3.0.3.jar
constituent[23]: file:/qa/tools/opt/apache-maven-3.0.3/lib/wagon-provider-api-1.0-beta-7.jar
constituent[24]: file:/qa/tools/opt/apache-maven-3.0.3/lib/commons-cli-1.2.jar
constituent[25]: file:/qa/tools/opt/apache-maven-3.0.3/lib/wagon-http-lightweight-1.0-beta-7.jar
constituent[26]: file:/qa/tools/opt/apache-maven-3.0.3/lib/wagon-http-shared-1.0-beta-7.jar
constituent[27]: file:/qa/tools/opt/apache-maven-3.0.3/lib/xercesMinimal-1.9.6.2.jar
constituent[28]: file:/qa/tools/opt/apache-maven-3.0.3/lib/nekohtml-1.9.6.2.jar
constituent[29]: file:/qa/tools/opt/apache-maven-3.0.3/lib/wagon-file-1.0-beta-7.jar
constituent[30]: file:/qa/tools/opt/apache-maven-3.0.3/lib/aether-connector-wagon-1.11.jar
---------------------------------------------------
Exception in thread "main" java.lang.OutOfMemoryError: PermGen space
Exception in thread "Thread-1200" java.lang.OutOfMemoryError: PermGen space
Archiving artifacts
Finished: FAILURE
{quote}
--
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
12 years, 10 months
[JBoss JIRA] (RF-11753) faulty rendering of rich:dataTable and rich:collapsibleSubTable
by Pavel Hofrík (Created) (JIRA)
faulty rendering of rich:dataTable and rich:collapsibleSubTable
---------------------------------------------------------------
Key: RF-11753
URL: https://issues.jboss.org/browse/RF-11753
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-tables
Affects Versions: 4.1.0.CR1
Environment: Apache Tomcat 6.0
Java 1.6.0_24
Mojarra 2.1.2
Reporter: Pavel Hofrík
a4j:commandLink launches action listener and render a4j:outputPanel. In this listener I change data that are displayed in a4j:outputPanel (There are some h:outputTexts and rich:dataTable)
Problem is that data are succesfully changed in managed bean, all outputTexts are rendered with changes, but not dataTable. When I render this outputPanel again (with no changes in mb), table is succesfully rendered with proper values.
There would be problem that dataTable holds reference to List in its value, but I create new one, so referende is invalid.
Same problem goes to collapsibleSubTable
RF 4.1M3 and M4 were ok
code example is in http://community.jboss.org/message/638563
--
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
12 years, 11 months
[JBoss JIRA] Created: (RF-7248) a4j creates infinite HashMap.get loop
by Nida Cibulskyte (JIRA)
a4j creates infinite HashMap.get loop
-------------------------------------
Key: RF-7248
URL: https://jira.jboss.org/jira/browse/RF-7248
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0
Reporter: Nida Cibulskyte
Concurrent requests on a4j components causes infinite loop. While one request is being proccessed by restoreChildState method, another request is senT for proccessing. It causes the code to get stuck in hashmap.get() as the hashmap is not synchronized and causes infinite loop.
2009 05 25 09:41:43 ERROR demo.NameBean - java.util.HashMap.get(HashMap.java:303)
2009 05 25 09:41:43 ERROR demo.NameBean - org.ajax4jsf.component.UIDataAdaptor.restoreChildState(UIDataAdaptor.java:965)
2009 05 25 09:41:43 ERROR demo.NameBean - org.ajax4jsf.component.UIDataAdaptor.restoreChildState(UIDataAdaptor.java:982)
2009 05 25 09:41:43 ERROR demo.NameBean - org.ajax4jsf.component.UIDataAdaptor.restoreChildState(UIDataAdaptor.java:982)
.......................
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 11 months
[JBoss JIRA] Created: (RF-11405) showcase - rich:messages - validation does not work on Tomcats, warning is rendered
by Juraj Huska (JIRA)
showcase - rich:messages - validation does not work on Tomcats, warning is rendered
-----------------------------------------------------------------------------------
Key: RF-11405
URL: https://issues.jboss.org/browse/RF-11405
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: showcase
Affects Versions: 4.1.0.Milestone2
Environment: application: richfaces-showcase-4.1.0.20110910-M2-jee6.war
browsers: Chrome, FF
containers: Tomcat 6.0.32, Tomcat 7.0.20
Reporter: Juraj Huska
Validation in demo for rich:messages does not work. When I click on Ajax Validate no inputs are validated. Ajax request is thrown, but no validation messages are shown. In the place where validation messages should be, a warning is generated:
The form component needs to have a UIForm in its ancestry. Suggestion: enclose the necessary components within <h:form>.
However when I inspect the code, it seems to be ok:
{code:xml}
<h:form>
<rich:messages ajaxRendered="true" />
<h:panelGrid columns="2">
<h:outputText value="Name:" />
<h:inputText label="Name" id="name" required="true" value="#{userBean.name}">
<f:validateLength minimum="3" />
</h:inputText>
<h:outputText value="Job:" />
<h:inputText label="Job" id="job" required="true" value="#{userBean.job}">
<f:validateLength minimum="3" maximum="50" />
</h:inputText>
<h:outputText value="Address:" />
<h:inputText label="Address" id="address" required="true" value="#{userBean.address}">
<f:validateLength minimum="10" />
</h:inputText>
<h:outputText value="Zip:" />
<h:inputText label="Zip" id="zip" required="true" value="#{userBean.zip}">
<f:validateLength minimum="4" maximum="9" />
</h:inputText>
<f:facet name="footer">
<a4j:commandButton value="Ajax Validate" />
</f:facet>
</h:panelGrid>
</h:form>
{code}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 11 months