> -----Original Message----- > From: Gavin Bong [mailto:[EMAIL PROTECTED] > Subject: [Xdoclet-user] @ejb.persistence vs @jboss.persistence - which > one ? > > Do we actually need @ejb.persistence if we're already > using @jboss.persistence ? The former only have > attribute "table" and I don't know what that > contributes to the generation of the descriptor files.
@jboss.persistence maps to jbosscmp-jdbc.xml. If you don't need that file (or more appropriately, to change the defaults that are generated in that file), you don't need to use the tag. The best way to learn about what generates the descriptor files is to read the .xdt templates in the source tree. -b ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01 _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
