EJB spec, page 97 section 7.10.5 states as follows:
"The remote interface methods must not expose local interface types, local home interface types,
the managed collection classes that are used for entity beans with container-managed persistence as arguments or results".
Can somebody clarify the statement in bold ? Thanks.