0 Replies Latest reply on Apr 21, 2008 4:53 AM by j0llyr0g3r

    Howto report documentation error?

    j0llyr0g3r

      Hey folks,

      how and where do i report errors in the jboss-documentation?

      -> http://docs.jboss.org/ejb3/app-server/tutorial/jndibinding/jndi.html

      says:

      @Stateless
      @RemoteBinding(jndiName="custom/remote/MySession")
      public class MySessionBean implements MySession
      {
      }


      which is wrong since it is not jndiName but jndiBinding.

      See also this thread:

      -> http://www.jboss.com/index.html?module=bb&op=viewtopic&t=133956