[jboss-user] [Datasource Configuration] - Re: Upon deploy, JBoss gives me the following error

jaikiran pai do-not-reply at jboss.com
Mon Feb 7 09:16:30 EST 2011


jaikiran pai [http://community.jboss.org/people/jaikiran] created the discussion

"Re: Upon deploy, JBoss gives me the following error"

To view the discussion, visit: http://community.jboss.org/message/585956#585956

--------------------------------------------------------------
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
[http://community.jboss.org/message/585956#585956]

Start a new discussion in Datasource Configuration at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2077]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20110207/82262a40/attachment-0001.html 


More information about the jboss-user mailing list