Hi.
I'm having a problem deploying my web application (.war) to
JBoss 5.0.1. Previously, it was running on
Tomcat 6.
Since I was depending on a pooled DataSource, in order to migrate to JBoss, I added a mysql-ds.xml to 'deploy' directory and added jboss-web.xml to WEB-INF.
Here's how they look like:
mysql-ds.xml
web.xml
jboss-web.xml
Deploying mysql-ds.xml returns no erros. It gets bound to the MySqlDS JNDI name. Still, when I attempt to do a
ds is null. Did I misconfigure something? Any idea is welcome...
Just to remind, I'm on JBoss 5.0.1.
Thanks for your time.
[EDIT]
In case it is helpful, here's the original Context.xml that worked under Tomcat: