Bugs item #851072, was opened at 2003-11-29 03:25 Message generated for change (Comment added) made by topping You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=536545&aid=851072&group_id=73047
Category: Samples Group: None Status: Closed Resolution: Fixed Priority: 5 Submitted By: Matthias Bohlen (mattes3) Assigned to: Nobody/Anonymous (nobody) Summary: Empty project wizard: Hibernate template is broken Initial Comment: Hi, when I run the empty project wizard, it produces an empty project for using the Hibernate cartridge. This empty project template has not been adapted to Hibernate 2, although the cartridge itself runs correctly. The problem occurs at the end when the build.xml file tries to invoke the schema export. Matthias ---------------------------------------------------------------------- Comment By: Brian Topping (topping) Date: 2003-12-16 12:22 Message: Logged In: YES user_id=99236 If I am not mistaken, the only problem here is the package name was changed. I found this problem also to be true with the package name of the Hibernate MBean and the name of the dialect for the database. -> net.sf.hibernate.tool.hbm2ddl is the package for schemaexport. -> net.sf.hibernate.dialect is the package for the dialects Getting the jboss-service.xml for the SAR to generate correctly is a bit more obtuse. The <hibernate/> subtask must be specified as <hibernate version="2.0"/>, this gets picked up in the <jbossservice/> subtask. This cross-subtask stuff is pretty ugly and ought to be removed by the time Xdoclet 2 is moving along, but that's the way it is today. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=536545&aid=851072&group_id=73047 ------------------------------------------------------- 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 _______________________________________________ Andromda-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/andromda-devel
