Hi Josh, Yes, just do it the same way as you debug any server side code running in your container (either by starting your container from the IDE in debug mode or by attaching a debug session to a running JVM). That said, why don't you write some focused unit tests? That should eliminate your need for debugging.
Thanks -Vincent > -----Original Message----- > From: Josh Lam [mailto:[EMAIL PROTECTED] > Sent: 11 January 2004 08:04 > To: [EMAIL PROTECTED] > Subject: Running Cactus Test In Debugger? > > Hi, > > Quite new to Cactus so please bear with me. > > I am using Eclipse for development and also need to > write in-container database unit test. The app server > I am using is JBoss 3.2.1. > > Short of using the Eclipse plug-in, which, I believe > is still in experimental stage, is there a way to > debug a Cactus unit test in Eclipse debugger? > > For these database tests, I would rather use in > container test rather than Mock objects. > > Would appreciate any thoughts and pointers on how to > do this. > > Thanks. > > -- > Josh > > __________________________________ > Do you Yahoo!? > Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes > http://hotjobs.sweepstakes.yahoo.com/signingbonus > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
