[JBoss JIRA] (RF-13037) Photoalbum - get rid of richfaces bom
by Juraj Húska (JIRA)
Juraj Húska created RF-13037:
--------------------------------
Summary: Photoalbum - get rid of richfaces bom
Key: RF-13037
URL: https://issues.jboss.org/browse/RF-13037
Project: RichFaces
Issue Type: Enhancement
Security Level: Public (Everyone can see)
Components: build/distribution, examples
Affects Versions: 5.0.0.Alpha1
Reporter: Juraj Húska
Priority: Trivial
According to RF-13030 we want to remove {{richfaces-bom}} in future. All examples are altered according to that.
Only photoalbum still has dependency for {{richfaces-bom}}.
Could we remove it ?
--
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
11 years, 6 months
[JBoss JIRA] (RF-13036) Refactor usage of deprecated code
by Pavol Pitonak (JIRA)
Pavol Pitonak created RF-13036:
----------------------------------
Summary: Refactor usage of deprecated code
Key: RF-13036
URL: https://issues.jboss.org/browse/RF-13036
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 5.0.0.Alpha1
Reporter: Pavol Pitonak
Priority: Minor
RichFaces 5 code base uses deprecated code a lot:
# [WARNING] /mnt/hudson_workspace/workspace/richfaces-5.0/richfaces/framework/src/main/java/org/richfaces/javascript/JavaScriptServiceImpl.java:[41,45] [deprecation] ValueBinding in javax.faces.el has been deprecated
# [WARNING] /mnt/hudson_workspace/workspace/richfaces-5.0/richfaces/framework/src/main/resource-optimizer/org/richfaces/resource/optimizer/faces/ApplicationImpl.java:[383,40] [deprecation] createMethodBinding(String,Class<?>[]) in Application has been deprecated
[WARNING] /mnt/hudson_workspace/workspace/richfaces-5.0/richfaces/framework/src/main/resource-optimizer/org/richfaces/resource/optimizer/faces/ApplicationImpl.java:[293,23] [deprecation] createComponent(ValueBinding,FacesContext,String) in Application has been deprecated
[WARNING] /mnt/hudson_workspace/workspace/richfaces-5.0/richfaces/framework/src/main/resource-optimizer/org/richfaces/resource/optimizer/faces/ApplicationImpl.java:[214,16] [deprecation] setVariableResolver(VariableResolver) in Application has been deprecated
[WARNING] /mnt/hudson_workspace/workspace/richfaces-5.0/richfaces/framework/src/main/resource-optimizer/org/richfaces/resource/optimizer/faces/ApplicationImpl.java:[202,43] [deprecation] getVariableResolver() in Application has been deprecated
[WARNING] /mnt/hudson_workspace/workspace/richfaces-5.0/richfaces/framework/src/main/resource-optimizer/org/richfaces/resource/optimizer/faces/ApplicationImpl.java:[190,16] [deprecation] setPropertyResolver(PropertyResolver) in Application has been deprecated
[WARNING] /mnt/hudson_workspace/workspace/richfaces-5.0/richfaces/framework/src/main/resource-optimizer/org/richfaces/resource/optimizer/faces/ApplicationImpl.java:[178,43] [deprecation] getPropertyResolver() in Application has been deprecated
# [WARNING] /mnt/hudson_workspace/workspace/richfaces-5.0/richfaces/framework/src/test/java/org/richfaces/io/io/Test.java:[67,38] [deprecation] FastBufferInputStream(FastBufferOutputStream) in FastBufferInputStream has been deprecated
[WARNING] /mnt/hudson_workspace/workspace/richfaces-5.0/richfaces/framework/src/test/java/org/richfaces/io/io/Test.java:[144,33] [deprecation] FastBufferReader(FastBufferWriter) in FastBufferReader has been deprecated
[WARNING] /mnt/hudson_workspace/workspace/richfaces-5.0/richfaces/framework/src/test/java/org/richfaces/io/io/Test.java:[221,38] [deprecation] FastBufferInputStream(FastBufferOutputStream) in FastBufferInputStream has been deprecated
[WARNING] /mnt/hudson_workspace/workspace/richfaces-5.0/richfaces/framework/src/test/java/org/richfaces/io/io/Test.java:[299,33] [deprecation] FastBufferReader(FastBufferWriter) in FastBufferReader has been deprecated
[WARNING] /mnt/hudson_workspace/workspace/richfaces-5.0/richfaces/framework/src/test/java/org/richfaces/javascript/client/validator/LengthValidatorTest.java:[83,45] [deprecation] IGNORE_MESSAGE in ValidatorTestBase has been deprecated
[WARNING] /mnt/hudson_workspace/workspace/richfaces-5.0/richfaces/framework/src/test/java/org/richfaces/javascript/client/validator/LengthValidatorTest.java:[84,90] [deprecation] IGNORE_MESSAGE in ValidatorTestBase has been deprecated
[WARNING] /mnt/hudson_workspace/workspace/richfaces-5.0/richfaces/framework/src/test/java/org/richfaces/ui/ajax/AbstractQueueComponentTest.java:[121,8] [deprecation] assertEquals(String,double,double) in Assert has been deprecated
[WARNING] /mnt/hudson_workspace/workspace/richfaces-5.0/richfaces/framework/src/test/java/org/richfaces/ui/ajax/AbstractQueueComponentTest.java:[122,8] [deprecation] assertEquals(String,double,double) in Assert has been deprecated
[WARNING] /mnt/hudson_workspace/workspace/richfaces-5.0/richfaces/framework/src/test/java/org/richfaces/resource/AbstractCacheableResourceTest.java:[77,34] [deprecation] isMatchesEntityTag(FacesContext) in AbstractCacheableResource has been deprecated
[WARNING] /mnt/hudson_workspace/workspace/richfaces-5.0/richfaces/framework/src/test/java/org/richfaces/resource/AbstractCacheableResourceTest.java:[78,34] [deprecation] isMatchesLastModified(FacesContext) in AbstractCacheableResource has been deprecated
[WARNING] /mnt/hudson_workspace/workspace/richfaces-5.0/richfaces/framework/src/test/java/org/richfaces/resource/AbstractCacheableResourceTest.java:[83,39] [deprecation] isMatchesEntityTag(FacesContext) in AbstractCacheableResource has been deprecated
[WARNING] /mnt/hudson_workspace/workspace/richfaces-5.0/richfaces/framework/src/test/java/org/richfaces/resource/AbstractCacheableResourceTest.java:[84,39] [deprecation] isMatchesLastModified(FacesContext) in AbstractCacheableResource has been deprecated
[WARNING] /mnt/hudson_workspace/workspace/richfaces-5.0/richfaces/framework/src/test/java/org/richfaces/resource/AbstractCacheableResourceTest.java:[89,36] [deprecation] isMatchesEntityTag(FacesContext) in AbstractCacheableResource has been deprecated
[WARNING] /mnt/hudson_workspace/workspace/richfaces-5.0/richfaces/framework/src/test/java/org/richfaces/resource/AbstractCacheableResourceTest.java:[90,36] [deprecation] isMatchesLastModified(FacesContext) in AbstractCacheableResource has been deprecated
[WARNING] /mnt/hudson_workspace/workspace/richfaces-5.0/richfaces/framework/src/test/java/org/richfaces/resource/AbstractCacheableResourceTest.java:[98,35] [deprecation] isMatchesEntityTag(FacesContext) in AbstractCacheableResource has been deprecated
[WARNING] /mnt/hudson_workspace/workspace/richfaces-5.0/richfaces/framework/src/test/java/org/richfaces/resource/AbstractCacheableResourceTest.java:[103,39] [deprecation] isMatchesEntityTag(FacesContext) in AbstractCacheableResource has been deprecated
[WARNING] /mnt/hudson_workspace/workspace/richfaces-5.0/richfaces/framework/src/test/java/org/richfaces/resource/AbstractCacheableResourceTest.java:[108,43] [deprecation] isMatchesEntityTag(FacesContext) in AbstractCacheableResource has been deprecated
[WARNING] /mnt/hudson_workspace/workspace/richfaces-5.0/richfaces/framework/src/test/java/org/richfaces/resource/AbstractCacheableResourceTest.java:[116,51] [deprecation] isMatchesEntityTag(FacesContext) in AbstractCacheableResource has been deprecated
[WARNING] /mnt/hudson_workspace/workspace/richfaces-5.0/richfaces/framework/src/test/java/org/richfaces/resource/AbstractCacheableResourceTest.java:[121,55] [deprecation] isMatchesEntityTag(FacesContext) in AbstractCacheableResource has been deprecated
[WARNING] /mnt/hudson_workspace/workspace/richfaces-5.0/richfaces/framework/src/test/java/org/richfaces/resource/AbstractCacheableResourceTest.java:[126,59] [deprecation] isMatchesEntityTag(FacesContext) in AbstractCacheableResource has been deprecated
[WARNING] /mnt/hudson_workspace/workspace/richfaces-5.0/richfaces/framework/src/test/java/org/richfaces/resource/AbstractCacheableResourceTest.java:[134,51] [deprecation] isMatchesEntityTag(FacesContext) in AbstractCacheableResource has been deprecated
[WARNING] /mnt/hudson_workspace/workspace/richfaces-5.0/richfaces/framework/src/test/java/org/richfaces/resource/AbstractCacheableResourceTest.java:[139,55] [deprecation] isMatchesEntityTag(FacesContext) in AbstractCacheableResource has been deprecated
[WARNING] /mnt/hudson_workspace/workspace/richfaces-5.0/richfaces/framework/src/test/java/org/richfaces/resource/AbstractCacheableResourceTest.java:[144,56] [deprecation] isMatchesEntityTag(FacesContext) in AbstractCacheableResource has been deprecated
[WARNING] /mnt/hudson_workspace/workspace/richfaces-5.0/richfaces/framework/src/test/java/org/richfaces/resource/AbstractCacheableResourceTest.java:[149,59] [deprecation] isMatchesEntityTag(FacesContext) in AbstractCacheableResource has been deprecated
[WARNING] /mnt/hudson_workspace/workspace/richfaces-5.0/richfaces/framework/src/test/java/org/richfaces/resource/AbstractCacheableResourceTest.java:[162,51] [deprecation] isMatchesLastModified(FacesContext) in AbstractCacheableResource has been deprecated
[WARNING] /mnt/hudson_workspace/workspace/richfaces-5.0/richfaces/framework/src/test/java/org/richfaces/resource/AbstractCacheableResourceTest.java:[167,49] [deprecation] isMatchesLastModified(FacesContext) in AbstractCacheableResource has been deprecated
[WARNING] /mnt/hudson_workspace/workspace/richfaces-5.0/richfaces/framework/src/test/java/org/richfaces/resource/AbstractCacheableResourceTest.java:[172,51] [deprecation] isMatchesLastModified(FacesContext) in AbstractCacheableResource has been deprecated
[WARNING] /mnt/hudson_workspace/workspace/richfaces-5.0/richfaces/framework/src/test/java/org/richfaces/javascript/client/validator/DoubleRangeValidatorTest.java:[81,93] [deprecation] IGNORE_MESSAGE in ValidatorTestBase has been deprecated
[WARNING] /mnt/hudson_workspace/workspace/richfaces-5.0/richfaces/framework/src/test/java/org/richfaces/javascript/client/validator/DoubleRangeValidatorTest.java:[82,93] [deprecation] IGNORE_MESSAGE in ValidatorTestBase has been deprecated
[WARNING] /mnt/hudson_workspace/workspace/richfaces-5.0/richfaces/framework/src/test/java/org/richfaces/javascript/client/validator/DoubleRangeValidatorTest.java:[83,92] [deprecation] IGNORE_MESSAGE in ValidatorTestBase has been deprecated
[WARNING] /mnt/hudson_workspace/workspace/richfaces-5.0/richfaces/framework/src/test/java/org/richfaces/javascript/client/validator/DoubleRangeValidatorTest.java:[84,81] [deprecation] IGNORE_MESSAGE in ValidatorTestBase has been deprecated
[WARNING] /mnt/hudson_workspace/workspace/richfaces-5.0/richfaces/framework/src/test/java/org/richfaces/javascript/client/validator/DoubleRangeValidatorTest.java:[86,53] [deprecation] IGNORE_MESSAGE in ValidatorTestBase has been deprecated
# [WARNING] org.richfaces.resource.plugin.ProcessMojo#compress:
[WARNING] The syntax
[WARNING] @parameter expression="$\{property\}"
[WARNING] is deprecated, please use
[WARNING] @parameter property="property"
[WARNING] instead.
[WARNING] org.richfaces.resource.plugin.ProcessMojo#encoding:
[WARNING] The syntax
[WARNING] @parameter expression="$\{property\}"
[WARNING] is deprecated, please use
[WARNING] @parameter property="property"
[WARNING] instead.
[WARNING] org.richfaces.resource.plugin.ProcessMojo#pack:
[WARNING] The syntax
[WARNING] @parameter expression="$\{property\}"
[WARNING] is deprecated, please use
[WARNING] @parameter property="property"
[WARNING] instead.
[WARNING] org.richfaces.resource.plugin.ProcessMojo#project:
[WARNING] The syntax
[WARNING] @parameter expression="$\{property\}"
[WARNING] is deprecated, please use
[WARNING] @parameter property="property"
[WARNING] instead.
[WARNING] org.richfaces.resource.plugin.ProcessMojo#resourcesOutputDir:
[WARNING] The syntax
[WARNING] @parameter expression="$\{property\}"
[WARNING] is deprecated, please use
[WARNING] @parameter property="property"
[WARNING] instead.
[WARNING] org.richfaces.resource.plugin.ProcessMojo#skins:
[WARNING] The syntax
[WARNING] @parameter expression="$\{property\}"
[WARNING] is deprecated, please use
[WARNING] @parameter property="property"
[WARNING] instead.
[WARNING] org.richfaces.resource.plugin.ProcessMojo#staticResourceMappingFile:
[WARNING] The syntax
[WARNING] @parameter expression="$\{property\}"
[WARNING] is deprecated, please use
[WARNING] @parameter property="property"
[WARNING] instead.
[WARNING] org.richfaces.resource.plugin.ProcessMojo#staticResourcePrefix:
[WARNING] The syntax
[WARNING] @parameter expression="$\{property\}"
[WARNING] is deprecated, please use
[WARNING] @parameter property="property"
[WARNING] instead.
--
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
11 years, 6 months
[JBoss JIRA] (RF-12637) Zip exception when deploying RichFaces app with JSF 2.2 to JBoss AS 7.2
by Pavol Pitonak (JIRA)
[ https://issues.jboss.org/browse/RF-12637?page=com.atlassian.jira.plugin.s... ]
Pavol Pitonak resolved RF-12637.
--------------------------------
Resolution: Out of Date
Closing because it looks like it's not a bug in RichFaces. Bug in WildFly/Undertow reported in UNDERTOW-64.
> Zip exception when deploying RichFaces app with JSF 2.2 to JBoss AS 7.2
> -----------------------------------------------------------------------
>
> Key: RF-12637
> URL: https://issues.jboss.org/browse/RF-12637
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: compatibility
> Affects Versions: 4.3.0.M2
> Environment: JBoss AS 7.2.0.Alpha1-SNAPSHOT (from 3 Dec 2012)
> Mojarra 2.2.0-SNAPSHOT (after 2.2.0-m06)
> RichFaces 4.3.0-SNAPSHOT
> Reporter: Pavol Pitonak
> Assignee: Pavol Pitonak
> Labels: jsf22
> Attachments: jsf22.zip
>
>
> # extract jsf22.zip
> # open directory and build project with {{mvn clean package -Prelease}}
> # download latest JBoss AS 7.2.0.Alpha1 from https://ci.jboss.org/jenkins/job/JBoss-AS-7.x-latest/
> # add Mojarra 2.2.0-SNAPSHOT to JBoss AS as described in https://community.jboss.org/wiki/DesignOfAS7Multi-JSFFeature
> # deploy jsf22-jee6.war
> result:
> {quote}
> 15:49:31,425 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015876: Starting deployment of "jsf22-jee6.war"
> 15:49:32,644 WARN [org.jboss.weld.deployer] (MSC service thread 1-3) JBAS016012: Deployment deployment "jsf22-jee6.war" contains CDI annotations but beans.xml was not found.
> 15:49:32,681 INFO [org.jboss.web] (ServerService Thread Pool -- 10) JBAS018210: Register web context: /jsf22-jee6
> 15:49:32,755 INFO [javax.enterprise.resource.webcontainer.jsf.config] (ServerService Thread Pool -- 10) Initializing Mojarra 2.2.0 (-SNAPSHOT 20121204-0807 https://svn.java.net/svn/mojarra~svn/trunk@11125) for context '/jsf22-jee6'
> 15:49:34,438 SEVERE [javax.enterprise.resource.webcontainer.jsf.config] (ServerService Thread Pool -- 10) Unable to process annotations for url, vfs:/content/jsf22-jee6.war/WEB-INF/lib/richfaces-components-ui-4.3.0-20121203.111732-232.jar/META-INF/faces-config.xml. Reason: java.util.zip.ZipException: zip file is empty
> 15:49:34,439 SEVERE [javax.enterprise.resource.webcontainer.jsf.config] (ServerService Thread Pool -- 10) : java.util.zip.ZipException: zip file is empty
> 2.0-SNAPSHOT]
> :2.2.0-SNAPSHOT]
> OT]
> ]
> OT]
> 15:49:34,445 SEVERE [javax.enterprise.resource.webcontainer.jsf.config] (ServerService Thread Pool -- 10) Unable to process annotations for url, vfs:/content/jsf22-jee6.war/WEB-INF/lib/richfaces-core-impl-4.3.0-20121203.205629-130.jar/META-INF/faces-config.xml. Reason: java.util.zip.ZipException: zip file is empty
> 15:49:34,445 SEVERE [javax.enterprise.resource.webcontainer.jsf.config] (ServerService Thread Pool -- 10) : java.util.zip.ZipException: zip file is empty
> at java.util.zip.ZipFile.open(Native Method) [rt.jar:1.7.0_09-icedtea]
> at java.util.zip.ZipFile.<init>(ZipFile.java:214) [rt.jar:1.7.0_09-icedtea]
> at java.util.zip.ZipFile.<init>(ZipFile.java:144) [rt.jar:1.7.0_09-icedtea]
> at java.util.jar.JarFile.<init>(JarFile.java:152) [rt.jar:1.7.0_09-icedtea]
> at sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:88) [rt.jar:1.7.0_09-icedtea]
> at sun.net.www.protocol.jar.URLJarFile$1.run(URLJarFile.java:221) [rt.jar:1.7.0_09-icedtea]
> at sun.net.www.protocol.jar.URLJarFile$1.run(URLJarFile.java:216) [rt.jar:1.7.0_09-icedtea]
> at java.security.AccessController.doPrivileged(Native Method) [rt.jar:1.7.0_09-icedtea]
> at sun.net.www.protocol.jar.URLJarFile.retrieve(URLJarFile.java:215) [rt.jar:1.7.0_09-icedtea]
> at sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:71) [rt.jar:1.7.0_09-icedtea]
> at sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:73) [rt.jar:1.7.0_09-icedtea]
> at sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:122) [rt.jar:1.7.0_09-icedtea]
> at sun.net.www.protocol.jar.JarURLConnection.getJarFile(JarURLConnection.java:89) [rt.jar:1.7.0_09-icedtea]
> at com.sun.faces.config.JavaClassScanningAnnotationScanner.processClasspath(JavaClassScanningAnnotationScanner.java:166) [jsf-impl-2.2.0-SNAPSHOT.jar:2.2.0-SNAPSHOT]
> at com.sun.faces.config.JavaClassScanningAnnotationScanner.getAnnotatedClasses(JavaClassScanningAnnotationScanner.java:125) [jsf-impl-2.2.0-SNAPSHOT.jar:2.2.0-SNAPSHOT]
> at com.sun.faces.config.DelegatingAnnotationProvider.getAnnotatedClasses(DelegatingAnnotationProvider.java:85) [jsf-impl-2.2.0-SNAPSHOT.jar:2.2.0-SNAPSHOT]
> at com.sun.faces.config.ConfigManager$AnnotationScanTask.call(ConfigManager.java:879) [jsf-impl-2.2.0-SNAPSHOT.jar:2.2.0-SNAPSHOT]
> at com.sun.faces.config.ConfigManager$AnnotationScanTask.call(ConfigManager.java:831) [jsf-impl-2.2.0-SNAPSHOT.jar:2.2.0-SNAPSHOT]
> at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) [rt.jar:1.7.0_09-icedtea]
> at java.util.concurrent.FutureTask.run(FutureTask.java:166) [rt.jar:1.7.0_09-icedtea]
> at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:370) [jsf-impl-2.2.0-SNAPSHOT.jar:2.2.0-SNAPSHOT]
> at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:224) [jsf-impl-2.2.0-SNAPSHOT.jar:2.2.0-SNAPSHOT]
> at org.apache.catalina.core.StandardContext.contextListenerStart(StandardContext.java:3339) [jbossweb-7.2.0.Alpha5.jar:7.2.0.Alpha5]
> at org.apache.catalina.core.StandardContext.start(StandardContext.java:3777) [jbossweb-7.2.0.Alpha5.jar:7.2.0.Alpha5]
> at org.jboss.as.web.deployment.WebDeploymentService.doStart(WebDeploymentService.java:156) [jboss-as-web-7.2.0.Alpha1-SNAPSHOT.jar:7.2.0.Alpha1-SNAPSHOT]
> at org.jboss.as.web.deployment.WebDeploymentService.access$000(WebDeploymentService.java:60) [jboss-as-web-7.2.0.Alpha1-SNAPSHOT.jar:7.2.0.Alpha1-SNAPSHOT]
> at org.jboss.as.web.deployment.WebDeploymentService$1.run(WebDeploymentService.java:93) [jboss-as-web-7.2.0.Alpha1-SNAPSHOT.jar:7.2.0.Alpha1-SNAPSHOT]
> at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [rt.jar:1.7.0_09-icedtea]
> at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) [rt.jar:1.7.0_09-icedtea]
> at java.util.concurrent.FutureTask.run(FutureTask.java:166) [rt.jar:1.7.0_09-icedtea]
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) [rt.jar:1.7.0_09-icedtea]
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) [rt.jar:1.7.0_09-icedtea]
> at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_09-icedtea]
> at org.jboss.threads.JBossThread.run(JBossThread.java:122)
> 15:49:34,613 INFO [org.hibernate.validator.util.Version] (ServerService Thread Pool -- 10) Hibernate Validator 4.2.0.Final
> 15:49:35,235 INFO [javax.enterprise.resource.webcontainer.jsf.config] (ServerService Thread Pool -- 10) Monitoring jndi:/default-host/jsf22-jee6/WEB-INF/faces-config.xml for modifications
> 15:49:35,418 INFO [org.richfaces.log.Cache] (ServerService Thread Pool -- 10) Selected fallback cache factory
> 15:49:35,420 INFO [org.richfaces.log.Cache] (ServerService Thread Pool -- 10) Creating LRUMap cache instance using parameters: {org.jboss.jbossfaces.JSF_CONFIG_NAME=mojarra-2.2.0-SNAPSHOT, org.richfaces.resourceMapping.enabled=true, javax.faces.PROJECT_STAGE=Development, javax.faces.SKIP_COMMENTS=true, org.jboss.jbossfaces.WAR_BUNDLES_JSF_IMPL=false}
> 15:49:35,429 INFO [org.richfaces.log.Cache] (ServerService Thread Pool -- 10) Creating LRUMap cache instance of 512 items capacity
> 15:49:35,446 INFO [org.richfaces.log.Application] (ServerService Thread Pool -- 10) RichFaces Core Implementation by JBoss by Red Hat, version 4.3.0-SNAPSHOT
> 15:49:35,512 WARNING [org.richfaces.log.Application] (ServerService Thread Pool -- 10) JMS API was found on the classpath; if you want to enable RichFaces Push JMS integration, set context-param 'org.richfaces.push.jms.enabled' in web.xml
> 15:49:35,650 INFO [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS018559: Deployed "jsf22-jee6.war"
> {quote}
> * richfaces-components-ui-4.3.0-20121203.111732-232.jar is definitely *not empty*
> * application works fine with Tomcat 7.0.32
--
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
11 years, 6 months
[JBoss JIRA] (RF-12850) Popup panel: button's label is invisible in IE10
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/RF-12850?page=com.atlassian.jira.plugin.s... ]
Lukáš Fryč commented on RF-12850:
---------------------------------
Hey Anton,
we have addressed this issue in RF-12958, but seems we need to improve it: RF-13010.
> Popup panel: button's label is invisible in IE10
> ------------------------------------------------
>
> Key: RF-12850
> URL: https://issues.jboss.org/browse/RF-12850
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-panels-layout-themes
> Affects Versions: 4.2.3.Final, 4.3.0.Final, 4.3.1
> Environment: RichFaces 4.3.2-SNAPSHOT
> EAP 6.0.1, Tomcat 6.0.32, Tomcat 7.0.35
> Mojarra 2.1.7, 2.1.17, MyFaces 2.1.10
> Internet Explorer 9, 10
> Reporter: Pavol Pitonak
> Assignee: Brian Leathem
> Fix For: 4.3.2, 5.0.0.Alpha1
>
> Attachments: buttonInPopupPanel.png
>
> Original Estimate: 3 hours
> Remaining Estimate: 3 hours
>
> {code:xml}
> <rich:popupPanel id="panel" show="true" header="xxx">
> <h:commandButton id="button" value="Submit" />
> </rich:popupPanel>
> {code}
> If a page with code snippet above is opened in IE9/IE10, the label "Submit" of button is not displayed until mouse over event.
> Since it appears in all JSF implementations and on all runtime containers and works in browsers different from IE, it looks like a bug in IE interpretation of CSS classes.
> Sample works fine when header of popup panel is not displayed (i.e. header attribute isn't set and no facet is defined).
--
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
11 years, 6 months
[JBoss JIRA] (RF-13010) Popup panel inside popup panel: button not rendered in IE10
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/RF-13010?page=com.atlassian.jira.plugin.s... ]
Lukáš Fryč commented on RF-13010:
---------------------------------
[~jonny23] [commented|https://issues.jboss.org/browse/RF-12850?focusedCommentId=12777...]:
{quote}
Provided solution causes issues with nested popups. Provided css touch for 'visibility' style adds inline css property, that causes issues when using nested popups (or any other popup content that has dynamically shown content). I would suggest using $this.attr('style', $this.attr('style')) (this would touch elements that have style attribute) and $this.attr('class', $this.attr('class')) (touches elements that have class attribute set). This way original popup content styling wouldn't be altered.
{quote}
> 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
11 years, 6 months