Hi Roxana,
I was wondering if you ever got that resolved? I am using a different database, and deployed EJB.ear, within it I have a war that's a web service with this Resource annotation:
@Resource(mappedName = "java:testDS")
protected DataSource dataSource;
Please tell you have yours resolved?
THanks!