On Wed, 2003-03-12 at 21:05, Cleber Miranda Barboza wrote: > > > * @jboss:table-name > ^^^^^^^^^^^^^^^^^ > > I've got this from Xdoclet site !! > There is a example thare that uses it. So, I think that's rigth !
Unfortunately not. There's no mention of it in the jboss xtags.xml; judging by the jbosscmp-jdbc_xml template, there used to be such a tag but it's been deprecated in favour of @ejb.persistence table-name="foo" when various tags got consolidated. However, it looks like the samples didn't get updated to match :-( The old form ought to still work, for backward compatibility, but I'd recommend using the ejb.persistence tag instead. I've updated CustomerBean in CVS to use the consolidated tag. Andrew. ------------------------------------------------------- This SF.net email is sponsored by:Crypto Challenge is now open! Get cracking and register here for some mind boggling fun and the chance of winning an Apple iPod: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
