Folks, I would like to confirm the following: If I specify a ejbCreate() method in my session bean (e.g. CommoditySCBean), then a create() method will then be generated in home interface (i.e. CommoditySCHome) automatically. However, If I don't specify the ejbCreate() method in my session bean, ejbCreate() and create() method will not be gererated in the Session program (e.g. CommoditySCSession) and Home interface (e.g. CommoditySCHome). Thanks in advance Chris _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/xdoclet-user
