Connection pool problems with EJB's

I'm using j2ee with an InstantDB data base.

I take connections from a datasource properly registered....

When I start the j2ee server, it reads informations from the DB and appears to work properly, but if I make changes to the DB tables from another application, these changes are not visible to the j2ee application client unless I shut down the server and starts it again..

The server seems not to release the datasource until the connection time out occurs.

Am I having a caching problem? A Connection Problem? A Data Base bug? Is there anybody who could help me?

Thanks in Advance

[631 byte] By [squaloD] at [2007-9-26 2:20:57]
# 1
It sounds like you're having a caching problem. The J2EE server (which one?) doesn't update/refresh the entity beans.In Weblogic you can specify that the database is shared, perhaps your J2EE server has that property as well?/Mattias
mafa at 2007-6-29 9:25:28 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 2
I'm using the reference implementation coming with j2sdkee... where should I search for this properties?
squaloD at 2007-6-29 9:25:28 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...