4 Replies Latest reply on Apr 25, 2008 1:44 AM by aisrael

    Calling EJB 3 Session Bean from EJB 2 Session Bean???

    sheadington

      Im trying to figure this out (without having to POC it)

      I have a JBoss 3.2.3 server running JDK 1.4 with some stateless session beans deployed to it. I need to call some session beans on Weblogic 10, but they are EJB 3 beans. Can this be done?

      Just thinking about it, it seems to me that EJB3 calling EJB2 should be no problem, but EJB2 calling EJB3 wont work

      Has anyone tried this yet?