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 > >