--- �� <[EMAIL PROTECTED]> wrote: > I recently start to use Hibernate+Ant+XDoclet. But > xdoclet seems not developer-fliendly enough. Often, > xdoclet generates nothing without complaints which > is difficult for me to figure out what the problem > is. Today when I use xdoclet task of ant to > auto-generate and export mysql schema files, I > encountered the following error message. Who can > tell me what it means and where might the problem > be. Thanks! > > [schemaexport] (cfg.Configuration > 153 ) Mapping file: C:\temp\ > idea_prj\src\test\tmp\db\TestResult.hbm.xml > [schemaexport] (cfg.Binder > 178 ) Mapping class: TestRes > ult -> testResult > [schemaexport] (dialect.Dialect > 37 ) Using dialect: net.sf. > hibernate.dialect.MySQLDialect > [schemaexport] (cfg.Configuration > 492 ) processing one-to-many > association mappings > [schemaexport] (cfg.Configuration > 503 ) processing foreign key > constraints > > BUILD FAILED > file:C:/temp/idea_prj/src/test/tmp/build.xml:78: > Schema text failed: could not i > nstantiate id generator: > > Total time: 17 seconds
Well, this is not xdoclet. It's hibernate schemaexport. And it says you that it can not instantiate ID generator you have specified in your mapping files. It means just that and nothing more.... Did you tried to ask this question in hibernate list? regards, ===== ----[ Konstantin Pribluda ( ko5tik ) ]---------------- Zu Verst�rkung meines Teams suche ich ab Sofort einen Softwareentwickler[In] f�r die Festanstellung. Arbeitsort: Mainz Skills: Programieren, Kentnisse in OpenSource-Bereich ----[ http://www.pribluda.de ]------------------------ __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com ------------------------------------------------------- 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/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
