I can hazard a guess.  Seam injects at the Seam component level.  Your abstract 
class isn't a Seam component because you can't have abstract Seam components.  
Your Seam component can extend an abstract class, and the Seam annotations on 
this class are properly recognized.  However, once you make a call on a method 
that isn't part of your component SFSB's business interface this call isn't 
intercepted, you don't have a valid context and get the error.

Have you tried adding these parent methods to the SFSB's interface (extended 
the child interface from the parent interface)?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949185#3949185

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949185


_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to