This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: ejbCreate(String name) return value?erik777 Dec 7, 2002 10:37 PM (in response to dnoyeb)It should be: 
 public MyPK ejbCreate(String name) {
 return null;
 }
- 
        2. Re: ejbCreate(String name) return value?dnoyeb Dec 8, 2002 2:31 AM (in response to dnoyeb)I found it now. Its a interesting thing that I cant get an explanation for though. 
 CMP returns a null PK
 BMP returns the actual PK
 Bizarre.
 
    