I am using Hibernate 3 in websphere application server 6.1. I am using JNDI to connect to my datasource.
I checked the connection in websphere Admin console and the connection was successful.
But when I deploy my project in the server and connect to the datasource using JNDI I am getting below error message.
I think this website will help you a lot. I recently came across this, Have a look at this. They have given the simple example for both Annotation driven and xml driven approaches.
I was just thinking of communicating with the server.
The code has been updated with AsyncTask and https support. Please go through the below post. I hope this would be helpful for others.
I found a really useful blog for this. It has a sample login android application which sends the user name and the password to a remote server to validate. the server is a simple servlet application. It validates and sends the response back to android app.. It looks really simple and the below page contains complete code as well... Please go through.. Hope this would be helpful...