Bugs item #536682, was opened at 2002-03-29 10:26 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=402704&aid=536682&group_id=31602
Category: ejbdoclet Group: v1.1.2 Status: Open >Resolution: Rejected Priority: 5 Submitted By: Matthias Bohlen (mattes3) >Assigned to: Vincent Harcq (vharcq) Summary: primkey-field is not mandatory Initial Comment: When I forget to insert the primkey-field="id" field in the @ejb:bean tag of a CMP entity bean, XDoclet does not complain. It generates a bean that (when deployed in JBoss 3.0) causes JBoss to create an invalid CREATE TABLE statement with an empty PRIMARY_KEY constraint. Please insert a check and give an error message. Thanks Matthias Bohlen http://www.mbohlen.de/ ---------------------------------------------------------------------- >Comment By: Vincent Harcq (vharcq) Date: 2002-03-29 11:56 Message: Logged In: YES user_id=125677 Hi, It does not have to be mandatory. When not using primkey-field but a real PK class we only need @ejb:pk-field. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=402704&aid=536682&group_id=31602 _______________________________________________ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
