DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=31520>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=31520 Extending JAR-Task for SPI ------- Additional Comments From [EMAIL PROTECTED] 2004-10-05 10:48 ------- Do you really need to use "createService()" instead of "addConfiguredService(Service s)" or any other of the "add..." methods. The main difference between the two, is that "add..." would allow having polimorphic usage of services, while "create..." does not. If we eventually manage to do polimorphism, "add..." is a much better starting point. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]