error when adding a communication event on a task
------------------------------------------------- Key: OFBIZ-2378 URL: https://issues.apache.org/jira/browse/OFBIZ-2378 Project: OFBiz Issue Type: Bug Components: workeffort Affects Versions: Release Branch 9.04, SVN trunk Reporter: Erwan de FERRIERES Fix For: Release Branch 9.04, SVN trunk Attachments: commEvent.patch org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen [component://common/widget/CommonScreens.xml#GlobalDecorator]: java.lang.IllegalArgumentException: Error evaluating BeanShell target conditions (Error evaluating BeanShell target conditions) Correction in the attached patch -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
[ https://issues.apache.org/jira/browse/OFBIZ-2378?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erwan de FERRIERES updated OFBIZ-2378: -------------------------------------- Attachment: commEvent.patch > error when adding a communication event on a task > ------------------------------------------------- > > Key: OFBIZ-2378 > URL: https://issues.apache.org/jira/browse/OFBIZ-2378 > Project: OFBiz > Issue Type: Bug > Components: workeffort > Affects Versions: Release Branch 9.04, SVN trunk > Reporter: Erwan de FERRIERES > Fix For: Release Branch 9.04, SVN trunk > > Attachments: commEvent.patch > > > org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen [component://common/widget/CommonScreens.xml#GlobalDecorator]: java.lang.IllegalArgumentException: Error evaluating BeanShell target conditions (Error evaluating BeanShell target conditions) > Correction in the attached patch -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-2378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12704117#action_12704117 ] Scott Gray commented on OFBIZ-2378: ----------------------------------- Thanks for the patch, but I'm going to dig into this further. For some reason when EditCommEvent is extended the field defined by default-map-name returns void in beanshell instead of null, which points to some sort of bug in the widget code. > error when adding a communication event on a task > ------------------------------------------------- > > Key: OFBIZ-2378 > URL: https://issues.apache.org/jira/browse/OFBIZ-2378 > Project: OFBiz > Issue Type: Bug > Components: workeffort > Affects Versions: Release Branch 9.04, SVN trunk > Reporter: Erwan de FERRIERES > Fix For: Release Branch 9.04, SVN trunk > > Attachments: commEvent.patch > > > org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen [component://common/widget/CommonScreens.xml#GlobalDecorator]: java.lang.IllegalArgumentException: Error evaluating BeanShell target conditions (Error evaluating BeanShell target conditions) > Correction in the attached patch -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-2378?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Gray reassigned OFBIZ-2378: --------------------------------- Assignee: Scott Gray > error when adding a communication event on a task > ------------------------------------------------- > > Key: OFBIZ-2378 > URL: https://issues.apache.org/jira/browse/OFBIZ-2378 > Project: OFBiz > Issue Type: Bug > Components: workeffort > Affects Versions: Release Branch 9.04, SVN trunk > Reporter: Erwan de FERRIERES > Assignee: Scott Gray > Fix For: Release Branch 9.04, SVN trunk > > Attachments: commEvent.patch > > > org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen [component://common/widget/CommonScreens.xml#GlobalDecorator]: java.lang.IllegalArgumentException: Error evaluating BeanShell target conditions (Error evaluating BeanShell target conditions) > Correction in the attached patch -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-2378?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Gray closed OFBIZ-2378. ----------------------------- Resolution: Fixed Fix Version/s: (was: Release Branch 9.04) Fixed in r772465, the main problem was that communicationEvent was never initialized in the extending form so a few things in the base form weren't working quite right. I fixed that by setting communicationEvent to null but that caused problems as reported in https://issues.apache.org/jira/browse/OFBIZ-863 so I went ahead and fixed that as well. Thanks for the report Erwan. > error when adding a communication event on a task > ------------------------------------------------- > > Key: OFBIZ-2378 > URL: https://issues.apache.org/jira/browse/OFBIZ-2378 > Project: OFBiz > Issue Type: Bug > Components: workeffort > Affects Versions: Release Branch 9.04, SVN trunk > Reporter: Erwan de FERRIERES > Assignee: Scott Gray > Fix For: SVN trunk > > Attachments: commEvent.patch > > > org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen [component://common/widget/CommonScreens.xml#GlobalDecorator]: java.lang.IllegalArgumentException: Error evaluating BeanShell target conditions (Error evaluating BeanShell target conditions) > Correction in the attached patch -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-2378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12707538#action_12707538 ] Jacques Le Roux commented on OFBIZ-2378: ---------------------------------------- Backported in R9.04 at r773115 > error when adding a communication event on a task > ------------------------------------------------- > > Key: OFBIZ-2378 > URL: https://issues.apache.org/jira/browse/OFBIZ-2378 > Project: OFBiz > Issue Type: Bug > Components: workeffort > Affects Versions: Release Branch 9.04, SVN trunk > Reporter: Erwan de FERRIERES > Assignee: Scott Gray > Fix For: SVN trunk > > Attachments: commEvent.patch > > > org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen [component://common/widget/CommonScreens.xml#GlobalDecorator]: java.lang.IllegalArgumentException: Error evaluating BeanShell target conditions (Error evaluating BeanShell target conditions) > Correction in the attached patch -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
Free forum by Nabble | Edit this page |