Hi folks,
Problem: No <session> output to ejb-jar.xml when session bean does not directly implement javax.ejb.SessionBean. My session bean extends an abstract class that implements javax.ejb.SessionBean. How do I make EjbDoclet recognise my SessionBean and create the necessary descriptors in ejb-jar.xml? If I change the class definition so that it implements javax.ejb.SessionBean, xdoclet generates what is needed, but then my class won't compile... I am using a version of xDoclet checked out of CVS yesterday ( thursday 20.06.02 ) TIA Leif J. ------------------------------------------------------- Sponsored by: ThinkGeek at http://www.ThinkGeek.com/ _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
