[richfaces-issues] [JBoss JIRA] (RF-13477) Framework tests - welcomeFile does not work correctly on WildFly

Lukáš Fryč (JIRA) issues at jboss.org
Fri Jan 10 13:38:32 EST 2014


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

Lukáš Fryč commented on RF-13477:
---------------------------------

Thanks for the links, I'm investigating what's the behavior before I can report upstream.
                
> Framework tests - welcomeFile does not work correctly on WildFly
> ----------------------------------------------------------------
>
>                 Key: RF-13477
>                 URL: https://issues.jboss.org/browse/RF-13477
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: tests - functional 
>    Affects Versions: 5.0.0.Alpha3
>            Reporter: Lukáš Fryč
>
> tests were configured to use following welcome file configuration:
> {code}
> .welcomeFile("faces/index.xhtml")
>                     .welcomeFile("index.jsf")
> {code}
> but wildfly didn't accept anything else than
> {code}
> index.jsf
> {code}
> and JBoss AS didn't work on anythung else than 
> {code}
> faces/index.xhtml
> {code}
> https://github.com/richfaces/richfaces/blob/master/build/build-resources/src/main/java/org/richfaces/deployment/Deployment.java#L93
> ----
> as a workaround, I have made the usage of welcomefile conditional.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the richfaces-issues mailing list