To create a data class access bean:
To identify the enterprise bean properties that are selectable for the access bean, the wizard performs introspection of the enterprise bean using the Enterprise JavaBeans™ specification rules for detecting getter and setter accessors. If either the getter or setter method in the enterprise bean class throws an exception, the property will not be recognized and the wizard will not display it. This is a requirement of the wizard, not an Enterprise JavaBeans requirement.