I thank you very much for your help, really I'm a beginner but I need to do
this work (hard, for me).

However, ok, in this weekend I will prepare my computer to run everything
(now I have to format for several problems).
Then I will try to import the project in Eclipse, and I will ask you my
doubts.
For example, in the first place what is "implementing a UDDI endpoint, that
gets the actual endpoint from UDDI"?.

Thanks

Pasquale


2008/11/13 Asankha C. Perera <[EMAIL PROTECTED]>

> 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: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to