Hi,
I wonder why one does NOT need EJBMetaData with the local home interface. While the remote home interface javax.ejb.EJBHome has a
getEJBMetaData method I miss this method in the local home interface.
To me it doesn't matter whether I am remote or local. Or better I don't see why EJBMetaData depends on being remote or being local. Isn't EJBMetaData the meta data of the container created bean be it remote OR local?
Any hints
Regards,
Darya