I have followed the documentation on the OpenEJB site, openejb.org, for
my first test case. Everything seems went well and had no exception at all.
However, when I check the database(both MySQL and Postgresql) there
was no data(eg., id, first_name, last_name, email) in the database.
Althouhg I see the message on the OpenEJB console window as:
[Jacek laskowski(3) OpenEJB-<timestamp>@SF.net] Hello OpenEJB World!
And I also see the message on the EntityBean's client as:
Are the "create" and "find" users identical ? true
What am I missing? Any suggestions will be greately appreciated.
Regards,
Pae