Re: [aspectwerkz-user] Hot deployment questions
Michael Nascimento <[email protected]>
| Newsgroups | gmane.comp.java.aspectwerkz.user |
|---|---|
| Message-ID | <[email protected]> |
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. Regards, Michael Nascimento Santos https://genesis.dev.java.net/