Return-Path: Delivered-To: apmail-synapse-dev-archive@www.apache.org Received: (qmail 75840 invoked from network); 13 Nov 2008 16:45:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Nov 2008 16:45:57 -0000 Received: (qmail 5830 invoked by uid 500); 13 Nov 2008 16:46:05 -0000 Delivered-To: apmail-synapse-dev-archive@synapse.apache.org Received: (qmail 5774 invoked by uid 500); 13 Nov 2008 16:46:04 -0000 Mailing-List: contact dev-help@synapse.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@synapse.apache.org Delivered-To: mailing list dev@synapse.apache.org Received: (qmail 5763 invoked by uid 99); 13 Nov 2008 16:46:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Nov 2008 08:46:04 -0800 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [209.68.5.15] (HELO relay01.pair.com) (209.68.5.15) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 13 Nov 2008 16:44:44 +0000 Received: (qmail 85798 invoked from network); 13 Nov 2008 16:45:25 -0000 Received: from 124.43.209.249 (HELO ?10.0.0.5?) (124.43.209.249) by relay01.pair.com with SMTP; 13 Nov 2008 16:45:25 -0000 X-pair-Authenticated: 124.43.209.249 Message-ID: <491C59A6.5000200@apache.org> Date: Thu, 13 Nov 2008 22:15:26 +0530 From: "Asankha C. Perera" User-Agent: Thunderbird 2.0.0.16 (X11/20080724) MIME-Version: 1.0 To: dev@synapse.apache.org Subject: Re: Link jUDDI 0.9rc4 to Synapse 1.2 References: <70bc554c0811130533u68503f28ja1412aa5f1944efb@mail.gmail.com> <88f5d710811130719i6070a1c3h723106ce16ce3db0@mail.gmail.com> In-Reply-To: <88f5d710811130719i6070a1c3h723106ce16ce3db0@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Pasquale > As for getting the Synapse code into Eclipse, try mvn eclipse > Yes, first do a full online build with "mvn clean install" (or "mvn clean install -Dmaven.test.skip" if unit tests fail), and then do "mvn eclipse:eclipse" to build the project. To run the default configuration from the IDE, what I normally do is, build and extract the binary Zip to some location, and use that location as the base directory and start the Synapse engine as follows: Main class: org.apache.synapse.SynapseServer VM params: -server -Xms256M -Xmx256M -Dcom.sun.management.jmxremote Program parameters: /home/asankha/java/synapse-1.2/repository /home/asankha/java/synapse-1.2/repository/conf/axis2.xml /home/asankha/java/synapse-1.2/ /home/asankha/java/synapse-1.2/repository/conf/synapse.xml Working directory: /home/asankha/java/synapse-1.2 I use the classpath from the IDE project, and with IDEA, I add the $BASE_DIR/lib directory to the front of the classpath to make sure my log4j.properties is correctly picked up and the normal logs appear From here onwards, Synapse can run purely within the IDE asankha -- Asankha C. Perera http://adroitlogic.org http://esbmagic.blogspot.com --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@synapse.apache.org For additional commands, e-mail: dev-help@synapse.apache.org