On behalf of BEA Systems, I hereby contribute the following suggested errata
for the SCA EJB Session Bean Binding Specification.
The line numbers and section numbers are based on the corresponding input
specification for this TC.
Michael Rowley
1. Typo - @endsConversation
Change @endsConversation on lines 128 and 131 to @EndsConversation.
2. Old method name - ServiceReference.endSession()
Change ServiceReference.endSession() on line 228 to
CallableReference.getConversation().end().
3. Typo - Sesseion
Change Sesseion on line 250 to Session.
4. Old method name - ServiceReference.destroy()
Change ServiceReference.destroy() on line 339 (the remove row in the table) to
CallableReference.getConversation().end().