Re: [Xdoclet-devel] Compound PK using CMR/CMP in JBoss

2003-04-04 Thread Marcus Brito
Billy Rutledge wrote: The problem comes in when I try to create an instance of the EJB from a client app. A SQLException is thrown, indicating you "can not insert NULL" into the column. This is surely not a xdoclet issue, Billy. Try finding help on jboss fora or mailing lists. -- PZ ---

[Xdoclet-devel] Compound PK using CMR/CMP in JBoss

2003-04-03 Thread Billy Rutledge
Hi, I have created an Entity EJB that maps to a table with a compound PK (both columns are NOT NULL). One of the columns of the PK is a FK to another table representing the many side of a 1-* relationship. Using XDoclet, I can generate what appears to be the proper source and deployment desc