Invalid description for field canclAutmExtTimeUomId in ProductSubscriptionResource

2010-04-13 Thread Cimballi
must contain the id of a UoM, it's not a boolean field. Cimballi

Re: ContactMechPurposeType bad design

2010-02-01 Thread Cimballi
, and looking for PRIMARY would return PRIMARY and PRIMARY_EMAIL. HTH, Cimballi On Mon, Feb 1, 2010 at 4:23 PM, Adam Heath doo...@brainfood.com wrote: There is currently a PRIMARY_EMAIL, PRIMARY_LOCATION, BILLING_EMAIL, BILLING_LOCATION, etc.  Why can't that just be PRIMARY, BILLING, etc?

[jira] Commented: (OFBIZ-1222) Improvements while creating invoice for order

2010-01-26 Thread Cimballi (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12805204#action_12805204 ] Cimballi commented on OFBIZ-1222: - Hi, I encounter the same problem for the second point

Re: Apache OFBiz EZBiz

2009-12-18 Thread Cimballi
Drupal uses hooks : http://api.drupal.org/api/group/hooks/7 Maybe something to get inspired by. It seems to provide good independance between modules. Cimballi On Fri, Dec 18, 2009 at 6:10 PM, Bruno Busco bruno.bu...@gmail.com wrote: I try to write down some ideas I have on how I would like

Re: Bugs and open Jira issues

2009-12-06 Thread Cimballi
still feel for away from providing patches ! :-) Hope this will help you, devs, the project is already great, let's make it more accessible ! Cimballi

Adding services to handle InventoryItemAttribute

2009-11-23 Thread Cimballi
entity-one entity-name=InventoryItemAttribute value-field=lookedUpValue/ remove-value value-field=lookedUpValue/ /simple-method I know it would be better with a test class and a patch. Maybe the next time... :-) Cimballi

[jira] Created: (OFBIZ-3010) Bug in createInvoiceForOrderAllItems service definition

2009-10-07 Thread Cimballi (JIRA)
: accounting Affects Versions: Release Branch 9.04 Environment: Tested on version : ofbiz-rel9.04-2009-09-25-v818777 Reporter: Cimballi There is a bug in the definition of the createInvoiceForOrderAllItems service . Here is the current definition : service name

[jira] Created: (OFBIZ-2996) Little annoyance in the UI when entering order

2009-10-03 Thread Cimballi (JIRA)
Versions: Release Branch 9.04 Environment: Version ofbiz-rel9.04-2009-09-25-v818777 Reporter: Cimballi Priority: Minor I found a little annoyance in the UI when entering order. If the customer doesn't have a credit card, then the process propose him to create one

[jira] Created: (OFBIZ-2973) Return error messages in PaymentGatewayServices.authOrderPayments

2009-09-27 Thread Cimballi (JIRA)
: Improvement Components: accounting Affects Versions: Release Branch 9.04 Environment: ofbiz-rel9.04-2009-09-25-v818777 Reporter: Cimballi I am testing the integration of OFBiz with Authorize.NET service and I noticed a problem

[jira] Created: (OFBIZ-2697) Method getModelEntity in GenericDelegator 'swallow' exceptions

2009-07-03 Thread Cimballi (JIRA)
Components: framework Environment: Tested with version ofbiz-rel9.04-2009-05-28-v779496 Reporter: Cimballi The method getModelEntity in GenericDelegator 'swallow' exceptions : public ModelEntity getModelEntity(String entityName) { try { return getModelReader

[jira] Commented: (OFBIZ-2697) Method getModelEntity in GenericDelegator 'swallow' exceptions

2009-07-03 Thread Cimballi (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12727051#action_12727051 ] Cimballi commented on OFBIZ-2697: - The exception is thrown on this statement : {{final

[jira] Resolved: (OFBIZ-2697) Method getModelEntity in GenericDelegator 'swallow' exceptions

2009-07-03 Thread Cimballi (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cimballi resolved OFBIZ-2697. - Resolution: Invalid Hey Andrew, you're right, I reproduce the error again but in fact the entry

[jira] Created: (OFBIZ-2629) Add a parameter for the port to use in RemoteDispatcherImpl

2009-06-18 Thread Cimballi (JIRA)
Components: framework Affects Versions: SVN trunk Reporter: Cimballi I suggest to add a parameter for the port to use in RemoteDispatcherImpl so that one can choose which port to use for the communication. It can help on a network with firewalls. I think it means : - add

Typo error in ProductWorker

2009-04-24 Thread Cimballi
Hi guys, I think there is a typo error in the class org.ofbiz.product.product.ProductWorker. Line 821 : public static String getProductTypeId(GenericDelegator delegator, String productI) { Should be productId. Cimballi

Re: Ofbiz Installation

2009-04-16 Thread Cimballi
http://docs.ofbiz.org/display/OFBADMIN/Demo+and+Test+Setup+Guide And Jean-Jacques would tell you should post this on the user ML ! ;-) Cimballi On Thu, Apr 16, 2009 at 3:33 PM, shuchi shu...@pexsupply.com wrote: Hello, I have downloaded J2SE 5.0, development kit with NetBeans. I have also

Re: Ofbiz Installation

2009-04-16 Thread Cimballi
Sorry, Jacques. On Thu, Apr 16, 2009 at 3:45 PM, Cimballi cimballi.cimba...@gmail.comwrote: http://docs.ofbiz.org/display/OFBADMIN/Demo+and+Test+Setup+Guide And Jean-Jacques would tell you should post this on the user ML ! ;-) Cimballi On Thu, Apr 16, 2009 at 3:33 PM, shuchi shu

Re: Ofbiz Installation

2009-04-16 Thread Cimballi
X you can just run java -jar ofbiz.jar and you don't need to setup the JAVA_HOME or anything because it is already there. Cimballi On Thu, Apr 16, 2009 at 4:01 PM, shuchi shu...@pexsupply.com wrote: shuchi wrote: Hello, I have downloaded J2SE 5.0, development kit with NetBeans. I

Error message not displayed on invalid login or password

2009-01-30 Thread Cimballi
) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:149) org.ofbiz.webapp.control.LoginWorker.login(LoginWorker.java:376) Cimballi

Re: Error message not displayed on invalid login or password

2009-01-30 Thread Cimballi
and having the previous emailed error, I tried to login with the admin user and it displays the same message (without the error message) and it puts this in the login box : [blog_user, admin] And it strange because I typed the right login-password for the admin user but it doesn't log me. Cimballi

[jira] Created: (OFBIZ-2154) No error message displayed after log in with invalid login or password

2009-01-30 Thread Cimballi (JIRA)
: Bug Affects Versions: SVN trunk Environment: Using ofbiz-trunk-2009-01-15-v734653. Reporter: Cimballi Priority: Minor When I try to log in with an invalid user or an invalid pasword, the error message is not displayed, I have only : The Following Errors

Error rendering screen InvoiceScreens.xml#EditInvoiceApplications Cannot invoke method setScale() on null object

2009-01-29 Thread Cimballi
:170) ListNotAppliedPayments$_getPayments_closure1.doCall(ListNotAppliedPayments.groovy:71) ... Cimballi

Possible bug when changing Locale in org.ofbiz.service.ModelService.makeValid

2008-08-19 Thread Cimballi
); } if (locale == null) { locale = Locale.getDefault(); } } Because the locale parameter can be a Locale or a String. HTH, Cimballi

Re: Possible bug when changing Locale in org.ofbiz.service.ModelService.makeValid

2008-08-19 Thread Cimballi
Hi Adrian, The fact is that I didn't change anything, I'm just using the package from Opentap. So maybe this is a bug from Opentap and I should send it to the Opentap mailing list ? Cimballi On Tue, Aug 19, 2008 at 2:03 PM, Adrian Crum [EMAIL PROTECTED] wrote: This type of message should