Wolf-Dieter Fink [
http://community.jboss.org/people/wdfink] created the discussion
"Re: JNDI lookup fails in load-on-startup servlet Jboss as7"
To view the discussion, visit:
http://community.jboss.org/message/640887#640887
--------------------------------------------------------------
You should use injection instead of a JNDI this will add the correct dependencies.
@Resource (mappedName="java:jboss/datasources/Test")
*private* DataSource ds;
See this thread
http://community.jboss.org/thread/175196
http://community.jboss.org/thread/175196
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/640887#640887]
Start a new discussion in JNDI and Naming at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]