Hi,

Iīve got a stateless session bean doing a jndi lookup on my entity bean and
returning an array of objects.  The problem is that the first time I start
the application everything works fine and I get all of the data displayed in
my jsp without a problem.

After the first call I manually enter a new record into the database.  When
I press refresh in the browser the new row isnīt shown.  What could the
reason for this be?

Another thing, what do the following lines in the server.log mean?

1)  "2002-05-20 16:56:40,209 DEBUG
[org.jboss.ejb.plugins.EntityInstancePool] The Pool for
com.morelogs.guestbook.beans.gbEntryCMP has been overloaded.  You should
change pool parameters."

2) "2002-05-20 16:56:40,179 DEBUG
[org.jboss.ejb.plugins.cmp.jdbc.JDBCLoadEntityCommand.guestbook/gbEntry]
Executing SQL: SELECT entry_id,author_id, entry_subject, entry_text,
entry_date, entry_views FROM gbEntries WHERE (entry_id=?) OR (entry_id=?) OR
(entry_id=?)"

3) "2002-05-20 16:56:40,550 DEBUG
[org.jboss.ejb.plugins.cmp.jdbc.JDBCLoadEntityCommand.guestbook/gbEntry]
Executing SQL: SELECT author_id, entry_subject, entry_text, entry_date,
entry_views FROM gbEntries WHERE (entry_id=?)"

4) "2002-05-20 18:25:13,729 DEBUG
[org.jboss.resource.connectionmanager.IdleRemover] run: IdleRemover
notifying pools, interval: 450000"

Is it normal that it is repeating steps 2+3 five times each time along with
other sqls containing question marks?
I would really appreciate an answer to this as Iīm trying to figure out why
the jsp isnīt showing the new row!

Thanks in advance,

Michael


_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to