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.