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=29472>. 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=29472 Embedded overrides add/remove Connector, but not findConnectors [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From [EMAIL PROTECTED] 2004-06-10 01:06 ------- getConnectorNames() was suffering from the same problem. Fixed by: - changing "initialized", "connectors", and "container" from private to protected in StandardService, - removing "connectors" from Embedded, - leveraging StandardService's addConnector() and removeConnector() from Embedded, and - storing the most recently added Engine in Embedded's "container" (so that it is used when calling connector.setContainer() in Standardservice.addConnector()) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]