The configuration file for hibernate is called applicationContext-dao.xmland is embedded in the appfuse-hibernate jar. You should not need access to this file - if you want to use the dao's it defines, they are there, if not simply ignore ;-). The model classes can be included in your project if you want to modify them - instructions on how to do this can be found here: http://www.appfuse.org/display/APF/AppFuse+Core+Classes
Mike On 4/10/07, nmall <[EMAIL PROTECTED]> wrote:
I used the following archetype to get the Struts2 basic with spring and hibernate. However, I don't see any of the hibernate classes\config files in my path like the following. Do I need to download them separately. I got the appfuse-M4 dependencies zip file orginally. Any help would be greatly appreciated! applicationContext-Hibernate.xml \src\dao\org\appfuse\dao\hibernate mvn archetype:create -DarchetypeGroupId=org.appfuse -DarchetypeArtifactId=appfuse-basic-struts -DremoteRepositories=http://static.appfuse.org/repository -DarchetypeVersion=2.0-m4 -DgroupId=com.mycompany.app-DartifactId=myproject -- View this message in context: http://www.nabble.com/Hibernate-dao-files-download-tf3553810s2369.html#a9922500 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
