Thanks for your help,

I had a filter, which would filter the filenames to *Bean.java. My classname
and thus the filename did not fit to this filter.

Klaus

-----Urspr�ngliche Nachricht-----
Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Auftrag von Andrew
Stevens
Gesendet: Donnerstag, 26. Februar 2004 01:45
An: [EMAIL PROTECTED]
Betreff: Re: [Xdoclet-user] Message-driven Beans not in ejb-jar.xml


On Wed, 2004-02-25 at 14:45, [EMAIL PROTECTED] wrote:
> I have writte a MDB, very simple, jsut for a test. The trouble is,
> XDoclet does not say a word about it in ejb--jar.xml.
>
> What am I doing wrong?

What package is it in?  What fileset are you using in your ejbdoclet
task?  Are there any other beans which it does process?

The usual reason for xdoclet ignoring all the source files is that your
fileset isn't rooted at the top of your package hierarchy i.e. if your
classes are com.foo.bar.*, the fileset should be based in the directory
containing "com", and include "**/*.java".  Otherwise, the parser
doesn't find the classes in the directory it's expecting (based on the
package) and skips them.


Andrew.



-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user



-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id56&alloc_id438&op=click
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to