we have some Stateless EJBs (
EJB 1.1) deployed on WebLogic 5.1.
Now we want to migrate to WebLogic 10.
WebLogic 10 supports EJB 3.0 specification.
So I was expecting few changes while deploying these EJB's on WL 10.
But to my surprise these EJB's developed with EJB 1.1 specification got deployed on WL 10 without any problem.
So does that mean WL 10 supports EJB 1.1 without any alterations.
Any special care that I should take?