Ara,

finally making a bit of time to do this optional subtasks stuff... anyway,
have come across something I'm not quite sure about in EjbTagsHandler and
hoping you can clarify.  around line 86 there is the following code:

  // if <entitycmp/bmp/session/> is on, then it's an error or not specify
  // the class abstract
  if( subtask_class != null && 
      DocletContext.getInstance().isSubTaskDefined(
        subtask_class.getName() ) == false )
  {

which looks odd to me.  the comment and code say different things
yes?  the comment is talking about the subtask being on, but you are
checking for it being off.  I've changed this and everything seems to work
fine, but will wait for you to ok it before checking in.

cheers
dim



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

Reply via email to