Re: Discussion: Mini-language Overhaul

2012-04-05 Thread Jacopo Cappellato
I completely agree that having *one* set on Minilang operations for all the actions (forms/screens/methods) is a good step forward. My only doubt is about the effort required for the migration: I see an opportunity to migrate all our applications code to Groovy instead; at that point all OFBiz

Re: Invoice copying and items removing

2012-04-05 Thread Jacopo Cappellato
Hi Sergei, please see inline: On Mar 9, 2012, at 10:36 PM, biletnikov wrote: Hello all, if we complete an order we get the invoice. Each order item and adjustment is related to the corresponding invoice item via (OrderItemBilling and OrderAdjustmentBilling). This relation makes the invoice

[jira] [Created] (OFBIZ-4784) storeIncomingEmail assumes variable is not null when it might be

2012-04-05 Thread Paul Foxworthy (Created) (JIRA)
storeIncomingEmail assumes variable is not null when it might be Key: OFBIZ-4784 URL: https://issues.apache.org/jira/browse/OFBIZ-4784 Project: OFBiz Issue Type: Bug

[jira] [Updated] (OFBIZ-4784) storeIncomingEmail assumes variable is not null when it might be

2012-04-05 Thread Paul Foxworthy (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4784?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Foxworthy updated OFBIZ-4784: -- Attachment: OFBIZ-4784_CommunicationEventServices.patch storeIncomingEmail assumes

OFBiz slimdown jira

2012-04-05 Thread Erwan de FERRIERES
Hi Jacopo, do we have a better name for the Jira version than slimdown ? And would it be possible to create the jira version, so we can start on creating the tasks ? Cheers, -- Erwan de FERRIERES

Re: OFBiz slimdown jira

2012-04-05 Thread Jacopo Cappellato
Yeah, I think it is now time to start the process, thank you Erwan. I have created the new version with name SlimDown (if a better name will be suggested we will change it); now we can create the tasks for the agreed upon decisions so far and use the Fix Version/s field to associate them to the

[jira] [Updated] (OFBIZ-4782) load field info by a factory

2012-04-05 Thread Jacopo Cappellato (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4782?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacopo Cappellato updated OFBIZ-4782: - Affects Version/s: (was: Screen Widget Redesign) SVN trunk

[jira] [Closed] (OFBIZ-4764) Add German PostalAddress Templates

2012-04-05 Thread Jacopo Cappellato (Closed) (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacopo Cappellato closed OFBIZ-4764. Add German PostalAddress Templates --

[jira] [Closed] (OFBIZ-4784) storeIncomingEmail assumes variable is not null when it might be

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

Re: svn commit: r1166543 - in /ofbiz/trunk: applications/order/data/ applications/order/script/org/ofbiz/order/test/ applications/order/src/org/ofbiz/order/order/ applications/order/testdef/ applicati

2012-04-05 Thread Jacopo Cappellato
Hi Hans, with this code you have broken the ability to add bulk products (items without a product id) to a purchase order; I fixed the error happening in checkout in rev. but please make sure that there are no other parts of the systems affected by this. Also, as I mentioned in another review

Re: svn commit: r1166543 - in /ofbiz/trunk: applications/order/data/ applications/order/script/org/ofbiz/order/test/ applications/order/src/org/ofbiz/order/order/ applications/order/testdef/ applicati

2012-04-05 Thread Jacopo Cappellato
On Apr 5, 2012, at 11:47 AM, Jacopo Cappellato wrote: I fixed the error happening in checkout in rev. sorry, forgot to add the revision number: 1309724 Jacopo

Re: Discussion: Mini-language Overhaul

2012-04-05 Thread Jacques Le Roux
From a pragmatic point of view I'd not be against. The less syntaxes the better, and I know a lot of users are not using minilang for this reason. But it seems Adrian has already begin to work on the Mini-language Overhaul... Adrian should we not concentrate our efforts on reducing syntaxes

Re: Discussion: Mini-language Overhaul

2012-04-05 Thread Adrian Crum
I don't think we will be able to eliminate mini-language entirely. As David has mentioned, and I agree - it is very convenient to add a few lines of XML to a screen widget (or service definition in his example). The purpose of the overhaul is to fix the numerous issues in mini-language that

Re: svn commit: r1166543 - in /ofbiz/trunk: applications/order/data/ applications/order/script/org/ofbiz/order/test/ applications/order/src/org/ofbiz/order/order/ applications/order/testdef/ applicati

2012-04-05 Thread Hans Bakker
Thank you for fixing it. We looked seriously into your recommendation but found out there were too much basic differences to create a tree of product types. Regards, Hans On 04/05/2012 04:47 PM, Jacopo Cappellato wrote: Hi Hans, with this code you have broken the ability to add bulk

Re: Discussion: Mini-language Overhaul

2012-04-05 Thread Jacopo Cappellato
I agree that the overhaul will help to improve existing code (and fix bugs) and also facilitate the migration to Groovy. Jacopo On Apr 5, 2012, at 12:27 PM, Adrian Crum wrote: I don't think we will be able to eliminate mini-language entirely. As David has mentioned, and I agree - it is very

Re: svn commit: r1166543 - in /ofbiz/trunk: applications/order/data/ applications/order/script/org/ofbiz/order/test/ applications/order/src/org/ofbiz/order/order/ applications/order/testdef/ applicati

2012-04-05 Thread Jacopo Cappellato
On Apr 5, 2012, at 12:38 PM, Hans Bakker wrote: Thank you for fixing it. We looked seriously into your recommendation but found out there were too much basic differences to create a tree of product types. How can you say this? If you search for the string AGGREGATEDSERV_CONF you will see

Re: svn commit: r1220622 - in /ofbiz/trunk: applications/manufacturing/data/ applications/order/src/org/ofbiz/order/order/ applications/order/src/org/ofbiz/order/shoppingcart/ applications/order/webap

2012-04-05 Thread Jacopo Cappellato
Hans, could you please fix the Java code in order to be in line with our formatting conventions? Thanks, Jacopo On Dec 19, 2011, at 7:40 AM, hans...@apache.org wrote: Author: hansbak Date: Mon Dec 19 06:40:18 2011 New Revision: 1220622 URL:

Re: svn commit: r1220622 - in /ofbiz/trunk: applications/manufacturing/data/ applications/order/src/org/ofbiz/order/order/ applications/order/src/org/ofbiz/order/shoppingcart/ applications/order/webap

2012-04-05 Thread Hans Bakker
Sure jacopo, hope i found the code not according the agreed conventions? in r1309775 Regards, Hans On 04/05/2012 05:48 PM, Jacopo Cappellato wrote: Hans, could you please fix the Java code in order to be in line with our formatting conventions? Thanks, Jacopo On Dec 19, 2011, at 7:40

Re: Discussion: Mini-language Overhaul

2012-04-05 Thread Jacques Le Roux
Thanks Adrian, This all makes sense indeed Jacques From: Jacopo Cappellato jacopo.cappell...@hotwaxmedia.com I agree that the overhaul will help to improve existing code (and fix bugs) and also facilitate the migration to Groovy. Jacopo On Apr 5, 2012, at 12:27 PM, Adrian Crum wrote: I

help, how can i display sql statement in eclipse console?

2012-04-05 Thread Shuany Yu
hi, i'm a beginner of ofbiz, how can i display sql statement in eclipse console? thanks

[jira] [Created] (OFBIZ-4785) Enable Cross (Sub)Domain Tracking is not working - tomcat

2012-04-05 Thread K Sharad Bhushan (Created) (JIRA)
Enable Cross (Sub)Domain Tracking is not working - tomcat - Key: OFBIZ-4785 URL: https://issues.apache.org/jira/browse/OFBIZ-4785 Project: OFBiz Issue Type: Bug Components:

Re: svn commit: r1307288 - in /ofbiz/trunk: applications/order/webapp/ordermgr/order/ applications/order/webapp/ordermgr/quote/ applications/party/webapp/partymgr/WEB-INF/actions/party/ applications/p

2012-04-05 Thread Jacopo Cappellato
Jacques, first of all thank you for your help. I have contacted Infra and they have enabled me... now I just need your help because I don't know the name of the vm. Thanks Jacopo On Apr 4, 2012, at 7:38 PM, Jacques Le Roux wrote: Sorry I can't, I have no reall access to root: 1st try: $

Re: help, how can i display sql statement in eclipse console?

2012-04-05 Thread Jacques Le Roux
In trunk, see GenericDAO.java[798] And please use rather user ML for such questions, see why here : http://cwiki.apache.org/confluence/display/OFBADMIN/Mailing+Lists#MailingLists-DesignanddevelopmentList:dev@ofbiz.apache.org Thanks Jacques From: Shuany Yu shu...@foxmail.com hi, i'm a

Re: svn commit: r1307288 - in /ofbiz/trunk: applications/order/webapp/ordermgr/order/ applications/order/webapp/ordermgr/quote/ applications/party/webapp/partymgr/WEB-INF/actions/party/ applications/p

2012-04-05 Thread Jacques Le Roux
ofbiz-vm.apache.org Welcome :o) Jacques From: Jacopo Cappellato jacopo.cappell...@hotwaxmedia.com Jacques, first of all thank you for your help. I have contacted Infra and they have enabled me... now I just need your help because I don't know the name of the vm. Thanks Jacopo On Apr 4,

Re: help, how can i display sql statement in eclipse console?

2012-04-05 Thread shuanys
Thanks! -- View this message in context: http://ofbiz.135035.n4.nabble.com/help-how-can-i-display-sql-statement-in-eclipse-console-tp4534996p4535092.html Sent from the OFBiz - Dev mailing list archive at Nabble.com.

Help: Why JCR is using the Apache derby driver???

2012-04-05 Thread Francis ANDRE
Hi Running OFBiz under Eclipse and starting the JCR component leads to an ClassNotFoundException as follow: Why JCR is using the Apache Derby Driver while the ofbiz database is Postgres??? How can I fix this problem?? (I added the Derby jdbc jar to the ofbiz-component.xml but this leads too

Re: Why JCR is using the Apache derby driver???

2012-04-05 Thread Jacques Le Roux
http://markmail.org/message/rb4qujsrxlhycpyb Jacques From: Francis ANDRE francis.andre.kampb...@orange.fr Hi Running OFBiz under Eclipse and starting the JCR component leads to an ClassNotFoundException as follow: Why JCR is using the Apache Derby Driver while the ofbiz database is

Re: OFBiz slimdown jira

2012-04-05 Thread Erwan de FERRIERES
Le 05/04/2012 10:26, Jacopo Cappellato a écrit : Yeah, I think it is now time to start the process, thank you Erwan. I have created the new version with name SlimDown (if a better name will be suggested we will change it); now we can create the tasks for the agreed upon decisions so far and

Re: Help: Why JCR is using the Apache derby driver???

2012-04-05 Thread mohit gupta
Hi francis Please add the Derby jdbc jar file in ofbiz/framework/entity/lib/jdbc folder. don't need entry the Derby jdbc jar to the ofbiz-component.xml. But some change in ofbiz/framework/entity/config/entityengine.xml file change like jdbc-username and jdbc-password in datasource

Re: Help: Why JCR is using the Apache derby driver???

2012-04-05 Thread mohit gupta
Hi francis Please add the Derby jdbc jar file in ofbiz/framework/entity/lib/jdbc folder. don't need entry the Derby jdbc jar to the ofbiz-component.xml. But some change in ofbiz/framework/entity/config/entityengine.xml file change like jdbc-username and jdbc-password in datasource