Hi,
I have found another problem with my primary key class for EntityBeans which
might be problem of Jonas.
I have two classes
class BaseKey
{
public int m_iID;
}
class ExtendedKey extends BaseKey
{
public int m_iType;
}
If I use ExtendedKey as a primary key class for my EntityBean, GenIC
generates classes using only m_iType member variable as a key ignoring
derived m_iID. This code works with Weblogic 4.5.1 so I am wondering if it
is a bug in Jonas?
Miroslav Halas
Software Engineer
Compuware Corp.
15305 Dallas Parkway
Suite 900
Addison, TX 75001
phone 9720-960-0960 x 1333
fax 972-960-8489