JBoss Community

Re: Upon deploy, JBoss gives me the following error

created by jaikiran pai in Datasource Configuration - View the full discussion

Your mysql-ds.xml has use-java-context = false:

 


<jndi-name>MySqlDS</jndi-name>
    <use-java-context>false</use-java-context>

 

So change your jboss-web.xml to:

 

<jndi-name>MySqlDS</jndi-name>

Reply to this message by going to Community

Start a new discussion in Datasource Configuration at Community