[
https://issues.apache.org/jira/browse/DERBY-4597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Lily Wei updated DERBY-4597:
----------------------------
Attachment: DERBY-4597-1.diff
sysinfo.out
Attach the fix for sysinfo that refer jcc.
Download DB2 9.7 Fix Pack 2 for Linux, UNIX, and Windows db2jcc4.jar file. Add
db2jcc4.jar in my classpath and run it against the new sysinfo with this patch.
You can see the new sysinfo output in sysinfo.out. I need help to review the
patch in turn of whether I miss something in the fix. I run derbyall test
suies. And, the tests passed. suites.All test suite is running now. I am using
ibm 1.6 jvm to build trunk.
> remove references to IBM jcc driver from sysinfo
> -------------------------------------------------
>
> Key: DERBY-4597
> URL: https://issues.apache.org/jira/browse/DERBY-4597
> Project: Derby
> Issue Type: Task
> Components: Tools
> Affects Versions: 10.5.3.1, 10.6.1.0
> Reporter: Myrna van Lunteren
> Assignee: Lily Wei
> Attachments: DERBY-4597-1.diff, sysinfo.out
>
>
> Sysinfo still picks up IBM's jcc driver if db2jcc.jar is in the classpath. We
> should remove this code as IBM doesn't support the use of the JCC driver. Not
> sure that we need to backport it but removing it from 10.5 and 10.6 seems
> reasonable.
> jcc code is present in the following sysinfo-related classes:
> org.apache.derby.impl.tools.sysinfo.ZipInfoProperties
> method: getVersionBuildInfo()
> org.apache.derby.impl.tools.sysinfo.Main
> (15 occurrences of the string 'jcc')
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.