Re: [appfuse-user] DB2 Driver Class cannot be loaded error in AppFuse

2007-02-25 Thread Matt Raible
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:

Re: [appfuse-user] DB2 Driver Class cannot be loaded error in AppFuse

2007-02-25 Thread nanuganga
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 ther

Re: [appfuse-user] DB2 Driver Class cannot be loaded error in AppFuse

2007-02-23 Thread Matt Raible
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 singl

Re: [appfuse-user] DB2 Driver Class cannot be loaded error in AppFuse

2007-02-23 Thread nanuganga
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

Re: [appfuse-user] DB2 Driver Class cannot be loaded error in AppFuse

2007-02-13 Thread Jonathan Tse
you should find something like db2_*licence.jar and put it in your classpath. I am not at office now, maybe I can give you more exact step tmr. Best regards, Jonathan ranjini wrote: Hi, I am trying to connect AppFuse with DB2 version 9. I found that to change the database connectivity, we need

Re: [appfuse-user] DB2 Driver Class cannot be loaded error in AppFuse

2007-02-13 Thread Matt Raible
If your JDBC Driver contains more than one JAR, you'll probably have to modify properties.xml so it has: instead of: Here's some old instructions I wrote for DB2 a couple of years ago: http://raibledesigns.com/wiki/Wiki.jsp?page=AppFuseOnDB2 HTH, Matt On 2/13/07, ranjini <[EMAIL PROTECTE

[appfuse-user] DB2 Driver Class cannot be loaded error in AppFuse

2007-02-13 Thread ranjini
Hi, I am trying to connect AppFuse with DB2 version 9. I found that to change the database connectivity, we need to change the build.properties and the properties.xml file. Although it is working for Oracle database, it is not working for DB2. I modified the lib.properties file to include the DB2