need more information that what you have given, have you got a static image
of the database? are you sure that your query is constructed properly? it
sounds like the filtering is happening at the database rather than at the
container
chanoch
-----Original Message-----
From: Leo Chan [mailto:leo.chan@s...]
Sent: 05 January 2001 01:34
To: Java 2 Enterprise Edition
Subject: [j2ee] DataBase and EJB Container not Synchronized
I used Oracle 8i and EJB BMP application. However, I have a finder method
that findAllAccount that the method can only find the account that create
by the BMP application. I have create account from oracle by sql+.
However, the findAllAccount method cannot find those account that create
from Oracle directly .
So what wrong on the ejb container. Any specical setting is required to
call the container to get update information from the database.