Re: OOTB Unit Tests (was Re: Stable trunk?)

2008-10-31 Thread Jacques Le Roux
It looks like the better proposition so far to me Jacques From: "David E Jones" <[EMAIL PROTECTED]> One way or another we want to avoid dependencies between test cases. In the case of data it means that no test case should depend on data changes made in a previous test case. Using demo dat

Re: Apache license compatible icons

2008-10-31 Thread Jacques Le Roux
Yes It was my 1st choice too. On my side I can see any problems using them and other CCA licensed Did you found an help icon ? I quickly browsed but was not able to find one. I looked for something like the Atlassian one and tried also the letter h Jacques From: "Bruno Busco" <[EMAIL PROTECTED]

Re: Confirmation option on submit button

2008-10-31 Thread Malin Nicolas
Hi Hans, Ok I found it :) title="${uiLabelMap.AccountingInvoiceStatusToCancelled}"> ... url-mode="plain"/> With confirm attribute the result will be : target="setInvoiceStatus?invoiceId=${invoice.invoiceId}&statusId=I

Re: Element filter on list form

2008-10-31 Thread Malin Nicolas
Hi Scott, Yes it's possible to extend the ModelForm to look if exist a styleName in context. I don't know if the better solution is to use the set element and create the conditionnal with the result style in value attribute or dedicate element with separate conditionnal and style. An other

Re: OOTB Unit Tests (was Re: Stable trunk?)

2008-10-31 Thread Ray
Seems OK for the simpler unit tests but would also be good to have a solution that keeps it easy to write higher level tests. For example small unit tests to ensure stock management in the facility manager works could be quite simple and are essential first level unit tests. But we really need to

Re: OOTB Unit Tests (was Re: Stable trunk?)

2008-10-31 Thread Erwan de FERRIERES
Will the slides be available on the Internet after your presentation ? I'm not coming to the ApacheCon, but I am very interested to see what you've done with Selenium. Brett Palmer a écrit : David, We have been using SeleniumRC and an extension called SeleniumXml that I will be presenting on

Re: CalDAV Servlet (was Work Effort Event Reminders)

2008-10-31 Thread Adrian Crum
Are you saying to just add the calDavUrl field to WorkEffort? That would work too. -Adrian --- On Thu, 10/30/08, David E Jones <[EMAIL PROTECTED]> wrote: > From: David E Jones <[EMAIL PROTECTED]> > Subject: Re: CalDAV Servlet (was Work Effort Event Reminders) > To: dev@ofbiz.apache.org > Date:

Re: Apache license compatible icons

2008-10-31 Thread Bruno Busco
Unfortunalety it seems there is not! 2008/10/31 Jacques Le Roux <[EMAIL PROTECTED]> > Yes It was my 1st choice too. On my side I can see any problems using them > and other CCA licensed > Did you found an help icon ? I quickly browsed but was not able to find > one. > I looked for something like

Re: Apache license compatible icons

2008-10-31 Thread Bruno Busco
Ooops, there is one that can be used here: http://www.famfamfam.com/lab/icons/mini/famfamfam_mini_icons.zip look for icon_info.gif -Bruno 2008/10/31 Bruno Busco <[EMAIL PROTECTED]> > Unfortunalety it seems there is not! > > 2008/10/31 Jacques Le Roux <[EMAIL PROTECTED]> > > Yes It was my 1st ch

Re: OOTB Unit Tests (was Re: Stable trunk?)

2008-10-31 Thread Shi Yusen
How about unit tests using another Derby configuration rather than the localderby configed in entityengine.xml by default? And further, separate the test code and demo data to a new folder, when interface is defined and use cases (demo seeds) are given out, the test case coding can be paralleled to

Re: Apache license compatible icons

2008-10-31 Thread Jacques Le Roux
Then we could use one of BJ suggestions, using Atlassian's as model ;o) But I'd say keep it simple, maybe it's easier to Google for a CCA one They are some in http://www.maxpower.ca/free-icons/2006/03/05/ but no help icon :/ There is one in http://www.famfamfam.com/lab/icons/mini/ but it seems GP

Re: Apache license compatible icons

2008-10-31 Thread Jacques Le Roux
Looks like we are on the same page :o) Please, check the licence though... Jacques From: "Bruno Busco" <[EMAIL PROTECTED]> Ooops, there is one that can be used here: http://www.famfamfam.com/lab/icons/mini/famfamfam_mini_icons.zip look for icon_info.gif -Bruno 2008/10/31 Bruno Busco <[EMAIL

[jira] Closed: (OFBIZ-2024) add content attachments to a customer request

2008-10-31 Thread Hans Bakker (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2024?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hans Bakker closed OFBIZ-2024. -- Resolution: Fixed Fix Version/s: SVN trunk implemented in r709427 > add content attachments to

Re: OOTB Unit Tests (was Re: Stable trunk?)

2008-10-31 Thread Adam Heath
David E Jones wrote: > > One way or another we want to avoid dependencies between test cases. In > the case of data it means that no test case should depend on data > changes made in a previous test case. Using demo data isn't the thing > that's bad, it's changing something that another test case

Re: OOTB Unit Tests (was Re: Stable trunk?)

2008-10-31 Thread Brett Palmer
If presentations aren't posted after ApacheCon I can post mine to the mailing list. Brett On Fri, Oct 31, 2008 at 5:03 AM, Erwan de FERRIERES < [EMAIL PROTECTED]> wrote: > Will the slides be available on the Internet after your presentation ? I'm > not coming to the ApacheCon, but I am very inter

Re: list of developers

2008-10-31 Thread Andrew Zeneski
If you can get away with the apache.org email, the SVN ID is the same as the account name. Andrew On Oct 29, 2008, at 1:29 PM, Jacques Le Roux wrote: Maybe you can found more (only names, no emails) here looking for OFBiz http://people.apache.org/~jim/committers.html But I think OFBiz PMC

Re: list of developers

2008-10-31 Thread Adam Heath
Andrew Zeneski wrote: > If you can get away with the apache.org email, the SVN ID is the same as > the account name. It's better to use the address that people receive email at; this way, when they pull from an hg repo, they have a way to contact the person listed in the changelog. I don't know i

Re: CalDAV Servlet (was Work Effort Event Reminders)

2008-10-31 Thread David E Jones
Or use the workEffortId as part of the URL, ie something like: http://whatever.foo/calendar/11011/workEffortName.ics This uniquely identifies the calendar and allows the user to specify (in the workEffortName field) what they want the ics file and calendar to be called. -David On Oct 31

Re: list of developers

2008-10-31 Thread David E Jones
On Oct 31, 2008, at 10:50 AM, Adam Heath wrote: Andrew Zeneski wrote: If you can get away with the apache.org email, the SVN ID is the same as the account name. It's better to use the address that people receive email at; this way, when they pull from an hg repo, they have a way to contact

Re: OOTB Unit Tests (was Re: Stable trunk?)

2008-10-31 Thread David E Jones
On Oct 31, 2008, at 9:06 AM, Adam Heath wrote: David E Jones wrote: One way or another we want to avoid dependencies between test cases. In the case of data it means that no test case should depend on data changes made in a previous test case. Using demo data isn't the thing that's bad, it

Re: CalDAV Servlet (was Work Effort Event Reminders)

2008-10-31 Thread Adrian Crum
That would work for users who want to create additional calendars within OFBiz, but it doesn't accommodate a simple URL->WorkEffort collection mapping. (On a side note, I'm not sure OFBiz needs to provide that capability - calendar clients will let users create additional calendars.) OFBiz h

Re: CalDAV Servlet (was Work Effort Event Reminders)

2008-10-31 Thread Adrian Crum
Never mind. Your idea would work in that scenario too. Back to work... -Adrian Adrian Crum wrote: That would work for users who want to create additional calendars within OFBiz, but it doesn't accommodate a simple URL->WorkEffort collection mapping. (On a side note, I'm not sure OFBiz needs

[jira] Commented: (OFBIZ-2025) Exception on receiving purchase order

2008-10-31 Thread William Perng (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12644400#action_12644400 ] William Perng commented on OFBIZ-2025: -- Any update one this ? We are unable to recei

[jira] Commented: (OFBIZ-2025) Exception on receiving purchase order

2008-10-31 Thread BJ Freeman (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12644408#action_12644408 ] BJ Freeman commented on OFBIZ-2025: --- there is a mis-conception that if a bug report is pu

Re: Apache license compatible icons

2008-10-31 Thread Bruno Busco
Jacques, I was going to contact Mark James about the possibility to use his icons but in the contact form he is quite explicit about permission asking e-mail. Taken from: http://www.famfamfam.com/about/ "If sending me a message regarding icon licencing, please don't expect a response if you ask '

[jira] Created: (OFBIZ-2033) Inventory Update service breaks the relationship for entityview ProductInventoryItem

2008-10-31 Thread BJ Freeman (JIRA)
Inventory Update service breaks the relationship for entityview ProductInventoryItem Key: OFBIZ-2033 URL: https://issues.apache.org/jira/browse/OFBIZ-2033 Project: O

[jira] Commented: (OFBIZ-2025) Exception on receiving purchase order

2008-10-31 Thread William Perng (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12644432#action_12644432 ] William Perng commented on OFBIZ-2025: -- Your 2nd paragraph is exactly what I am lookin

[jira] Commented: (OFBIZ-2025) Exception on receiving purchase order

2008-10-31 Thread BJ Freeman (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1266#action_1266 ] BJ Freeman commented on OFBIZ-2025: --- the line 1253 looks like the fix I had in mind yes

Re: Apache license compatible icons

2008-10-31 Thread Jacques Le Roux
Yes we can, I agree ! Jacques From: "Bruno Busco" <[EMAIL PROTECTED]> Jacques, I was going to contact Mark James about the possibility to use his icons but in the contact form he is quite explicit about permission asking e-mail. Taken from: http://www.famfamfam.com/about/ "If sending me a mess

Performance problem with balanceInventoryItems service

2008-10-31 Thread Adrian Crum
I have a client who has asked me to look into the performance problem with the balanceInventoryItems service. I see from the commit logs that it has been a problem for others too - David mentions it in the rev 576793 commit log. I'd like to get this fixed in the trunk. If anyone has any ideas on

Re: Performance problem with balanceInventoryItems service

2008-10-31 Thread Adam Heath
Adrian Crum wrote: > I have a client who has asked me to look into the performance problem with > the balanceInventoryItems service. I see from the commit logs that it has > been a problem for others too - David mentions it in the rev 576793 commit > log. > > I'd like to get this fixed in the t

Re: svn commit: r709627 - in /ofbiz/trunk: applications/content/build.xml framework/entity/build.xml framework/webapp/build.xml macros.xml specialpurpose/shark/build.xml

2008-10-31 Thread BJ Freeman
like to keep the exclude data to see what can be enabled. maybe comment them. [EMAIL PROTECTED] sent the following on 10/31/2008 8:06 PM: > Author: doogie > Date: Fri Oct 31 20:06:17 2008 > New Revision: 709627 > > URL: http://svn.apache.org/viewvc?rev=709627&view=rev > Log: > Use pattern sets in

Re: svn commit: r709627 - in /ofbiz/trunk: applications/content/build.xml framework/entity/build.xml framework/webapp/build.xml macros.xml specialpurpose/shark/build.xml

2008-10-31 Thread Adam Heath
BJ Freeman wrote: > like to keep the exclude data to see what can be enabled. > maybe comment them. I just moved the existing excludes around, didn't change anything. In most cases, it's probably requiring an external non-apache-compatible license. Others might be because of broken code.

Re: svn commit: r709627 - in /ofbiz/trunk: applications/content/build.xml framework/entity/build.xml framework/webapp/build.xml macros.xml specialpurpose/shark/build.xml

2008-10-31 Thread BJ Freeman
the scale applet comes to mind as not included but usable. so as long as I can find them to un-comment then I am happy. Adam Heath sent the following on 10/31/2008 9:35 PM: > BJ Freeman wrote: >> like to keep the exclude data to see what can be enabled. >> maybe comment them. > > I just moved th