Peter, (the user on our forum) has tried this out on Windows, and managed to get it to work, and this is what he said about this:
<quote> I use V3.57.82 ( JDBC 3.0 ) at work and verified that it does not include any upper case package names.. I also looked at V4.7.85 ( JDBC 4.0) and it does contain an upper case package name, but only for COM. ibm.db2os390 package all the others are lower case. You should be able to grab them from the IBM DB2 LUW Support area ( http://www-01.ibm.com/software/data/db2/support/db2_9/ ) </quote> [1] http://wso2.org/forum/thread/8811#comment-11199 Thanks, Senaka. On Mon, Nov 30, 2009 at 7:05 AM, Sanjiva Weerawarana <[email protected]>wrote: > INCREDIBLY sloppy. > > On Mon, Nov 30, 2009 at 1:24 AM, Sumedha Rubasinghe <[email protected]>wrote: > >> Coincidently, without seeing this mail thread I started to make Carbon >> platform compatible with IBM DB2 today :-( . So far I have successfully >> converted & tested the database creation script[1]. >> >> But due to a specific package naming on IBM's DB2 JDBC driver >> (db2jcc.jar), I encountered a blocker on Windows platform. >> Following is a sample extract of JDBC driver jar. >> created: com/ >> created: com/ibm/ >> inflated: com/ibm/db2/jcc/uw/y.class >> inflated: com/ibm/db2/jcc/uw/z.class >> ... >> ... >> inflated: COM/ibm/db2/app/Blob.class >> inflated: COM/ibm/db2/app/BlobInputStream.class >> created: COM/ibm/db2os390/sqlj/jdbc/ >> inflated: COM/ibm/db2os390/sqlj/jdbc/DB2SQLJDriver.class >> >> As you can see, package com.ibm has been used twice with both upper & >> lower cases. But the corresponding OSGi bundle we create does not seem to >> preserve this difference in cases & we only see a lower case version in the >> OSGi bundle inside plugins directory. This causes >> 'COM.ibm.db2.jdbc.net.DB2Driver' to be unavailable @ server boot up. >> >> May be this would work on a case sensitive OS environment, on which I am >> yet to try. >> >> /sumedha >> >> [1] >> https://wso2.org/repos/wso2/trunk/carbon/distribution/carbon-home/dbscripts >> >> >> >> >> On Sat, Nov 28, 2009 at 11:14 AM, Sanjiva Weerawarana >> <[email protected]>wrote: >> >>> +1 to support DB2 .. esp. if someone else is willing to do the work :-). >>> >>> Sanjiva. >>> >>> On Sat, Nov 28, 2009 at 8:40 AM, Samisa Abeysinghe <[email protected]>wrote: >>> >>>> >>>> >>>> On Fri, Nov 27, 2009 at 7:26 PM, Senaka Fernando <[email protected]>wrote: >>>> >>>>> Hi all, >>>>> >>>>> How about adding support for IBM DB2/DB2 Express in addition to the >>>>> five DBMS types that we support right now? A user has volunteered to try >>>>> this out on our forum, [1]. >>>>> >>>> >>>> It would also be nice to have some users contribute code for stuff like >>>> this :) given the open source model we are... >>>> >>>> Samisa... >>>> >>>> >>>> _______________________________________________ >>>> Carbon-dev mailing list >>>> [email protected] >>>> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev >>>> >>>> >>> >>> >>> -- >>> Sanjiva Weerawarana, Ph.D. >>> Founder, Chairman & CEO; WSO2, Inc.; http://wso2.com/ >>> email: [email protected]; phone: +1 408 754 7388 x51726; cell: +94 77 787 >>> 6880 >>> blog: http://sanjiva.weerawarana.org/ >>> >>> The Open Source SOA Company >>> >>> _______________________________________________ >>> Carbon-dev mailing list >>> [email protected] >>> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev >>> >>> >> >> _______________________________________________ >> Carbon-dev mailing list >> [email protected] >> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev >> >> > > > -- > Sanjiva Weerawarana, Ph.D. > Founder, Chairman & CEO; WSO2, Inc.; http://wso2.com/ > email: [email protected]; phone: +1 408 754 7388 x51726; cell: +94 77 787 > 6880 > blog: http://sanjiva.weerawarana.org/ > > The Open Source SOA Company > > _______________________________________________ > Carbon-dev mailing list > [email protected] > https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev > >
_______________________________________________ Carbon-dev mailing list [email protected] https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
