[jira] [Created] (OFBIZ-4840) Make homedir for JCR configurable

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (OFBIZ-4840) Make homedir for JCR configurable

Nicolas Malin (Jira)
Pierre Smits created OFBIZ-4840:
-----------------------------------

             Summary: Make homedir for JCR configurable
                 Key: OFBIZ-4840
                 URL: https://issues.apache.org/jira/browse/OFBIZ-4840
             Project: OFBiz
          Issue Type: Sub-task
          Components: framework
    Affects Versions: SVN trunk
            Reporter: Pierre Smits
            Priority: Critical
             Fix For: SVN trunk


Currently the homedir for jcr is set in JCRFactoryImpl.java.

This should be set through a property in a configuration file.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] [Commented] (OFBIZ-4840) Make homedir for JCR configurable

Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-4840?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13260540#comment-13260540 ]

Sascha Rodekamp commented on OFBIZ-4840:
----------------------------------------

Hi,
the homedir can be configured in the jcr-config.xml file. The JCRFactoryImpl.java read the homedir from the xml file.

               

> Make homedir for JCR configurable
> ---------------------------------
>
>                 Key: OFBIZ-4840
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4840
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Pierre Smits
>            Priority: Critical
>             Fix For: SVN trunk
>
>
> Currently the homedir for jcr is set in JCRFactoryImpl.java.
> This should be set through a property in a configuration file.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] [Commented] (OFBIZ-4840) Make homedir for JCR configurable

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-4840?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13260568#comment-13260568 ]

Pierre Smits commented on OFBIZ-4840:
-------------------------------------

Ahh.Ok.

I thought it was overridden by the definition in JCRFactoryImpl.java.

I will close this issue.
               

> Make homedir for JCR configurable
> ---------------------------------
>
>                 Key: OFBIZ-4840
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4840
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Pierre Smits
>            Priority: Critical
>             Fix For: SVN trunk
>
>
> Currently the homedir for jcr is set in JCRFactoryImpl.java.
> This should be set through a property in a configuration file.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] [Closed] (OFBIZ-4840) Make homedir for JCR configurable

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Pierre Smits closed OFBIZ-4840.
-------------------------------

    Resolution: Not A Problem

Homedir for JCR is already configurable in jcr-config.xml
               

> Make homedir for JCR configurable
> ---------------------------------
>
>                 Key: OFBIZ-4840
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4840
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Pierre Smits
>            Priority: Critical
>             Fix For: SVN trunk
>
>
> Currently the homedir for jcr is set in JCRFactoryImpl.java.
> This should be set through a property in a configuration file.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] [Commented] (OFBIZ-4840) Make homedir for JCR configurable

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-4840?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13260596#comment-13260596 ]

Sascha Rodekamp commented on OFBIZ-4840:
----------------------------------------

Nevermind.

The last one is the default value.
{code}
homeDir = UtilXml.childElementAttribute(configRootElement, "home-dir", "path", "runtime/data/jcr/");
{code}
               

> Make homedir for JCR configurable
> ---------------------------------
>
>                 Key: OFBIZ-4840
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4840
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Pierre Smits
>            Priority: Critical
>             Fix For: SVN trunk
>
>
> Currently the homedir for jcr is set in JCRFactoryImpl.java.
> This should be set through a property in a configuration file.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira