public BnUserPK ejbCreate(BnUserValue pUser) throws InvalidValueException, EJBException, CreateException(Code)
Create a BnUser based on the supplied BnUser Value Object.
Parameters: pUser - The data used to create the BnUser. throws: InvalidValueException - If one of the values are not correct,this will not roll back the transactionbecause the caller has the chance tofix the problem and try again throws: EJBException - If no new unique ID could be retrieved this willrollback the transaction because there is nohope to try again throws: CreateException - Because we have to do so (EJB spec.)