[JBoss JIRA] (RF-13021) Simpleapp archetype does not work on Tomcat
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/RF-13021?page=com.atlassian.jira.plugin.s... ]
Lukáš Fryč reassigned RF-13021:
-------------------------------
Assignee: Lukáš Fryč
> Simpleapp archetype does not work on Tomcat
> -------------------------------------------
>
> Key: RF-13021
> URL: https://issues.jboss.org/browse/RF-13021
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: archetype
> Affects Versions: 5.0.0.Alpha1
> Reporter: Juraj Húska
> Assignee: Lukáš Fryč
> Priority: Blocker
> Fix For: 5.0.0.Alpha1
>
>
> The simple app archetype does not work on Tomcats. It works on JBoss AS.
> The only notable error is this one from server log:
> {code}
> INFO: validateJarFile(/home/jhuska/workspace_jbossToolsTesting/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/rf500Alpha1testingMvn/WEB-INF/lib/jsp-api-2.1.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/el/Expression.class
> May 27, 2013 5:37:13 PM org.apache.catalina.loader.WebappClassLoader validateJarFile
> INFO: validateJarFile(/home/jhuska/workspace_jbossToolsTesting/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/rf500Alpha1testingMvn/WEB-INF/lib/servlet-api-2.5.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class
> {code}
> The issue IMHO relates to RF-12998, which was already solved for showcase.
--
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-13010) Popup panel inside popup panel: button not rendered in IE10
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13010?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13010:
-------------------------------
Fix Version/s: 5.0.0.Alpha2
(was: 5.0.0.Alpha1)
> Popup panel inside popup panel: button not rendered in IE10
> -----------------------------------------------------------
>
> Key: RF-13010
> URL: https://issues.jboss.org/browse/RF-13010
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-panels-layout-themes
> Affects Versions: 4.3.2, 5.0.0.Alpha1
> Environment: RichFaces 5.0.0-SNAPSHOT
> Metamer 5.0.0-SNAPSHOT
> Mojarra 2.1.13
> EAP 6.0.1
> Java(TM) SE Runtime Environment 1.6.0_32-b05 @ Linux
> works in Chrome 27.0.1453.93 @ Linux x86_64
> broken in IE10 @ Win 8, IE9 @ Win 7
> Reporter: Pavol Pitonak
> Assignee: Brian Leathem
> Labels: regression
> Fix For: 4.3.3, 5.0.0.Alpha2
>
> Attachments: buttonInPopupPanel.png
>
>
> # deploy Metamer and open http://192.168.122.1:8080/metamer/faces/components/richPopupPanel/simple....
> # change template to "Rich Popup Panel"
> # click the "Call the popup" button
> result:
> * the is a button between paragraph and link inside popup panel in Chrome/Firefox
> * the button is missing in IE 10
> * it might be related to RF-12850 or RF-12958
> * worked fine in 4.3.1.Final
--
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-12345) JS error when pressing ESC on an open inplaceSelect in IE
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/RF-12345?page=com.atlassian.jira.plugin.s... ]
Lukáš Fryč commented on RF-12345:
---------------------------------
I have checked basic functionality of inplaceSelect with this pull request in Chrome in Metamer, but it needs to be verified on IE additionally.
> JS error when pressing ESC on an open inplaceSelect in IE
> ---------------------------------------------------------
>
> Key: RF-12345
> URL: https://issues.jboss.org/browse/RF-12345
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-selects
> Affects Versions: 4.2.2.Final
> Environment: Internet Explorer 8 and 9
> Reporter: Moshe Elisha
> Labels: ie, inplaceselect
> Fix For: 4.3.3, 5.0.0.Alpha2
>
>
> Open an inplaceSelect list - when pressing ESC while the list is open, you will get a JavaScript error " Unable to get value of the property 'value': object is null or undefined" (Reproduced with IE 8 and 9 on the RichFaces showcase).
--
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-13028) Warning when deploying showcase - SelectLabelValueValidator class not present
by Juraj Húska (JIRA)
[ https://issues.jboss.org/browse/RF-13028?page=com.atlassian.jira.plugin.s... ]
Juraj Húska commented on RF-13028:
----------------------------------
The showcase itself does not use this class directly.
Issuing {{grep -ri SelectLabelValueValidator}} over the framework gives this result to be changed:
* {{/src/main/resources/META-INF/csv.xml}}
> Warning when deploying showcase - SelectLabelValueValidator class not present
> -----------------------------------------------------------------------------
>
> Key: RF-13028
> URL: https://issues.jboss.org/browse/RF-13028
> Project: RichFaces
> Issue Type: Enhancement
> Security Level: Public(Everyone can see)
> Components: regression, showcase
> Affects Versions: 5.0.0.Alpha1
> Environment: JBoss AS 7.1.1.Final
> Reporter: Juraj Húska
> Priority: Minor
>
> There is following warning when deploying showcase:
> {code}
> 11:54:45,575 WARNING [org.richfaces.log.Config] (MSC service thread 1-4) Found JavaScript function definition for class org.richfaces.validator.SelectLabelValueValidator, but that class is not presented
> {code}
> The reason is changed package for {{SelectLabelValueValidator}}.
> The new one is: {{org.richfaces.ui.select.select}}
> The demos for {{select components}} seems to work correctly.
--
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-13028) Warning when deploying showcase - SelectLabelValueValidator class not present
by Juraj Húska (JIRA)
[ https://issues.jboss.org/browse/RF-13028?page=com.atlassian.jira.plugin.s... ]
Juraj Húska updated RF-13028:
-----------------------------
Environment: JBoss AS 7.1.1.Final
> Warning when deploying showcase - SelectLabelValueValidator class not present
> -----------------------------------------------------------------------------
>
> Key: RF-13028
> URL: https://issues.jboss.org/browse/RF-13028
> Project: RichFaces
> Issue Type: Enhancement
> Security Level: Public(Everyone can see)
> Components: regression, showcase
> Affects Versions: 5.0.0.Alpha1
> Environment: JBoss AS 7.1.1.Final
> Reporter: Juraj Húska
> Priority: Minor
>
> There is following warning when deploying showcase:
> {code}
> 11:54:45,575 WARNING [org.richfaces.log.Config] (MSC service thread 1-4) Found JavaScript function definition for class org.richfaces.validator.SelectLabelValueValidator, but that class is not presented
> {code}
> The reason is changed package for {{SelectLabelValueValidator}}.
> The new one is: {{org.richfaces.ui.select.select}}
> The demos for {{select components}} seems to work correctly.
--
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-13028) Warning when deploying showcase - SelectLabelValueValidator class not present
by Juraj Húska (JIRA)
[ https://issues.jboss.org/browse/RF-13028?page=com.atlassian.jira.plugin.s... ]
Juraj Húska updated RF-13028:
-----------------------------
Description:
There is following warning when deploying showcase:
{code}
11:54:45,575 WARNING [org.richfaces.log.Config] (MSC service thread 1-4) Found JavaScript function definition for class org.richfaces.validator.SelectLabelValueValidator, but that class is not presented
{code}
The reason is changed package for {{SelectLabelValueValidator}}.
The new one is: {{org.richfaces.ui.select.select}}
The demos for {{select components}} seems to work correctly.
was:
There is following warning when deploying showcase:
{code}
11:54:45,575 WARNING [org.richfaces.log.Config] (MSC service thread 1-4) Found JavaScript function definition for class org.richfaces.validator.SelectLabelValueValidator, but that class is not presented
{code}
The reason is changed package for {{SelectLabelValueValidator}}.
The new one is: {{org.richfaces.ui.select.select}}
> Warning when deploying showcase - SelectLabelValueValidator class not present
> -----------------------------------------------------------------------------
>
> Key: RF-13028
> URL: https://issues.jboss.org/browse/RF-13028
> Project: RichFaces
> Issue Type: Enhancement
> Security Level: Public(Everyone can see)
> Components: regression, showcase
> Affects Versions: 5.0.0.Alpha1
> Reporter: Juraj Húska
> Priority: Minor
>
> There is following warning when deploying showcase:
> {code}
> 11:54:45,575 WARNING [org.richfaces.log.Config] (MSC service thread 1-4) Found JavaScript function definition for class org.richfaces.validator.SelectLabelValueValidator, but that class is not presented
> {code}
> The reason is changed package for {{SelectLabelValueValidator}}.
> The new one is: {{org.richfaces.ui.select.select}}
> The demos for {{select components}} seems to work correctly.
--
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