Re: Housekeeping of jar files

2012-04-13 Thread Jacopo Cappellato
On Apr 12, 2012, at 5:39 PM, Pierre Smits wrote: First of all I believe that (packaged) releases are intended for non-developers (end users) and not for developers. That in mind, releases should have everything that is needed to run generic production systems. And nothing more, not test

Re: Housekeeping of jar files

2012-04-13 Thread Pierre Smits
Jacopo, I agree. The long term solution is nice to have. But for now, there has work to be done. I'll see what I can do, and create the JIRA if it not already exists. Regards, Pierre Op 13 april 2012 08:27 schreef Jacopo Cappellato jacopo.cappell...@hotwaxmedia.com het volgende: On Apr

Re: Invoking a script method from a screen

2012-04-13 Thread Adrian Crum
Functions/methods should return a value. Also, according to the JSR if a scripting language doesn't support returning a value, then the last value assigned to a variable is returned. So, trying to return values from a function via the context Map will not work. That's why I originally

Re: Invoking a script method from a screen

2012-04-13 Thread Jacopo Cappellato
Thank you Adrian, but I am not sure I understand what you are proposing; could you add some details? If I use the declaration: def testMethod1(Map context) { ... } I get the error: javax.script.ScriptException: java.lang.NullPointerException: Cannot set property 'orderId' on null object

Re: Invoking a script method from a screen

2012-04-13 Thread Adrian Crum
The context Map needs to be passed in the ScriptUtil.executeScript method args argument. I originally set up the events and services to do that, but it was removed. See rev 1300473. -Adrian On 4/13/2012 1:33 PM, Jacopo Cappellato wrote: Thank you Adrian, but I am not sure I understand what

Re: Invoking a script method from a screen

2012-04-13 Thread Jacopo Cappellato
Thank you Adrian, this is now implemented in rev. 1325750 Kind regards, Jacopo On Apr 13, 2012, at 2:49 PM, Adrian Crum wrote: The context Map needs to be passed in the ScriptUtil.executeScript method args argument. I originally set up the events and services to do that, but it was

[jira] [Created] (OFBIZ-4805) Change shipping order address failed

2012-04-13 Thread Nicolas Malin (Created) (JIRA)
Change shipping order address failed Key: OFBIZ-4805 URL: https://issues.apache.org/jira/browse/OFBIZ-4805 Project: OFBiz Issue Type: Bug Components: order Affects Versions: SVN trunk

[jira] [Updated] (OFBIZ-4805) Change shipping order address failed

2012-04-13 Thread Nicolas Malin (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4805?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Malin updated OFBIZ-4805: - Attachment: OFBIZ-4805.patch Change shipping order address failed

[jira] [Commented] (OFBIZ-4805) Change shipping order address failed

2012-04-13 Thread Jacques Le Roux (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4805?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13253451#comment-13253451 ] Jacques Le Roux commented on OFBIZ-4805: Sorry Nicolas, this patch does not apply

[jira] [Commented] (OFBIZ-4804) Update Company Contact Infromrtion Fails

2012-04-13 Thread Tom Burns (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4804?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13253541#comment-13253541 ] Tom Burns commented on OFBIZ-4804: -- Updating the Company postal_address in Party Manager

[jira] [Updated] (OFBIZ-4804) Update Company Contact Infromrtion Fails

2012-04-13 Thread Tom Burns (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tom Burns updated OFBIZ-4804: - Attachment: OFBIZ-4804 DemoFinAcctData.patch Update Company Contact Infromrtion Fails

[jira] [Commented] (OFBIZ-4804) Update Company Contact Infromrtion Fails

2012-04-13 Thread Tom Burns (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4804?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13253543#comment-13253543 ] Tom Burns commented on OFBIZ-4804: -- Note this is not a major bug. The issue was

[jira] [Updated] (OFBIZ-4804) Update Company Contact Infromrtion Fails

2012-04-13 Thread Jacques Le Roux (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux updated OFBIZ-4804: --- Priority: Minor (was: Major) Minor issue Update Company Contact

[jira] [Commented] (OFBIZ-4768) Improvement for flatgrey theme

2012-04-13 Thread Jacques Le Roux (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13253578#comment-13253578 ] Jacques Le Roux commented on OFBIZ-4768: I'd recommned Extra as a complete Flat

[jira] [Updated] (OFBIZ-4805) Change shipping order address failed

2012-04-13 Thread Nicolas Malin (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4805?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Malin updated OFBIZ-4805: - Attachment: OFBIZ-4805.patch Oups, my apologies jacques, I recreate the patch.

[jira] [Commented] (OFBIZ-4805) Change shipping order address failed

2012-04-13 Thread Jacques Le Roux (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4805?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13253706#comment-13253706 ] Jacques Le Roux commented on OFBIZ-4805: Hi Nicolas, Before applying your patch

Re: Removing depends=build from start-debug ant target

2012-04-13 Thread Jacques Le Roux
+1, build can be used before, like in ant build start. No needs for the burden each time Jacques From: Jacopo Cappellato jacopo.cappell...@hotwaxmedia.com The following ant targets have different depends attributes: * start (it was run) don't have the depends attribute set * start-debug has

Re: OFBIZ-3155 SFA enhancement

2012-04-13 Thread Jacques Le Roux
Sometimes they are really outdated and patch unusable then yes maybe we should close. BTW I close some very old I'm assigned to Jacques From: Pierre Smits pierre.sm...@gmail.com I think it is fair to say that more than a year since creation is beyond recently and reasonable. Hence my

[jira] [Closed] (OFBIZ-1984) Adding forgot password feature in framework

2012-04-13 Thread Jacques Le Roux (Closed) (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-1984. -- Resolution: Fixed This can be close now Adding forgot password feature in

[jira] [Closed] (OFBIZ-4239) The framework/base tests fail

2012-04-13 Thread Jacques Le Roux (Closed) (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-4239. -- Resolution: Fixed I did not encounter any errors with my last try on XP = closing

[jira] [Commented] (OFBIZ-4763) create and use startup profiles

2012-04-13 Thread Jacques Le Roux (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13253775#comment-13253775 ] Jacques Le Roux commented on OFBIZ-4763: I closed OFBIZ-3162 as duplicate

[jira] [Closed] (OFBIZ-3162) Add a PortOffset properties to easily change all ports numbers

2012-04-13 Thread Jacques Le Roux (Closed) (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-3162. -- Resolution: Duplicate This is now a duplicate of OFBIZ-4763 Add a PortOffset

[jira] [Commented] (OFBIZ-3490) Create theme build script

2012-04-13 Thread Jacques Le Roux (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13253782#comment-13253782 ] Jacques Le Roux commented on OFBIZ-3490: HI BJ, Should we keep this issue open

[jira] [Commented] (OFBIZ-3907) Product Promo Worker description patch

2012-04-13 Thread Jacques Le Roux (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13253783#comment-13253783 ] Jacques Le Roux commented on OFBIZ-3907: Ping Product Promo

[jira] [Closed] (OFBIZ-2958) Proposal on French translations

2012-04-13 Thread Jacques Le Roux (Closed) (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2958?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-2958. -- Resolution: Fixed New ones can be opened at any time = closing Proposal on

[jira] [Commented] (OFBIZ-4351) Static text for reports at the ordermanager replaced by labels

2012-04-13 Thread Jacques Le Roux (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13253789#comment-13253789 ] Jacques Le Roux commented on OFBIZ-4351: Ping (before closing)

[jira] [Commented] (OFBIZ-4805) Change shipping order address failed

2012-04-13 Thread Nicolas Malin (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4805?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13253793#comment-13253793 ] Nicolas Malin commented on OFBIZ-4805: -- Hi Jacques, Strange, I have the problem on

[jira] [Updated] (OFBIZ-4041) Materialized views

2012-04-13 Thread Jacques Le Roux (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4041?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux updated OFBIZ-4041: --- Attachment: OFBIZ-4041.patch This is an interesting piece of code. Here is a patch update

[jira] [Updated] (OFBIZ-4041) Materialized views

2012-04-13 Thread Jacques Le Roux (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4041?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux updated OFBIZ-4041: --- Affects Version/s: (was: Release Branch 10.04) SVN trunk New

[jira] [Commented] (OFBIZ-4041) Materialized views

2012-04-13 Thread Jacques Le Roux (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4041?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13253818#comment-13253818 ] Jacques Le Roux commented on OFBIZ-4041: Mmm, I removed this last patch. It seems

[jira] [Updated] (OFBIZ-4041) Materialized views

2012-04-13 Thread Jacques Le Roux (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4041?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux updated OFBIZ-4041: --- Attachment: (was: OFBIZ-4041.patch) Materialized views --

[jira] [Closed] (OFBIZ-4227) Adding product content of type Image - Detail (for example) causes an error in catalog manager.

2012-04-13 Thread Jacques Le Roux (Closed) (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-4227. -- Resolution: Fixed This error does not longer appear Adding product content

[jira] [Commented] (OFBIZ-4768) Improvement for flatgrey theme

2012-04-13 Thread Pierre Smits (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13253842#comment-13253842 ] Pierre Smits commented on OFBIZ-4768: - Wai, Unfortunately I see no added value in

[jira] [Commented] (OFBIZ-3490) Create theme build script

2012-04-13 Thread BJ Freeman (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13253943#comment-13253943 ] BJ Freeman commented on OFBIZ-3490: --- Rely on wiki, since I DON'T follow ofbiz any more.