[JBoss-user] [JCA/JBoss] - Re: JBOSS - DB2

2005-06-06 Thread mjaplin
The DB2 Type 2 driver requires the URL to be in the fomat jdbc:db2:clientname, where client name is the name of the database as it is configured on your local machine using the DB2 client configuration utility. The jdbc:db2:machine:port/name format only works for the new Type 4 driver found in

[JBoss-user] [JCA/JBoss] - Re: JBOSS - DB2

2004-03-29 Thread cherold
Hi I'm using DB2 8.1.4 with jboss 3.2.3. I#m using the JCC type 4 driver because we found this to be faster than appdriver and much easier to install. Therefor you need the files: db2jcc.jar and may be one or both of these db2jcc_license_cisuz.jar db2jcc_license_cu.jar It works fine in our case.