On Wed, May 28, 2008 at 2:13 PM, jsexton0 <[EMAIL PROTECTED]> wrote: > > In addition, and sorry to keep on posting like this, but is there an outline > of a run profile for eclipse that will run the same way as when servicemix > is started from its script in the bin directory? What should the home > directory be? Parameters?
I typically just debug SMX remotely via Eclipse. This can be done by just setting an environment variable named SERVICEMIX_DEBUG=true and then starting up SMX. Then from inside of Eclipse, just create a remote debugging launch configuration and point it at port 5005. To step through all the SMX classes, you'll need to get the source imported into Eclipse which is outlined here: http://servicemix.apache.org/using-eclipse.html Bruce -- perl -e 'print unpack("u30","D0G)[EMAIL PROTECTED]&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*" );' Apache ActiveMQ - http://activemq.org/ Apache Camel - http://activemq.org/camel/ Apache ServiceMix - http://servicemix.org/ Apache Geronimo - http://geronimo.apache.org/ Blog: http://bruceblog.org/
