2 Replies Latest reply on Dec 23, 2008 4:47 AM by cloggs996

    4.2.2 & 4.2.3 working EAR, does not work on 5.0.0

    cloggs996

      I get the exception message:
      "Error deploying bad magic number: cba78dd8"

      The EJB (in the EAR) is fairly basic and I have tried to keep it as minimal as possible; There is a class which implements @Remote & @Local interfaces. The ejb-jar.xml file looks like this:
      <enterprise-beans>

      <display-name>xxx</display-name>
      <ejb-name>xxx</ejb-name>
      <ejb-class>com.xxx.xxx.xx</ejb-class>
      <session-type>Stateless</session-type>

      </enterprise-beans>

      As the title states, this EAR works on 4.2.2 & 4.2.3.

      All help appreciated!

      Thanks