Is there a known workaround to deliver what is stated by the Seam doumentation in Chapter 10?
I`m talking about Bug http://jira.jboss.com/jira/browse/JBSEAM-474 and friends...
I created have this Interface
public interface SeamEntityHomeSFSB<E>{
public void create();
public SCRatingProject initByFactory();
public boolean isManaged();
public String update();
public String persist();
public String remove();
public E find();
public void destroy();
}