This page lists the errata for the published SCA EJB Session Bean Binding Specification Version 1.00. These errata will be considered for a future update of the specification.
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().