I have a table that gets updated via an external process.
So I always want to look these values from the database.

I set  refreash="true" in the repository_user.xml's 
<class-descriptor
       class="com.company.dbBeans.foo"
       table="FOO"
       refreash="true"
>

But OJB still returns the cached object.

I'm using the ObjectCacheDefaultImpl
I get new values when I use
     ObjectCacheClass=org.apache.ojb.broker.cache.ObjectCacheEmptyImpl
     or
    ObjectCacheClass=org.apache.ojb.broker.cache.ObjectCachePerBrokerImpl     
but I want the speed up that the cache should give me.

I just updated to db-ojb-1.0.rc3
the application is a servlet.


thanks in advance.

paul


__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to