JSF 2.2 faces-config: Unknown Schema version: 2.2

后端 未结 3 2042
小鲜肉
小鲜肉 2020-12-15 17:40

I\'m trying to use the Faces 2.2. I get an error.

SEVERE: Critical error during deployment: 
com.sun.faces.config.ConfigurationException: java.util.concurren         


        
3条回答
  •  伪装坚强ぢ
    2020-12-15 18:11

    The reason of this problem is that http://java.sun.com/xml/ns/javaee/web-facesconfig_2_2.xsd address is invalid. Therefore, I can advise you to use following faces-config.xml file

    
    
        
           
    
                
                    
                        /user/*
                        blue
                    
                    
                        *
                        red
                    
                
            
    
        
    

提交回复
热议问题