The probable cause is that jboss can't map a CMP entity bean field to a JDBC type. Check that every entity bean field is of primitive type, has a get method and is included in the appropriate config files. If you intend to use a non-primitive field, then validate its config setting.
I suspect that the cited message is a last gasp deployment verification exception that traps several cases which may or may not have to do with nested fields. Fred Loney Spirited Software, Inc. www.spiritedsw.com ----- Original Message ----- From: "David M. Karr" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 09, 2001 6:44 PM Subject: [JBoss-user] ERROR : Nested Field does not have a get method > When I deploy my EAR, I see the following message right after JAWS created one > of my tables: > > [Container factory] ERROR : Nested Field does not have a get method > > What does this mean? I sure wish it had a little more useful information. > > -- > =================================================================== > David M. Karr ; Best Consulting > [EMAIL PROTECTED] ; Java/Unix/XML/C++/X ; BrainBench CJ12P (#12004) > > > _______________________________________________ > JBoss-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-user > _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
