1 Reply Latest reply on Dec 23, 2001 5:06 PM by joe543

    Nested Field does not have a get method?

    joe543

      Hi,

      I'm using Tomcat3.2.3+Jboss2.4.1 on SuSE Linux 7.2 against PostgreSQL 7

      I am trying to deploy a new CMP entity bean with an associated stateless session bean (as a facade). Basically I'm simply trying to duplicate the cd example code but with a custom finder which I successfully managed to introduce in the CDBean example.

      The new source files are in the same directory as the original cd stuff. I'm getting the following while attempting to deploy the cd.jar:

      [Container factory] ERROR : Nested Field does not have a get method

      Anyone know the cause of this? My 3 three deployment descriptor files jboss.xml, ejb-jar.xml and jaws.xml are simply additionally defining the new beans in exactly the same way they are defined for the cd beans.

      Joe