Re: Choosing between Java and Groovy

2021-04-16 Thread Jacques Le Roux
Exactly a very important point, even in production (though on the edge in this case), same with Freemarker and Minilang (deprecated in favour of Groovy) Jacques Le 16/04/2021 à 17:03, Tomek a écrit : Hi Danny, Thank you for your response. I prefer Java rather than Groovy. But as far as I

Re: Choosing between Java and Groovy

2021-04-16 Thread Tomek
Hi Danny, Thank you for your response. I prefer Java rather than Groovy. But as far as I know writing services in Java required restart the server. It seems that choosing Groovy is better option from productivity point of view. Tomek On 16.04.2021 15:49, Danny Trunk wrote: > Additionally

Promotions

2021-04-16 Thread james
Does anyone know if there can be a promotion on terms? For example. Buy $5000 your terms are net 90. Buy 10,000 your terms are net 120. Buy 15,000 invoice due Jan 1st etc? Thanks, James

Re: Choosing between Java and Groovy

2021-04-16 Thread Jacques Le Roux
Also Minilang (OFBiz specific DSL language in XML) is deprecated: https://cwiki.apache.org/confluence/display/OFBIZ/Mini+Lang+Deprecation https://cwiki.apache.org/confluence/display/OFBIZ/Mini+Language+-+minilang+-+simple-method+-+Reference

Re: How to run single integration test?

2021-04-16 Thread Tomek
On 16.04.2021 16:20, Jacques Le Roux wrote: Hi Jacques, Thank you for your response and help. Currently, I can't help you for the migration because my knowledge about OFBiz i too low. Best regards Tomek > Hi Tomek, > > About your  1st question, the answer is there (not related to your IDE): >

Re: How to run single integration test?

2021-04-16 Thread Jacques Le Roux
Hi Tomek, About your  1st question, the answer is there (not related to your IDE): https://ci.apache.org/projects/ofbiz/site/trunk/readme/html5/README.html#execute-an-integration-test-case For your 2nd question that not the case for all tests:

Re: Choosing between Java and Groovy

2021-04-16 Thread Danny Trunk
Additionally Regarding your question to choose between Java and Groovy: That depends on your personal preferences. You can choose whatever you want. > Tomek hat am 16.04.2021 14:48 geschrieben: > > > Hi, > > I'am browsing the code of OFBiz and I see that the services are written > in

Re: Choosing between Java and Groovy

2021-04-16 Thread Danny Trunk
Hi, you can define the engine of your service in the engine attribute or your service definition: https://cwiki.apache.org/confluence/display/OFBIZ/Service+Engine+Guide#ServiceEngineGuide-ServiceDefinitionserviceDefinition You can choose between engine definitions configured in your

Choosing between Java and Groovy

2021-04-16 Thread Tomek
Hi, I'am browsing the code of OFBiz and I see that the services are written in multiple languages like Java or Groovy and even XML. Are there some rules that help me to choose between Java and Groovy? Tomek

How to run single integration test?

2021-04-16 Thread Tomek
Hi, I use InteliJ IDEA to develop my application based on OFBiz. I had opened example file with integration tests (PurchaseOrderTest.java) and I tried to run single test by clicking "play" button that is placed next to a test method.  But the test method has not been invoking. I have got an error

Re: Not able to upload party content using trunk ecommerce

2021-04-16 Thread Jacques Le Roux
Thanks Shrilesh, Fixed Jacques Le 16/04/2021 à 08:25, Shrilesh Korgaonkar a écrit : Hi Jacques, Thank You for the patch, it's working now Regards, Shrilesh K. On Thu, Apr 15, 2021 at 10:34 PM Jacques Le Roux mailto:jacques.le.r...@les7arts.com>> wrote: Hi Shrilesh, I found the

Re: Naming convention for identifiers?

2021-04-16 Thread Tomek
Thanks Best regards Tomek

Re: Not able to upload party content using trunk ecommerce

2021-04-16 Thread Shrilesh Korgaonkar
Hi Jacques, Thank You for the patch, it's working now Regards, Shrilesh K. On Thu, Apr 15, 2021 at 10:34 PM Jacques Le Roux < jacques.le.r...@les7arts.com> wrote: > Hi Shrilesh, > > I found the issue. I have attached a patch at > https://issues.apache.org/jira/browse/OFBIZ-12080 > > Please