[jira] Commented: (OFBIZ-558) support rollback of shipping on failed credit card capture

2008-11-02 Thread BJ Freeman (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12644560#action_12644560 ] BJ Freeman commented on OFBIZ-558: -- this patch creates errors for PO's see the link. should

How to receive in a service a variable list of fields from a form (and iterate on it)?

2008-11-02 Thread Bruno Busco
Hi devs, I need your help. I am trying to complete the Portal/Portlet stuff adding the possibility to set some attributes specific to a Portlet instance. The idea is that when a portlet is defined, a form is defined also and linked in the PortalPortlet entity with something similar to this:

Re: How to receive in a service a variable list of fields from a form (and iterate on it)?

2008-11-02 Thread BJ Freeman
in ofbiz forms are fixed, like most you see in widgets and ftls. you have a entity and/or context that stores the info, like in maps. you then use the widget/ftl form to display the data in the entity or context. the ItemsToShow would be a map. you would then iterate the map. you can see many

Re: How to receive in a service a variable list of fields from a form (and iterate on it)?

2008-11-02 Thread Bruno Busco
Hi BJ, thank you for your help. I apologize not sure to have well understood. In the example you give, all fields are taken from the form's default-entity. I am looking for a way to put fields in a form widget that are not defined as fields of an entity and neither as parameters of a serivice.

Re: Remove all Ant ref. in .classpath

2008-11-02 Thread Jacques Le Roux
Done in revision 709890. Jacques From: Jacques Le Roux [EMAIL PROTECTED] Hi Scott, Thank you for the check, I did a clean and a build, but did not run-tests I will wait a bit but I think we are save with the others too Jacques From: Scott Gray [EMAIL PROTECTED] These 2 are imported in

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

2008-11-02 Thread Jacques Le Roux
Hi Sharan, Maybe you are already in a relationship directly with BJ. But, if I can allow myself, in respect to OFBiz project, what kind of contribution would you envision ? Thanks Jacques From: Sharan-F [EMAIL PROTECTED] Hi BJ I've also been looking at testing from a user perspective

Re: How to receive in a service a variable list of fields from a form (and iterate on it)?

2008-11-02 Thread BJ Freeman
apologize was focusing on the flow and how to list. once a wake up I can give you a better one for you. services are generally passed maps, in the context. Bruno Busco sent the following on 11/2/2008 7:50 AM: Hi BJ, thank you for your help. I apologize not sure to have well understood. In

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

2008-11-02 Thread BJ Freeman
No relationship I know of except what he wrote here. :D Jacques Le Roux sent the following on 11/2/2008 7:59 AM: Hi Sharan, Maybe you are already in a relationship directly with BJ. But, if I can allow myself, in respect to OFBiz project, what kind of contribution would you envision ?

[jira] Commented: (OFBIZ-1116) Problem making SSL connection to admin apps with Safari

2008-11-02 Thread Joe Eckard (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12644599#action_12644599 ] Joe Eckard commented on OFBIZ-1116: --- The actual issue has not been resolved, we just

Re: How to receive in a service a variable list of fields from a form (and iterate on it)?

2008-11-02 Thread Bruno Busco
Thank you, BJ ;-) May be this is a very basic thing but it is blocking me. - Bruno 2008/11/2 BJ Freeman [EMAIL PROTECTED] apologize was focusing on the flow and how to list. once a wake up I can give you a better one for you. services are generally passed maps, in the context. Bruno

Re: How to receive in a service a variable list of fields from a form (and iterate on it)?

2008-11-02 Thread Bruno Busco
Many thanks David, I will try to go through the event making map solution. -Bruno 2008/11/2 David E Jones [EMAIL PROTECTED] On Nov 2, 2008, at 9:50 AM, Bruno Busco wrote: I am looking for a way to put fields in a form widget that are not defined as fields of an entity and neither as

[jira] Reopened: (OFBIZ-1116) Problem making SSL connection to admin apps with Safari

2008-11-02 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux reopened OFBIZ-1116: Per Joe's suggestion Problem making SSL connection to admin apps with Safari

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

2008-11-02 Thread Sharan-F
Hi Jacques I'm putting together documentation around business process flows and test scripts. E.g after an update what basic tests would a user want to run through to check that things are still working OK. I'm also working on some accounting documentation that includes a view on the

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

2008-11-02 Thread Jacques Le Roux
Hi Sharan, Yes I think the Wiki is the best place for such documentation. Feel free to organize it as you want. We will then be able to discuss about representation, how to use it, etc. Thanks Jacques From: Sharan-F [EMAIL PROTECTED] Hi Jacques I'm putting together documentation around