I'm trying to run down how to configure appfuse to use DB2 so am finding a;ll these threads. DB2 *does* have a single zip file for version 9.5 of the DB.
What I'm not so clear on is how to set this up. Do I need to create a profile in the top pom.xml? What other steps are involved? I'm seeing info but some of it appears irrelevant (like the comments about multiple jars for the jdbc driver, for ex.). Is there a list that explains how to integrate a DB? Here's what appears to be the necessary steps: 1. create a profile for DB2 2. somehow import the jar (actally a zip file in this case) into my project 3. set up hibernate to use the DB2 dialect (and where is this now? I'm also semi new to appfuse 2.x) Is that the correct set of steps? Is the complete process spelled out anywhere? thanks... --j mraible wrote: > > You should be able to. I've tried to use the Derby Driver with DB2, > but it didn't work. The main issue we've had in adding DB2 support is > the fact that it requires multiple JARs for its JDBC Driver. If you > can find a single JAR/artifact we can use, we'd be happy to add > support. In the meantime, there's two things you can do: > > 1. Replace all references to jdbc.* dependencies with the two > depdendencies that DB2 requires in pom.xml. > > 2. Create a pom that has a dependency on the two DB2 artifacts and > install it in your local repository. > > See the following entry (and comments) on my blog for more solutions: > > http://raibledesigns.com/rd/entry/database_profiles_in_appfuse_2 > > Matt > > On 9/26/07, meisam4910 <[EMAIL PROTECTED]> wrote: >> >> does Appfuse work with IBM DB2 ? in its database list i could not found >> the >> DB2 name :(( is there any way to use DB2 with appfuse ? >> -- >> View this message in context: >> http://www.nabble.com/IBM-DB2-tf4521471s2369.html#a12898330 >> Sent from the AppFuse - User mailing list archive at Nabble.com. >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > > -- > http://raibledesigns.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/IBM-DB2-tp12898330s2369p20077912.html Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
