[JBoss JIRA] (RF-11508) archetype: GAE: cannot build archetype (4.1.0.20111011-M3) due to missing params in org.richfaces.cdk:maven-resources-plugin
by Ján Jamrich (Created) (JIRA)
archetype: GAE: cannot build archetype (4.1.0.20111011-M3) due to missing params in org.richfaces.cdk:maven-resources-plugin
----------------------------------------------------------------------------------------------------------------------------
Key: RF-11508
URL: https://issues.jboss.org/browse/RF-11508
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 4.1.0.Milestone3
Environment: Maven settings from: http://anonsvn.jboss.org/repos/qa/richfaces/maven-settings
Jenkins job: https://hudson.qa.jboss.com/hudson/view/RF-Rel/job/richfaces-4.1-release-...
Archetype built by following command and parameters:
mvn archetype:generate -s richfaces-4.0-release-settings.xml
-DarchetypeGroupId=org.richfaces.archetypes
-DarchetypeArtifactId=richfaces-archetype-gae
-DarchetypeVersion=4.1.0.20111011-M3
-DgroupId=org.richfaces.tests.archetypes
-DartifactId=richfaces-gae-app
-Dversion=4.1.0.20111011-M3
-Dpackage=org.richfaces.tests.archetypes.simpleapp
-DinteractiveMode=false
-DarchetypeRepository=https://repository.jboss.org/nexus/content/groups/staging/
Then built generated archetype by following command:
mvn -f richfaces-gae-app/pom.xml -DVERSION=4.1.0.20111011-M3 package -s richfaces-4.0-release-settings.xml
Reporter: Ján Jamrich
Build by following command:
mvn -f richfaces-gae-app/pom.xml -DVERSION=4.1.0.20111011-M3 package -s richfaces-4.0-release-settings.xml
failed with this error:
[ERROR] Failed to execute goal org.richfaces.cdk:maven-resources-plugin:4.1.0.20111011-M3:process (process) on project richfaces-gae-app: The parameters 'staticResourceMappingFile', 'resourcesOutputDir' for goal org.richfaces.cdk:maven-resources-plugin:4.1.0.20111011-M3:process are missing or invalid -> [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/PluginParameterException
I had a look at richfaces-gae-app/pom.xml and configuration options mentioned above are really missing. But I didn't found any info what is correct value. And secondly, this should be fixed in archetype code, not only locally.
--
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
[JBoss JIRA] Created: (RF-11422) rich:autocomplete: @filterFunction doesn't work
by Ján Jamrich (JIRA)
rich:autocomplete: @filterFunction doesn't work
-----------------------------------------------
Key: RF-11422
URL: https://issues.jboss.org/browse/RF-11422
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: cdk
Affects Versions: 4.1.0.Milestone2
Environment: RichFaces 4.1.0-SNAPSHOT r.5fe1b72ff67eae7dfb1b1bb22f303576ebdcf6b5
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; rv:7.0) Gecko/20100101 Firefox/7.0
Reporter: Ján Jamrich
@filterFunction is not working in Metamer demo. Seems that @clientFilterFunction value override @filterFunction value in Autocomplete component renderer.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years
[JBoss JIRA] Created: (RF-11337) Metamer: pickList: validator (validation) on pickList doesn't work correctly
by Ján Jamrich (JIRA)
Metamer: pickList: validator (validation) on pickList doesn't work correctly
----------------------------------------------------------------------------
Key: RF-11337
URL: https://issues.jboss.org/browse/RF-11337
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: cdk
Affects Versions: 4.1.0.Milestone2
Environment: RichFaces 4.1.0-SNAPSHOT r.d0f9c11eb0dacc1444c0a3182b12567e28aef6bc
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: Brian Leathem
Seems that validator attribute has stopped work, because validation method is no longer called on submit.
There is validator method bound to this component example in Metamer, but nothing appears in log when submit this form - so seems that no validation was called.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years
[JBoss JIRA] Created: (RF-11334) Metamer: rich:pickList: disaledStyleClass attribute is not propagated to component
by Ján Jamrich (JIRA)
Metamer: rich:pickList: disaledStyleClass attribute is not propagated to component
----------------------------------------------------------------------------------
Key: RF-11334
URL: https://issues.jboss.org/browse/RF-11334
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: cdk
Affects Versions: 4.1.0.Milestone2
Environment: RichFaces 4.1.0-SNAPSHOT r.d0f9c11eb0dacc1444c0a3182b12567e28aef6bc
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: Brian Leathem
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years
[JBoss JIRA] Created: (RF-11249) rich:pickList defaultLabel attribute seems do nothing
by Ján Jamrich (JIRA)
rich:pickList defaultLabel attribute seems do nothing
-----------------------------------------------------
Key: RF-11249
URL: https://issues.jboss.org/browse/RF-11249
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 4.1.0.Milestone1
Environment: RichFaces 4.1.0.20110805-M1 r.10246d45dddd1d2aa2034317d5a832394cc919f9
Metamer 4.1.0.20110805-M1 r.22604
Apache MyFaces JSF-2.1 Core Impl 2.1.1
JBoss AS 6.0.0.Final
Java(TM) SE Runtime Environment 1.6.0_26-b03 @Linux
Chrome 12.0.742.112 @ Linux i686
Reporter: Ján Jamrich
Attribute defaultLabel seems not affect any visual behavior of component
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years
[JBoss JIRA] Created: (RF-11164) Some rich:editor attributes are not working correctly
by Ján Jamrich (JIRA)
Some rich:editor attributes are not working correctly
-----------------------------------------------------
Key: RF-11164
URL: https://issues.jboss.org/browse/RF-11164
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: cdk
Affects Versions: 4.0.0.Final
Reporter: Ján Jamrich
Assignee: Lukáš Fryč
Fix For: 4.1.0.Milestone1
<b>Title</b> attribute don't affect editor. This value is set only to textarea element, but since this element is not visible, and next element (span) constains whole editor, this attribute should be set here as well (there is only empty title attribute. When set value here, it is displayed when mouseover on editor)
Value set to <b>style</b> attribute is ignored - if set, nowhere in span containing editor is present. Note: styleClass attribute is processed correct (or as expected - when set, value is added to class attribute in container span)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years
[JBoss JIRA] Created: (RF-11089) Tooltip: attribute value ignored
by Pavol Pitonak (JIRA)
Tooltip: attribute value ignored
--------------------------------
Key: RF-11089
URL: https://issues.jboss.org/browse/RF-11089
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-output
Affects Versions: 4.0.0.Final
Environment: RichFaces 4.1.0-SNAPSHOT r.unknown
Metamer 4.1.0-SNAPSHOT r.22533
Mojarra 2.1.0-FCS
GlassFish Server Open Source Edition 3.1
Java(TM) SE Runtime Environment 1.6.0_24-b07 @ Linux
Chrome 12.0.742.100 @ Linux i686
Reporter: Pavol Pitonak
The attribute value of the tooltip doesn't work (first sample), nested text works fine (second sample). According to RF-11002 the attribute value is a valid attribute.
{code:xml}
<rich:tooltip value="tooltip content" .../>
{code}
{code:xml}
<rich:tooltip ...>tooltip content</rich:tooltip>
{code}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years
[JBoss JIRA] (RF-11700) Rendering of renderkit ressources with portlet bridge 2.1/2.2
by Markus Staab (Created) (JIRA)
Rendering of renderkit ressources with portlet bridge 2.1/2.2
-------------------------------------------------------------
Key: RF-11700
URL: https://issues.jboss.org/browse/RF-11700
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 3.3.3.Final, 3.3.1.SP3
Environment: Liferay 5.2.3, JBoss Portlet Bridge 2.1/2.2, Richfaces 3.3.X
Reporter: Markus Staab
when using jboss portlet bridge 2.1/2.2 and richfaces, some of the resources which are required to render the UI cannot be included by the bridge/portal-container.
the portlet bridge renders the urls to the resources as a Porltet 2.0 Ressource Url and not like a direct link using the /faces/ servlet. it looks like a misconfiguration while registering the resources of Richfaces ressources.
the renderkit ressources are not considered as "special urls" and therefore rendered like described above. When adjusting the code and let the portlet bridge remember those urls as "sepcial urls" everything went fine.
But it seems to be not a portlet bridge bug, but a error while/how the ressources of the renderkit are registered.
the problem is described in more detail and with screenshots in this forum thread:
http://community.jboss.org/thread/173233
--
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
[JBoss JIRA] Created: (RF-10766) Sub table: rerender doesn't work correctly
by Pavol Pitonak (JIRA)
Sub table: rerender doesn't work correctly
------------------------------------------
Key: RF-10766
URL: https://issues.jboss.org/browse/RF-10766
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-tables
Affects Versions: 4.0.0.Final
Environment: RichFaces 4.0.0-SNAPSHOT r.22230
Metamer 4.0.0-SNAPSHOT r.22240
Mojarra 2.1.0-FCS
GlassFish Server Open Source Edition 3.1-SNAPSHOT
OpenJDK Runtime Environment 1.6.0_20-b20 @ Linux
Firefox 3.6.15 @ Linux x86_64
Reporter: Pavol Pitonak
# deploy Metamer and open http://localhost:8080/metamer/faces/components/richCollapsibleSubTable/co...
# set title of first person to "Programmer Analyst"
# rerender the page (fourth button in header)
# set titel of first person to "Vice President"
# rerender the page (fourth button in header)
\\
result:
* the subtable "Men" is collapsed after rerendering
* when the title is changed the second time, "Director" is displayed on the page instead of "Vice President"
* after second rerendering, "Programmer Analyst" appears
The same sample in rich:dataTable and rich:extendedDataTable works fine.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years