You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Scott Gray (JIRA)" <ji...@apache.org> on 2007/01/27 03:15:49 UTC

[jira] Updated: (OFBIZ-152) [Framework] In GenericDelegator does keepLocalReaders setting work?

     [ https://issues.apache.org/jira/browse/OFBIZ-152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Scott Gray updated OFBIZ-152:
-----------------------------

    Attachment: keepLocalReaders.patch

Here's a patch which removes keepLocalParameters and any references to it

> [Framework] In GenericDelegator does keepLocalReaders setting work?
> -------------------------------------------------------------------
>
>                 Key: OFBIZ-152
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-152
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: SVN trunk
>         Environment: OFBiz
>            Reporter: Pham Hoai Van
>            Priority: Minor
>         Attachments: keepLocalReaders.patch
>
>
> First of all, i would like to say the thank you to founder of OFBiz, they've given a excellence project.
> Second, i found thist:
>  
> /** set this to true for better performance; set to false to be able to reload definitions at runtime throught the cache manager */
>     public static final boolean keepLocalReaders = true;
> I found this comment in GenericDelegator class. I tried to set it to false, recompile and restart the server but it doesnt work. Changing of definition is not reflect at runtime.
> Does this right or i miss config something?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.