1 Reply Latest reply on Aug 13, 2002 6:03 PM by dsundstrom

    EJB Deployment Error !!!!

    pkondaka

      Hi Folks

      I am getting following error when i am trying to deploy my EJB entity bean

      Error:
      Bean : cmis/site/sitefolder
      Section: 16.2
      Warning: The Bean Provider must specify the fully-qualified name of the Java class that implements the enterprise bean's business methods.


      can you help me in fixing this

      Thanks
      KPK

        • 1. Re: EJB Deployment Error !!!!
          dsundstrom

          The ejb-jar.xml file is bad. Specifically, Jboss can't find your remote interface. Also, the ejb-name must be a valid java identifier and the '/' character is not allowed for java identifiers.