In my MDB I have:

  | @Resource(mappedName = "TheStringResource")
  | private String theStringResource;
  | 
I also have a resource-env-ref in both my ejb-jar.xml and jboss.xml. But when 
onMessage is invoked it gives me null for the value of the 'theStringResource' 
variable. And this while:

  | String value = new InitialContext().lookup("TheStringResource");
  | 
is retrieving the correct value. Isn't is possible to inject Strings via 
@Resource or am I doing something wrong here? Using 4.0.4RC1.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927394#3927394

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927394


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to