[ojb-users] (no subject)
Brought to you by:
thma
From: Vullanki, S. <Sri...@co...> - 2002-06-03 15:30:17
|
Hi, I am unable to rehydrate an object, which has Collection objects in it ! I am getting all the normal data(ie., strings, integers etc.,) but the collections are not filled back in my object. Do i need to include the constructor which i am getting as warning!! Here is the what i am getting DEFAULT] WARN: Please define a public constructor for class com.co.engine.container. DataContainer with the following signature: (int, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String). It must initialize the classes persistent attributes. This is recommended to increase performance but it's not mandatory! [ojb.broker.accesslayer.RsIterator] ERROR: null and the object DataContainer is having all strings and integers populated back. but the vectors are all empty!! Thanks Srividya |