Hello fellow ranchers,
Legal declarations for ejbCreate methods. We are that the following is correct
public
String ejbCreateAccount() throws javax.ejb.CreateException
but
public int ejbCreate() throws javax.ejb.CreateException
is wrong. I thought both were correct. We can use a primative as a key, can't we?
regards
Simon