[richfaces-issues] [JBoss JIRA] (RF-13754) Showcase - remove dependencies for JMS push example

Juraj Húska (JIRA) issues at jboss.org
Mon Aug 4 04:52:29 EDT 2014


    [ https://issues.jboss.org/browse/RF-13754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12990067#comment-12990067 ] 

Juraj Húska commented on RF-13754:
----------------------------------

If you agree with this I would incorporate fix for this in the work for moving showcase tests into showcase repository itself ?

> 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
>
> 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)



More information about the richfaces-issues mailing list