Wolfgang Knauf [
http://community.jboss.org/people/WolfgangKnauf] created the discussion
"Re: Deployments Missing Dependencies"
To view the discussion, visit:
http://community.jboss.org/message/607005#607005
--------------------------------------------------------------
Hi,
I would suggest to remove the "jdbc/" from the DS JNDI name:
<jndi-name>fisdb_dev</jndi-name>
Then the @Resource annotation would look like this:
@Resource(mappedName="java:fisdb_dev")
private DataSource ds;
Hope this helps, I never changed a datasource myself ;-).
Best regards
Wolfgang
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/607005#607005]
Start a new discussion in Beginner's Corner at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]