Posted By:
pankaj_sinha
Posted On:
Saturday, January 12, 2002 02:44 AM
i am using jsp to invoke a stateless session bean which inturn call an entity bean to load a record from a database.
it does it fine for the first time but on subsequent invocation it simply return the row which it had returned for the first time.
on ckecking i found that in ejbLoad of entitybean, getPrimaryKey() always return the same primaryKey object.
this code works fine in JBOSS.
could u please tell me where the problem lies.
regards
pankaj.