3 Replies Latest reply on Jan 29, 2002 3:31 PM by dsundstrom

    Move to CMP 2.0 and local interface

    stevewebster

      I have an entity bean that ran OK under 2.4.1a CMP 1.1

      I've upgrade to JBoss 2.4.4

      I want to move to a local interface, and so followed
      the instructions in the JBossCMP workbook....

      When I deploy the bean I get verifier error:

      [17:44:35,080,ContainerFactory]
      Bean : RegionsEntity
      Section: 9.2.2
      Warning: The entity bean class must not be defined as abstract.

      [17:44:35,090,ContainerFactory]
      Bean : RegionsEntity
      Section: 9.2.2
      Warning: The entity bean class must define a public constructor that takes no arguments.

      [17:44:35,100,ContainerFactory]
      Bean : RegionsEntity
      Section: 9.4.7.1
      Warning: The primkey-field element must name a public field in the bean implementation class.

      Which seems to imply I'm still on 1.x....

      Anybody seen this problem ?