On Tue, 2004-01-06 at 11:23, Rafal Kedziorski wrote: > I'm working with the current xdoclet version but the problem was in the > last beta version. I have this code: > > * @jboss.persistence > * read-only = "true" > * read-time-out = "-1" > * list-cache-max = "100" > * table-name = "acl_entry" > > But in my jbosscmp-jdbc.xml I'm missing the table-name tag. After add > > * @jboss.table-name > * table-name = "acl_entry" > > it's there. But jboss.table-name is not documented.
I believe it's only there for backward compatibility, which may be why it's not documented. Various subtasks had similar tags & parameters, which got consolidated by @ejb.persistence etc. Try using @ejb.persistence table-name="acl_entry" instead. http://xdoclet.sourceforge.net/tags/[EMAIL PROTECTED](0..1) Having said that, @jboss.persistence table-name=... *is* documented, yet looking at the relevant template (jbosscmp-jdbc_xml.xdt lines 124 & 125) it doesn't appear to be used at all. I don't know which of them was correct, but you should probably switch to the @ejb tag anyway. Andrew. ------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
