Re: Bug in 0.10-RC2?
"Alex" <alex-he/e8N7AIe/[email protected]>
| Newsgroups | gmane.comp.java.aspectwerkz.devel |
|---|---|
| Message-ID | <007801c439db$1d441a40$647ba8c0@maison> |
Could you post your pointcut defintions ? There is a triggering when a class gets weaved so that we add the serialVersionUID at the end of the transformation chain, but it seems that in your snip this does not gets triggered as it should. Thanks Alex ----- Original Message ----- From: "eu" <eu-E/[email protected]> To: "aspectwerkz-devel" <aspectwerkz-devel-81qHHgoATdGxIXFVlbCvtR2eb7JE58TQ@public.gmane.org> Sent: Friday, May 14, 2004 5:41 PM Subject: [aspectwerkz-devel] Bug in 0.10-RC2? > Hi, > > It seems that there are some small issue with serialization. If AW is > instrumenting Serializable classes in the runtime and serialVersionUID > is not explicitly declared, then client app, which may be using not > instrumented classes will get a error. I think, that instrumentation > should insert an explicit serialVersionUID that match with the original > class. > > regards, > Eugene > > > _______________________________________________ > aspectwerkz-devel mailing list > aspectwerkz-devel-81qHHgoATdGxIXFVlbCvtR2eb7JE58TQ@public.gmane.org > http://lists.codehaus.org/mailman/listinfo/aspectwerkz-devel > >