This content has been marked as final. 
    
Show                 3 replies
    
- 
        1. Re: Migration to seam 1.0.1GA: [org.jboss.seam.contexts.Conttheute Jun 28, 2006 10:00 AM (in response to gmichalk)Did you declare the destroy method in AccesEndroitsLocal ? 
- 
        2. Re: Migration to seam 1.0.1GA: [org.jboss.seam.contexts.Contgmichalk Jun 28, 2006 11:14 AM (in response to gmichalk)First, thanks a lot for answering ! 
 Yes, destroy is declared: here is my local interface:public interface AccesEndroitsLocal { public void loadData(); public Map<String,Endroit> getEndroits(); public Converter getConverter(); public Endroit getNullEndroit(); public void destroy(); }
 My app is derived from the seam dvd-example; the pattern is quite the same as Category/CategoryBean
- 
        3. Re: Migration to seam 1.0.1GA: [org.jboss.seam.contexts.Contgavin.king Jun 28, 2006 11:52 AM (in response to gmichalk)Use your debugger. 
 
     
    