Lukáš Fryč created RF-13477:
-------------------------------

             Summary: 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

_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to