Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-dev] RE: Aspecting jax-ws webservice

 
Yes.. Actually the pointcut of the @webmethod is never advised and I
found out that is because the compile time weaving of aspects does not
applies on the spring aop'ed beans.
I used LTW and it works fine for me now. Thanks

Dipali Kucheria 
"You can't solve a problem with the same mind that created it." - Albert
Einstein

Today's Topics:

   1. Aspecting jax-ws webservice (Kucheria, Dipali)
   2. RE: Aspecting jax-ws webservice (Ron Bodkin)


----------------------------------------------------------------------

Message: 1
Date: Wed, 25 Jul 2007 18:52:52 -0400
From: "Kucheria, Dipali" <dipali.kucheria@xxxxxxxxxxxx>
Subject: [aspectj-dev] Aspecting jax-ws webservice
To: <aspectj-dev@xxxxxxxxxxx>
Message-ID:
	
<E835A328C59A434E9D5C97C174738172040CAE05@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
ovia.net>
	
Content-Type: text/plain; charset="us-ascii"

I am unable to advise a jax-ws spring based webservice . Is it a known
issue ? Has anyone done this before ? 
 
Thanks,
Dipali Kucheria
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
https://dev.eclipse.org/mailman/listinfo/aspectj-dev/attachments/2007072
5/249f93c2/attachment.html

------------------------------

Message: 2
Date: Wed, 25 Jul 2007 20:07:28 -0700
From: "Ron Bodkin" <rbodkin@xxxxxxxxxxxxxx>
Subject: RE: [aspectj-dev] Aspecting jax-ws webservice
To: "'AspectJ developer discussions'" <aspectj-dev@xxxxxxxxxxx>
Message-ID: <46a81008.0b97600a.46fc.395b@xxxxxxxxxxxxx>
Content-Type: text/plain; charset="us-ascii"

Hi Dipali,

 

What problems are you seeing when you do this? Are you able to reproduce
the issue with a simple test case?

 

Ron

 

  _____  

From: aspectj-dev-bounces@xxxxxxxxxxx
[mailto:aspectj-dev-bounces@xxxxxxxxxxx] On Behalf Of Kucheria, Dipali
Sent: Wednesday, July 25, 2007 3:53 PM
To: aspectj-dev@xxxxxxxxxxx
Subject: [aspectj-dev] Aspecting jax-ws webservice

 

I am unable to advise a jax-ws spring based webservice . Is it a known
issue ? Has anyone done this before ? 

 

Thanks,

Dipali Kucheria 

-------------- next part --------------
An HTML attachment was scrubbed...
URL:
https://dev.eclipse.org/mailman/listinfo/aspectj-dev/attachments/2007072
5/29233b38/attachment.html

------------------------------

_______________________________________________
aspectj-dev mailing list
aspectj-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-dev


End of aspectj-dev Digest, Vol 29, Issue 9
******************************************


Back to the top