Re: Error in running test cases

2008-06-13 Thread Scott Gray
I'll take a look, how do I run the tests for just the example component? Thanks Scott 2008/6/13 Vikas Mayur [EMAIL PROTECTED]: Hi Scott, I have seen this problem coming while running a test case. For now you can run the test case for example component to see the problem and file of

Re: Error in running test cases

2008-06-13 Thread Vikas Mayur
Just run the following command on terminal java -jar ofbiz.jar -test component='example' and if you want to run a single test case under example test suite - comment other in example/testdef/tests.xml Please let me know if you need further information. Thanks, Vikas On Fri, Jun 13, 2008 at

Re: Error in running test cases

2008-06-13 Thread Scott Gray
Thanks Vikas, I found the problem and fixed it in rev. 667385 Regards Scott 2008/6/13 Vikas Mayur [EMAIL PROTECTED]: Just run the following command on terminal java -jar ofbiz.jar -test component='example' and if you want to run a single test case under example test suite - comment other

[jira] Commented: (OFBIZ-1675) JUnit Test case for Receive Inventory.

2008-06-13 Thread Vikas Mayur (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12604753#action_12604753 ] Vikas Mayur commented on OFBIZ-1675: Thanks Parimal, Sumit, Ratnesh A

Re: svn commit: r667393 - in /ofbiz/trunk/framework/minilang/src/org/ofbiz/minilang/method/conditional: CompareCondition.java CompareFieldCondition.java

2008-06-13 Thread David E Jones
Thanks for doing these Scott... I totally forgot that there were two sections of code that cover these same tags. -David On Jun 13, 2008, at 1:32 AM, [EMAIL PROTECTED] wrote: Author: lektran Date: Fri Jun 13 00:32:20 2008 New Revision: 667393 URL:

Re: Remove some bsh scripts into content application

2008-06-13 Thread Scott Gray
I think it's fine Marco, I don't know much about the content component though, but I think the empty scripts at least could be removed. -Scott 2008/6/13 [EMAIL PROTECTED] [EMAIL PROTECTED]: Hi to all, while I'm converting some content bsh script to groovy I have seen that there are some bsh

[jira] Updated: (OFBIZ-1839) Conversion of Screen Widget Container to Screenlet .

2008-06-13 Thread parimal gain (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1839?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] parimal gain updated OFBIZ-1839: Attachment: Facility.patch Improvement patch of Facility component. Mistakenly some links had

[jira] Updated: (OFBIZ-1839) Conversion of Screen Widget Container to Screenlet .

2008-06-13 Thread Harsha Chadhar (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1839?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harsha Chadhar updated OFBIZ-1839: -- Attachment: HumanRes.patch Corrected patch for HumanRes Component.A UiLabel was mistakenly

[jira] Updated: (OFBIZ-1839) Conversion of Screen Widget Container to Screenlet .

2008-06-13 Thread Harsha Chadhar (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1839?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harsha Chadhar updated OFBIZ-1839: -- Attachment: Manufacturing.patch Corrected and Updated patch for the Manufacturing Component.A

[jira] Commented: (OFBIZ-1839) Conversion of Screen Widget Container to Screenlet .

2008-06-13 Thread Ashish Vijaywargiya (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12604783#action_12604783 ] Ashish Vijaywargiya commented on OFBIZ-1839: Parimal Thanks for your patch...

Re: svn commit: r667448 - /ofbiz/trunk/framework/example/webapp/example/WEB-INF/actions/includes/findExampleFeatures.groovy

2008-06-13 Thread Ashish Vijaywargiya
Jacques, Everything looks perfect to me. +1. On Fri, Jun 13, 2008 at 5:55 AM, [EMAIL PROTECTED] wrote: Author: jleroux Date: Fri Jun 13 02:55:27 2008 New Revision: 667448 URL: http://svn.apache.org/viewvc?rev=667448view=rev Log: My 1st bsh-groovy migration, please check. I will change

Re: svn commit: r667448 - /ofbiz/trunk/framework/example/webapp/example/WEB-INF/actions/includes/findExampleFeatures.groovy

2008-06-13 Thread Scott Gray
Hi Jacques Looks good except for one thing: +autocompleteOptions = delegator.findList(ExampleFeature, entityConditionList, +new TreeSet(['exampleFeatureId', 'description'], ['-exampleFeatureId'], null, false); Introduces a bug, there is no closing bracket for the TreeSet. Also

Re: svn commit: r667448 - /ofbiz/trunk/framework/example/webapp/example/WEB-INF/actions/includes/findExampleFeatures.groovy

2008-06-13 Thread Ashish Vijaywargiya
Oops I missed closing braces :( Thanks Scott for catching that. -- Ashish On Fri, Jun 13, 2008 at 6:04 AM, Scott Gray [EMAIL PROTECTED] wrote: Hi Jacques Looks good except for one thing: +autocompleteOptions = delegator.findList(ExampleFeature, entityConditionList, +new

[jira] Commented: (OFBIZ-811) Authentication using LDAP

2008-06-13 Thread Wicus (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-811?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12604793#action_12604793 ] Wicus commented on OFBIZ-811: - Hi Paul, Have you sorted out your Groups issue ?

Licenses

2008-06-13 Thread Jacques Le Roux
Hi devs, FYI, in case you had not the chance to see in mail here is an interesting link http://www.apache.org/legal/resolved.html Maybe we could put a link somewhere in our Wiki (ideas where ?) and even on the site ? Thanks Jacques

Re: svn commit: r667487 - /ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/invoice/CreateApplicationList.groovy

2008-06-13 Thread Scott Gray
Sorry and thanks to you both Regards Scott 2008/6/13 [EMAIL PROTECTED]: Author: jacopoc Date: Fri Jun 13 04:43:05 2008 New Revision: 667487 URL: http://svn.apache.org/viewvc?rev=667487view=rev Log: Fix for error happening after convertion to Groovy: thanks to Ashish Vijaywargiya for the

Re: svn commit: r667448 - /ofbiz/trunk/framework/example/webapp/example/WEB-INF/actions/includes/findExampleFeatures.groovy

2008-06-13 Thread Jacques Le Roux
Thanks for the Set tip Scoot, Jacques From: Scott Gray [EMAIL PROTECTED] Hi Jacques Looks good except for one thing: +autocompleteOptions = delegator.findList(ExampleFeature, entityConditionList, +new TreeSet(['exampleFeatureId', 'description'], ['-exampleFeatureId'], null,

Re: svn commit: r667448 - /ofbiz/trunk/framework/example/webapp/example/WEB-INF/actions/includes/findExampleFeatures.groovy

2008-06-13 Thread Vikas Mayur
Jacques, Looks like Scott name is in french :) Vikas On Fri, Jun 13, 2008 at 6:54 PM, Jacques Le Roux [EMAIL PROTECTED] wrote: Thanks for the Set tip Scoot, Jacques From: Scott Gray [EMAIL PROTECTED] Hi Jacques Looks good except for one thing: +autocompleteOptions =

Re: svn commit: r667448 - /ofbiz/trunk/framework/example/webapp/example/WEB-INF/actions/includes/findExampleFeatures.groovy

2008-06-13 Thread Ashish Vijaywargiya
I think it looks like Windows Side effect :-) -- Ashish On Fri, Jun 13, 2008 at 9:52 AM, Vikas Mayur [EMAIL PROTECTED] wrote: Jacques, Looks like Scott name is in french :) Vikas On Fri, Jun 13, 2008 at 6:54 PM, Jacques Le Roux [EMAIL PROTECTED] wrote: Thanks for the Set tip Scoot,

Re: svn commit: r667499 - in /ofbiz/trunk: applications/order/ applications/order/data/ applications/workeffort/data/ specialpurpose/workflow/ specialpurpose/workflow/data/

2008-06-13 Thread Rashko Rejmer
Thanks Scott, This resolves OFBIZ-1837 Regards, Rashko Rejmer On Fri, 2008-06-13 at 12:22 +, [EMAIL PROTECTED] wrote: Author: lektran Date: Fri Jun 13 05:22:12 2008 New Revision: 667499 URL: http://svn.apache.org/viewvc?rev=667499view=rev Log: Moved the workflow related data to the

[jira] Resolved: (OFBIZ-1837) Errors during workflow demo data import

2008-06-13 Thread Rashko Rejmer (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rashko Rejmer resolved OFBIZ-1837. -- Resolution: Fixed Fixed by Scott in r667499. Errors during workflow demo data import

Re: svn commit: r667358 - /ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/config/FindProductConfigItems.groovy

2008-06-13 Thread Scott Gray
Hi Hans, I had thought that Groovy would cast the string to an int but I guess not, fixed in rev. 667555. Another solution would be to use the type attribute in your set operation but I guess this is easier. Thanks Scott 2008/6/14 Hans Bakker [EMAIL PROTECTED]: Hi Scott,

Re: svn commit: r667448 - /ofbiz/trunk/framework/example/webapp/example/WEB-INF/actions/includes/findExampleFeatures.groovy

2008-06-13 Thread Jacques Le Roux
Yes sorry Scott, This time it's more my fat fingers than Windows ;o) Jacques PS : Actually I just bought a Dell 530 with Ubuntu (really affordable) , but I can't find the time to migrate all to it. I guess at 1st I will simply plug my disks. It's a pity because I have completly enough of

Re: svn commit: r667116 - in /ofbiz/trunk/specialpurpose/projectmgr: config/ProjectMgrUiLabels.xml widget/ProjectScreens.xml widget/TaskScreens.xml widget/forms/ProjectForms.xml widget/forms/TaskForms

2008-06-13 Thread Adrian Crum
Ashish, Stepping back in time a little... The de-facto screen layout was to have the page title in the h1 element (or use the h1 container style) at the top of the main content area. Somewhere along the line the page titles were moved out of the h1 element and into the screenlet title bars.

[jira] Commented: (OFBIZ-811) Authentication using LDAP

2008-06-13 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-811?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12604933#action_12604933 ] Adrian Crum commented on OFBIZ-811: --- There has been considerable discussion on the mailing