In a CD tutorial example I do not understand the role of id parameter in 
ejbCreate(String) method and who supplies this string and how. Is it the way EJB 
provides unique field for easy primary key implementation? Should I necessarily have 
such a field name in my
bean and should I implement ejbCreate always with this signature? I am especially 
curious because I previously implemented non-argument ejbCreate() and got "id is null" 
failure message on deployment.


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to