We get a new green light on buildbot

2011-05-26 Thread risali...@gmail.com
Hi dev, I have done some changes to make working the creation of javadoc documentation during buildbot (step 4) and now there are no more any warning and the step is now green on buildbot. On my local laptop everything is ok instead on the buildbot server I get some OutOfMemory error: java.la

Re: svn commit: r1125951 [1/9] - in /ofbiz/trunk: applications/order/config/ applications/order/src/org/ofbiz/order/shoppingcart/ applications/order/webapp/ordermgr/WEB-INF/actions/order/ applications

2011-05-25 Thread risali...@gmail.com
t; > > Regards > Scott > > HotWax Media > http://www.hotwaxmedia.com > > On 24/05/2011, at 7:05 AM, risali...@gmail.com wrote: > >> Hi Scott, >> >> I agree with you but when I did it (probably one year ago) I see that if I >> use the met

Re: svn commit: r1125951 [1/9] - in /ofbiz/trunk: applications/order/config/ applications/order/src/org/ofbiz/order/shoppingcart/ applications/order/webapp/ordermgr/WEB-INF/actions/order/ applications

2011-05-23 Thread risali...@gmail.com
Hi Scott, I agree with you but when I did it (probably one year ago) I see that if I use the method simpleTypeConvert the exception is not recognized by call-class-method and then the exception is shown to the final user, something similar to: ERROR: Could not complete the Open Terminal [file

Re: Webpos2

2011-05-23 Thread risali...@gmail.com
Hi Pierre, I forget to add the OrderSalesReps.ftl, I have fixed into trunk rev. 1126623. The autocomplete for search of product and party was present in the first version but now the search it was done for getting speed the barcodes in input on the search fields so probably the search by good i

Re: svn commit: r1081272 - in /ofbiz/trunk/applications/product/src/org/ofbiz/product: image/ScaleImage.java product/ProductServices.java

2011-03-14 Thread risali...@gmail.com
Hi Hans, if it's possible it could be better to do not introduce new compile warning into OFBiz now that we have completed to remove it. Thanks Marco Il giorno 14/mar/2011, alle ore 08.16, hans...@apache.org ha scritto: > Author: hansbak > Date: Mon Mar 14 07:16:36 2011 > New Revision: 1081272

Re: svn commit: r1081093 - /ofbiz/trunk/framework/service/src/org/ofbiz/service/calendar/RecurrenceRule.java

2011-03-14 Thread risali...@gmail.com
Hi Martin, I have reverted it. Thanks Marco Il giorno 14/mar/2011, alle ore 10.10, Martin Kreidenweis ha scritto: > Hi, > > I don't think this change preserves the functionality. Same problem in > changeset r1081099. > > A quick look at the code suggests to me that the case-fallthrough was

Re: Compiling OFBiz without warning

2011-03-13 Thread risali...@gmail.com
+1 Thanks Marco Il giorno 13/mar/2011, alle ore 11.31, Jacques Le Roux ha scritto: > Hi Marco, > > My idea is to use (thanks for the miss), so > I'd say I don't care about Eclipse, if some want to fix them, perfect, else > simply forget about those warnings > > I will wait to commit that w

Re: Compiling OFBiz without warning

2011-03-13 Thread risali...@gmail.com
Yes, it's strange also to me, it's necessary to dig it something more. Anyone having some suggestion on it ? Thanks Marco Il giorno 13/mar/2011, alle ore 11.17, Jacques Le Roux ha scritto: > From: "Jacques Le Roux" >> BTW there are some interseting things, like wrong libs names: >> [javac16]

Re: Compiling OFBiz without warning

2011-03-13 Thread risali...@gmail.com
Hi Jacques, I have removed some redundant cast warming but if you set all the warning on eclipse to warning where they are ignore you will get many others. So we have to decide if we would like to remove all the warning or simply the ones intercepted by the build. In your patch was missing thi

Re: svn commit: r1080348 - /ofbiz/trunk/framework/common/config/CommonUiLabels.xml

2011-03-10 Thread risali...@gmail.com
Thanks Adrian, I have seen some screen with CommonEmptyHeader so I was thinking that it was missing so I have translated it, instead a property-map was missing on that screen. I have reverted into rev. 1080361. Marco Il giorno 10/mar/2011, alle ore 22.18, Adrian Crum ha scritto: > That trans

Compiling OFBiz without warning

2011-03-05 Thread risali...@gmail.com
Hi dev, I'm near to complete big work of cleaning of all OFBiz classes from warning of during compiling java classes. Actually with the default configuration of Eclipse only 1 warning is still active: The resource is a duplicate of applications/securityext/src/META-INF/services/org.ofbiz.secu

Re: svn commit: r1078167 - /ofbiz/trunk/applications/product/config/ProductUiLabels.xml

2011-03-05 Thread risali...@gmail.com
Hi Bruno, thanks a lot for let me know about that, I'm probably was too tired. Corrected into trunk rev. 1078283. Marco Il giorno 05/mar/2011, alle ore 08.20, Bruno Busco ha scritto: > Hi Marco, > I think that the correct Italian label should be: > Se un catalogo NON viene valorizzato con categ

Re: svn commit: r1078088 - /ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/ftl/OfbizContentTransform.java

2011-03-04 Thread risali...@gmail.com
u. Carry on. ;-) > > -Adrian > > On 3/4/2011 10:58 AM, risali...@gmail.com wrote: >> Hi Adrian, >> >> I'm agree with you but in this case the method getWriter of interface >> TemplateTransformModel of Freemarker does not accept to specify which type >> of Ma

Re: svn commit: r1078088 - /ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/ftl/OfbizContentTransform.java

2011-03-04 Thread risali...@gmail.com
Hi Adrian, I'm agree with you but in this case the method getWriter of interface TemplateTransformModel of Freemarker does not accept to specify which type of Map you will use. So until new version of Freemarker will accept parametrized Map I think it's better to use @SuppressWarnings("unchecke

Re: Welcome to Sascha Rodekamp as new committer

2011-02-15 Thread risali...@gmail.com
Congratulation Sascha. Marco Il giorno 15/feb/2011, alle ore 09.05, Sascha Rodekamp ha scritto: > Thanks Jacopo! > > And yep i'll grep my Spidey outfit :-) > > Have a good day > Sascha > > 2011/2/15 Jacopo Cappellato > >> Sascha Rodekamp has accepted the invitation of the OFBiz PMC to becom

Re: svn commit: r1056700 - in /ofbiz/trunk/applications/product: config/ProductErrorUiLabels.xml src/org/ofbiz/product/category/CategoryServices.java

2011-02-10 Thread risali...@gmail.com
Hi Martin, I have fix the bug I have introduced and put your suggestions into rev. 1069528. Thanks a lot Marco Il giorno 10/feb/2011, alle ore 16.49, Martin Kreidenweis ha scritto: > Hi Marco, > > First, thank you for your effort to clean up all the Eclipse warnings. Very > nice. :) > > In t

Re: R: Re: R: Re: svn commit: r1068120 - /ofbiz/trunk/framework/base/src/org/ofbiz/base/config/JNDIConfigUtil.java

2011-02-08 Thread risali...@gmail.com
Hi Jacques, I have removed the last FIXME introduced by me on the last commits and now those variables/method that was never used it's now removed. What about the serial warnings, may I could add a @SuppressWarnings("serial") ? Thanks Marco Il giorno 08/feb/2011, alle ore 20.55, Jacques Le Ro

Re: svn commit: r1067267 - /ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/CheckOutEvents.java

2011-02-04 Thread risali...@gmail.com
Hi Scott, I have now marked it as to be "FIXED" so it can be investigated later. Thanks Marco Il giorno 04/feb/2011, alle ore 22.28, Scott Gray ha scritto: > Hi Marco, > > Please be wary of how you deal with the "unused variable" warnings, simply > commenting out the code or removing the var

Re: buildbot failure in ASF Buildbot on ofbiz-trunk

2011-01-30 Thread risali...@gmail.com
Hi Jacques, thank a lot for the links, I will put it on my bookmark. Marco Il giorno 30/gen/2011, alle ore 11.27, Jacques Le Roux ha scritto: > Marco, > > You should have a look at http://twitter.com/#!/infrabot and IMO subscribe > Also http://monitoring.apache.org/status/ is useful in such

Re: buildbot failure in ASF Buildbot on ofbiz-trunk

2011-01-30 Thread risali...@gmail.com
I have checked the buildbot log files and seems that it fails to made a checkout from svn trunk. svn: REPORT of '/repos/asf/!svn/vcc/default': Could not read chunk size: connection was closed by server (http://svn.apache.org) What we could do it to solve it ? Thanks Marco Il giorno 30/gen/2011

Re: svn commit: r1063459 - in /ofbiz/trunk/specialpurpose/ebay: config/EbayUiLabels.xml src/org/ofbiz/ebay/EbayOrderServices.java src/org/ofbiz/ebay/ImportOrdersFromEbay.java

2011-01-26 Thread risali...@gmail.com
Hi Scott, we discuss on the dev mailing list that when we change something in the code and we found long lines stripped we could replace it with long lines. In this case It was what I would like to do it but I forgot to do it, probably in this case there was a tab and I have simply replaced it w

Re: svn commit: r1062164 - /ofbiz/trunk/applications/content/src/org/ofbiz/content/content/PermissionRecorder.java

2011-01-22 Thread risali...@gmail.com
Anyway Adrian thanks for your suggestion. Marco Il giorno 22/gen/2011, alle ore 16.57, Adrian Crum ha scritto: > You're right, that method returns an Object array. Never mind. Carry on. > > -Adrian > > On 1/22/2011 7:54 AM, risali...@gmail.com wrote: >> Hi Adrian

Re: svn commit: r1062164 - /ofbiz/trunk/applications/content/src/org/ofbiz/content/content/PermissionRecorder.java

2011-01-22 Thread risali...@gmail.com
Hi Adrian, you are right I'm not always remember to do it but in this case I probably I don't know how to avoid the casting. If I try to change from : public void setStatusTargets(List opList) { statusTargets = (String [])opList.toArray(); } to: public void setStatusTargets(List opList) {

Re: eCommerce profile in trunk

2011-01-22 Thread risali...@gmail.com
Hi Jacques, also I did not understand why those features has been removed. It seems that now use ViewProfile.ftl instead of viewprofile.ftl but I have not checked which one changed it. Thanks Marco Il giorno 22/gen/2011, alle ore 11.11, Jacques Le Roux ha scritto: > Nobody interested in this?

Re: [jira] Commented: (OFBIZ-1441) Enhance the integration with eBay

2011-01-22 Thread risali...@gmail.com
Hi Jacques, the initial eBay component was created by me in 2007 and it was possible only to create auction an import an order into OFBiz. After that a lot of improvements has been done by Hans so probably he is the best person who can help us if it's ok that those two components need to be di

Re: [VOTE] [RELEASE] Apache OFBiz 09.04.01

2011-01-20 Thread risali...@gmail.com
+1 Marco Il giorno 20/gen/2011, alle ore 17.29, Jacopo Cappellato ha scritto: > This is the vote thread to release a bug fix release for the 09.04 branch. > This bug fix release and will supersede the release Apache OFBiz 09.04 and > will be released as Apache OFBiz 09.04.01. > > The files ca

Re: svn commit: r1060599 - in /ofbiz/trunk/applications/accounting: config/AccountingUiLabels.xml src/org/ofbiz/accounting/thirdparty/sagepay/SagePayPaymentServices.java

2011-01-19 Thread risali...@gmail.com
Thanks Adrian and Jacques for those suggestions. I have re-formatted the SagePayPaymentServices.java with long lines (rev. 1060896) Marco Il giorno 19/gen/2011, alle ore 18.38, Jacques Le Roux ha scritto: > Adrian Crum wrote: >> Project->Properties->Java Code Style->Formatter >> >> Enable Proj

Re: svn commit: r1060599 - in /ofbiz/trunk/applications/accounting: config/AccountingUiLabels.xml src/org/ofbiz/accounting/thirdparty/sagepay/SagePayPaymentServices.java

2011-01-18 Thread risali...@gmail.com
Ok, I will use long lines but a lot of sources having long lines splitted. This is the standard formatting preference in use by Eclipse but not by OFBiz standards. Thanks Marco Il giorno 18/gen/2011, alle ore 23.30, Jacques Le Roux ha scritto: > Marco, > > Have you seen Adam's remark about lon

Re: svn commit: r1060536 - in /ofbiz/trunk/applications/accounting: config/AccountingUiLabels.xml src/org/ofbiz/accounting/thirdparty/sagepay/SagePayPaymentServices.java src/org/ofbiz/accounting/third

2011-01-18 Thread risali...@gmail.com
Sorry I have not seen this message. I have fixed into rev. 1060599. Thanks a lot Marco Il giorno 18/gen/2011, alle ore 21.09, Adrian Crum ha scritto: > Adam, > > It looks like you might need to email him directly. It appears he isn't > monitoring the mailing list. > > -Adrian > > On 1/18/

Re: buildbot failure in ASF Buildbot on ofbiz-trunk

2011-01-13 Thread risali...@gmail.com
and see which one > passes the tests. > > -Adrian > > --- On Thu, 1/13/11, risali...@gmail.com wrote: >> Adrian you are right I forgot that >> the buildbot email has been sent only in case of status >> change (success --> failure, failure --> success). >&g

Re: buildbot failure in ASF Buildbot on ofbiz-trunk

2011-01-13 Thread risali...@gmail.com
> -Adrian > > On 1/12/2011 3:02 PM, risali...@gmail.com wrote: >> Ok, thanks Adrian. >> Probably it was an issue on ASF server because I have done another commit >> and the issue seems no more present. >> >> Marco >> >> Il giorno 12/gen/2011, all

Re: buildbot failure in ASF Buildbot on ofbiz-trunk

2011-01-12 Thread risali...@gmail.com
Ok, thanks Adrian. Probably it was an issue on ASF server because I have done another commit and the issue seems no more present. Marco Il giorno 12/gen/2011, alle ore 23.45, Adrian Crum ha scritto: > Try running a fresh checkout locally. > > -Adrian > > On 1/12/2011

Re: buildbot failure in ASF Buildbot on ofbiz-trunk

2011-01-12 Thread risali...@gmail.com
Hi dev, anyone having this failed during compile, I have tried those steps and I have not any build failed : ant clean-all ant build ant run-install ant create-admin-user-login ant run-tests any suggestion to solve is appreciated. Thanks Marco Il giorno 12/gen/2011, alle ore 22.03, build...@a

Re: Request for Comments: Board Report Dec 2009

2009-12-14 Thread risali...@gmail.com
+1 Thanks Marco Il giorno 14/dic/2009, alle ore 18.22, David E Jones ha scritto: > > I have a draft for the Dec 2009 OFBiz Board Report ready here: > > http://cwiki.apache.org/confluence/display/OFBADMIN/ASF+Board+Report+2009-12 > > If there is anything anyone would like to add, or correct,

Re: svn commit: r829434 - in /ofbiz/trunk/applications/product: webapp/catalog/product/ProductForms.xml widget/catalog/ProductForms.xml

2009-10-24 Thread risali...@gmail.com
Hi Bruno, no problem, it was very easy to fix it. I have done also a commit rev. 829436 about a wrong reference to ShipmentForms.xml that now has been moved to product/widget/facility. Please take a look at it if there are some other wrong references to previous folder where the forms was bef

Re: svn commit: r763782 [1/2] - in /ofbiz/trunk: applications/accounting/ applications/accounting/config/ applications/accounting/data/ applications/accounting/entitydef/ applications/accounting/scrip

2009-04-14 Thread risali...@gmail.com
Hi Ashish, all those requests are really make sense to me but I didn't know when we can implement it. I'm now changing PayflowPro integration to support new version 4 because from September 2009 v2 & v3 will be no more function. In the same moment I willl support new PaymentGatewayConfig

Re: Board Report Mar 2009

2009-03-13 Thread risali...@gmail.com
+1 Il giorno 13/mar/09, alle ore 07:57, David E Jones ha scritto: I wrote an early rough draft for the Board Report for Mar 2009. It is available here: http://docs.ofbiz.org/display/OFBADMIN/ASF+Board+Report+2009-03 This is not finalized yet and there are a couple of days left before I

Re: OFBiz demo update

2009-03-04 Thread risali...@gmail.com
Ciao Bruno, I have updated the www.ofbiz.it site and run ant svninfo and now the actual OFBiz revision in use is visible on the footer. Grazie Marco Il giorno 03/mar/09, alle ore 23:12, Bruno Busco ha scritto: This demo site actually works well https://www.ofbiz.it/catalog/control/main Th

Re: svn commit: r748683 - in /ofbiz/trunk/applications: content/entitydef/entitymodel.xml order/entitydef/entitymodel.xml party/entitydef/entitymodel.xml

2009-02-27 Thread risali...@gmail.com
Hi David, I agree with you but there are a lot of Content.description translation and PartyClassification.description labels and in this case we need to remove it or use it (adding default-resource-name on the entity). Anyway I can revert the default-resource-name for those specific entit

Re: svn commit: r746377 - in /ofbiz/trunk: applications/ecommerce/config/ applications/ecommerce/webapp/ecommerce/customer/ applications/ecommerce/webapp/ecommerce/customer/profile/ applications/order

2009-02-20 Thread risali...@gmail.com
Hi Jacques, with this commit the label CommonLookup is now doubled. Could you please fix it ? Thanks a lot Marco Il giorno 20/feb/09, alle ore 22:46, jler...@apache.org ha scritto: Author: jleroux Date: Fri Feb 20 21:46:24 2009 New Revision: 746377 URL: http://svn.apache.org/viewvc?rev=7463

Re: ConvertTree.java in wrong package

2009-02-20 Thread risali...@gmail.com
Fixed into rev. 746337. Thanks Marco Il giorno 20/feb/09, alle ore 00:12, Sven Wesley ha scritto: Hi, The class ConvertTree seems to be defined in wrong package. I searched the archive and the only message I found about the class is that it's added in svn version 745407 (from 18 feb). It

Re: svn commit: r742770 [1/2] - in /ofbiz/trunk: applications/accounting/config/ applications/accounting/webapp/accounting/payment/ applications/accounting/widget/ applications/accounting/widget/ap/ a

2009-02-10 Thread risali...@gmail.com
Hi Adrian, I have made a mistake after copy the label AccountingFixedAssetCalendar to AccountingFixedAssetClassEnumId and then remove it from AccountingFixedAssetCalendar. I have fixed into rev. 742961. Thanks Marco Il giorno 09/feb/09, alle ore 23:33, Adrian Crum ha scritto: Marco, Why

Re: svn commit: r735965 - in /ofbiz/trunk: framework/common/src/org/ofbiz/common/ framework/common/widget/ specialpurpose/myportal/config/ specialpurpose/myportal/script/org/ofbiz/myportal/ specialpur

2009-01-25 Thread risali...@gmail.com
rco, sure we can do this, however captcha itself is a framework function, but at the moment only used in myportal... We will move the captcha messages to the framwork regards, Hans On Sat, 2009-01-24 at 22:22 +0100, risali...@gmail.com wrote: Hi Hans, I suggest to use the prefix MyPortal

Re: svn commit: r735965 - in /ofbiz/trunk: framework/common/src/org/ofbiz/common/ framework/common/widget/ specialpurpose/myportal/config/ specialpurpose/myportal/script/org/ofbiz/myportal/ specialpur

2009-01-24 Thread risali...@gmail.com
Hi Hans, I suggest to use the prefix MyPortal for those type of labels, I spent a lot of days to cleanup all the wasted labels into OFBiz and I think we cannot all use different standard to codify the labels. And if it's possible do not use the underscore character in the labels name could

Re: svn commit: r735965 - in /ofbiz/trunk: framework/common/src/org/ofbiz/common/ framework/common/widget/ specialpurpose/myportal/config/ specialpurpose/myportal/script/org/ofbiz/myportal/ specialpur

2009-01-24 Thread risali...@gmail.com
Hi Hans, I suggest to use the prefix MyPortal for those type of labels, I spent a lot of days to cleanup all the wasted labels into OFBiz and I think we cannot all use different standard to codify the labels. And if it's possible do not use the underscore character in the labels name could

Re: New Release Branch (was: locale error in simple method)

2009-01-19 Thread risali...@gmail.com
Point 1 is now completed with the great help of Jacques. I can work with you on point 3 to cleanup with the new attributes declared into XSDs. Thanks Marco Il giorno 16/gen/09, alle ore 08:37, mrisal...@libero.it ha scritto: Hi David, about the status of point 1 is really mostly done but

Re: svn commit: r730654 - in /ofbiz/trunk/applications/accounting: config/AccountingUiLabels.xml widget/GlSetupScreens.xml widget/InvoiceItemTypeForms.xml

2009-01-02 Thread risali...@gmail.com
Hi Bruno, yes, sure I'm agree with you but I have not translated so correctly for Italian language but I have done it only to understand if the cleaning I have done it's corrected. Anyway starting from now when I will translated I will try to do in that correct Italian grammar way. Thanks

Re: Board Report Dec 2008

2008-12-15 Thread risali...@gmail.com
+1 Marco Il giorno 15/dic/08, alle ore 18:46, David E Jones ha scritto: Somehow the reminders I usually get for the board report didn't arrive, and I forgot about it until this morning, so If anyone is around feedback would be appreciated. I'll be submitting the report in a few minu

Checks some French labels

2008-12-11 Thread risali...@gmail.com
OrderShipAllAtOnce Thanks Marco Inizio messaggio inoltrato: Da: "risali...@gmail.com" Data: 11 dicembre 2008 21:58:02 GMT+01:00 A: dev@ofbiz.apache.org Oggetto: Re: svn commit: r725466 - in /ofbiz/trunk/applications: accounting/config/ content/config/ party/config/ product/config/

Re: svn commit: r725466 - in /ofbiz/trunk/applications: accounting/config/ content/config/ party/config/ product/config/

2008-12-10 Thread risali...@gmail.com
Thanks a lot Adam to advice me I have fixed into rev. 725477. It was due to a conflict I had in my local build before commit. Marco Il giorno 10/dic/08, alle ore 23:22, Adam Heath ha scritto: [EMAIL PROTECTED] wrote: Author: mrisaliti Date: Wed Dec 10 14:18:58 2008 New Revision: 725466 URL: