Sorry My Bad.
I was not giving correct jdbc url. IO missed : after mysql in url
BAD jdbc:mysql//127.0.0.1:3306/Testworld
Correct jdbc:mysql://127.0.0.1:3306/Testworld
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4117227#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...