That looks like a good candidate for a Jira issue.
-Adrian
Christopher Snow wrote:
I've just tried commenting out all components except commonext on trunk.
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.
Adrian Crum wrote:
The work would have to be done on the trunk. Releases only get bug fixes.
-Adrian
Christopher Snow wrote:
Hi Adrian,
Would there be any reason the work couldn't be done on trunk? I was
just thinking of the next release (whenever that is) being one step
closer to framework separation?
Many thanks,
Chris
Adrian Crum wrote:
The work I did is so old and out of date that it is probably unusable
by now. It might be best to start over.
-Adrian
Jacopo Cappellato wrote:
You are right Christopher.
We will have to migrate (and integrate) the user interface for
SecurityGroups and User Login management from the Party to a
framework component: this could be a new one, the webtools (I like
the idea of having them in the webtools), a new webapp under security
etc...
I am sure that Adrian started this effort and put his code in Jira.
Jacopo