DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15697>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15697

AbstractMethodError when using Plugins like Tiles and Validator





------- Additional Comments From [EMAIL PROTECTED]  2002-12-28 17:55 -------
I compiled with the latest nightly of Struts and got some deprecation warnings 
for ApplicationConfig, but it wouldn't compile because of the init
(ActionServlet, ModuleConfig) method:

    [javac] 
D:\source\StrutsMenu\src\share\com\fgm\web\menu\MenuPlugIn.java:26: 
com.fgm.web.menu.MenuPlugIn should be declared abstract; it does not d
efine init
(org.apache.struts.action.ActionServlet,org.apache.struts.config.ModuleConfig) 
in com.fgm.web.menu.MenuPlugIn
    [javac] public class MenuPlugIn implements PlugIn {
    [javac]        ^

Changing my init method to use init(ActionServlet, ModuleConfig) vs. 
(ActionServlet, ApplicationConfig) fixed the problem.  Does this break 
backwards compatibility with old PlugIns?

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to