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]

Reply via email to