Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 25F70200C1A for ; Mon, 13 Feb 2017 08:35:58 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 22E7E160B6C; Mon, 13 Feb 2017 07:35:58 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 6D8AA160B4D for ; Mon, 13 Feb 2017 08:35:57 +0100 (CET) Received: (qmail 60520 invoked by uid 500); 13 Feb 2017 07:35:56 -0000 Mailing-List: contact dev-help@ofbiz.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ofbiz.apache.org Delivered-To: mailing list dev@ofbiz.apache.org Received: (qmail 60503 invoked by uid 99); 13 Feb 2017 07:35:56 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Feb 2017 07:35:55 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id A0062C6638 for ; Mon, 13 Feb 2017 07:35:55 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.701 X-Spam-Level: X-Spam-Status: No, score=-0.701 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id Q5oHzlQUCD4Z for ; Mon, 13 Feb 2017 07:35:53 +0000 (UTC) Received: from relay5-d.mail.gandi.net (relay5-d.mail.gandi.net [217.70.183.197]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTPS id DB6EF5F30F for ; Mon, 13 Feb 2017 07:35:52 +0000 (UTC) Received: from mfilter23-d.gandi.net (mfilter23-d.gandi.net [217.70.178.151]) by relay5-d.mail.gandi.net (Postfix) with ESMTP id 1962141C08F for ; Mon, 13 Feb 2017 08:35:52 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mfilter23-d.gandi.net Received: from relay5-d.mail.gandi.net ([IPv6:::ffff:217.70.183.197]) by mfilter23-d.gandi.net (mfilter23-d.gandi.net [::ffff:10.0.15.180]) (amavisd-new, port 10024) with ESMTP id 39VyufCB0xJc for ; Mon, 13 Feb 2017 08:35:50 +0100 (CET) X-Originating-IP: 89.156.52.173 Received: from [192.168.0.14] (89-156-52-173.rev.numericable.fr [89.156.52.173]) (Authenticated sender: gil.portenseigne@nereide.fr) by relay5-d.mail.gandi.net (Postfix) with ESMTPSA id C7C3141C090 for ; Mon, 13 Feb 2017 08:35:50 +0100 (CET) Subject: Re: Restarting ofbiz To: dev@ofbiz.apache.org References: From: gil portenseigne Message-ID: <9b2a35c9-b710-adc1-507a-872578d7a0bf@nereide.fr> Date: Mon, 13 Feb 2017 08:35:50 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit archived-at: Mon, 13 Feb 2017 07:35:58 -0000 Hello, To be more precise, Eclipse allow, when OFBiz is launched in debug mode (no plugin that I remember), modifying java code on the fly, but only if : * Not modifying signatures or adding news methods * Not modifying code while debugging (i.e. on a breakpoint). I used it a lot in the past, but now I migrated to Intellij... Regards Gil Le 07/02/2017 à 18:46, Nicolas Malin a écrit : > > For the java source I know that Gil used on eclipse a plugin that > reload on the fly the jar during your coding, but I never use i