> TRy to use "Statefull" instead of "Stateful"

This doesn't work either.  I tried digging around in the code and found
the following in modules\ejb\src\META-INF\xtags.xml of the src
distribution:

  <option-set>
    <default>Stateless</default> 
    <options>
      <option>Stateless</option> 
      <option>Stateful</option> 
    </options>
    <condition type="type">
      <condition-parameter>javax.ejb.SessionBean</condition-parameter> 
    </condition>
  </option-set>

This tells me for the type parameter, it defaults to "Stateless", and
valid values are "Stateless" and "Stateful".  Am I missing something
here?

Thanks,
Michael Hedgpeth
Software Engineering Lead
Fair Isaac Corporation


-------------------------------------------------------
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to