ejb@glassfish.java.net

misc. ejb-api changes

From: Kenneth Saks <Kenneth.Saks_at_Sun.COM>
Date: Tue, 31 Jan 2006 11:50:21 -0500

We just updated the ejb-api workspace to synch up with some of the
post-PFD changes that will go into the spec. Here's a list :

1. Set @ActivationConfigProperty @Target to {}.
ActivationConfigProperty only appears within @MessageDriven element,
not as a top-level annotation.

2. Removed getEJBContext() method from InvocationContext.
This method was part of InvocationContext before support
for injection of EJBContexts was available, so it's no
longer needed.

3. Added description() to @MessageDriven

4. Added parameterized type support to
SessionContext.getBusinessObject() signature.

5. Improved javadoc comments for ConcurrentAccessException,
RemoteHome, LocalHome, InvocationContext