Hi guys,
I am new to using
JBOSS.
I am a very simple web application, thats is trying to extract some data from a table form the Database, using hibernate.
Now, the database connection is running fine when it is deployed with tomcar, and the data is getting retrieved from the Datatbase.
When the application is deployed in JBOSS, there is no data retrieved form the database.
The following is my
JDBC properties file:
My spring dispatcher is:
my hibernate config is:
There are no erros or exceptions is the log.
Can, someone please let me know what may be causing this behavious.
Regrads
Adofo