EJB Primary Key
In my CMP Bean I made a field called 'val' as primary key field
but afterwards my container is not allowing me to update 'val' that is its not allowing to call setVal()
is there no way to update primary key field of an EJB?
srikanth
--------
|