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