Actually, I am trying to understand how ACEGI security as well as hibernate are integrated into Appfuse. It looks like 2.0-M4 has all the steps in http://raibledesigns.com/wiki/Wiki.jsp?page=AppFuseAuthentication http://raibledesigns.com/wiki/Wiki.jsp?page=AppFuseAuthentication
packaged into the demo app. But I don't see any of the web-scurity.xml and other config filese even after a successfule mvn integration-test and mvn jetty:run-war. If I want to change the login servlet etc, do I need to do the same steps outlined in this web page ( but I have a 2.0 M4 installed as my base app). I really appreciate all the help I am getting from Matt and others. It helps to make progress! Michael Horwitz wrote: > > 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] >> >> > > -- View this message in context: http://www.nabble.com/Hibernate-dao-files-download-tf3553810s2369.html#a9924147 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
