Hi,

On 18.07.2009, at 09:46, Benoît Thiébault wrote:

Hi List,

I am used to debug my applications with Netbeans (or Eclipse) debug mode. However, with iPOJO, I don't know how to debug an application anymore. Is there a special way to do so or are we back to the System.out.println() debugging method ?

You can debug your application using your regular debugger. Nothing changes. Add your breakpoint and execute your application in debug mode.


Another question regarding iPOJO logging mechanism. How do you change the logging level of iPOJO ? I think I read somewhere that I have to add a field in the manifest file, but as the manifest is created automagically (I use Maven to compile iPOJO apps), does it mean that I have to extract the manifest from the jar, edit it and package it again ?

You can set the iPOJO log level by setting the ipojo.log.level system property. Moreover, you can also set ip bundle per bundle:
http://felix.apache.org/site/ipojo-faq.html#iPOJOFAQ-SettingtheiPOJOloglevel

Regards,

Clement


Thanks

Benoît
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]


Reply via email to