[jboss-user] [JBoss Seam] - Seam Framework and SFSB currently imposible because of name

holtak do-not-reply at jboss.com
Thu Mar 8 19:11:57 EST 2007


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();
  | }
  | 

but JBoss EJB3 thinks, its not good to have remove() with different return types...for what crazy reason ever...

Any workaround?

Also there should be a warning in seam documentation, stating that this feature is currently unusable or at least tricky under JBoss.

Juraj

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

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



More information about the jboss-user mailing list