Originally posted by Jaikiran Pai:
Please post your EJB code, the jsf managed bean code and the entire exception stacktrace.
Originally posted by Vaibhav Goel:
Hello friends,
I am new to EJB, can anyone tell me which is the best book for it?
I have heard that EJB 3.0 is the latest version of EJB. Is it worth to start directly fr4om EJB 3.0 without knowing anything about EJB.
Please tell me which book is best suitable for EJB?
Regards,
Vaibhav Goel
Originally posted by Jothi Shankar Kumar Sankararaj:
I really did not get you...
Originally posted by Jothi Shankar Kumar Sankararaj:
Guys,
I have a method that has the following signature,
public Collection findByUserId() throws FinderException, now what will my Collection be if there are no users found? Will it throw a FinderException or will it not?
If it is not throwing a FinderException, what value will my collection have? Will it be null or an empty Collection?