Ciprian: I'd be happy to try to help here...
> We have downloaded Keel version 2.0 from SourceForge.net and installed it > with Struts and OpenJMS. Have you verified that your copy of Keel is running in it's default configuration first? E.g. have you started it up? The reason I ask is that as you add other options (e.g. Hibernate, DB2), it's good to know if any problems encountered are coming from the new component or the initial install. > What we want to do next is to: > - set Hibernate 2.0.2 as persistence for Keel (version 2.0) I think the version of Hibernate interfaced with Keel is actually less than this - but if there is a new Hibernate available it would not be difficult to update it. > - set Hibernate 2.0.2 to use an IBM DB2 (version 8.1) database You'll need the JDBC drivers for DB2 - the jar file needs to go in the keel-server/lib directory (under the root of wherever you have installed Keel). > - evaluate Keel with Hibernate and IBM DB2 (version 8.1) database > > If anyone of you have already do that, please send us some instructions or > any other kind of material that may help us achieving our goal. Once you have the pieces in place, you'll want to copy a configuration to modify for your own use - I'd suggest default-hibernate-deploy.properties. Perhaps call it "db2-hibernate-deploy.properties". Then you adjust the database properties in that file as necessary for DB2, and use "ant -Ddeploy.name=db2-hibernate assemble-deploy" to generate the application. Hope that's helpful as a start.... Mike JGlobal Ltd. http://www.jglobal.com http://keelframework.org/documentation Keelgroup mailing list [EMAIL PROTECTED] http://lists.keelframework.com/listinfo.cgi/keelgroup-keelframework.com
