This content has been marked as final.
Show 1 reply
-
1. Re: jdbc not bound
hmomon Jan 28, 2003 9:02 PM (in response to jbig)First, check the JNDI name of your datasource in the log file. It should say something like 'java:/jdbc/MyDataSource'.
Then, you need to edit jboss-web.xml and modify the value of the element <jndi-name> to 'java:/jdbc/MyDataSource' instead of 'jdbc/MyDataSource'.
All the best.