[JBoss JIRA] (RF-13774) Upgrade MyFaces to 2.2.4
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13774?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13774:
-------------------------------
Original Estimate: 2 hours
Remaining Estimate: 2 hours
> Upgrade MyFaces to 2.2.4
> ------------------------
>
> Key: RF-13774
> URL: https://issues.jboss.org/browse/RF-13774
> Project: RichFaces
> Issue Type: Component Upgrade
> Security Level: Public(Everyone can see)
> Affects Versions: 4.5.0.Alpha3
> Reporter: Pavol Pitonak
> Labels: myfaces
> Fix For: 4.5.0.Beta1
>
> Original Estimate: 2 hours
> Remaining Estimate: 2 hours
>
> MyFaces version defined in build/pom.xml is 2.1.10 which is outdated. There is newer 2.1.15 but since we depend on Mojarra 2.2.x, we should upgrade MyFaces to *2.2.4*.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 3 months
[JBoss JIRA] (RF-13774) Upgrade MyFaces to 2.2.4
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13774?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13774:
-------------------------------
Sprint: 4.5.0.Beta1 - Upgrade Sprint
> Upgrade MyFaces to 2.2.4
> ------------------------
>
> Key: RF-13774
> URL: https://issues.jboss.org/browse/RF-13774
> Project: RichFaces
> Issue Type: Component Upgrade
> Security Level: Public(Everyone can see)
> Affects Versions: 4.5.0.Alpha3
> Reporter: Pavol Pitonak
> Labels: myfaces
> Fix For: 4.5.0.Beta1
>
> Original Estimate: 2 hours
> Remaining Estimate: 2 hours
>
> MyFaces version defined in build/pom.xml is 2.1.10 which is outdated. There is newer 2.1.15 but since we depend on Mojarra 2.2.x, we should upgrade MyFaces to *2.2.4*.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 3 months
[JBoss JIRA] (RF-13771) Richface:Upload "Server Error"
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13771?page=com.atlassian.jira.plugin.s... ]
Brian Leathem commented on RF-13771:
------------------------------------
You can start with looking at the FileUpload RichFaces docs:
http://docs.jboss.org/richfaces/latest_4_X/Component_Reference/en-US/html...
Other than that, please raise your issue in the forums. This is a usage question, not a bug report. More eyes will see your post in the forum and you will likely get a more timely response.
> Richface:Upload "Server Error"
> ------------------------------
>
> Key: RF-13771
> URL: https://issues.jboss.org/browse/RF-13771
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 4.2.2.Final
> Environment: Windows 7
> Jboss 7.1.1.Final
> Richface 4.2.2.Final
> Reporter: Athiappan G
> Labels: "Server, 4.2.2, Error", Upload,
>
> In our application, we have a use case as, we allow the user to upload files upto 200MB. However, Whenever am uploading any files of size more than 50 MB itself, it is throwing me the "Server Error" message.
> I have not used any filters.
> I have set the max heap size to 1024MB(1GB), so there should be no out of memory exception.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 3 months
[JBoss JIRA] (RF-13771) Richface:Upload "Server Error"
by Michal Petrov (JIRA)
[ https://issues.jboss.org/browse/RF-13771?page=com.atlassian.jira.plugin.s... ]
Michal Petrov commented on RF-13771:
------------------------------------
You might want to ask on JBoss's forum, this is an issue with server settings, not with RichFaces. And I don't know enough to help.
> Richface:Upload "Server Error"
> ------------------------------
>
> Key: RF-13771
> URL: https://issues.jboss.org/browse/RF-13771
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 4.2.2.Final
> Environment: Windows 7
> Jboss 7.1.1.Final
> Richface 4.2.2.Final
> Reporter: Athiappan G
> Labels: "Server, 4.2.2, Error", Upload,
>
> In our application, we have a use case as, we allow the user to upload files upto 200MB. However, Whenever am uploading any files of size more than 50 MB itself, it is throwing me the "Server Error" message.
> I have not used any filters.
> I have set the max heap size to 1024MB(1GB), so there should be no out of memory exception.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 3 months
[JBoss JIRA] (RF-13771) Richface:Upload "Server Error"
by Athiappan G (JIRA)
[ https://issues.jboss.org/browse/RF-13771?page=com.atlassian.jira.plugin.s... ]
Athiappan G commented on RF-13771:
----------------------------------
Thank you for your Comment. Can you help me how to set this "max-post-size" property for JBOSS ?
Want to explain you the current situation,
1. I have increased the heap size for java at eclipse.ini to 1024MB
2. I have kept the settings for JBOSS as "JAVA_OPTS=-Xms64M -Xmx1024M -XX:MaxPermSize=256M"
Now am able to upload 4 files of 50MB size. When I try to upload 5th time, it is throwing me the "Server Error".
My usecase is like, I have to upload around few GB sized files. Can you please help me in this regards...
> Richface:Upload "Server Error"
> ------------------------------
>
> Key: RF-13771
> URL: https://issues.jboss.org/browse/RF-13771
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 4.2.2.Final
> Environment: Windows 7
> Jboss 7.1.1.Final
> Richface 4.2.2.Final
> Reporter: Athiappan G
> Labels: "Server, 4.2.2, Error", Upload,
>
> In our application, we have a use case as, we allow the user to upload files upto 200MB. However, Whenever am uploading any files of size more than 50 MB itself, it is throwing me the "Server Error" message.
> I have not used any filters.
> I have set the max heap size to 1024MB(1GB), so there should be no out of memory exception.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 3 months
[JBoss JIRA] (RF-13775) Depracated syntax used in RichFaces Resources Maven Plugin
by Pavol Pitonak (JIRA)
[ https://issues.jboss.org/browse/RF-13775?page=com.atlassian.jira.plugin.s... ]
Pavol Pitonak commented on RF-13775:
------------------------------------
I fixed it in https://github.com/richfaces/richfaces/commit/21ea4eb3b293b890f5e3ceb6868..., please review.
> Depracated syntax used in RichFaces Resources Maven Plugin
> ----------------------------------------------------------
>
> Key: RF-13775
> URL: https://issues.jboss.org/browse/RF-13775
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 4.5.0.Alpha3
> Reporter: Pavol Pitonak
> Priority: Trivial
>
> During the build of Resources Maven Plugin these warnings are displayed:
> {code}
> [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#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.
> {code}
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 3 months
[JBoss JIRA] (RF-13775) Depracated syntax used in RichFaces Resources Maven Plugin
by Pavol Pitonak (JIRA)
Pavol Pitonak created RF-13775:
----------------------------------
Summary: Depracated syntax used in RichFaces Resources Maven Plugin
Key: RF-13775
URL: https://issues.jboss.org/browse/RF-13775
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 4.5.0.Alpha3
Reporter: Pavol Pitonak
Priority: Trivial
During the build of Resources Maven Plugin these warnings are displayed:
{code}
[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#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.
{code}
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 3 months