Hello, I have a 1 to many relationship established between two tables, and I am using a foreign key constraint in the many table. I am using a findByForeignKey(ForeignKeyClass fk) find method in an entity bean for the many table, thus my return class is a collection of PrimaryKeys ...and a collection of remote references when I use the remote call. I also have a business method which returns this collection from the "1" entity bean. I have found that the transaction "required" on the various methods doesn't seem to reliably work, so that ejbLoads aren't being called to refresh the bean as necessary. Has anybody run accross this problem before? Regards, Lawrence
