0 Replies Latest reply on Dec 19, 2003 4:03 AM by daveneedstoknow

    CMP 2.x migration problem from 3.2.0 will not work in 3.2.3

    daveneedstoknow

      I have an application which deploys and works fine in JBOSS 3.2.0 but when I deploy to 3.2.3 it seems to think my CMP 2.x beans are CMP1.x beans. I deduce this from the fact that I get an instantiation exception on my CMPEntityBean class (which is of course abstract for CMP 2.x) This is being generated

      at org.jboss.ejb.plugins.jaws.JAWSPersistenceManager.createBeanClassInstance(JAWSPersistenceManager.java:165)


      My ejb-jar.xml appears to be correct (well JBOSS 3.2.0 liked it) for the benifit of readers my first two lines including doc type is specified as:
      <?xml version="1.0" encoding="UTF-8"?>
      <!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" "http://java.sun.com/dtd/ejb-jar_2_0.dtd">
      


      And I have verified that my XML is valid for this DTD.

      Does any body have any ideas as frankly I have run out?

      Thanks in advance

      Dave