[jboss-user] [JBoss Seam] - Re: process not being created
kgoedert
do-not-reply at jboss.com
Wed Jun 27 11:57:05 EDT 2007
Yes...
here is the interface
@Local
public interface RequestSystem {
public String newRequest();
public String managerApproval();
public void destroy();
public List getPossibilities();
public void setPossibilities(List poss);
public Integer getP();
public void setP(Integer p);
}
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058277#4058277
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4058277
More information about the jboss-user
mailing list