2 Replies Latest reply on Oct 28, 2005 12:31 PM by starksm64

    javax.naming.NameNotFoundException: InterfaceStyleLocal not

    aisulisheng

      jboss.xml:
      .........
      .........

      <ejb-name>InterfaceStyle</ejb-name>
      <local-jndi-name>InterfaceStyleLocal </local-jndi-name>

      .............
      .............
      Client:
      (Context)new InitialContext().lookup("InterfaceStyleLocal ");
      env:jboss3(4)
      InterfaceStyle is a entity-bean(BMP) .I have deploy the ejb.jar on the jboss.Starting the jboss,the jboss server work well.But when I see the http://localhost:8080/webMudule/*.jsp ,the error is :javax.naming.NameNotFoundException: InterfaceStyleLocal not bound
      Can you help me? Thank you in advance!
      My email :lisheng@joinkey.com