The weblogic-ejb-jar-xml.j template emits message driven beans even if the
EJB spec version is set to 1.1

The section that starts      <XDtEjbMdb:ifMessageDriven> needs to be
bracketed with a test for the spec version, something like


  <XDtConfig:ifConfigParamGreaterOrEquals paramName="EjbSpec" value="2.0">
     <XDtEjbMdb:ifMessageDriven>
        ....

I am not sure about other features that are pre-2.0, I didn't check those

Cheers,
jmp


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

Reply via email to