Just wanted to know can i directly run the code which EJB code (adhering to 2.1 specs) in a EJB 3.1 container of an application server?In an application server, are there different versions of the EJB container one adhering to EJB 3.1 specs and another to 2.1 specs.?
TIA.
EJB 3.1 container should support 2.1 applications out of the box. This is explained in EJB 3.1 specification with following words:
Of course there is always some differences (features/bugs/different ways to understand specification) in implementations