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=34283>. 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=34283 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Additional Comments From [EMAIL PROTECTED] 2005-05-02 08:38 ------- Only littles things: > <s3 title="New Concepts"> > <s4 title="Lifecycle"> > <p>First, notice that we now override the > <code>setup(...)</code> and <code>recycle()</code> methods > defined in <code>AbstractGenerator</code>. > The <code>ComponentManager</code> that handles the lifecycle of --> ServiceManager Under "Moving on": >import org.apache.avalon.framework.component.ComponentException; >import org.apache.avalon.framework.component.ComponentSelector; --> delete > public void service(ServiceManager manager) throws ServiceException { > super.service(manager); > ComponentSelector selector = (ComponentSelector) manager --> ServiceSelector > } catch (ComponentException e) { --> ServiceException Maybe it would be better, if you could generally change the word 'component' in the text to 'service'. Thank you very much. Your tutorial helped me a lot to build my first Generator and gave me the feeling, I could do that. Sarah -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
