oh.. I thought there was several openejb cvs modules. oppss.. I got it the wrong way around...
OpenEjb1 is 1.0 compliant OpenEjb is 2.0 compliant
Is this correct? gotten from this page http://www.openejb.org/cvs.html
Also can Geronimo run in perwebapp mode? As I need a EJB env taht can run from a per webapp mode.
by the way, thanks again for all the help you and lajos gave.. it was really good.
Philip.
Jacek Laskowski wrote:
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
.
