Hi again, Do finders return the whole entity bean, or just part of it? Let me explain. I have this code in one of my session beans: CCTransaction refTx = null; ... refTx = txHome.findByPrimaryKey(new CCTransactionPK(refTxId)); this works ok, no exceptions thrown (I'm sure, believe me) now, when I do a: authStatus = refTx.getAuthTransactionStatus(); and check the value of authStatus, is null, even though I'm looking at the database, and there's a value there. I get the result even if I restart the server. Which brings me to: Does jBoss caches the entities even through server restarts? Thanks, Luis. -- -------------------------------------------------------------- To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] List Help?: [EMAIL PROTECTED]
