Are you working with DefaultCacheImpl or EmptyCacheImpl?
If you are working with DefaultCacheImpl, take a look at config parameters.
Otherwise, are there any exceptions (stack trace), messages (they can be very usefull 
if you
enable higher level of logging as DEBUG).

Best regards,

Edson Richter


> Hi,
>
> I am executing the following code:
>
>    OQLQuery query = impl.newOQLQuery();
>    query.create( [THEQUERY] );
>    DList results = (DList)query.execute();
>    Iterator iterator = results.iterator();
>
> If I change some column with an external tool and then execute the code,
> the updated column is not reflected in the orb objects.
>
> Is there a config value or a runtime parameter that I need to change?
> What is going on behind the scenes here?
>
> Thanks for your help,
>
> K.
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


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

Reply via email to