I am using entity bean & session bean in my project my session bean calls the entity bean .My problem is that when i pass a
string parameter in findByPrimaryKey(String) and if it does not exist then javax.ejb.ObjectNotFoundException is thrown now i want to catch this exception ...i tried
alot but am not able to catch it.....
is there any means to catch the exception.
Please help as early as possible....
thanx in advance ...
regards ,
Apurva.