I forgot to mention, I have code from G1.0 that is now running *EXTREMELY SLOW* in G2.1. With OpenEJB logging debug enabled, I'm seeing endless repeated calls, such as:
12:00:00,000 DEBUG [OpenEJB] finished invoking method ... Return value ... does that mean its connecting to the database everytime I see one of these lines? If so, it's thrashing on repeated database calls. I'm seeing hundreds of these calls for the same data over and over again in short periods of time. Any suggestions as to what could be configured wrong? -ApolloX ApolloX wrote: > > Hi, > > I'm using Geronimo 2.1, where exactly is the EJB entity cache configured > from within an application? The openejb-jar.xml, persistence.xml, > ejb-jar.xml or some other location? > > In my log file I have numerous repeated calls from Open EJB using the > findAll() methods. It seems to be hitting the database multiple times for > a single table in a short period making me think there is no cache > configured. > > Thanks, > ApolloX > -- View this message in context: http://www.nabble.com/EJB-Entity-Cache-in-Geronimo-2.1-tp15614510s134p15619565.html Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.
