I suspect since it's not a "full configured" statefull bean, SEAM handles it
as a Java Bean.
Notice that in BestSellersBean.java there is a
@In(create=true)
| ShoppingCart cart;
it references the Class and not the interface.
best,
Ricardo
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024508#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...