Howdy.
I'm currently working on a
Struts project using EJBs and I'm trying to connect my Entity Beans to my Postgres database.
Currently however, this the code I get when I deploy:
I'm pretty sure it's because I haven't configured my connection properly, but I'm not sure where I've gone wrong.
The following are my configuration files. A = Address, P = Port, D = Database. I know that the A, P, and D are correct as I can connect to the database through pgAdmin.
property-ds.xml
jbosscmp-jdbc.xml
Does anyone have any ideas of what the problem might be?