1 Reply Latest reply on Mar 9, 2006 8:49 AM by martinganserer

    Session bean client according to JEE5 tutorial

    pesalomo

      Hi,

      Yet another post about the new naming convention.

      This is what the JEE5 tutorial says you should do:

      http://java.sun.com/javaee/5/docs/tutorial/doc/EJB4.html#wp79989

      ctx.lookup(FullyQualifiedClassNameOfRemoteInterface);

      This is now impossible with the new EJB3 version of JBoss. Is the spec really allowing implementations to differ from the tutorial like this?

      Regards,

      Peter