This content has been marked as final.
Show 2 replies
-
1. Re: DEPLOYMENT FAILED
jimmymani Jul 17, 2006 12:47 AM (in response to hmougy)hope you got the reply already(Questionposted on june/06).
its failing because there is no @Id annotation for atleast one field.
because every entity must have a primary key.
it can be either simple or composite -
2. Re: DEPLOYMENT FAILED
floechen Sep 24, 2006 11:56 AM (in response to hmougy)I have the same problem (using EJB 3.0 RC9), but after a series of tests I found the source: I defined my identifier within an abstract superclass, and the EJB 3 deployer didn't recognize it, leading to the throwing of the exception mentioned in the previous post.
Is this a bug (which must be reported) or is a feature of the J2EE 5 spec?