example?
Thank you very much,
--- On Sat, 13/9/08, Andrew Eisenberg <[EMAIL PROTECTED]> wrote:
> From: Andrew Eisenberg <[EMAIL PROTECTED]>
> Subject: Re: [aspectj-users] debugging without stopping server
> To: [EMAIL PROTECTED], aspectj-users@eclipse.org
> Date: Saturday, 13
t;
> http://www.jinspired.com/products/jxinsight/diagnostics.pdf
>
> Kind regards,
>
> William
>
> --
>
> Message: 1
> Date: Sat, 13 Sep 2008 09:15:23 + (GMT)
> From: Neo Anderson <[EMAIL PROTECTED]>
> Subject: Re: [aspectj-u
Diagnostics]
http://www.jinspired.com/products/jxinsight/diagnostics.pdf
Kind regards,
William
--
Message: 1
Date: Sat, 13 Sep 2008 09:15:23 + (GMT)
From: Neo Anderson <[EMAIL PROTECTED]>
Subject: Re: [aspectj-users] debugging without stopping server
To: a
I think I am beginning to see what you want. You want to take a
server that is already running, and without stopping it, add some
aspects to it that will perform logging and tracing. Is that right?
Unfortunately, this is not the way normal AspectJ load time weaving
works. All classes and aspects
13/9/08, Simone Gianni <[EMAIL PROTECTED]> wrote:
> From: Simone Gianni <[EMAIL PROTECTED]>
> Subject: Re: [aspectj-users] debugging without stopping server
> To: aspectj-users@eclipse.org
> Date: Saturday, 13 September, 2008, 12:32 PM
> Hi Neo,
> yes, I think you are
x27;t distinguish based on my limited
> knowledge on AOP. Would you or anyone please to give me a bit more explain
> about this?
>
> I appreciate any help.
>
> Thank you very much.
>
> --- On Wed, 10/9/08, Andrew Eisenberg <[EMAIL PROTECTED]> wrote:
>
>
[EMAIL PROTECTED]>
> Subject: Re: [aspectj-users] debugging without stopping server
> To: [EMAIL PROTECTED], aspectj-users@eclipse.org
> Date: Wednesday, 10 September, 2008, 3:32 PM
> Are you saying that you want to use AspectJ to monitor an
> application
> and notify you when the
Are you saying that you want to use AspectJ to monitor an application
and notify you when there is a failure? You cannot use AspectJ to
debug your application. You can, however, use AspectJ to help gather
state about your application at the time of the failure.
There is a first failure data capt
Is it possible for aspectj to debug application or project running on the
server without stopping the service?
For instance, suppose I have an application providing service and the
application also talks to the backend database. Sometime it might throw error
(not server crash), but we can not s