Hi there.
I have tried to setup EJB examples with PostreSQL, the attached is my
data-source.xml.
After I have set it up and add a user, when I run any example, it said
the database 'database' is not found...so i manually created a
database called database, using the user I have created.
Then when I run the Product example, PostgreSQL complains about the
table 'myproduct' is missing.
So what am I doing wrong here? Is there some sort of initialisation i
need to do to setup the database before I use the product example??
Regards,
James