Hiya,

Sort of a newbie question, i run ejbdoclet trying to generate the
<remoteinterface> and no interface is generated, any pointers would be much
appreciated.  From the following observations and notes i believe that it
does not recognize that the class is a SessionBean and hence does not
process it, but i don't understand why as i think i have checked the normal
gotchas ? 

Thanks in advance
Rich

01. I know that EJBDoclet is processing the file as if i put java syntax
errors ( for example change "getAll()" to "get All()" ) i get errors
generated during <remoteinterface>.

02. The class is declared as implementing javax.ejb.SessionBean.

03. The class comment header is of the form 
          /**  
             * @ejb:bean type="Stateless"  blah blah
          */

04. The method headers are of the form
          /**
            * @ejb:interface-method
          */

05. If i put an invalid value for an attribute it does not complain, for
example view-type="bogus". On one which works it will barf with the
appropriate error. Hence i think it does not recognize the class as a
session bean and skips these tags.



-------------------------------------------------------
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