0 Replies Latest reply on Sep 2, 2002 8:49 PM by rdtully

    ejbHome<method> not allowed

    rdtully

      Hello,
      I am getting the "only creates and finder methods allowed in home" error when trying to deploy an entity with a home method. I have verified via my firewall that the server is asking for and finding the correct ejb-jar.xml dtd:

      <!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise
      JavaBeans 2.0//EN" "http://java.sun.com/dtd/ejb-jar_2_0.dtd"&gt;

      I have deployed the app on 2.4.6 thru 3.0 and the same message appears. My syntax follows the spec but ... I must be missing something. I would apreciate any advice.
      --rick