> > 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 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.

Yes. I've fixed it, but it doesn't help. Here comes the original jar (with
sources) (see attach)

Alexander Temerev

task.jar

Reply via email to