[jboss-user] [EJB/JBoss] - Re: The session bean must implement either a remote home and

rodosa do-not-reply at jboss.com
Sat Mar 8 10:42:06 EST 2008


JbpmFacadeLocal is my home interface:


  | package session;
  | 
  | import javax.ejb.*;
  | 
  | public interface JbpmFacadeLocal extends EJBHome{
  | 	
  | 	JbpmFacadeRemote create() throws javax.ejb.CreateException, java.rmi.RemoteException;
  | }
  | 

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

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



More information about the jboss-user mailing list