I am trying to connect to Postgresql9.1 in ubuntu with pgadmin3.
My Pgadmin3 GUI tool does not give any option to create tables by right clicking the database, but it is ava
I fixed this by moving my config file to src/main/resources. This is the standard directory for configuration files like hibernate.cfg.xml or hibernate.properties or application related properties files.