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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...