DB2 - Problembeschreibung
| Problem IC61777 | Status: Geschlossen |
WHEN YOU COMPILE AN SQLJ PROGRAM IT GETS AN ERROR IF THE PACKAGE NAME AND CLASS NAME ARE THE SAME. | |
| Produkt: | |
DB2 FOR LUW / DB2FORLUW / 970 - DB2 | |
| Problembeschreibung: | |
The sqlj command fails if the package name and class name of the
SQLJ program are the same.
For example, if you have a program demo.sqlj which includes the
following code:
package demo;
[...]
public class demo
{
[...]
}
then when you run:
sqlj demo.sqlj
you get an error like:
demo.java:201: cannot resolve symbol
symbol : class demo_SJProfileKeys
location: class demo.demo
synchronized(demo.demo_SJProfileKeys.class) {
^
1 error | |
| Problem-Zusammenfassung: | |
**************************************************************** * USERS AFFECTED: * * Users of sqlj with DB2 for Linux, UNIX and Windows * **************************************************************** * PROBLEM DESCRIPTION: * * See Error Description * **************************************************************** * RECOMMENDATION: * * . * **************************************************************** | |
| Local-Fix: | |
Make the package name and class name of the SQLJ program different from each other. | |
| verfügbare FixPacks: | |
DB2 Version 9.7 Fix Pack 1 for Linux, UNIX, and Windows | |
| Lösung | |
Problem was first fixed in DB2 9.7 Fix Pack 1 | |
| Workaround | |
As a workaround, you can make the package name and class name of the SQLJ program different from each other. | |
| Weitere Daten | |
Datum - Problem gemeldet : Datum - Problem geschlossen : Datum - der letzten Änderung: | 29.06.2009 24.01.2011 28.01.2011 |
| Problem behoben ab folgender Versionen (IBM BugInfos) | |
9.7.FP1 | |
| Problem behoben lt. FixList in der Version | |
| 9.7.0.1 |
|