[jira] Created: (OFBIZ-3912) Impossible to check DB by webtools

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

[jira] Created: (OFBIZ-3912) Impossible to check DB by webtools

Nicolas Malin (Jira)
Impossible to check DB by webtools
----------------------------------

                 Key: OFBIZ-3912
                 URL: https://issues.apache.org/jira/browse/OFBIZ-3912
             Project: OFBiz
          Issue Type: Bug
          Components: framework
    Affects Versions: SVN trunk
            Reporter: Nicolas Malin
            Priority: Critical
         Attachments: checkDb.patch

In CheckDB.groovy, bad method call to DatabaseUtil. I change new DatabaseUtil(helperName) by new DatabaseUtil(helperInfo).

Nicolas

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

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-3912) Impossible to check DB by webtools

Nicolas Malin (Jira)

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

Nicolas Malin updated OFBIZ-3912:
---------------------------------

    Attachment: checkDb.patch

> Impossible to check DB by webtools
> ----------------------------------
>
>                 Key: OFBIZ-3912
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3912
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Nicolas Malin
>            Priority: Critical
>         Attachments: checkDb.patch
>
>
> In CheckDB.groovy, bad method call to DatabaseUtil. I change new DatabaseUtil(helperName) by new DatabaseUtil(helperInfo).
> Nicolas

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

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-3912) Impossible to check DB by webtools

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

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

Scott Gray updated OFBIZ-3912:
------------------------------

    Priority: Major  (was: Critical)

> Impossible to check DB by webtools
> ----------------------------------
>
>                 Key: OFBIZ-3912
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3912
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Nicolas Malin
>         Attachments: checkDb.patch
>
>
> In CheckDB.groovy, bad method call to DatabaseUtil. I change new DatabaseUtil(helperName) by new DatabaseUtil(helperInfo).
> Nicolas

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

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-3912) Impossible to check DB by webtools

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

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

Nicolas Malin commented on OFBIZ-3912:
--------------------------------------

Scott, this issue is really critical for production site. It is not possible to check, repare a db from entity engine view. The correction is really simple. Could a commiter do a quick review and commit ?

thx by advance

> Impossible to check DB by webtools
> ----------------------------------
>
>                 Key: OFBIZ-3912
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3912
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Nicolas Malin
>         Attachments: checkDb.patch
>
>
> In CheckDB.groovy, bad method call to DatabaseUtil. I change new DatabaseUtil(helperName) by new DatabaseUtil(helperInfo).
> Nicolas

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

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-3912) Impossible to check DB by webtools

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

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

Scott Gray commented on OFBIZ-3912:
-----------------------------------

Hi Nicolas,

Priority is intended to signify the priority to the project rather than the priority for the submitter.  In the grand scheme of things this bug isn't really any more important than the 100s of other open bug reports.  For example, if OFBiz were failing to start then that would be a critical bug.

Regards
Scott

> Impossible to check DB by webtools
> ----------------------------------
>
>                 Key: OFBIZ-3912
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3912
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Nicolas Malin
>         Attachments: checkDb.patch
>
>
> In CheckDB.groovy, bad method call to DatabaseUtil. I change new DatabaseUtil(helperName) by new DatabaseUtil(helperInfo).
> Nicolas

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

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-3912) Impossible to check DB by webtools

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

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

Jacques Le Roux commented on OFBIZ-3912:
----------------------------------------

Hi Scott, Nicolas,

Please read [this thread in user ML for further discussion|http://markmail.org/message/ayurlynha6uvghml]

Thanks

> Impossible to check DB by webtools
> ----------------------------------
>
>                 Key: OFBIZ-3912
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3912
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Nicolas Malin
>         Attachments: checkDb.patch
>
>
> In CheckDB.groovy, bad method call to DatabaseUtil. I change new DatabaseUtil(helperName) by new DatabaseUtil(helperInfo).
> Nicolas

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

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-3912) Impossible to check DB by webtools

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

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

Jacques Le Roux commented on OFBIZ-3912:
----------------------------------------

Scott,

Quoting you
 {quote}
if OFBiz were failing to start then that would be a critical bug.
 {quote}

If think it would be rather a blocking bug in this case, hopefully a very rare case actually, maybe only for a very short moment ;)

> Impossible to check DB by webtools
> ----------------------------------
>
>                 Key: OFBIZ-3912
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3912
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Nicolas Malin
>         Attachments: checkDb.patch
>
>
> In CheckDB.groovy, bad method call to DatabaseUtil. I change new DatabaseUtil(helperName) by new DatabaseUtil(helperInfo).
> Nicolas

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

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-3912) Impossible to check DB by webtools

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

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

Erwan de FERRIERES updated OFBIZ-3912:
--------------------------------------

    Assignee: Erwan de FERRIERES

> Impossible to check DB by webtools
> ----------------------------------
>
>                 Key: OFBIZ-3912
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3912
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Nicolas Malin
>            Assignee: Erwan de FERRIERES
>         Attachments: checkDb.patch
>
>
> In CheckDB.groovy, bad method call to DatabaseUtil. I change new DatabaseUtil(helperName) by new DatabaseUtil(helperInfo).
> Nicolas

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

Reply | Threaded
Open this post in threaded view
|

[jira] Closed: (OFBIZ-3912) Impossible to check DB by webtools

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

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

Erwan de FERRIERES closed OFBIZ-3912.
-------------------------------------

    Fix Version/s: SVN trunk
                   Release Branch 10.04
       Resolution: Fixed

> Impossible to check DB by webtools
> ----------------------------------
>
>                 Key: OFBIZ-3912
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3912
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Nicolas Malin
>            Assignee: Erwan de FERRIERES
>             Fix For: SVN trunk, Release Branch 10.04
>
>         Attachments: checkDb.patch
>
>
> In CheckDB.groovy, bad method call to DatabaseUtil. I change new DatabaseUtil(helperName) by new DatabaseUtil(helperInfo).
> Nicolas

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

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-3912) Impossible to check DB by webtools

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

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

Erwan de FERRIERES commented on OFBIZ-3912:
-------------------------------------------

Done at r993407and  993418
Thanks Nicolas

> Impossible to check DB by webtools
> ----------------------------------
>
>                 Key: OFBIZ-3912
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3912
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Nicolas Malin
>            Assignee: Erwan de FERRIERES
>             Fix For: Release Branch 10.04, SVN trunk
>
>         Attachments: checkDb.patch
>
>
> In CheckDB.groovy, bad method call to DatabaseUtil. I change new DatabaseUtil(helperName) by new DatabaseUtil(helperInfo).
> Nicolas

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