Re: [aspectwerkz-user] class not found exception after hotdeploy - please help
Alexandre Vasseur <[email protected]>
| Newsgroups | gmane.comp.java.aspectwerkz.user |
|---|---|
| Message-ID | <[email protected]> |
Right I submitted this idea to the JSR-163 EG a while ago to address the multiple agent doing hotswapping. We decided in AW to support natively CGLib and to deal with our own proxy AWProxy. In general, you should not advise the proxy anyway since it usually delegates to something. Alex On Apr 11, 2005 3:45 PM, Michael Nascimento <[email protected]> wrote: > > 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/ >