Hi everyone!
I am using hibernate with Sun App Server and Oracle.
I have classes referencing eachother. No master-detail, just simple foreign keys. eg: a Product class has a foreig key from the ProductType class. If ProductType has primitive properties and I just want to get the Product (without getting the ProductType along) then I get serialization errors ("Class short not found").
However, if the ProductType does not have primitive properties everything works fine.
Does anyone know how this can be solved?
Thanks in Advance!!
|