--- Ara Abrahamian <[EMAIL PROTECTED]> wrote:
> There's no @ejb:bean name="my bean name" specified
> though the class is
> derived from Entity/Session/MessageDrivenBean. I'll
> change the code to
> better report errors like this.

I already have [partial?] support for this. 
It just a small patch in getEjbName() which bombs
( with mandatoryParam... ) when there is no "name"
param in ejb:bean tag.

Bean name is mandatory. 

Shall I commit this?

Another issue is better error handling in ejbdoclet. 
mandatoryParamNotFound() throws an Build exception, 
and current doclet invocation stops at once - 
though it did not propagate  failure to ant build
process. 

Does anybody know hot to achieve this?
Patchibg AbstractDocletTask.createTask(..)
with:
----
                // set failOnError
                javadoc.setFailonerror(true);
----
did not worked as intendet...

regards,



=====
Konstantin Priblouda ( ko5tik )    Freelance Software developer
< http://www.pribluda.de > < play java games -> http://www.yook.de >
< render charts online -> http://www.pribluda.de/povray/ >

__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/

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

Reply via email to