Re: [Xdoclet-user] Problem with generating an automatic primary key

2005-01-17 Thread Gino Gervasio
Hi, I am using the same version of eclipse, jboss and xdoclet but I use a Postgresql 7.4.5 database. And when I use sequences, I usually include this tag: /** @jboss.persistence auto-increment="true" */ at the get method of the primary key. Hope that helped. Good luck! Gino --

[Xdoclet-user] Problem with generating an automatic primary key

2005-01-17 Thread frederic . kieffer
Hi,     We have a problem with the automatic generation of a primary key in a CMP entity bean. We are using eclipse 3.0, jboss3.2.4 and xdoclet 1.2.1.   In the entity bean, we added the following xdoclet tags:       /** * @ejb.bean name="PropertySOVCMP" * jndi-name="fr.com.gerling.rm.ejb