Paul Erion wrote: > According to the JBossCMP 2.0 book, non-null columns are supported, and > are specified in "jbosscmp-jdbc.xml" via the "</non-null>" child > element of a "cmp-field" element ... I was unable to find a tag or > attribute for this feature, does anyone know if one exists?
Yeah, it does exist. But before continuing: the tag is <not-null/>, not <non-null/>. You can use @jboss.persistence not-null="true" at method (getter) level to make it happens. But WAIT! In the process of finding the answer for your question I found a bug in xdoclet. I'll fix it very soon. It should be fixed before 18:00 GMT, just don't try before it ^^ -- MB ------------------------------------------------------- This SF.NET email is sponsored by: AMD - Your access to the experts on Hammer Technology! Open Source & Linux Developers, register now for the AMD Developer Symposium. Code: EX8664 http://www.developwithamd.com/developerlab _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
