3 Replies Latest reply on Jan 20, 2004 1:09 PM by motang

    Verification of EJBLocalObject Interfaces

    mahaffey

       

      "mahaffey" wrote:
      While developing both stateful and stateless
      session beans in JBoss-3.0.0 alpha, I have noticed
      that during hot deployment, local interfaces do not
      appear to be verified.

      That is, if I have a method defined in my local interface (the one that extends EJBLocalObject) and no method implemented in my bean, JB3A does not complain. For remote interfaces, she complains just fine.

      Is this considered a bug?