On Mon, 2004-03-15 at 16:08, Clifton C. Craig wrote:
> I am a beginner trying to get off the ground with XDoclet. I have, so 
> far, managed to get a basic stateless bean deployed onto Jonas with 
> little trouble. I am now trying to take what I learned and apply it to 
> our project here which involves several hundred EJBs and I am 
> experiencing problems. Namely the generated deployment descriptors are 
...
>         <ejbdoclet
>         destdir="${src.dir}"
>         excludedtags="@version,@author"
>         force="true"
>         verbose="true"
>         ejbspec="2.0">
>             <fileset dir="${src.dir}" includes="*Bean.java"/>
                                                ^^^^
Your beans aren't in a package?


Andrew.



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to