Does the deleteWorkEffort really always works?

2017-01-19 Thread Jacques Le Roux
Hi, I looked closely and I do not understand how the deleteWorkEffort service can work. Especially when a Workeffort has an established relationship with a RuntimeData. If someone has some clues I'm interested! Also CustRequestWorkEffort is missing in deleteWorkEffort, please confirm if you c

Re: potential problem to stop ofbiz with gradle

2017-01-19 Thread Jacques Le Roux
The trunk and stable demo work well and uses respectively the simple scripts you can find in tools\demo-backup I though crossed and issue because the demo server runs several OFBiz instances with Gradle. I documented it there https://issues.apache.org/jira/browse/OFBIZ-7796?page=com.atlassian.

Re: potential problem to stop ofbiz with gradle

2017-01-19 Thread gil portenseigne
Hi Nicolas, Did you try ./gradlew terminateOfbiz ? I guess it's the good way to stop Ofbiz if background. Gil On 19/01/2017 12:00, Nicolas Malin wrote: Hello, Yesterday during the birt improvement I run the ofbiz with the command under linux : $./gradlew build ofbizBackground After som

Re: potential problem to stop ofbiz with gradle

2017-01-19 Thread Taher Alkhateeb
Hi Nicolas, I cannot repeat this behavior. OFBiz is shutting down normally when I start it with ./gradlew ofbizBackground followed by ./gradlew "ofbiz --shutdown". Are you sure you got the environment setup correctly? Cheers, Taher Alkhateeb On Thu, Jan 19, 2017 at 2:00 PM, Nicolas Malin wrote

potential problem to stop ofbiz with gradle

2017-01-19 Thread Nicolas Malin
Hello, Yesterday during the birt improvement I run the ofbiz with the command under linux : $./gradlew build ofbizBackground After some tests I correct the java code and want to stop ofbiz $./gradlew "ofbiz -d" Gradle build ofbiz and says ofbiz down. But after a analyze $ ps aux | grep jav