[JBoss JIRA] (RF-13729) Kitchensink archetype on Wildfly with mobile devices
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13729?page=com.atlassian.jira.plugin.s... ]
Brian Leathem commented on RF-13729:
------------------------------------
I corrected the problem in the quickstart by updating the _rewrite_ dependency. To resolve this issue I next need to regenerate the archetype from the quickstart.
> Kitchensink archetype on Wildfly with mobile devices
> ----------------------------------------------------
>
> Key: RF-13729
> URL: https://issues.jboss.org/browse/RF-13729
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: archetype
> Affects Versions: 4.5.0.Alpha3
> Environment: Server: Wildfly 8.1 Final (or older version)
> Archetype: kitchensink 4.5.0Alpha3
> Some mobile device (eg. smartphone)
> Reporter: Matej Novotny
> Assignee: Brian Leathem
> Fix For: 4.5.0.Beta1
>
> Original Estimate: 1 hour
> Remaining Estimate: 1 hour
>
> When you deploy kitchensink to Wildfly and access the main page via mobile device (clear browser memory and cache), it loads desktop page instead of mobile.
> If I use EAP (tried with 6.2.4 and 6.3) and load the main apge with mobile device, it loads the correct page.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 5 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 resolved RF-13754.
--------------------------------
Resolution: Done
I removed all JMS configuration and samples.
> 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
> Assignee: Brian Leathem
> Fix For: 4.5.0.Beta1
>
> Original Estimate: 30 minutes
> Remaining Estimate: 30 minutes
>
> 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, 5 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 resolved RF-13757.
--------------------------------
Fix Version/s: (was: 4.5.0.Beta1)
Resolution: Rejected
The correct way to build the showcase using myfaces is via the _jsf\_profile_ envinment variable, as in:
{code}
mvn clean install -Djsf_profile=myfaces
{code}
> 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
> Assignee: Brian Leathem
> Original Estimate: 30 minutes
> Remaining Estimate: 30 minutes
>
> 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, 5 months
[JBoss JIRA] (RF-13752) Distribution zip is missing javadocs
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13752?page=com.atlassian.jira.plugin.s... ]
Brian Leathem commented on RF-13752:
------------------------------------
The only thing I can think of is that the plugins were executed out-of-order (MNG-2258). [~michpetrov] can you share what version of _Maven_ you used for the build?
> Distribution zip is missing javadocs
> ------------------------------------
>
> Key: RF-13752
> URL: https://issues.jboss.org/browse/RF-13752
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: build/distribution
> Affects Versions: 4.5.0.Alpha3
> Reporter: Pavol Pitonak
> Assignee: Brian Leathem
> Fix For: 4.5.0.Beta1
>
> Original Estimate: 30 minutes
> Remaining Estimate: 30 minutes
>
> Distribution zip contain directory *doc*, inside it there is *jsdoc* and *vdldoc*. Javadocs are missing.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 5 months
[JBoss JIRA] (RF-13729) Kitchensink archetype on Wildfly with mobile devices
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13729?page=com.atlassian.jira.plugin.s... ]
Brian Leathem reassigned RF-13729:
----------------------------------
Assignee: Brian Leathem
> Kitchensink archetype on Wildfly with mobile devices
> ----------------------------------------------------
>
> Key: RF-13729
> URL: https://issues.jboss.org/browse/RF-13729
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: archetype
> Affects Versions: 4.5.0.Alpha3
> Environment: Server: Wildfly 8.1 Final (or older version)
> Archetype: kitchensink 4.5.0Alpha3
> Some mobile device (eg. smartphone)
> Reporter: Matej Novotny
> Assignee: Brian Leathem
> Fix For: 4.5.0.Beta1
>
> Original Estimate: 1 hour
> Remaining Estimate: 1 hour
>
> When you deploy kitchensink to Wildfly and access the main page via mobile device (clear browser memory and cache), it loads desktop page instead of mobile.
> If I use EAP (tried with 6.2.4 and 6.3) and load the main apge with mobile device, it loads the correct page.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 5 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 reassigned RF-13757:
----------------------------------
Assignee: Brian Leathem
> 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
> Assignee: Brian Leathem
> Fix For: 4.5.0.Beta1
>
> Original Estimate: 30 minutes
> Remaining Estimate: 30 minutes
>
> 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, 5 months