Richard,

How do you know what class to set the stop in?  Since many CMP
implementations work by subclassing your CMP bean with a code generated BMP
bean, how do you know the class name of the BMP bean the CMP layer created?
Since the BMP subclasses your CMP you will stiull see your debug statements,
although the subclass generated them from a call to super.*

I doubt this is possible to do in many cases.

Dave Wolf
Internet Applications Division
Sybase

----- Original Message -----
From: "Richard Landon" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, October 30, 2000 10:13 PM
Subject: Re: CMP EJB Debugging using J2EE RI 1.2.1


> -----Original Message-----
> From: Richard Landon
> Sent: Monday, October 30, 2000 7:06 PM
> To: 'A mailing list for Enterprise JavaBeans development'
> Cc: '[EMAIL PROTECTED]'
> Subject: CMP EJB Debugging using J2EE RI 1.2.1
>
>
> I am trying to debug a CMP Entity EJB using the J2EE RI 1.2.1 under NT.
> I have managed to be able to debug SESSION (stateless or stateful) EJB
> within the
> J2EE 1.2.1 RI using the JPDA interfaces and a suitable debugger. However,
> when I set a break-point in any CMP Entity EJB code (including
> setInitialContent!)
> the breakpoint is never hit!? I switched from a UI Debugger to jdb, and
the
> same thing.
> I inserted some "trace statements" so I know for a fact the code is
> executing, but the
> debugger will not break.
>
> This is most annoying, any suggestions?
>
>
===========================================================================
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
body
> of the message "signoff EJB-INTEREST".  For general help, send email to
> [EMAIL PROTECTED] and include in the body of the message "help".
>
>

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to