Alexander Temerev wrote:
> I have an CMP entity bean which extends model class, like in Java Pet Store
> patterns. And JAWS doesn't find any cmp fields in it :( What's wrong?
>
> public class TaskBean extends TaskModel implements EntityBean {
> ...
> }
>
> So, I have no attributes in TaskBean class, they're all in TaskModel:
>
> public class TaskModel implements Task {
> protected Long id;
> protected String category;
> protected Integer priority;
> protected String description;
> protected Date startTime;
> protected Date endTime;
> ...
> }
Per spec, CMP fields must be public.
Confidential e-mail for addressee only. Access to this e-mail by anyone else is
unauthorized.
If you have received this message in error, please notify the sender immediately by
reply e-mail
and destroy the original communication.