SV: [JBoss-user] debug ejb bean

2001-04-11 Thread Lennart Petersson
and p is not even close to the t on my keyboard :-(sorry... /L - Original Message - From: Scott M Stark <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 11, 2001 4:46 AM Subject: Re: [JBoss-user] debug ejb bean > Its actually jswat, see http://ww

SV: SV: [JBoss-user] debug ejb bean

2001-04-11 Thread Lennart Petersson
ROTECTED]> Sent: Tuesday, April 10, 2001 9:30 PM Subject: Re: SV: [JBoss-user] debug ejb bean > I run JBoss using bugseeker2, but I uses its remote debugging feature as it > greatly simplifies the classpath setup that you have to do otherwise. > > - Original Message - &g

Re: [JBoss-user] debug ejb bean

2001-04-10 Thread Scott M Stark
Its actually jswat, see http://www.bluemarsh.com/java/jswat/ - Original Message - From: "David Jencks" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 10, 2001 7:04 PM Subject: Re: SV: [JBoss-user] debug ejb bean > Hi, where is jswap to be f

Re: SV: [JBoss-user] debug ejb bean

2001-04-10 Thread David Jencks
Hi, where is jswap to be found? Thanks David Jencks On 2001.04.10 10:46:38 -0400 Lennart Petersson wrote: > Either buy a debugger tool like bugseeker or try the open source jswap. > I've both working with jboss. They are ok, maybe bugseeker has a more > userfriendly interface. > /L > > > _

Re: [JBoss-user] debug ejb bean

2001-04-10 Thread Peter Routtier-Wone
> System.out.println ( "Hello World!" ); > > should print out on the console while JBoss is running. It works from an entity > or session bean. It shows on the console from which you ran the JBoss container, not on the client process console. __

Re: SV: [JBoss-user] debug ejb bean

2001-04-10 Thread Scott M Stark
" <[EMAIL PROTECTED]> Sent: Tuesday, April 10, 2001 10:28 AM Subject: Re: SV: [JBoss-user] debug ejb bean > Lennart, > are you able to start JBoss inside bugseeker2 ? > How ? > I receive an error just while starting the project... > Thanks > Franco. >

Re: SV: [JBoss-user] debug ejb bean

2001-04-10 Thread Franco Biaggi
Lennart, are you able to start JBoss inside bugseeker2 ? How ? I receive an error just while starting the project... Thanks Franco. On Tue, 10 Apr 2001 16:46:38 +0200, Lennart Petersson wrote: >Either buy a debugger tool like bugseeker or try the open source jswap. I've both >working with jboss

SV: [JBoss-user] debug ejb bean

2001-04-10 Thread Lennart Petersson
Either buy a debugger tool like bugseeker or try the open source jswap. I've both working with jboss. They are ok, maybe bugseeker has a more userfriendly interface. /L ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/l

Re: [JBoss-user] debug ejb bean

2001-04-10 Thread tim . haley
: [EMAIL PROTECTED] cc: Subject: Re: [JBoss-user] debug ejb bean Hi Ed: Actually, issuing an System.out.println ( "Hello World!" ); should print out on the console while JBoss is running. It works from an entity or session bean. What rev of JBoss / JDK are you running? Kev &

Re: [JBoss-user] debug ejb bean

2001-04-10 Thread James Cook
Get a free IDE that supports this. Can anyone suggest one? Forte? Either that, or get accustomed with jdb...ugh. jim - Original Message - From: "Ed Aihua Wu" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 10, 2001 12:55 AM Subject: [JBoss-user

Re: [JBoss-user] debug ejb bean

2001-04-09 Thread kevin . monaghan
0/2001 12:55:26 AM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc:(bcc: Kevin Monaghan/US/GM/GMC) Subject: [JBoss-user] debug ejb bean I don't have any IDE to debug an ejb bean. I usually just put print statement in a java program to debug it. It doesn't work for ejb

[JBoss-user] debug ejb bean

2001-04-09 Thread Ed Aihua Wu
I don't have any IDE to debug an ejb bean. I usually just put print statement in a java program to debug it. It doesn't work for ejb since it is inside a containner and System.out.println doesn't work. Can anybody tell me an easy way to debug ejb components? I don't have any IDE installed. I wa