Hello,
I have installed jdk 1.6, mule and maven and checked sample jersey projects.
Its working fine.
I would like to create web service using jersey json module. I need to
connect mysql database to fetch values from database and return result as
json format.
So I have trying to connect jdbc connection in jacksonjsonprovider sample
project. But it receives the error.
Kindly suggest me how to connect jdbc connection using mysql in
jacksonjsonprovider sample project.
Thanks in advance.
Regards
Vasanthi