Ying Wang,

In Ant 1.4.1, ejbjar attempts to add the super classes and super interfaces
of the bean to the jar. It does this by loading the class and introspecting
it. The message below means that ejbjar could not load the class. This can
be because it could not find the class or it could not find another class
upon which the bean depends.

If you are not concerned with adding the superclasses into the jar, you can
ignore this message.

Conor


> -----Original Message-----
> From: Ying Wang [mailto:[EMAIL PROTECTED]]
> Sent: Friday, 1 March 2002 4:23 PM
> To: Ant Users List
> Subject: problem with super class check
>
>
>
> Hi, All
>
>   Does anyone know the problem with super class check?
>
> The warning message is:
>
> [ejbjar] Could not load class examples.ejb.basic.beanManaged.AccountBean
> for super class check
>
> Any help is appraciated!
>
> Ying
>
>
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
>
>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to