This content has been marked as final. 
    
Show                 4 replies
    
- 
        1. Re: what is the purpose of .faces-config.xml.jsfdia ?babazs Feb 7, 2010 10:42 AM (in response to kux)This file is generated by Eclipse if you modify pages.xml or faces-config.xml.
 The infinite loop error is a known issue under Jboss 5.1, when eclipse generates these *.spdia files.
 So, when you modify the above files, you just delete the generated spdia files. It is the solution. :)
- 
        2. Re: what is the purpose of .faces-config.xml.jsfdia ?babazs Feb 7, 2010 10:46 AM (in response to kux)And the purpose of this file is related to the visual displaying of xml files. 
- 
        3. Re: what is the purpose of .faces-config.xml.jsfdia ?kux Feb 7, 2010 7:07 PM (in response to kux)Hmm, so I guess the only way to get rid of this problem is to modify the ant build script to delete this file in case it exists... Ok, thank's a lot. I was only afraid that this file might actually have some relevance at runtime and deleting it might cause some problems. 
- 
        4. Re: what is the purpose of .faces-config.xml.jsfdia ?babazs Feb 7, 2010 7:40 PM (in response to kux)Deleting these files will not cause problems based on my experiences. 
 
    