Can you please enter an issue in JIRA so we remember to update the wiki?
http://issues.appfuse.org/secure/CreateIssue!default.jspa Thanks, Matt On 2/25/07, nanuganga <[EMAIL PROTECTED]> wrote:
DB2 Tutorial on the wiki, don't have this information. It needs some changes. mraible wrote: > > Does the DB2 Tutorial on the wiki have this information or does it > need to be changed? > > http://raibledesigns.com/wiki/Wiki.jsp?page=AppFuseOnDB2 > > On a related note, if anyone out there finds a DB2 Driver that's a > single JAR, I'd love to hear about it. The current 2.x infrastructure > expects a single JAR and AFAICT DB2 doesn't have one. > > Matt > > On 2/23/07, nanuganga <[EMAIL PROTECTED]> wrote: >> >> matt >> >> thanks for your solution... >> >> matt even i was facing similar issue. while integrating appfuse with DB2 >> V9.0... >> >> I made this changes to make it work for me. >> >> in lib.properties file added this property.. >> copy db2jcc.jar and db2.license.jar in to /lid/db2.{version}/ >> >> setp 1: >> >> # >> # DB2 - http://www-306.ibm.com/software/data/db2/ >> # >> db2.version = 9.0 >> db2.dir=${lib.dir}/db2{db2.version} >> db2.jar=${db2.dir}/*.jar >> >> sept 2: >> classpath section of build.properties >> >> <!-- Hibernate --> >> >> >> <path id="hibernate.classpath"> >> <pathelement location="${hibernate.jar}"/> >> <fileset dir="${hibernate.dir}/lib" includes="*.jar"/> >> <pathelement location="${database.jar}"/> >> ---added this lline >> <fileset dir="${db2.dir}" includes="*.jar"/> >> -------- >> <pathelement location="${commons-beanutils.jar}"/> >> <pathelement location="${commons-lang.jar}"/> >> <path location="${build.dir}/dao/classes"/> >> </path> >> >> >> >> >> >> -- >> View this message in context: >> http://www.nabble.com/DB2-Driver-Class-cannot-be-loaded-error-in-AppFuse-tf3219609s2369.html#a9116143 >> 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/DB2-Driver-Class-cannot-be-loaded-error-in-AppFuse-tf3219609s2369.html#a9144430 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]