• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Persistence Manager

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am trying to deploy a CMP Entity Bean on Sun One Application Server. Before doing the deployment , I have created a Persistence Manager using the Admin console in the same manner as defined in the documentation.
When I try deploying the jar containing my ejb the following error is displayed in the admin console and the ejb is not getting deployed. Please help .
An error has occurred.
Deployment Error -- Error while running ejbc -- Fatal Error from EJB Compiler -- JDO74025: JDOCodeGenerator: Caught an Exception validating CMP bean 'TestBean' in application 'testbean' module 'C:\Sun\AppServer\domains\domain1\applications\j2ee-modules\club': JDO72352: The key class com.ejb.TestBean_1699078297_JDOState$Oid for class com.ejb.TestBean_1699078297_JDOState must define a public constructor. This error should not occur. Please contact support and file a bug.
Thanks in advance.
 
reply
    Bookmark Topic Watch Topic
  • New Topic