[Xdoclet-user] primkey-field field and ver 2.0 CMP entity beans

2004-01-15 Thread Wiley-Cordone, Peter
Hello, I am somewhat new to EJB and entity beans. I am trying to write the tags for my relationships. I have tables with compound primary keys. One question I have is about the primkey-field of @ejb.bean. How do we handle the situation where we have compound primary keys in our tables? I have

Re: [Xdoclet-user] primkey-field

2003-08-14 Thread Milen Dyankov
Should have looked more carefuly in the docs for "primkey-field" attribute of @ejb.bean. Sorry for this stupid question. It is because of the heat I guess ... Milen --- This SF.Net email sponsored by: Free pre-built ASP.NET sites including D

[Xdoclet-user] primkey-field

2003-08-12 Thread Milen Dyankov
Hi all, Is it normal that in the example below there is no tag generated in "ejb-jar.xml". If so, can someone explain why? How can I tell XDoclet NOT to generate PK class, but add tag? Milen Example: /** * @ejb.pk * generate = "false" * class = "java.lang.String" * *