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.
Regards, Rafal
------------------------------------------------------- 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
