[JBoss JIRA] (RF-13758) RF 4.5 with MyFaces, CSS not loaded
by Michal Petrov (JIRA)
[ https://issues.jboss.org/browse/RF-13758?page=com.atlassian.jira.plugin.s... ]
Michal Petrov resolved RF-13758.
--------------------------------
Resolution: Done
> RF 4.5 with MyFaces, CSS not loaded
> -----------------------------------
>
> Key: RF-13758
> URL: https://issues.jboss.org/browse/RF-13758
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 4.5.0.Alpha3
> Reporter: Matej Novotny
> Assignee: Michal Petrov
> Priority: Critical
> Labels: myfaces, needs-qe
> Fix For: 4.5.0.Beta1
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
> When you use MyFaces as JSF implementation, RF fail to get CSS files hence the components are displayed as plain text.
> I tried this (among others) with simpleapp which I modified by adding a simple rich:panel. With Mojarra the css for panel was received and panel was displayed correctly. Then I modified pom.xml to use MyFaces. The app can be deployed but the panel is just a plain text and page contains no css for styling.
> This can be reproduced with Metamer/simpleapp/showcase.
> Please see steps to reproduce for reproducers with Metamer and simpleapp.
> Showcase reproducer is more complicated due to RF-13757.
--
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:
------------------------------------
Heap size has little to do with that, did you set up JBoss AS to handle files that big?
> 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)
Athiappan G created RF-13771:
--------------------------------
Summary: 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
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-13758) RF 4.5 with MyFaces, CSS not loaded
by Michal Petrov (JIRA)
[ https://issues.jboss.org/browse/RF-13758?page=com.atlassian.jira.plugin.s... ]
Michal Petrov commented on RF-13758:
------------------------------------
The rendering in MyFaces goes like this:
# create resource (libraryName + resourceName)
#* ResourceFactoryImpl marks resource as rendered (libraryName + resourceName)
# check if resource is rendered (resource.libraryName + resource.resourceName)
# if not mark as rendered both:
#* libraryName + resourceName
#* and resource.libraryName + resource.resourceName
# render
So step 3 will mark "null" as rendered and then all URLResources will fail the check at step 2. (For reference Mojarra does the checking and marking first, then it creates the resource).
I've added custom values to URLResource, but I wonder if we need to mark the resource as rendered when the renderers do it too.
> RF 4.5 with MyFaces, CSS not loaded
> -----------------------------------
>
> Key: RF-13758
> URL: https://issues.jboss.org/browse/RF-13758
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 4.5.0.Alpha3
> Reporter: Matej Novotny
> Assignee: Michal Petrov
> Priority: Critical
> Labels: myfaces, needs-qe
> Fix For: 4.5.0.Beta1
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
> When you use MyFaces as JSF implementation, RF fail to get CSS files hence the components are displayed as plain text.
> I tried this (among others) with simpleapp which I modified by adding a simple rich:panel. With Mojarra the css for panel was received and panel was displayed correctly. Then I modified pom.xml to use MyFaces. The app can be deployed but the panel is just a plain text and page contains no css for styling.
> This can be reproduced with Metamer/simpleapp/showcase.
> Please see steps to reproduce for reproducers with Metamer and simpleapp.
> Showcase reproducer is more complicated due to RF-13757.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 3 months
[JBoss JIRA] (RF-13761) Upgrade jQuery to 1.11.1+
by Michal Petrov (JIRA)
[ https://issues.jboss.org/browse/RF-13761?page=com.atlassian.jira.plugin.s... ]
Michal Petrov resolved RF-13761.
--------------------------------
Resolution: Done
Turns out atmosphere is using the jQuery code (but not saying so). Though their code can detect IE 11 and the jQuery code can detect safari, I've merged the two.
> Upgrade jQuery to 1.11.1+
> -------------------------
>
> Key: RF-13761
> URL: https://issues.jboss.org/browse/RF-13761
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Affects Versions: 4.5.0.Alpha3
> Reporter: Cody Lerum
> Assignee: Michal Petrov
> Fix For: 4.5.0.Beta1
>
> Original Estimate: 1 hour
> Remaining Estimate: 1 hour
>
> RF should include a more recent version of jQuery for compatibility reasons.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 3 months
[JBoss JIRA] (RF-13758) RF 4.5 with MyFaces, CSS not loaded
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/RF-13758?page=com.atlassian.jira.plugin.s... ]
Lukáš Fryč edited comment on RF-13758 at 8/12/14 3:14 AM:
----------------------------------------------------------
But to be honest, there must be some other issue that we overseen, because {{ResourceFactoryImpl}} actually marks resource as rendered for original {{resourceKey}}.
It _should_ not specifically use {{URLResource}}:
Look here:
1. [determine whether there is a mapped resource for given {{ResourceKey}}|https://github.com/richfaces/richfaces/blob/master/core/src/main/java/org/richfaces/resource/ResourceFactoryImpl.java#L360-L366]
2. [mark given {{ResourceKey}} as rendered|https://github.com/richfaces/richfaces/blob/master/core/src/main...]
was (Author: lfryc):
But to be honest, there must be some other issue that we overseen, because {{ResourceFactoryImpl}} actually marks resource as rendered for original {{resourceKey}}.
It _should_ not specifically use {{URLResource}}:
Look here:
1. [determine whether there is a mapped resource for given {{ResourceKey}}|https://github.com/richfaces/richfaces/blob/master/core/src/main/java/org/richfaces/resource/ResourceFactoryImpl.java#L360]
2. [mark given {{ResourceKey}} as rendered|https://github.com/richfaces/richfaces/blob/master/core/src/main...]
> RF 4.5 with MyFaces, CSS not loaded
> -----------------------------------
>
> Key: RF-13758
> URL: https://issues.jboss.org/browse/RF-13758
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 4.5.0.Alpha3
> Reporter: Matej Novotny
> Assignee: Michal Petrov
> Priority: Critical
> Labels: myfaces, needs-qe
> Fix For: 4.5.0.Beta1
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
> When you use MyFaces as JSF implementation, RF fail to get CSS files hence the components are displayed as plain text.
> I tried this (among others) with simpleapp which I modified by adding a simple rich:panel. With Mojarra the css for panel was received and panel was displayed correctly. Then I modified pom.xml to use MyFaces. The app can be deployed but the panel is just a plain text and page contains no css for styling.
> This can be reproduced with Metamer/simpleapp/showcase.
> Please see steps to reproduce for reproducers with Metamer and simpleapp.
> Showcase reproducer is more complicated due to RF-13757.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 3 months
[JBoss JIRA] (RF-13758) RF 4.5 with MyFaces, CSS not loaded
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/RF-13758?page=com.atlassian.jira.plugin.s... ]
Lukáš Fryč commented on RF-13758:
---------------------------------
But to be honest, there must be some other issue that we overseen, because {{ResourceFactoryImpl}} actually marks resource as rendered for original {{resourceKey}}.
It _should_ not specifically use {{URLResource}}:
Look here:
1. [determine whether there is a mapped resource for given {{ResourceKey}}|https://github.com/richfaces/richfaces/blob/master/core/src/main/java/org/richfaces/resource/ResourceFactoryImpl.java#L360]
2. [mark given {{ResourceKey}} as rendered|https://github.com/richfaces/richfaces/blob/master/core/src/main...]
> RF 4.5 with MyFaces, CSS not loaded
> -----------------------------------
>
> Key: RF-13758
> URL: https://issues.jboss.org/browse/RF-13758
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 4.5.0.Alpha3
> Reporter: Matej Novotny
> Assignee: Michal Petrov
> Priority: Critical
> Labels: myfaces, needs-qe
> Fix For: 4.5.0.Beta1
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
> When you use MyFaces as JSF implementation, RF fail to get CSS files hence the components are displayed as plain text.
> I tried this (among others) with simpleapp which I modified by adding a simple rich:panel. With Mojarra the css for panel was received and panel was displayed correctly. Then I modified pom.xml to use MyFaces. The app can be deployed but the panel is just a plain text and page contains no css for styling.
> This can be reproduced with Metamer/simpleapp/showcase.
> Please see steps to reproduce for reproducers with Metamer and simpleapp.
> Showcase reproducer is more complicated due to RF-13757.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 3 months
[JBoss JIRA] (RF-13758) RF 4.5 with MyFaces, CSS not loaded
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/RF-13758?page=com.atlassian.jira.plugin.s... ]
Lukáš Fryč commented on RF-13758:
---------------------------------
Could we just allow {{URLResource}} to bear libraryName/resourceName information? It could be artifical names, derived from resourcePath/URL provided when constructing {{URLResource}}.
{code}
resource = new URLResource("some://url")
resource.getResourceName(); // returns "some_url"
{code}
> RF 4.5 with MyFaces, CSS not loaded
> -----------------------------------
>
> Key: RF-13758
> URL: https://issues.jboss.org/browse/RF-13758
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 4.5.0.Alpha3
> Reporter: Matej Novotny
> Assignee: Michal Petrov
> Priority: Critical
> Labels: myfaces, needs-qe
> Fix For: 4.5.0.Beta1
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
> When you use MyFaces as JSF implementation, RF fail to get CSS files hence the components are displayed as plain text.
> I tried this (among others) with simpleapp which I modified by adding a simple rich:panel. With Mojarra the css for panel was received and panel was displayed correctly. Then I modified pom.xml to use MyFaces. The app can be deployed but the panel is just a plain text and page contains no css for styling.
> This can be reproduced with Metamer/simpleapp/showcase.
> Please see steps to reproduce for reproducers with Metamer and simpleapp.
> Showcase reproducer is more complicated due to RF-13757.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 3 months
[JBoss JIRA] (RF-13733) dataTable built-in sorting and filtering
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13733?page=com.atlassian.jira.plugin.s... ]
Brian Leathem resolved RF-13733.
--------------------------------
Labels: gss needs-qe (was: gss)
Resolution: Done
@QE: please consider porting the EDT built-in sorting & filtering IT tests to the dataTable.
> dataTable built-in sorting and filtering
> ----------------------------------------
>
> Key: RF-13733
> URL: https://issues.jboss.org/browse/RF-13733
> Project: RichFaces
> Issue Type: Enhancement
> Security Level: Public(Everyone can see)
> Components: component-tables
> Affects Versions: 4.3.7
> Reporter: Edward I
> Assignee: Brian Leathem
> Labels: gss, needs-qe
> Fix For: 4.5.0.Beta1
>
> Original Estimate: 1 day
> Remaining Estimate: 1 day
>
> dataTable built-in sorting is still not implemented - only implemented in extendedDataTable so far. Is this still being planned?
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 3 months
[JBoss JIRA] (RF-11332) Improve AutoComplete component to support Object values separate from AutoCompleteinput field
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-11332?page=com.atlassian.jira.plugin.s... ]
Brian Leathem reassigned RF-11332:
----------------------------------
Assignee: (was: Brian Leathem)
> Improve AutoComplete component to support Object values separate from AutoCompleteinput field
> ---------------------------------------------------------------------------------------------
>
> Key: RF-11332
> URL: https://issues.jboss.org/browse/RF-11332
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: component-input
> Affects Versions: 4.1.0.Milestone1
> Reporter: Cody Lerum
> Labels: gss
> Fix For: 4.5.0.Beta1
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
> {code}
> <rich:autocomplete id="client" value="#{newService.client}" autocompleteMethod="#{entitySearch.appEntityClients}" var="_a" fetchValue="#{_a}">
> <h:outputText value="#{_a.name}" />
> </rich:autocomplete>
> {code}
> Given the above code the fetchValue which is placed in the generated inputText box is what is actually submitted with the form.
> To support POJO selects what is needed is to have a value and a valueLabel so that the fetchValue can be displayed to the user but the acutal converted object value is submitted to the form.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 3 months