[jira] Created: (OFBIZ-3329) commonext component has dependency on party management component

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

[jira] Created: (OFBIZ-3329) commonext component has dependency on party management component

Nicolas Malin (Jira)
commonext component has dependency on party management component
----------------------------------------------------------------

                 Key: OFBIZ-3329
                 URL: https://issues.apache.org/jira/browse/OFBIZ-3329
             Project: OFBiz
          Issue Type: Bug
          Components: commonext/setup
    Affects Versions: SVN trunk
            Reporter: chris snow


I've just tried commenting out all components except commonext on trunk (i.e. in component-load.xml).

I  ran the ant tasks create-admin-user-login, then run and then tried to
access the url https://localhost:8443/webtools/

I received the following error message:

    org.ofbiz.widget.screen.ScreenRenderException: Error rendering
screen [component://common/widget/CommonScreens.xml#GlobalDecorator]:
org.ofbiz.base.util.GeneralException: Error running Groovy script at
location [component://commonext/script/changeOrgPartyId.groovy] (Could
not find definition for entity name PartyAcctgPrefAndGroup) (Error
running Groovy script at location
[component://commonext/script/changeOrgPartyId.groovy] (Could not find
definition for entity name PartyAcctgPrefAndGroup))

It seems that commonext has a dependency on the party component.  I'm not sure is this is an issue - is there any guidelines on what dependencies can go in commonext?

--
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-3329) commonext component has dependency on party management component

Nicolas Malin (Jira)

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

Adrian Crum commented on OFBIZ-3329:
------------------------------------

I think the problem is more fundamental. Why does Webtools need the commonext component? It seems to me that is an inappropriate dependency.

If the goal is to get the framework to run independently, then we can't have any components in the applications folder enabled.


> commonext component has dependency on party management component
> ----------------------------------------------------------------
>
>                 Key: OFBIZ-3329
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3329
>             Project: OFBiz
>          Issue Type: Bug
>          Components: commonext/setup
>    Affects Versions: SVN trunk
>            Reporter: chris snow
>
> I've just tried commenting out all components except commonext on trunk (i.e. in component-load.xml).
> I  ran the ant tasks create-admin-user-login, then run and then tried to
> access the url https://localhost:8443/webtools/
> I received the following error message:
>     org.ofbiz.widget.screen.ScreenRenderException: Error rendering
> screen [component://common/widget/CommonScreens.xml#GlobalDecorator]:
> org.ofbiz.base.util.GeneralException: Error running Groovy script at
> location [component://commonext/script/changeOrgPartyId.groovy] (Could
> not find definition for entity name PartyAcctgPrefAndGroup) (Error
> running Groovy script at location
> [component://commonext/script/changeOrgPartyId.groovy] (Could not find
> definition for entity name PartyAcctgPrefAndGroup))
> It seems that commonext has a dependency on the party component.  I'm not sure is this is an issue - is there any guidelines on what dependencies can go in commonext?

--
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-3329) commonext component has dependency on party management component

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

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

chris snow commented on OFBIZ-3329:
-----------------------------------

I assumed that this commonext was being used to display the password change screen for the admin user?

> commonext component has dependency on party management component
> ----------------------------------------------------------------
>
>                 Key: OFBIZ-3329
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3329
>             Project: OFBiz
>          Issue Type: Bug
>          Components: commonext/setup
>    Affects Versions: SVN trunk
>            Reporter: chris snow
>
> I've just tried commenting out all components except commonext on trunk (i.e. in component-load.xml).
> I  ran the ant tasks create-admin-user-login, then run and then tried to
> access the url https://localhost:8443/webtools/
> I received the following error message:
>     org.ofbiz.widget.screen.ScreenRenderException: Error rendering
> screen [component://common/widget/CommonScreens.xml#GlobalDecorator]:
> org.ofbiz.base.util.GeneralException: Error running Groovy script at
> location [component://commonext/script/changeOrgPartyId.groovy] (Could
> not find definition for entity name PartyAcctgPrefAndGroup) (Error
> running Groovy script at location
> [component://commonext/script/changeOrgPartyId.groovy] (Could not find
> definition for entity name PartyAcctgPrefAndGroup))
> It seems that commonext has a dependency on the party component.  I'm not sure is this is an issue - is there any guidelines on what dependencies can go in commonext?

--
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-3329) commonext component has dependency on party management component

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

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

Adrian Crum commented on OFBIZ-3329:
------------------------------------

That screen would have to be moved to the framework - along with any other security-related screens.


> commonext component has dependency on party management component
> ----------------------------------------------------------------
>
>                 Key: OFBIZ-3329
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3329
>             Project: OFBiz
>          Issue Type: Bug
>          Components: commonext/setup
>    Affects Versions: SVN trunk
>            Reporter: chris snow
>
> I've just tried commenting out all components except commonext on trunk (i.e. in component-load.xml).
> I  ran the ant tasks create-admin-user-login, then run and then tried to
> access the url https://localhost:8443/webtools/
> I received the following error message:
>     org.ofbiz.widget.screen.ScreenRenderException: Error rendering
> screen [component://common/widget/CommonScreens.xml#GlobalDecorator]:
> org.ofbiz.base.util.GeneralException: Error running Groovy script at
> location [component://commonext/script/changeOrgPartyId.groovy] (Could
> not find definition for entity name PartyAcctgPrefAndGroup) (Error
> running Groovy script at location
> [component://commonext/script/changeOrgPartyId.groovy] (Could not find
> definition for entity name PartyAcctgPrefAndGroup))
> It seems that commonext has a dependency on the party component.  I'm not sure is this is an issue - is there any guidelines on what dependencies can go in commonext?

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