Re: findOne signatures refactoring

2011-09-28 Thread Jacques Le Roux
Right, it was another (logical) issue in code. I mixed up both when it was actually obvious that a map was rendered by UtilMisc.toMap("field1", value1) hence no issues :/ Thanks for your help (both Scott and you) Jacques From: "Martin Kreidenweis" Hi, changing a method call from ellipsis s

[jira] [Closed] (OFBIZ-4452) updateContentAndUploadedFile service broken

2011-09-28 Thread Jacques Le Roux (Closed) (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-4452. -- Resolution: Fixed Fix Version/s: SVN trunk Release Branch 11.04

[jira] [Commented] (OFBIZ-4451) warning in log when using @renderSubContentCache freemarker macro

2011-09-28 Thread Jacques Le Roux (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13116915#comment-13116915 ] Jacques Le Roux commented on OFBIZ-4451: I guess the reason why not exception is t

[jira] [Commented] (OFBIZ-4450) Possible NPE in ServiceEcaAction.java

2011-09-28 Thread Jacques Le Roux (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13116912#comment-13116912 ] Jacques Le Roux commented on OFBIZ-4450: Should we not handle further this case? I

Re: XUI is dead, long life to ARIA

2011-09-28 Thread BJ Freeman
in doing research for my project I was tracing down XUI. I found this thread but also see ARIA as not had much activity. the project is to have a swing UI that will develop Widget code with a WYSIWYG. it will generate ofbiz specific, java/groovy as well. This is ofbiz Framework Specific though I wi

[jira] [Updated] (OFBIZ-4452) updateContentAndUploadedFile service broken

2011-09-28 Thread Martin Kreidenweis (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Kreidenweis updated OFBIZ-4452: -- Attachment: OFBIZ-4452.patch patch fixes bug in DataServices.createFileMethod()

[jira] [Updated] (OFBIZ-4452) updateContentAndUploadedFile service broken

2011-09-28 Thread Martin Kreidenweis (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Kreidenweis updated OFBIZ-4452: -- Component/s: content Affects Version/s: SVN trunk > updateContentAndUploa

[jira] [Created] (OFBIZ-4452) updateContentAndUploadedFile service broken

2011-09-28 Thread Martin Kreidenweis (Created) (JIRA)
updateContentAndUploadedFile service broken --- Key: OFBIZ-4452 URL: https://issues.apache.org/jira/browse/OFBIZ-4452 Project: OFBiz Issue Type: Bug Reporter: Martin Kreidenweis The updat

[jira] [Updated] (OFBIZ-4451) warning in log when using @renderSubContentCache freemarker macro

2011-09-28 Thread Martin Kreidenweis (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Kreidenweis updated OFBIZ-4451: -- Attachment: OFBIZ-4451.patch Patch: GenericValue.get() will actually not throw an exce

[jira] [Created] (OFBIZ-4451) warning in log when using @renderSubContentCache freemarker macro

2011-09-28 Thread Martin Kreidenweis (Created) (JIRA)
warning in log when using @renderSubContentCache freemarker macro - Key: OFBIZ-4451 URL: https://issues.apache.org/jira/browse/OFBIZ-4451 Project: OFBiz Issue Type: Bug

[jira] [Updated] (OFBIZ-4450) Possible NPE in ServiceEcaAction.java

2011-09-28 Thread Dimitri Unruh (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dimitri Unruh updated OFBIZ-4450: - Attachment: OFBIZ-4450.patch > Possible NPE in ServiceEcaAction.java > --

[jira] [Created] (OFBIZ-4450) Possible NPE in ServiceEcaAction.java

2011-09-28 Thread Dimitri Unruh (Created) (JIRA)
Possible NPE in ServiceEcaAction.java - Key: OFBIZ-4450 URL: https://issues.apache.org/jira/browse/OFBIZ-4450 Project: OFBiz Issue Type: Bug Components: framework Reporter: Dimitri Un

Re: findOne signatures refactoring

2011-09-28 Thread Martin Kreidenweis
Hi, >>> changing a method call from ellipsis signature to the other. I introduced >>> UtilMisc.toMap for the >>> last argument because I had 2 >>> values and changed for one only, hence ellipsis could not be used. I did >>> that in a hurry, not >>> thinking about the argument swap. > > Let me t