JSF 2.2 faces-config: Unknown Schema version: 2.2

后端 未结 3 2041
小鲜肉
小鲜肉 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:20

    I had the same problem with eclipse. I still get a warning ("No grammar costraints..) But the application works. this is my faces-config file:

    
     
    
    
        
                org.primefaces.application.DialogActionListener
                org.primefaces.application.DialogNavigationHandler
                org.primefaces.application.DialogViewHandler
    
            
                 de
                 en
            
    
            
                Messages
                msg
            
        
    
    
    

    Messages is the base file names for the properties.The files are called Messages.properties (default) and Messages_de.properties.

提交回复
热议问题