Sorry for the silly question - have barely started to play with XDoclet.
I get this error :
[ejbdoclet] Javadoc execution
[ejbdoclet] Loading source file E:\XDoclet\test\src\TestBean.java...
[ejbdoclet] Constructing Javadoc information...
[ejbdoclet] Running XDoclet failed:
[ejbdoclet] @ejb:bean class tag expected in class TestBeanGen but not found.
but have this in my ejb :
/**
* @ejb:bean
* type="statelessSession"
* name="TestBeanGen"
*
*/
import javax.ejb.CreateException;
import javax.ejb.SessionBean;
import javax.ejb.SessionContext;
import javax.naming.InitialContext;
import javax.naming.NamingException;
public class TestBeanGen implements SessionBean {
.........
shall appreciate any feedback..
thanks,
ajay
Do You Yahoo!?
Check out Yahoo! Shopping and Yahoo! Auctions for all of your holiday gifts!
