One more question.

What is normal debugging session for you, while developing Ode?

Currenlty what I do:

1) Edit the source in Eclipse
2) Run in terminal "$ buildr package test=no"
3) Copy off the .war file to tomcat webapps
4) Run the tomcat
5) Deploy my bpel process
6) And do some tests ("sendsoap")

This process is time consuming. How do you guys do this?
Do you run this all stuff from Eclipse? What webserver do you use for
tests?

Is somewhere described detailed configuration for Eclipse? (I use one
generated from buildr)

Thanks a lot in advance,
Madars

On Thu, 2009-03-19 at 08:16 -0700, Matthieu Riou wrote:
> On Wed, Mar 18, 2009 at 3:50 PM, Madars Vitolins <m...@silodev.eu> wrote:
> 
> > Hello,
> >
> > I am very new to Ode, but I would like to get into internals of it.
> > I have general questions to you how do you debug java sources? Do you
> > use some kind of debugger to attach to the process? Do you use
> > breakpoints?
> 
> 
> All of the above :) Usually you can attach your IDE debugger to a Tomcat
> running with ODE pretty easily and debug this way.
> 
> 
> >
> >
> > How can I debug O* classes? Can I add some logging there (to get output
> > from compilation and execution)? Is it possible?
> 
> 
> Sure. There's already quite a bit of logging under the org.apache.ode root
> category though. The OModel is mostly a data model so I'm not sure there's a
> lot to log there but the compiler can be pretty verbose.
> 
> 
> >
> >
> >
> > Is somewhere available some more advanced code documentation than that
> > is found on Ode Web (Developer Guide)?
> >
> 
> Unfortunately not.
> 
> Matthieu
> 
> 
> >
> >
> > Thanks a lot in advance,
> > Madars
> >
> >

Reply via email to