[JBoss-user] [JBoss Seam] - Re: Could not find destroy method

2006-02-20 Thread vivimos
Make sure you have the destroy method in the local interface. Carl View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925195#3925195 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3925195 -

[JBoss-user] [JBoss Seam] - Re: Could not find destroy method

2006-02-20 Thread paper
Check if you have a method annotated with @Remove @Destroy in any stateful session beans. Dennis View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925185#3925185 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3925185

[JBoss-user] [JBoss Seam] - Re: Could not find destroy method

2006-02-20 Thread Shinerella
This is the whole exception 18:51:34,203 WARN [Contexts] could not find destroy method java.lang.NoSuchMethodException: $Proxy371.remove() at java.lang.Class.getMethod(Class.java:1581) at org.jboss.seam.contexts.Contexts.callDestroyMethod(Contexts.java:203) at org.jboss.