Hello, I was looking to test my old 2.1 EJB with this example: https://github.com/apache/openejb/tree/trunk/openejb/examples/component-interfaces
I have the EJBHome & EJBObject okbut where is my SessionBean? I suppose it is "FriendlyPerson" but this is not implementing SessionBean.
Will I have to modify all my old sessionBeans to match "FriendlyPerson" way? thank you Alexis
