JBoss Community

Re: Deployments Missing Dependencies

created by Wolfgang Knauf in Beginner's Corner - View the full discussion

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

Start a new discussion in Beginner's Corner at Community