> > I really must try to fix my setup so I can step through the wicket code
> > during debugging... :-(
> 
> mvn eclipse:eclipse -DdownloadSources=true
> 
> or
> 
> mvn idea:idea -DdownloadSources=true
> 
> And start your application in the debugger.

Thanks for the tip, Martijn, I wish it were that simple.

I'm using Wicket inside an OSGi container as an OSGi service, and my
bundle is in Eclipse as part of the target platform.

It works like a charm and I'm very pleased. I would strongly recommend
using Wicket in OSGi, it's truly great.

The only drawback with my particular setup is that I need to actually
create a bundle for the source and place it also in the target platform.
That's too much work for a lazy person like me. ;-)


Cheers,
Dave




-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to