Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version:3.0.0.alpha4
Whe I gen artifacts I can't seem to get the gen'd classes to go in to the "right" package w/o syntax errors.
Ex:
I have a folder called src in my project
I use the Artifact Gen Wizrd and set the output folder to "src" and package to "myjdbc"
The wizard puts the gen'd classes into src.myjdbc, but the package name in the classes is "myjdbc", resulting in a syntax error.
It's late and I'm new to these tools, but what am I missing?