View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820781#3820781

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820781

OK I found the solution



1) The primary key class must be java.lang.Object:

          @ejb.pk class = "java.lang.Object" 



2) The return type of the Create method must of type primary key class



3) The unknown primary key cannot be read-only if I wnt to create items.






-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to