Refactoring the base class of a live-reloaded service implementation can cause
mysterious NoSuchMethodError exceptions
----------------------------------------------------------------------------------------------------------------------
Key: TAP5-1188
URL: https://issues.apache.org/jira/browse/TAP5-1188
Project: Tapestry 5
Issue Type: Bug
Components: tapestry-core
Affects Versions: 5.2.0
Reporter: Howard M. Lewis Ship
As currently implemented, live class reloading only takes into account the
service implementation class (plus any inner classes of the implemention
class). If the implementation class extends from a base class, the base class
is not scanned for changes, and is not reloaded when it (or the actual
implementation class) changes.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.