[jira] Created: (OFBIZ-1161) problem with creating forum

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

[jira] Created: (OFBIZ-1161) problem with creating forum

Nicolas Malin (Jira)
problem with creating forum
---------------------------

                 Key: OFBIZ-1161
                 URL: https://issues.apache.org/jira/browse/OFBIZ-1161
             Project: OFBiz
          Issue Type: Bug
          Components: content
    Affects Versions: SVN trunk, Release Branch 4.0
            Reporter: Krzysztof Podejma
             Fix For: SVN trunk, Release Branch 4.0


created forum in content->forums doesn't show up in findForums.
probably persistContentAndAssoc method in ContentManagementServices.java has a bug.
this method produces lot of null's in log.


--
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-1161) problem with creating forum

Nicolas Malin (Jira)

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

Jacopo Cappellato updated OFBIZ-1161:
-------------------------------------

    Affects Version/s:     (was: Release Branch 4.0)

> problem with creating forum
> ---------------------------
>
>                 Key: OFBIZ-1161
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1161
>             Project: OFBiz
>          Issue Type: Bug
>          Components: content
>    Affects Versions: SVN trunk
>            Reporter: Krzysztof Podejma
>             Fix For: SVN trunk, Release Branch 4.0
>
>
> created forum in content->forums doesn't show up in findForums.
> probably persistContentAndAssoc method in ContentManagementServices.java has a bug.
> this method produces lot of null's in log.

--
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-1161) problem with creating forum

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

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

Jacopo Cappellato updated OFBIZ-1161:
-------------------------------------

        Fix Version/s:     (was: Release Branch 4.0)
    Affects Version/s: Release Branch 4.0

> problem with creating forum
> ---------------------------
>
>                 Key: OFBIZ-1161
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1161
>             Project: OFBiz
>          Issue Type: Bug
>          Components: content
>    Affects Versions: SVN trunk, Release Branch 4.0
>            Reporter: Krzysztof Podejma
>             Fix For: SVN trunk
>
>
> created forum in content->forums doesn't show up in findForums.
> probably persistContentAndAssoc method in ContentManagementServices.java has a bug.
> this method produces lot of null's in log.

--
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-1161) problem with creating forum

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

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

Adrian Crum commented on OFBIZ-1161:
------------------------------------

I was able to fix my local copy by creating a small (10 lines) simple method event handler that creates the forum.

I tried to debug the ContentManagementServices.persistContentAndAssoc method, but it is too complicated. It was easier to create the createForum event handler.


> problem with creating forum
> ---------------------------
>
>                 Key: OFBIZ-1161
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1161
>             Project: OFBiz
>          Issue Type: Bug
>          Components: content
>    Affects Versions: SVN trunk, Release Branch 4.0
>            Reporter: Krzysztof Podejma
>             Fix For: SVN trunk
>
>
> created forum in content->forums doesn't show up in findForums.
> probably persistContentAndAssoc method in ContentManagementServices.java has a bug.
> this method produces lot of null's in log.

--
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-1161) problem with creating forum

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

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

Krzysztof Podejma commented on OFBIZ-1161:
------------------------------------------

I think persistContentAndAssoc is a good way to create forum related content.


> problem with creating forum
> ---------------------------
>
>                 Key: OFBIZ-1161
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1161
>             Project: OFBiz
>          Issue Type: Bug
>          Components: content
>    Affects Versions: SVN trunk, Release Branch 4.0
>            Reporter: Krzysztof Podejma
>             Fix For: SVN trunk
>
>
> created forum in content->forums doesn't show up in findForums.
> probably persistContentAndAssoc method in ContentManagementServices.java has a bug.
> this method produces lot of null's in log.

--
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] Assigned: (OFBIZ-1161) problem with creating forum

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

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

Adrian Crum reassigned OFBIZ-1161:
----------------------------------

    Assignee: Adrian Crum

> problem with creating forum
> ---------------------------
>
>                 Key: OFBIZ-1161
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1161
>             Project: OFBiz
>          Issue Type: Bug
>          Components: content
>    Affects Versions: SVN trunk, Release Branch 4.0
>            Reporter: Krzysztof Podejma
>            Assignee: Adrian Crum
>             Fix For: SVN trunk
>
>
> created forum in content->forums doesn't show up in findForums.
> probably persistContentAndAssoc method in ContentManagementServices.java has a bug.
> this method produces lot of null's in log.

--
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-1161) problem with creating forum

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

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

Adrian Crum closed OFBIZ-1161.
------------------------------

    Resolution: Fixed

Fixed. Revision 568733.

> problem with creating forum
> ---------------------------
>
>                 Key: OFBIZ-1161
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1161
>             Project: OFBiz
>          Issue Type: Bug
>          Components: content
>    Affects Versions: SVN trunk, Release Branch 4.0
>            Reporter: Krzysztof Podejma
>            Assignee: Adrian Crum
>             Fix For: SVN trunk
>
>
> created forum in content->forums doesn't show up in findForums.
> probably persistContentAndAssoc method in ContentManagementServices.java has a bug.
> this method produces lot of null's in log.

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