RE: [JBoss-user] Not the usual primkey-field problem

2002-04-11 Thread Jeff Schnitzer
Doh! Bart! I feel silly. Thanks, it's working fine now. BTW, someone should update the DTD at: http://www.jboss.org/j2ee/dtd/jbosscmp-jdbc_3_0.dtd Jeff -- From: Dain Sundstrom (datasource, datasource-mapping)?, Means that you must have both or neither. -dain

[JBoss-user] Not the usual primkey-field problem

2002-04-10 Thread Jeff Schnitzer
I am trying to deploy a simple test CMP 2.0 entity bean on a fresh build of the jboss 3.0 CVS tree. My deployment descriptors are built with the CVS version of XDoclet. I feel fairly certain that they are correct, and yet I am getting a spec violation error complaining that the primkey-field

Re: [JBoss-user] Not the usual primkey-field problem

2002-04-10 Thread Dain Sundstrom
Jeff, Just ignore the spec violation errors right now. The code was just added and from what I understand it is currently just a copy of the CMP 1.1 verifier. I don't remember who is working on it, but he said that this was a known problem. Anyway, it should be fixed soon. -dain Jeff

RE: [JBoss-user] Not the usual primkey-field problem

2002-04-10 Thread Jeff Schnitzer
From: Dain Sundstrom [mailto:[EMAIL PROTECTED]] Here is the defatults element: !ELEMENT defaults ((datasource, datasource-mapping)?, create-table?, remove-table?, read-only?, read-time-out?, row-locking?, pk-constraint?, fk-constraint?, preferred-relation-mapping?,

RE: [JBoss-user] Not the usual primkey-field problem

2002-04-10 Thread Jeff Schnitzer
From: Dain Sundstrom [mailto:[EMAIL PROTECTED]] Just ignore the spec violation errors right now. The code was just added and from what I understand it is currently just a copy of the CMP 1.1 verifier. I don't remember who is working on it, but he said that this was a known problem.

Re: [JBoss-user] Not the usual primkey-field problem

2002-04-10 Thread Dain Sundstrom
Jeff Schnitzer wrote: From: Dain Sundstrom [mailto:[EMAIL PROTECTED]] Here is the defatults element: !ELEMENT defaults ((datasource, datasource-mapping)?, create-table?, remove-table?, read-only?, read-time-out?, row-locking?, pk-constraint?, fk-constraint?,

Re: [JBoss-user] Not the usual primkey-field problem

2002-04-10 Thread Dain Sundstrom
Here is the defatults element: !ELEMENT defaults ((datasource, datasource-mapping)?, create-table?, remove-table?, read-only?, read-time-out?, row-locking?, pk-constraint?, fk-constraint?, preferred-relation-mapping?, read-ahead?, list-cache-max?) Did you define