Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] AspectJ5 and hot code replacement

Hi,

    We've been using AspectJ5 through Java5 LTW, but unfortunately,
we've lost the hot code replacement feature that's very import during
development journeys (new code is not loaded with aspectj saying that
"AspectJ5 does not weave hotswapped class"). Is there any way to do
hot code replacement with LTW? (I've tried different ways, even with
WeavingURLClassLoader with no success)

Regards,
Thiago Souza


Back to the top