ok i changed it to
| RemoteCommandServiceHome remoteCommandServiceHome = (RemoteCommandServiceHome)
initialContext
| .lookup("ejb/CommandServiceBean");
| remoteCMDService = remoteCommandServiceHome.create();
|
but now i got
Invalid invocation, check your deployment packaging, method=public abstract
org.jbpm.ejb.RemoteCommandService org.jbpm.ejb.RemoteCommandServiceHome.create() throws
javax.ejb.CreateException,java.rmi.RemoteException
i deployed the jbpm-enterprise.ear on a jboss 4.2.2.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4177015#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...