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&containerType=14&container=2083]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
