Hi Jasper,

Had the same issue some time back. In my case, the problem was that the Jar
containing the Base class was not part of the xdoclet-lib-path specified in
my build file. 
Hence XDoclet was not able to identify that the Base class implemented
MessageDrivenBean interface and hence that the current class was a MDB. 
So, you could try checking if your base class , CIMdbBase , is accessible to
XDoclet .

Hope this helps,
Vrinda

-----Original Message-----
From: GrÃgory Joseph [mailto:[EMAIL PROTECTED]
Sent: Wednesday, December 22, 2004 8:56 PM
To: xdoclet-user@lists.sourceforge.net
Subject: Re: [Xdoclet-user] How to use xdoclet when a MDB extends a base
class


Jasper,

I don't know then... In my case, it seems the only difference is that my 
base class also goes by a name ending with MDB, and it is declared 
abstract. Make sure the baseclass has all the lifecycle methods, even 
ejbCreate(), if you don't have it in your implementations...

g

> Greg,
> Ã 
> That was exactly what I thought, but that doesn't seem to be the case. 
> Because there are also 'normal' MDB's (not extending a base class)
>
> and they work perfectly. Included is the source code for both types of 
> MDB. As you can see both have exactly the same tags only with
>
> different values. Because the not-extending MDB does work, and I use 
> the same build script for all MDB's, it is unlikely that the build script
>
> is incorrect. Do you have any other suggestions?
> Ã 
>


This e-mail (including any attachments) may contain information which is
privileged or confidential or constitute non-public information.It is to be
conveyed only to the intended recipient(s).If you received this e-mail in
error, please notify the sender immediately by e-mail or telephone and
delete the e-mail from your system without reading, copying or disclosing
its contents to any other person.


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
xdoclet-user mailing list
xdoclet-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-user


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
_______________________________________________
xdoclet-user mailing list
xdoclet-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to