Are you sure xdoclet/taskdef's classpath is ok and contains ejb.jar/...? Only local and remote intfs not generated or the whole ejb artifacts?
Ara. > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:xdoclet-user- > [EMAIL PROTECTED]] On Behalf Of [EMAIL PROTECTED] > Sent: Thursday, June 06, 2002 8:54 PM > To: [EMAIL PROTECTED] > Subject: [Xdoclet-user] Session bean interfaces not generated > > I've been using xdoclet 1.1.2 for several weeks. I got the latest cvs > yesterday. > > My stateless session beans (facades) are defined as below. The local and > remote interfaces are no longer being generated. > > Any suggestions? > > /** > * Provides access to Event and related tables. > * > * @author gemerick > * @ejb:bean > * type="Stateless" > * name="EventFacade" > * jndi-name="com.apc.rms.ejb.EventFacade" > * view-type="both" > */ > public class EventFacadeBean implements SessionBean { > > /** > * Returns something > * > * @ejb:interface-method > * > * @return Collection of Something > * > */ > public Collection getSomething() { > > > Thanks, > > Greg > > > > _______________________________________________________________ > > Don't miss the 2002 Sprint PCS Application Developer's Conference > August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm > > _______________________________________________ > Xdoclet-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/xdoclet-user _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
