RE: [aspectwerkz-user] Hot deployment questions
"Vincent Massol" <[email protected]>
| Newsgroups | gmane.comp.java.aspectwerkz.user |
|---|---|
| Message-ID | <[email protected]> |
> -----Original Message----- > From: Michael Nascimento [mailto:[email protected]] > Sent: dimanche 10 avril 2005 20:56 > To: [email protected] > Subject: Re: [aspectwerkz-user] Hot deployment questions > > On Apr 10, 2005 1:01 PM, Vincent Massol <[email protected]> wrote: > > However, I'm suspecting that it's required in some cases so your example > will > > prove useful. > > > > Any idea when it's required and when it wouldn't work without it? The > docs > > says: > > > > "They are needed due to the fact that no JVMs today support schema > > redefinition when redefining your classes." > > > > This does not seem to be true as it's working for me without one. It > seems > > they are not *always* needed. I would love to know more... > > AFAIK, unless you are using offline compilation, they are needed if > your target classes have been loaded before doing hot deployment, > since the class couldn't be changed on the fly like this. Thanks Michael, that makes sense -Vincent