I\'m trying to read deployment specific information from a properties file in my wildfly configuration folder. I tried this:
@Singleton @Startup public class
To avoid this kind of problem the issue is to set the jboss.server.config.dir in VM arguments like that :
jboss.server.config.dir
-Djboss.server.config.dir="[jboss_repository]/server/[default-all-standard-standalone]/conf" –server