Re: [aspectwerkz-user] class not found exception after hotdeploy - please help
Michael Nascimento <[email protected]>
| Newsgroups | gmane.comp.java.aspectwerkz.user |
|---|---|
| Message-ID | <[email protected]> |
> I can see that your app is using CGLib proxy. CGLib proxy cannot be > weaved under the default configuration since there is no way to get > their unweaved bytecode (since it is a proxy somehow, there is no > .class file). Hmm, I might be wrong here, but when you use an agent in Tiger, isn't _every class definition_ intercepted (ok, except for classes needed for booting the VM itself)? I mean, wouldn't be possible for the agent to dump all CGLIB proxies somewhere in case class redefinition was needed? Regards, Michael Nascimento Santos https://genesis.dev.java.net/