Hi all,
I'm having problems getting results from calling findByXX methodes.
if I use Hypersonic as the datasource all goes well but when I switch to
PostgreSQL (the db we WANT to use) I no longer get results. Does anyone
know a cure for this?
I call something like personHome.findByCompagny(compagny) where
"compagny" is an instance of a CompagnyBean object.
the tables:
Person (primary key: java.lang.Integer)
-----
String firstname
String lastname
etc...
Compagny compagny (ejb-reference)
Compagny (primary key: java.lang.Integer)
-------
....
....
-Alexander.
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]