[JBoss JIRA] (RF-13262) autocomplete: @autofill=true doesn't work
by Jiří Štefek (JIRA)
Jiří Štefek created RF-13262:
--------------------------------
Summary: autocomplete: @autofill=true doesn't work
Key: RF-13262
URL: https://issues.jboss.org/browse/RF-13262
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-input
Affects Versions: 5.0.0.Alpha1
Environment: EAP 6.1
FF 21, Chrome 30
Reporter: Jiří Štefek
Neither moving to an item by mouse nor by keys fills the value to the input.
--
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, 5 months
[JBoss JIRA] (RF-13250) Extreme memory usage in RF4.3.4.Final and not in RF4.3.3.Final
by Pavol Pitonak (JIRA)
[ https://issues.jboss.org/browse/RF-13250?page=com.atlassian.jira.plugin.s... ]
Pavol Pitonak commented on RF-13250:
------------------------------------
Hi, I created a simple web app simply increasing a counter and sending it to clients, I tried 1 Firefox and 11 Chrome clients concurrently and there was no sign of coming OOME. I also noticed a lot of AtomicBoolean and ConcurrentLinkedQueue instances but they were GC-ed regularly so it doesn't seem to be problem.
There are configurations I tried:
# RichFaces 4.3.3.Final, Tomcat 7.0.42, Mojarra 2.1.19, OpenJDK 7
# RichFaces 4.3.4.Final, Tomcat 7.0.42, Mojarra 2.1.19, OpenJDK 7
# RichFaces 4.3.4.Final, Tomcat 7.0.39, Mojarra 2.1.19, OpenJDK 7
# RichFaces 4.3.4.Final, Tomcat 7.0.39, MyFaces 2.1.12, OpenJDK 7
# RichFaces 4.3.4.Final, Tomcat 7.0.39, MyFaces 2.1.12, Oracle JDK 7
# RichFaces 4.3.4.Final, Tomcat 7.0.39, MyFaces 2.1.12, Oracle JDK 6
Could you please write me which JDK are you using and how many concurrent clients does your application have?
> Extreme memory usage in RF4.3.4.Final and not in RF4.3.3.Final
> --------------------------------------------------------------
>
> Key: RF-13250
> URL: https://issues.jboss.org/browse/RF-13250
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 4.3.4
> Environment: Gentoo Linux, Tomcat 7.0.39, MyFaces 2.1.12, Tomahawk 1.1.14, RichFaces 4.3.4, APR 1.4.5
> Reporter: Milo van der Zee
> Assignee: Pavol Pitonak
> Labels: memoryleak
>
> Hello,
> I did an upgrade from RF 4.3.3.Final to 4.3.4.Final and the application started to crash with 'Out Off Memory' errors. I changed the POM back to 4.3.3.Final and the problem is gone.
> I also started seeing this message lot's of times:
> {{WARN org.atmosphere.cpr.AtmosphereResponse - Committed error code 400}}
> I don't know if that has anything to do with the error. I set {{org.atmosphere.cpr.sessionSupport}} to {{true}} and I did not see the message again. But still the application went out-of-memory.
> In the crashed system heap dump I see a lot of:
> - AtomicBoolean (751.000, 15.0MB)
> - ConcurrentLinkedQueue
> - AtmospereRequest$Builder (60.042, 13.8MB)
> To me it looks like it has something to do with Atmosphere. Any ideas?
> Thanks,
> Milo van der Zee
--
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, 5 months
[JBoss JIRA] (RF-12214) Pack plain skin with UI components distribution (the resource plugin needs to be fixed)
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/RF-12214?page=com.atlassian.jira.plugin.s... ]
Lukáš Fryč updated RF-12214:
----------------------------
Fix Version/s: 4.5.0.Alpha1
> Pack plain skin with UI components distribution (the resource plugin needs to be fixed)
> ---------------------------------------------------------------------------------------
>
> Key: RF-12214
> URL: https://issues.jboss.org/browse/RF-12214
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: resource handling
> Affects Versions: 4.2.1.Final
> Reporter: Nicolas Daniels
> Assignee: Lukáš Fryč
> Priority: Minor
> Fix For: 4.5.0.Alpha1, 5.0.0.Alpha2
>
> Original Estimate: 30 minutes
> Remaining Estimate: 30 minutes
>
> The plain skin is not packed/compresses as other styles, mainly because images generation is failing due to null property values.
> It could be good to have it as well. Beside it, probably that image generation with null value should be handled.
> Of course, any failed image generation should not be referenced in resulting css.
> (Fyi, currently, generating plain skin is working despite the warnings but missing images are still referenced in resulting css. This is not really good for resources optimization ;-))
--
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, 5 months
[JBoss JIRA] (RF-12214) Pack plain skin with UI components distribution (the resource plugin needs to be fixed)
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/RF-12214?page=com.atlassian.jira.plugin.s... ]
Lukáš Fryč commented on RF-12214:
---------------------------------
However this issue needs to be fixed mainly in RF 4.5.
> Pack plain skin with UI components distribution (the resource plugin needs to be fixed)
> ---------------------------------------------------------------------------------------
>
> Key: RF-12214
> URL: https://issues.jboss.org/browse/RF-12214
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: resource handling
> Affects Versions: 4.2.1.Final
> Reporter: Nicolas Daniels
> Assignee: Lukáš Fryč
> Priority: Minor
> Fix For: 4.5.0.Alpha1, 5.0.0.Alpha2
>
> Original Estimate: 30 minutes
> Remaining Estimate: 30 minutes
>
> The plain skin is not packed/compresses as other styles, mainly because images generation is failing due to null property values.
> It could be good to have it as well. Beside it, probably that image generation with null value should be handled.
> Of course, any failed image generation should not be referenced in resulting css.
> (Fyi, currently, generating plain skin is working despite the warnings but missing images are still referenced in resulting css. This is not really good for resources optimization ;-))
--
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, 5 months
[JBoss JIRA] (RF-12214) Pack plain skin with UI components distribution (the resource plugin needs to be fixed)
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/RF-12214?page=com.atlassian.jira.plugin.s... ]
Lukáš Fryč commented on RF-12214:
---------------------------------
When enabling a plain skin packaging, following issue occurs:
{code}
[INFO] --- exec-maven-plugin:1.2.1:java (packed-resources) @ richfaces ---
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Oct 14, 2013 11:13:17 PM org.richfaces.resource.ResourceFactoryImpl logResourceProblem
WARNING: Error creating resource org.richfaces.ui.images.iconimages.PanelIconTriangleDown
javax.faces.FacesException
at org.richfaces.services.DependencyInjectionServiceImpl.inject(DependencyInjectionServiceImpl.java:361)
at org.richfaces.resource.ResourceFactoryImpl.injectProperties(ResourceFactoryImpl.java:144)
at org.richfaces.resource.ResourceFactoryImpl.createHandlerDependentResource(ResourceFactoryImpl.java:267)
at org.richfaces.resource.ResourceFactoryImpl.createDynamicResource(ResourceFactoryImpl.java:401)
at org.richfaces.resource.ResourceFactoryImpl.createResource(ResourceFactoryImpl.java:371)
at org.richfaces.resource.optimizer.resource.handler.impl.DynamicResourceHandler.createResource(DynamicResourceHandler.java:85)
at org.richfaces.resource.optimizer.resource.handler.impl.AbstractResourceHandler.createResource(AbstractResourceHandler.java:42)
at org.richfaces.resource.optimizer.faces.ResourceELResolver.getValue(ResourceELResolver.java:106)
at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:175)
at org.jboss.el.parser.AstBracketSuffix.getValue(AstBracketSuffix.java:59)
at org.jboss.el.parser.AstValue.getValue(AstValue.java:67)
at org.jboss.el.parser.AstDeferredExpression.getValue(AstDeferredExpression.java:26)
at org.jboss.el.parser.AstCompositeExpression.getValue(AstCompositeExpression.java:31)
at org.jboss.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:186)
at org.richfaces.resource.optimizer.faces.ApplicationImpl.evaluateExpressionGet(ApplicationImpl.java:485)
at org.richfaces.resource.CSSVisitorImpl.visitStyleDeclaration(CSSVisitorImpl.java:212)
at org.richfaces.resource.AbstractCSSVisitor.visitStyleRule(AbstractCSSVisitor.java:98)
at org.richfaces.resource.AbstractCSSVisitor.visitRule(AbstractCSSVisitor.java:61)
at org.richfaces.resource.AbstractCSSVisitor.visitStyleSheet(AbstractCSSVisitor.java:48)
at org.richfaces.resource.CompiledCSSResource.getInputStream(CompiledCSSResource.java:122)
at org.richfaces.resource.optimizer.resource.handler.impl.DynamicResourceWrapper.getInputStream(DynamicResourceWrapper.java:56)
at org.richfaces.resource.optimizer.resource.writer.impl.ResourceWriterImpl$ResourceInputStreamSupplier.getInput(ResourceWriterImpl.java:70)
at org.richfaces.resource.optimizer.resource.writer.impl.ResourceWriterImpl.writePackedResource(ResourceWriterImpl.java:169)
at org.richfaces.resource.optimizer.task.ResourceTaskFactoryImpl$ResourcesRendererCallable.renderResource(ResourceTaskFactoryImpl.java:94)
at org.richfaces.resource.optimizer.task.ResourceTaskFactoryImpl$ResourcesRendererCallable.call(ResourceTaskFactoryImpl.java:160)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:724)
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.GeneratedMethodAccessor299.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.richfaces.services.DependencyInjectionServiceImpl.invokeMethod(DependencyInjectionServiceImpl.java:187)
at org.richfaces.services.DependencyInjectionServiceImpl.inject(DependencyInjectionServiceImpl.java:354)
... 30 more
Caused by: java.lang.NullPointerException
at org.richfaces.ui.images.iconimages.PanelIconBasic.initialize(PanelIconBasic.java:73)
... 35 more
Oct 14, 2013 11:13:17 PM org.richfaces.resource.optimizer.task.ResourceTaskFactoryImpl$ResourcesRendererCallable renderResource
SEVERE: Exception rendering resorce org.richfaces:message/notify/notify.ecss using skin plain: null
java.lang.NullPointerException
at org.richfaces.ui.images.iconimages.PanelIconBasic.writeState(PanelIconBasic.java:83)
at org.richfaces.resource.ResourceUtils.saveResourceState(ResourceUtils.java:476)
at org.richfaces.resource.BaseResourceWrapper.saveState(BaseResourceWrapper.java:148)
at org.richfaces.resource.ResourceUtils.saveResourceState(ResourceUtils.java:494)
at org.richfaces.resource.optimizer.resource.handler.impl.DynamicResourceHandler.createResource(DynamicResourceHandler.java:89)
at org.richfaces.resource.optimizer.resource.handler.impl.AbstractResourceHandler.createResource(AbstractResourceHandler.java:42)
at org.richfaces.resource.optimizer.faces.ResourceELResolver.getValue(ResourceELResolver.java:106)
at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:175)
at org.jboss.el.parser.AstBracketSuffix.getValue(AstBracketSuffix.java:59)
at org.jboss.el.parser.AstValue.getValue(AstValue.java:67)
at org.jboss.el.parser.AstDeferredExpression.getValue(AstDeferredExpression.java:26)
at org.jboss.el.parser.AstCompositeExpression.getValue(AstCompositeExpression.java:31)
at org.jboss.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:186)
at org.richfaces.resource.optimizer.faces.ApplicationImpl.evaluateExpressionGet(ApplicationImpl.java:485)
at org.richfaces.resource.CSSVisitorImpl.visitStyleDeclaration(CSSVisitorImpl.java:212)
at org.richfaces.resource.AbstractCSSVisitor.visitStyleRule(AbstractCSSVisitor.java:98)
at org.richfaces.resource.AbstractCSSVisitor.visitRule(AbstractCSSVisitor.java:61)
at org.richfaces.resource.AbstractCSSVisitor.visitStyleSheet(AbstractCSSVisitor.java:48)
at org.richfaces.resource.CompiledCSSResource.getInputStream(CompiledCSSResource.java:122)
at org.richfaces.resource.optimizer.resource.handler.impl.DynamicResourceWrapper.getInputStream(DynamicResourceWrapper.java:56)
at org.richfaces.resource.optimizer.resource.writer.impl.ResourceWriterImpl$ResourceInputStreamSupplier.getInput(ResourceWriterImpl.java:70)
at org.richfaces.resource.optimizer.resource.writer.impl.ResourceWriterImpl.writePackedResource(ResourceWriterImpl.java:169)
at org.richfaces.resource.optimizer.task.ResourceTaskFactoryImpl$ResourcesRendererCallable.renderResource(ResourceTaskFactoryImpl.java:94)
at org.richfaces.resource.optimizer.task.ResourceTaskFactoryImpl$ResourcesRendererCallable.call(ResourceTaskFactoryImpl.java:160)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:724)
{code}
> Pack plain skin with UI components distribution (the resource plugin needs to be fixed)
> ---------------------------------------------------------------------------------------
>
> Key: RF-12214
> URL: https://issues.jboss.org/browse/RF-12214
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: resource handling
> Affects Versions: 4.2.1.Final
> Reporter: Nicolas Daniels
> Assignee: Lukáš Fryč
> Priority: Minor
> Fix For: 5.0.0.Alpha2
>
> Original Estimate: 30 minutes
> Remaining Estimate: 30 minutes
>
> The plain skin is not packed/compresses as other styles, mainly because images generation is failing due to null property values.
> It could be good to have it as well. Beside it, probably that image generation with null value should be handled.
> Of course, any failed image generation should not be referenced in resulting css.
> (Fyi, currently, generating plain skin is working despite the warnings but missing images are still referenced in resulting css. This is not really good for resources optimization ;-))
--
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, 5 months
[JBoss JIRA] (RF-12292) "this" in oncomplete of a4j:commandButton returns window object.
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/RF-12292?page=com.atlassian.jira.plugin.s... ]
Lukáš Fryč resolved RF-12292.
-----------------------------
Resolution: Done
> "this" in oncomplete of a4j:commandButton returns window object.
> ----------------------------------------------------------------
>
> Key: RF-12292
> URL: https://issues.jboss.org/browse/RF-12292
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: component-a4j-core
> Affects Versions: 4.2.2.Final
> Environment: Windows XP SP3, Weblogic 10.3.5, JSF 2.0.4, RF 4.2.2 Final
> Reporter: Nikolai Alexeev
> Assignee: Lukáš Fryč
> Priority: Minor
> Labels: a4j_commandbutton
> Fix For: 5.0.0.Alpha2
>
> Original Estimate: 30 minutes
> Remaining Estimate: 30 minutes
>
> When using "this" operator in oncomplete attribute of a4j:commandButton user gets window object instead of expected button object. In RF3 everything was as expected.
--
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, 5 months
[JBoss JIRA] (RF-13261) Autocomplete: introduce onfocus, onselect, onopen, onclose, onsearch, onresponse event handlers
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/RF-13261?page=com.atlassian.jira.plugin.s... ]
Lukáš Fryč resolved RF-13261.
-----------------------------
Resolution: Done
> Autocomplete: introduce onfocus, onselect, onopen, onclose, onsearch, onresponse event handlers
> -----------------------------------------------------------------------------------------------
>
> Key: RF-13261
> URL: https://issues.jboss.org/browse/RF-13261
> Project: RichFaces
> Issue Type: Enhancement
> Security Level: Public(Everyone can see)
> Components: component-input
> Affects Versions: 5.0.0.Alpha1
> Reporter: Lukáš Fryč
> Assignee: Lukáš Fryč
> Fix For: 5.0.0.Alpha2
>
>
> Those event handlers are exposed by jQuery UI Autocomplete:
> http://api.jqueryui.com/autocomplete/
--
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, 5 months
[JBoss JIRA] (RF-13261) Autocomplete: introduce onfocus, onselect, onopen, onclose, onsearch, onresponse event handlers
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/RF-13261?page=com.atlassian.jira.plugin.s... ]
Lukáš Fryč commented on RF-13261:
---------------------------------
Implemented: https://github.com/richfaces/richfaces/commit/cf8ac09334cc1e1bcf4314a8212...
> Autocomplete: introduce onfocus, onselect, onopen, onclose, onsearch, onresponse event handlers
> -----------------------------------------------------------------------------------------------
>
> Key: RF-13261
> URL: https://issues.jboss.org/browse/RF-13261
> Project: RichFaces
> Issue Type: Enhancement
> Security Level: Public(Everyone can see)
> Components: component-input
> Affects Versions: 5.0.0.Alpha1
> Reporter: Lukáš Fryč
> Assignee: Lukáš Fryč
> Fix For: 5.0.0.Alpha2
>
>
> Those event handlers are exposed by jQuery UI Autocomplete:
> http://api.jqueryui.com/autocomplete/
--
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, 5 months
[JBoss JIRA] (RF-13261) Autocomplete: introduce onfocus, onselect, onopen, onclose, onsearch, onresponse event handlers
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/RF-13261?page=com.atlassian.jira.plugin.s... ]
Lukáš Fryč updated RF-13261:
----------------------------
Issue Type: Enhancement (was: Task)
Fix Version/s: 5.0.0.Alpha2
Assignee: Lukáš Fryč
Affects Version/s: 5.0.0.Alpha1
Component/s: component-input
> Autocomplete: introduce onfocus, onselect, onopen, onclose, onsearch, onresponse event handlers
> -----------------------------------------------------------------------------------------------
>
> Key: RF-13261
> URL: https://issues.jboss.org/browse/RF-13261
> Project: RichFaces
> Issue Type: Enhancement
> Security Level: Public(Everyone can see)
> Components: component-input
> Affects Versions: 5.0.0.Alpha1
> Reporter: Lukáš Fryč
> Assignee: Lukáš Fryč
> Fix For: 5.0.0.Alpha2
>
>
> Those event handlers are exposed by jQuery UI Autocomplete:
> http://api.jqueryui.com/autocomplete/
--
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, 5 months