[JBoss JIRA] (RF-13759) Unify jboss-parent between richfaces and cdk projects & allign with EAP-6.3.0
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13759?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13759:
-------------------------------
Sprint: 4.5.0.Beta1 - Upgrade Sprint
> Unify jboss-parent between richfaces and cdk projects & allign with EAP-6.3.0
> -----------------------------------------------------------------------------
>
> Key: RF-13759
> URL: https://issues.jboss.org/browse/RF-13759
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: cdk, component, core
> Affects Versions: 4.5.0.Alpha3
> Reporter: Pavel Slegr
> Fix For: 4.5.0.Beta1
>
>
> both cdk and richfaces projects use different jboss-parent versions (9,12)
> EAP-6.3.0 which will be underlying base for RF-4.5.0 uses as latest supported jboss-parent version 11.
> Please unify into jboss-parent 11
> NOTE: updating cdk version into jboss-parent 11, will need a maintenance (update for deprecated code) in cdk/maven-plugin/src/main/java/org/richfaces/builder/mojo
> These classes use deprecated api such as
> {code}
> @parameter expression="${executedProject}""
> {code}
> which doesn't work with maven-plugin-plugin 3.1 and leads into
> {code}
> [WARNING] The syntax
> [WARNING] @parameter expression="${property}"
> [WARNING] is deprecated, please use
> [WARNING] @parameter property="property"
> [WARNING] instead.
> {code}
> Some other additional changes may be also needed.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 3 months
[JBoss JIRA] (RF-13686) Props interfaces overlap and are not fully implemented
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13686?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13686:
-------------------------------
Original Estimate: 1 hour
Remaining Estimate: 1 hour
> Props interfaces overlap and are not fully implemented
> ------------------------------------------------------
>
> Key: RF-13686
> URL: https://issues.jboss.org/browse/RF-13686
> Project: RichFaces
> Issue Type: Enhancement
> Security Level: Public(Everyone can see)
> Affects Versions: 4.5.0.Alpha3
> Reporter: Michal Petrov
> Assignee: Michal Petrov
> Fix For: 4.5.0.Beta1
>
> Original Estimate: 1 hour
> Remaining Estimate: 1 hour
>
> In addition to RF-13679 - @styleClass is also defined in CoreProps which many classes implement and in several classes it is hardcoded (like AbstractAutocomplete), several other interfaces are not being implemented.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 3 months
[JBoss JIRA] (RF-13720) Mobile Showcase - CSV demo with JS error and does not work
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13720?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13720:
-------------------------------
Original Estimate: 4 hours
Remaining Estimate: 4 hours
> Mobile Showcase - CSV demo with JS error and does not work
> ----------------------------------------------------------
>
> Key: RF-13720
> URL: https://issues.jboss.org/browse/RF-13720
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-validators
> Affects Versions: 4.5.0.Alpha3
> Environment: mobile devices
> Reporter: Juraj Húska
> Labels: mobile, regression
> Fix For: 4.5.0.Beta1
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
> Showcase demo for _client side validation_ is not working on mobile devices.
> There is a JS error thrown, stating:
> {code}
> TypeError: RichFaces.csv.validate is not a function
> if(clientHandler){clientHandler.call(this,event)
> {code}
--
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 Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13758?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13758:
-------------------------------
Sprint: 4.5.0.Beta1 - Bug Fix Sprint
> 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
> Fix For: 4.5.0.Beta1
>
>
> 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-13754) Showcase - remove dependencies for JMS push example
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13754?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13754:
-------------------------------
Sprint: 4.5.0.Beta1 - Bug Fix Sprint
> Showcase - remove dependencies for JMS push example
> ---------------------------------------------------
>
> Key: RF-13754
> URL: https://issues.jboss.org/browse/RF-13754
> Project: RichFaces
> Issue Type: Enhancement
> Security Level: Public(Everyone can see)
> Components: showcase
> Affects Versions: 4.5.0.Alpha3
> Reporter: Juraj Húska
> Fix For: 4.5.0.Beta1
>
>
> The JMS example is not used anymore in the Showcase. But there are still dependencies needed to run it on AS 7 and AS 6.
> The problem is that particularly, dependency:
> {code:xml}
> <dependency>
> <groupId>org.jboss.as</groupId>
> <artifactId>jboss-as-controller-client</artifactId>
> <scope>provided</scope>
> </dependency>
> {code}
> is blocking start of Wildfly 8.1.Final when running integration tests.
> Because 4.5.x will not run on AS 7 and below anymore, and because JMS example is deprecated in Showcase (we are using instead Push examples) I would remove these dependencies altogether.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 3 months
[JBoss JIRA] (RF-13757) Showcase with MyFaces contains javax.faces JAR
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13757?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13757:
-------------------------------
Sprint: 4.5.0.Beta1 - Bug Fix Sprint
> Showcase with MyFaces contains javax.faces JAR
> ----------------------------------------------
>
> Key: RF-13757
> URL: https://issues.jboss.org/browse/RF-13757
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: examples, showcase
> Affects Versions: 4.5.0.Alpha3
> Environment: RF 4.5.x with MyFaces
> Any browser
> Tomcat (7 or 8)
> Reporter: Matej Novotny
> Fix For: 4.5.0.Beta1
>
>
> When building a Showcase with MyFaces (e.g. {{-Pmyfaces}}) the WAR file which is created contains {{javax.faces-2.2.6.jar}}.
> This should IMHO be excluded as it is a standard JSF implementation which should be replaced by MyFaces impl.
> Please see steps to reproduce.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 3 months