On Nov 2, 2011, at 2:32 PM, Alexis Krier wrote:

> 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 ok
> but 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?

We have full support for EJB 1.1 through 3.1, so you should be able to test 
them as they are.  That example shows that you can still use EJB 2.x features 
with an EJB 3.x bean.  All EJB 2.x should work fine.


-David

Reply via email to