Hello Alexander,

When deploying your bean, please look at the output more carefully:

        [Verifier]
        Bean   : TaskBean
        Method : public Long ejbCreate(String, Integer, String) throws
CreateException, RemoteException
        Section: 9.2.4
        Warning: For each ejbCreate(...) method, the entity bean class must define
a matching ejbPostCreate(...) method.

        [Verifier]
        Bean   : TaskBean
        Method : public Long ejbCreate() throws CreateException, RemoteException
        Section: 9.2.4
        Warning: For each ejbCreate(...) method, the entity bean class must define
a matching ejbPostCreate(...) method.

I think that once you'll have solved this, everything will be fine.

Cheers,



                                                Sacha


> -----Message d'origine-----
> De : [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]De la part de
> Alexander Temerev
> Envoye : mardi, 5 juin 2001 08:15
> A : [EMAIL PROTECTED]
> Objet : Re: [JBoss-user] JAWS doesn't launch
>
>
> > > 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
>
>


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to