Philip Chan wrote:
Cannot parse the XML of the ejb-jar.xml file. Received message: unable t
o find FieldDescriptor for 'cmp-version' in ClassDescriptor of entity
First of all, OpenEJB supports EJB 1.1. OpenEJB 2.x is heading towards EJB 2.1 compliancy. That's the reason of your problems - the descriptor is for EJB 2.0 beans that OpenEJB doesn't support.
Make sure that your descriptor is EJB 1.1 compilant and give it a try again. If you don't want to, go for Geronimo and deploy the beans there.
Philip.
Jacek
