[ http://issues.apache.org/jira/browse/OFBIZ-528?page=comments#action_12456528 ] David E. Jones commented on OFBIZ-528: --------------------------------------
Could you submit the viewprofile.bsh changes as a patch file instead of the complete file? Also for the Interpreter.java and BshClassManager.java files could you submit those as patches as well? Patches can be created with something like "svn diff > changes.patch" or "diff -u file1 file2 > changes.patch" > Upgrade Beanshell library to version 2.0b4 > ------------------------------------------ > > Key: OFBIZ-528 > URL: http://issues.apache.org/jira/browse/OFBIZ-528 > Project: OFBiz (The Open for Business Project) > Issue Type: Improvement > Components: framework > Affects Versions: SVN trunk > Environment: Windows XP, MySQL 5.0, JDK1.5, ofbiz_opentaps_473442 > Reporter: Cameron Smith > Attachments: bsh-2.0b4-mod-ofbiz.jar, BshClassManager.java, > Interpreter.java, viewprofile.bsh > > > As discussed recently on ofbiz-users mailing list, I proposed to upgrade the > Beanshell jar used by OFBiz (framework/base/lib/scripting/bsh.jar), which is > based on a 1.3a1, to the current "stable" version, 2.0b4. > This has the following advantages: > - JDK1.5 interpretation capability > - various bugfixes > However as explained by David E. Jones here: > http://docs.ofbiz.org/display/OFBTECH/OFBiz+Customized+BeanShell+Source+%28with+ParsedScript+object%29 > ...it will be necessary to patch the source to allow for the script parsing > on which OFBiz depends. > This fix MAY also resolve this bug: > https://issues.apache.org/jira/browse/OFBIZ-303 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
