Using @ConfigProperty in an EAR File on JBoss 7 fails

2013-11-26 Thread Stemmer Thomas
Hello, I'm using @ConfigProperty for loading properties from a propertyfile. This works fine as long as I deploy the application as an WAR File. If a wrap the WAR in an EAR File the Properties won't get loaded. We are using JBoss EAP 6.1.1 (JBoss AS 7.2.1). As far as I can see from debugging t

Re: Using @ConfigProperty in an EAR File on JBoss 7 fails

2013-11-26 Thread Mark Struberg
Hi Thomas! This sounds like a bug in ConfigResolver. We should walk up the parent ClassLoader chain like we do in BeanManagerProvider. Please create a JIRA issue for it. LieGrue, strub > > From: Stemmer Thomas >To: "dev@deltaspike.apache.org" >Sent: Tuesda

Using @ConfigProperty in an EAR File on JBoss 7 fails

2013-11-26 Thread Stemmer Thomas
Hello, I'm using @ConfigProperty for loading properties from a propertyfile. This works fine as long as I deploy the application as an WAR File. If a wrap the WAR in an EAR File the Properties won't get loaded. We are using JBoss EAP 6.1.1 (JBoss AS 7.2.1). As far as I can see from debugging t