[appfuse-user] Re: Using Oracle instead of MySQL?

2010-07-10 Thread gofishus
Bump. That thread did not help at all. Especially this step: Next, in your {AppFuse home}/lib directory, add an "oracle" directory and place the ojdbc14.jar in it. Edit build.properties in the main AppFuse Directory [#3] There is no /lib directory in my AppFuse home, after I followed all the in

Re: [appfuse-user] modular hibernate.cfg.xml in hbm2ddl

2010-07-10 Thread Matt Raible
Just run the hibernate command from the core module and remove it from the web module. On Wed, Jul 7, 2010 at 2:17 AM, Josep GarcĂ­a wrote: > Hello, > I am working with AppFuse 2.0.2: Struts2 + Spring > > Being in the process of converting an app to modular, I now have this > problem: > > - modul

Re: [appfuse-user] Re: Using Oracle instead of MySQL?

2010-07-10 Thread Matt Raible
You're looking at the wrong wiki for instructions. AppFuse 2 instructions are at http://appfuse.org. For AppFuse 2 with Maven, you'll want to install the JAR in your local repo or a repository like Nexus. More info at: http://maven.40175.n5.nabble.com/Ojdbc-Dependency-Issue-td105039.html Matt O